Implement GitCommand class
[anjuta-git-plugin.git] / ChangeLog
blob3d85e72c89518d56e22bb015d6ff362aa93cd28a
1 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
3         * libanjuta/interfaces/libanjuta.idl,
4         plugins/terminal/terminal.c,
5         plugins/build-basic-autotools/executer.c,
6         plugins/gdb/plugin.c:
7         Add an env parameter in the IAnjutaTerminal interface allowing
8         to specify additional environment variables
10         * libanjuta/anjuta-launcher.c:
11         Add one initialization
13 2008-04-16  Johannes Schmid  <jhs@gnome.org>
15         Patch from Ignacio Casal Quinteiro:
16         * plugins/file-loader/anjuta-recent-chooser-menu.c
17         (_gtk_recent_chooser_get_items),
18         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
19         (anjuta_recent_chooser_menu_populate):
20         Show 5 project and 15 file items in recent-chooser
22 2008-04-16  Johannes Schmid  <jhs@gnome.org>
24         * plugins/search/search-replace_backend.c (isawordchar),
25         (extra_match), (get_next_match):
26         
27         Make searching utf-8 aware. We still need to fix encodings for
28         search/replace in files as it is currently assumed they are utf-8 like
29         the editors.
31 2008-04-16  Johannes Schmid  <jhs@gnome.org>
32         
33         Patch from Ignacio Casal Quinteiro:
34         * plugins/file-loader/anjuta-recent-chooser-menu.c
35         (anjuta_recent_chooser_menu_insert_item),
36         (anjuta_recent_chooser_menu_populate):
37         * plugins/file-loader/plugin.c (activate_plugin):
38         Fix recent files in the toolbar
39         
40         * plugins/tools/plugin.c (ipreferences_merge):
41         Fixed some warnings
43 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
45         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
47 2008-04-13  Naba Kumar  <naba@naba-desktop>
49         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
50         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
51         Do not enable brace autocompletion by defualt because it annoying for
52         fast typist (i.e. it's easier to type ending brace than move carat)
53         and it's currently broken for scintilla.
55 2008-04-13  Naba Kumar  <naba@naba-desktop>
57         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
58         * src/about.c (on_about_plugin_activate): Removed dead code.
59         * src/main.c: Make smaller include.
61 2008-04-12  Naba Kumar  <naba@naba-desktop>
63         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
64         src/utilities.h: Removed dead files.
65         * src/widget-registry.c, src/widget-registry.h: Removed more dead
66         files.
68 2008-04-12  Naba Kumar  <naba@naba-desktop>
70         * src/action-callbacks.c: Removed unneeded gnome.h include.
71         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
73 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
75         Reviewed by Naba Kumar  <naba@gnome.org>:
76         * libanjuta/anjuta-utils.{ch}:
77         Added anjuta_utils_get_user_config_dir. This func is used
78         to get the user config directory.
79         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
81 2008-04-12  Johannes Schmid  <jhs@gnome.org>
83         * plugins/search/Makefile.am:
84         * plugins/search/anjuta-search.glade:
85         * plugins/search/anjuta-search.ui:
86         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
87         (on_find_and_replace1_activate), (on_find_in_files1_activate),
88         (on_findnext1_activate), (on_findprevious1_activate),
89         (on_prev_occur), (on_next_occur), (activate_plugin),
90         (deactivate_plugin), (dispose), (finalize),
91         (search_plugin_class_init):
92         * plugins/search/plugin.h:
93         * plugins/search/search-replace.c (search_and_replace_init),
94         (search_and_replace), (write_message_pane), (on_message_clicked),
95         (save_not_opened_files), (replace_in_not_opened_files),
96         (search_replace_next_previous), (search_replace_next),
97         (search_replace_previous), (sr_get_gladewidget),
98         (search_set_popdown_strings), (search_set_popdown_map),
99         (search_select_item), (search_set_combo), (search_set_action),
100         (search_set_target), (search_set_direction),
101         (search_get_item_combo), (search_get_item_combo_name),
102         (search_direction_changed), (populate_value), (reset_flags),
103         (reset_flags_and_search_button), (search_start_over),
104         (search_end_alert), (max_results_alert), (nb_results_alert),
105         (search_show_replace), (modify_label_image_button),
106         (search_replace_populate), (show_jump_button),
107         (translate_dialog_strings), (create_dialog), (show_dialog),
108         (word_in_list), (list_max_items), (search_update_combos),
109         (replace_update_combos), (search_update_dialog),
110         (on_search_replace_delete_event),
111         (on_search_dialog_key_press_event),
112         (search_disconnect_set_toggle_connect),
113         (on_search_match_whole_word_toggled),
114         (on_search_match_whole_line_toggled),
115         (on_search_match_word_start_toggled), (on_search_regex_toggled),
116         (search_set_toggle_direction), (on_search_direction_changed),
117         (on_search_action_changed), (on_search_target_changed),
118         (on_search_expression_changed), (on_actions_no_limit_clicked),
119         (on_search_button_close_clicked), (on_search_button_stop_clicked),
120         (on_search_button_next_clicked), (search_replace_find_usage),
121         (on_search_button_jump_clicked), (on_search_expression_activate),
122         (on_search_full_buffer_toggled), (on_search_forward_toggled),
123         (on_search_backward_toggled), (on_setting_basic_search_toggled),
124         (basic_search_toggled), (anjuta_search_replace_activate):
125         * plugins/search/search-replace.h:
126         * plugins/search/search-replace_backend.c (pcre_info_free),
127         (pcre_info_new), (match_substr_free), (match_info_free),
128         (file_buffer_free), (file_buffer_new_from_te),
129         (file_buffer_new_from_path), (file_buffer_line_from_pos),
130         (file_match_line_from_pos), (create_search_files_list),
131         (get_project_file_list), (isawordchar), (extra_match),
132         (get_next_match), (create_search_entries), (regex_backref),
133         (clear_search_replace_instance), (clear_pcre),
134         (create_search_replace_instance):
135         * plugins/search/search-replace_backend.h:
136         Restored old search plugin - was a bad idea to merge this patch. Sorry!
138 2008-04-12  Johannes Schmid  <jhs@gnome.org>
140         * libanjuta/Makefile.am:
141         * libanjuta/libanjuta.h:
142         * plugins/document-manager/anjuta-document-manager.glade:
143         * plugins/document-manager/plugin.c:
144         * plugins/editor/text_editor.c (text_editor_finalize),
145         (convert_to_utf8), (load_from_file), (save_to_file):
146         * plugins/editor/text_editor.h:
147         * plugins/sourceview/Makefile.am:
148         * plugins/sourceview/anjuta-convert.c:
149         * plugins/sourceview/anjuta-convert.h:
150         * plugins/sourceview/anjuta-document-loader.c:
151         * plugins/sourceview/anjuta-document-saver.c:
152         * plugins/sourceview/anjuta-document.c:
153         * plugins/sourceview/anjuta-encodings.c:
154         * plugins/sourceview/anjuta-encodings.h:
155         * plugins/sourceview/anjuta-utils.c:
156         * plugins/sourceview/anjuta-utils.h:
157         * plugins/sourceview/anjuta-view.c:
158         * plugins/sourceview/sourceview.c:
159         
160         Move the encoding conversion infrastrcute to libanjuta and update all
161         users. Test all available encodings by default in scintilla editor
162         like sourceview is doing and removed encoding preferences
164         * plugins/search/search-replace_backend.c
165         (file_buffer_new_from_uri):
166         Fixed crasher
168 2008-04-11  Johannes Schmid  <jhs@gnome.org>
170         * plugins/search/anjuta-search.glade:
171         Various small improvements to the dialog
173 2008-04-11  Johannes Schmid  <jhs@gnome.org>
175         Patch from Ignacio Casal Quinteiro:
176         * plugins/file-loader/Makefile.am:
177         * plugins/file-loader/anjuta-recent-chooser-menu.c
178         (gtk_recent_chooser_iface_init),
179         (_anjuta_recent_chooser_install_properties),
180         (sort_recent_items_mru), (get_is_recent_filtered),
181         (_gtk_recent_chooser_get_items),
182         (anjuta_recent_chooser_menu_class_init),
183         (anjuta_recent_chooser_menu_init),
184         (anjuta_recent_chooser_menu_finalize),
185         (anjuta_recent_chooser_menu_dispose),
186         (anjuta_recent_chooser_menu_constructor),
187         (anjuta_recent_chooser_menu_set_property),
188         (anjuta_recent_chooser_menu_get_property),
189         (anjuta_recent_chooser_menu_set_current_uri),
190         (anjuta_recent_chooser_menu_get_current_uri),
191         (anjuta_recent_chooser_menu_select_uri),
192         (anjuta_recent_chooser_menu_unselect_uri),
193         (anjuta_recent_chooser_menu_select_all),
194         (anjuta_recent_chooser_menu_unselect_all),
195         (anjuta_recent_chooser_menu_set_sort_func),
196         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
197         (anjuta_recent_chooser_menu_get_recent_manager),
198         (anjuta_recent_chooser_menu_add_filter),
199         (anjuta_recent_chooser_menu_remove_filter),
200         (anjuta_recent_chooser_menu_list_filters),
201         (anjuta_recent_chooser_menu_set_current_filter),
202         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
203         (anjuta_recent_chooser_menu_create_item),
204         (anjuta_recent_chooser_menu_insert_item),
205         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
206         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
207         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
208         (get_icon_size_for_widget), (foreach_set_shot_tips),
209         (anjuta_recent_chooser_menu_set_show_tips),
210         (anjuta_recent_chooser_menu_new),
211         (anjuta_recent_chooser_menu_new_for_manager):
212         * plugins/file-loader/anjuta-recent-chooser-menu.h:
213         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
214         (activate_plugin), (dispose):
215         
216         Add separator to recent menu (#526932)
218         * plugins/search/Makefile.am:
219         * plugins/search/anjuta-search.glade:
220         * plugins/search/anjuta-search.ui:
221         * plugins/search/plugin.c (on_find1_activate),
222         (on_find_and_replace1_activate), (on_find_in_files1_activate),
223         (on_findnext1_activate), (on_findprevious1_activate),
224         (on_search_again_activate), (on_find_usage), (activate_plugin),
225         (deactivate_plugin), (dispose), (search_plugin_class_init):
226         * plugins/search/plugin.h:
227         * plugins/search/search-replace.c (anj_sr_execute),
228         (anj_sr_write_match_message), (on_message_clicked),
229         (anj_sr_set_search_string), (anj_sr_select_nearest),
230         (anj_sr_select_next), (anj_sr_select_previous),
231         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
232         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
233         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
234         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
235         (anj_sr_set_target), (anj_sr_set_direction),
236         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
237         (anj_sr_get_combo_id_active_value),
238         (anj_sr_conform_direction_change), (anj_sr_populate_value),
239         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
240         (anj_sr_end_alert), (anj_sr_max_results_alert),
241         (anj_sr_total_results_alert), (anj_sr_show_replace),
242         (anj_sr_modify_button), (anj_sr_populate_data),
243         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
244         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
245         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
246         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
247         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
248         (anj_sr_find_in_list), (anj_sr_trim_list),
249         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
250         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
251         (on_search_dialog_delete_event), (on_search_dialog_key_press),
252         (anj_sr_disconnect_set_toggle_connect),
253         (on_search_match_whole_word_toggled),
254         (on_search_match_whole_line_toggled),
255         (on_search_match_word_start_toggled), (on_search_regex_toggled),
256         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
257         (on_search_direction_changed), (on_search_action_changed),
258         (on_search_target_changed), (on_search_expression_changed),
259         (on_search_button_close_clicked), (on_search_button_stop_clicked),
260         (on_search_button_start_clicked),
261         (on_search_button_replace_clicked),
262         (on_search_expression_activate):
263         * plugins/search/search-replace.h:
264         * plugins/search/search-replace_backend.c (regex_backref),
265         (pcre_info_free), (pcre_info_new), (match_substr_free),
266         (match_info_free_subs), (editor_new_from_file_buffer),
267         (file_buffer_new_from_te), (file_buffer_new_from_uri),
268         (file_buffer_free), (file_buffer_get_byte_offset),
269         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
270         (file_buffer_find_lines), (file_buffer_freshen_lines),
271         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
272         (file_buffer_get_linetext_for_line), (save_file_buffer),
273         (replace_in_local_buffer), (get_search_files_list),
274         (get_project_files_list), (isawordchar), (extra_match),
275         (get_next_match), (create_search_entries), (clear_search_entries),
276         (search_get_default_data), (search_replace_data_new),
277         (clear_search_replace_instance), (search_replace_data_destroy),
278         (search_replace_init):
279         * plugins/search/search-replace_backend.h:
280         * plugins/search/search_preferences.c (removed):
281         * plugins/search/search_preferences.h (removed):
282         
283         Merged the UI changes from bug #511688 and simplified the search dialog
285 2008-04-10  Johannes Schmid <jhs@gnome.org>
287         * plugins/symbol-db/symbol-db-engine.c:
288         * plugin.c:
289         Check for ctags binary (#516123)
291 2008-04-09  Massimo Cora'  <maxcvs@email.it>
293         * plugins/symbol-db/symbol-db-engine.c
294         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
295         (sdb_engine_get_query_parameters_list),
296         (sdb_engine_free_cached_queries),
297         (sdb_engine_get_tuple_id_by_unique_name),
298         (sdb_engine_get_tuple_id_by_unique_name2),
299         (sdb_engine_get_tuple_id_by_unique_name3),
300         (symbol_db_engine_add_new_workspace),
301         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
302         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
303         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
304         (sdb_engine_add_new_sym_implementation),
305         (sdb_engine_add_new_heritage),
306         (sdb_engine_add_new_scope_definition),
307         (sdb_engine_add_new_tmp_heritage_scope),
308         (sdb_engine_second_pass_update_scope_1),
309         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
310         (on_scan_update_files_symbols_end),
311         (symbol_db_engine_update_project_symbols):
312         GdaSet *plist is now used globally for every prepared statement.
313         It won't be created/unreffed at every query.
315 2008-04-09  Johannes Schmid  <jhs@gnome.org>
317         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
318         Fixed crasher when deactivating symbol-db plugin
320 2008-04-08  Johannes Schmid  <jhs@gnome.org>
322         * plugins/symbol-db/symbol-db-engine.c
323         (sdb_engine_populate_db_by_tags):
324         Don't use transactions - uses only half of the time now!
326 2008-04-08  Massimo Cora'  <maxcvs@email.it>
328         * plugins/symbol-db/symbol-db-engine.c
329         (sdb_engine_prepare_symbol_info_sql),
330         (symbol_db_engine_get_global_members_filtered):
331         * plugins/symbol-db/symbol-db-view.c
332         (sdb_view_load_symbol_pixbufs),
333         (sdb_view_build_and_display_base_tree):
334         fixed global tab icons. Libgda could not understood the right fields, now it
335         does.
337 2008-04-07  Johannes Schmid  <jhs@gnome.org>
339         * plugins/language-support-cpp-java/cpp-java-assist.c
340         (completion_compare), (create_completion),
341         (cpp_java_assist_create_word_completion_cache):
342         
343         Only show () for functions/methods and macros with arguments. Does not work
344         with symbol-db yet but fixes things for symbol-browser
346 2008-04-07  Johannes Schmid  <jhs@gnome.org>
348         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
349         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
350         (sdb_engine_add_new_sym_implementation):
351         
352         Fixed some issues with caching
354 2008-04-07  Johannes Schmid  <jhs@gnome.org>
356         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
357         (on_importing_project_end), (project_root_added),
358         (symbol_db_activate), (symbol_db_deactivate):
359         * plugins/symbol-db/plugin.h:
360         
361         Give the symbol-db it's own progress bar because there are too many
362         interactions with the global status bar.
364 2008-04-07  Johannes Schmid  <jhs@gnome.org>
366         * plugins/symbol-db/symbol-db-view-locals.c
367         (sdb_view_locals_create_new_store):
368         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
369         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
370         (symbol_db_view_open):
371         
372         Sort symbol trees
374 2008-04-07  Johannes Schmid  <jhs@gnome.org>
376         * plugins/sourceview/sourceview.c (idocument_cut),
377         (idocument_copy), (idocument_paste):
378         Block insert-text signal on cut/copy/paste
380 2008-04-07  Johannes Schmid  <jhs@gnome.org>
382         * plugins/symbol-db/plugin.c (on_char_added),
383         (on_single_file_scan_end):
384         Only update buffer when a newline is inserted
385         
386         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
387         (sdb_engine_get_tuple_id_by_unique_name),
388         (sdb_engine_get_tuple_id_by_unique_name2),
389         (sdb_engine_get_tuple_id_by_unique_name3),
390         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
391         (sdb_engine_finalize), (symbol_db_engine_db_exists),
392         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
393         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
394         Precompute file_defined_id to speed up population
396 2008-04-06  Johannes Schmid  <jhs@gnome.org>
398         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
399         (anjuta_launcher_set_encoding):
400         Fixed some problems with binary streams needed by symbol-db
401         
402         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
403         Removed DEBUG_PRINT
404         
405         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
406         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
407         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
408         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
409         (sdb_engine_add_new_sym_implementation),
410         (on_scan_update_files_symbols_end):
411         Use some caching to speed up population
412         
413         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
414         Exit properly when scanning is over
416 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
418         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
419         One additional change missed in the previous commit
421 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
423         * plugins/project-wizard/templates/gtkmm.wiz,
424         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
425         plugins/project-wizard/templates/gtkmm/src/main.cc,
426         plugins/project-wizard/templates/django.wiz,
427         plugins/project-wizard/templates/python.wiz,
428         plugins/project-wizard/templates/python/configure.ac.tpl,
429         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
430         plugins/project-wizard/templates/cpp.wiz,
431         plugins/project-wizard/templates/cpp/configure.ac.tpl,
432         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
433         plugins/project-wizard/templates/sdl.wiz,
434         plugins/project-wizard/templates/sdl/configure.ac.tpl,
435         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
436         plugins/project-wizard/templates/terminal.wiz,
437         plugins/project-wizard/templates/terminal/configure.ac.tpl,
438         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
439         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
440         plugins/project-wizard/templates/gtk.wiz,
441         plugins/project-wizard/templates/gtk/src/main.c,
442         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
443         plugins/project-wizard/templates/minimal.wiz,
444         plugins/project-wizard/templates/minimal/configure.ac.tpl,
445         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
446         plugins/project-wizard/templates/java.wiz,
447         plugins/project-wizard/templates/java/configure.ac.tpl,
448         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
449         plugins/project-wizard/templates/xlib.wiz,
450         plugins/project-wizard/templates/xlib/configure.ac.tpl,
451         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
452         plugins/project-wizard/templates/gcj.wiz,
453         plugins/project-wizard/templates/gcj/configure.ac.tpl,
454         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
455         plugins/project-wizard/templates/xlib-dock.wiz,
456         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
457         plugins/project-wizard/templates/wxwin.wiz,
458         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
459         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
460         plugins/project-wizard/templates/gnome.wiz,
461         plugins/project-wizard/templates/gnome/src/main.c,
462         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
463         plugins/project-wizard/templates/anjuta-plugin.wiz,
464         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
465         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
466         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
467         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
468         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
469         Fix bug #525999: Remove space in file and target names generated
470         by project wizard
471         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
472         has been renamed ianjuta_document_manager_get_current_document
474 2008-04-06  Naba Kumar  <naba@naba-desktop>
476         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
477         * libanjuta/anjuta-utils.h:
478         * plugins/project-wizard/druid.c (check_and_warn_missing),
479         (on_druid_next):
480         * plugins/project-wizard/header.c (npw_header_free),
481         (npw_header_add_required_program),
482         (npw_header_add_required_package),
483         (npw_header_check_required_programs), (package_is_installed),
484         (npw_header_check_required_packages):
485         * plugins/project-wizard/header.h:
486         * plugins/project-wizard/parser.c (parse_tag),
487         (parse_header_start), (parse_header_text):
488         * plugins/project-wizard/templates/anjuta-plugin.wiz:
489         * plugins/project-wizard/templates/cpp.wiz:
490         * plugins/project-wizard/templates/django.wiz:
491         * plugins/project-wizard/templates/gcj.wiz:
492         * plugins/project-wizard/templates/gnome.wiz:
493         * plugins/project-wizard/templates/gtk.wiz:
494         * plugins/project-wizard/templates/gtkmm.wiz:
495         * plugins/project-wizard/templates/java.wiz:
496         * plugins/project-wizard/templates/minimal.wiz:
497         * plugins/project-wizard/templates/mkfile.wiz:
498         * plugins/project-wizard/templates/python.wiz:
499         * plugins/project-wizard/templates/sdl.wiz:
500         * plugins/project-wizard/templates/terminal.wiz:
501         * plugins/project-wizard/templates/wxwin.wiz:
502         * plugins/project-wizard/templates/xlib-dock.wiz:
503         * plugins/project-wizard/templates/xlib.wiz:
505         Added a check for vital programs and packages needed to create a
506         new project. A warning dialog is shown to user in project
507         wizard when he proceeds after selecting a project type.
508         Updated all project templates to cover vital programs and
509         packages to generate and build correctly.
510         
511 2008-04-05  Naba Kumar  <naba@gnome.org>
513         patch from  surenspost@gmail.com:
514         * src/about.c: Fixed bug #523068 link in about window doesn't work.
516 2008-04-04  Johannes Schmid  <jhs@gnome.org>
518         * plugins/sourceview/anjuta-view.c:
519         * plugins/sourceview/anjuta-view.h:
520         * plugins/sourceview/sourceview-prefs.c (init_fonts),
521         (sourceview_prefs_init):
522         Removed unused color management code
523         
524         * plugins/sourceview/anjuta-editor-sourceview.glade:
525         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
526         (create_style_model), (on_style_changed), (ipreferences_merge),
527         (ipreferences_unmerge):
528         * plugins/sourceview/plugin.h:
529         
530         Added style chooser for sourceview editor (#522555)
532 2008-04-04  Johannes Schmid  <jhs@gnome.org>
534         * plugins/document-manager/action-callbacks.c:
535         * plugins/document-manager/anjuta-document-manager.ui:
536         * plugins/document-manager/plugin.c (ui_give_shorter_names),
537         (update_document_ui_disable_all):
538         * plugins/file-loader/anjuta-loader-plugin.ui:
539         * plugins/file-loader/plugin.c (on_new_activate),
540         (activate_plugin):
541         
542         Moved "New" action from document-manager to file-loader using 
543         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
545 2008-04-03  Johannes Schmid  <jhs@gnome.org>
547         * Makefile.am:
548         * configure.in:
549         * libegg/.cvsignore:
550         * libegg/Makefile.am:
551         * libegg/egg-cell-renderer-text.c:
552         * libegg/egg-combo-action.c:
553         * libegg/egg-entry-action.c:
554         * libegg/egg-recent-action.c:
555         * libegg/egg-recent-files-module.c:
556         * libegg/egg-recent-item.c:
557         * libegg/egg-recent-model.c:
558         * libegg/egg-recent-util.c:
559         * libegg/egg-recent-view-gtk.c:
560         * libegg/egg-recent-view.c:
561         * libegg/egg-submenu-action.c:
562         * libegg/eggcellrendererpopup.c:
563         * libegg/eggcomboselect.c:
564         * libegg/eggmarshalers.list:
565         * libegg/eggtreemodelfilter.c:
566         * libegg/eggtreemodelunion.c:
567         * libegg/eggtreemultidnd.c:
568         * libegg/gtkcellview.h:
569         * libegg/layout.glade:
570         * libegg/menu/.cvsignore:
571         * libegg/menu/Makefile.am:
572         * libegg/menu/egg-combo-action.h:
573         * libegg/menu/egg-entry-action.h:
574         * libegg/menu/egg-recent-action.h:
575         * libegg/menu/egg-submenu-action.h:
576         * libegg/menu/eggcomboselect.h:
577         * libegg/recent-files/.cvsignore:
578         * libegg/recent-files/Makefile.am:
579         * libegg/recent-files/egg-recent-item.h:
580         * libegg/recent-files/egg-recent-model.h:
581         * libegg/recent-files/egg-recent-util.h:
582         * libegg/recent-files/egg-recent-view-gtk.h:
583         * libegg/recent-files/egg-recent-view.h:
584         * libegg/recent-files/egg-recent.h:
585         * libegg/test-actions.c:
586         * libegg/test-multi-drag.c:
587         * libegg/test-union.c:
588         * libegg/treeviewutils/.cvsignore:
589         * libegg/treeviewutils/Makefile.am:
590         * libegg/treeviewutils/egg-cell-renderer-text.h:
591         * libegg/treeviewutils/eggcellrendererpopup.h:
592         * libegg/treeviewutils/eggtreemodelfilter.h:
593         * libegg/treeviewutils/eggtreemodelunion.h:
594         * libegg/treeviewutils/eggtreemultidnd.h:
595         * libegg/util/.cvsignore:
596         * libegg/util/Makefile.am:
597         * libegg/util/egg-macros.h:
598         * libegg/util/eggintl.h:
599         
600         Killed libegg (#349279)
601         
602         * plugins/document-manager/Makefile.am:
603         * plugins/document-manager/action-callbacks.c:
604         * plugins/document-manager/plugin.c:
605         * plugins/editor/plugin.c:
606         (on_open_recent_file), (sort_recent_menu),
607         (setup_recent_chooser_menu), (activate_plugin), (dispose),
608         (anjuta_file_loader_plugin_instance_init):
609         * plugins/file-loader/plugin.h:
610         * plugins/search/Makefile.am:
611         * plugins/search/plugin.c:
612         * plugins/search/search-replace.c:
613         
614         Removed dead code and libegg from Makefiles
615         
616         * plugins/symbol-browser/Makefile.am:
617         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
618         * plugins/symbol-browser/plugin.c (on_editor_saved),
619         (update_editor_symbol_model), (iter_matches),
620         (value_removed_current_editor), (activate_plugin):
621         Removed symbol-browser toolbar which used libegg and was
622         buggy (#451588)
623         
624         Patch from Ignacio Casal Quinteiro with lots of changes:
625         * plugins/file-loader/Makefile.am:
626         * plugins/file-loader/anjuta-loader-plugin.ui:
627         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
628         Port FileLoader to GtkRecent (#398984)
630 2008-04-03  Johannes Schmid  <jhs@gnome.org>
632         * configure.in:
633         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
634         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
635         * libanjuta/interfaces/libanjuta.idl:
636         * plugins/Makefile.am:
637         * plugins/class-inheritance/class-inherit.c
638         (class_inheritance_show_dynamic_class_popup_menu),
639         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
640         (class_inheritance_update_graph):
641         * plugins/language-support-cpp-java/cpp-java-assist.c
642         (create_completion),
643         (cpp_java_assist_create_scope_completion_cache),
644         (cpp_java_assist_create_word_completion_cache),
645         (cpp_java_assist_show_calltip):
646         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
647         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
648         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
649         (isymbol_get_extra_info_string), (isymbol_get_line),
650         (isymbol_get_icon), (isymbol_iface_init):
651         * plugins/symbol-browser/an_symbol.h:
652         * plugins/symbol-browser/an_symbol_view.c
653         (anjuta_symbol_view_get_file_symbol_model):
654         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
655         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
656         (isymbol_manager_iface_init):
657         * plugins/symbol-db/Makefile.am:
658         * plugins/symbol-db/anjuta-symbol-db.glade:
659         * plugins/symbol-db/plugin.c
660         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
661         (value_added_current_editor), (goto_local_tree_iter),
662         (goto_global_tree_iter), (on_global_treeview_row_expanded),
663         (on_global_treeview_row_collapsed), (on_project_element_added),
664         (on_project_element_removed), (on_importing_project_end),
665         (do_import_sources_after_abort), (do_import_sources),
666         (project_root_added), (project_root_removed), (symbol_db_activate),
667         (symbol_db_deactivate), (isymbol_manager_search),
668         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
669         (isymbol_manager_iface_init), (ipreferences_merge),
670         (ipreferences_unmerge), (ipreferences_iface_init):
671         * plugins/symbol-db/plugin.h:
672         * plugins/symbol-db/symbol-db-engine-iterator-node.c
673         (symbol_db_engine_iterator_node_new),
674         (sdb_engine_iterator_node_instance_init),
675         (sdb_engine_iterator_node_finalize),
676         (symbol_db_engine_iterator_node_get_symbol_id),
677         (symbol_db_engine_iterator_node_get_symbol_name),
678         (symbol_db_engine_iterator_node_get_symbol_file_pos),
679         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
680         (symbol_db_engine_iterator_node_get_symbol_signature),
681         (symbol_db_engine_iterator_node_get_symbol_extra_string),
682         (isymbol_get_name), (isymbol_get_args),
683         (isymbol_get_extra_info_string), (isymbol_get_uri),
684         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
685         (isymbol_iface_init):
686         * plugins/symbol-db/symbol-db-engine-iterator.c
687         (symbol_db_engine_iterator_new):
688         * plugins/symbol-db/symbol-db-engine.c
689         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
690         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
691         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
692         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
693         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
694         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
695         (sdb_engine_init), (sdb_engine_finalize),
696         (sdb_engine_set_defaults_db_parameters),
697         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
698         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
699         (sdb_engine_get_tuple_id_by_unique_name),
700         (sdb_engine_get_tuple_id_by_unique_name2),
701         (sdb_engine_get_tuple_id_by_unique_name3),
702         (symbol_db_engine_add_new_workspace),
703         (symbol_db_engine_project_exists),
704         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
705         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
706         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
707         (sdb_engine_add_new_sym_access),
708         (sdb_engine_add_new_sym_implementation),
709         (sdb_engine_add_new_heritage),
710         (sdb_engine_add_new_scope_definition),
711         (sdb_engine_add_new_tmp_heritage_scope),
712         (sdb_engine_second_pass_update_scope_1),
713         (sdb_engine_second_pass_update_heritage),
714         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
715         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
716         (on_scan_update_files_symbols_end),
717         (symbol_db_engine_fill_type_array),
718         (symbol_db_engine_update_files_symbols),
719         (symbol_db_engine_update_project_symbols),
720         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
721         (symbol_db_engine_update_buffer_symbols),
722         (symbol_db_engine_get_files_with_zero_symbols),
723         (sdb_engine_prepare_symbol_info_sql),
724         (symbol_db_engine_get_class_parents_by_symbol_id),
725         (symbol_db_engine_get_class_parents),
726         (symbol_db_engine_get_global_members_filtered),
727         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
728         (symbol_db_engine_get_scope_members_by_symbol_id),
729         (symbol_db_engine_get_scope_members),
730         (symbol_db_engine_get_file_symbols),
731         (symbol_db_engine_get_symbol_info_by_id),
732         (symbol_db_engine_get_full_local_path),
733         (symbol_db_engine_get_file_db_path),
734         (symbol_db_engine_find_symbol_by_name_pattern),
735         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
736         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
737         * plugins/symbol-db/symbol-db-engine.h:
738         * plugins/symbol-db/symbol-db-prefs.c
739         (on_prefs_executable_changed), (on_gconf_notify_prefs),
740         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
741         (on_listall_output), (on_listall_exit), (files_visit_dir),
742         (on_tag_load_toggled), (symbol_db_prefs_init),
743         (symbol_db_prefs_finalize):
744         * plugins/symbol-db/symbol-db-prefs.h:
745         * plugins/symbol-db/symbol-db-view-locals.c
746         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
747         (do_add_root_symbol_to_view),
748         (consume_symbols_inserted_queue_idle_destroy),
749         (consume_symbols_inserted_queue_idle), (on_scan_end),
750         (do_recurse_subtree_and_remove), (on_symbol_removed),
751         (on_symbol_inserted),
752         (symbol_db_view_locals_recv_signals_from_engine),
753         (symbol_db_view_locals_update_list):
754         * plugins/symbol-db/symbol-db-view.c
755         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
756         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
757         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
758         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
759         (sdb_view_build_and_display_base_tree):
760         * plugins/symbol-db/symbol-db.glade:
761         * plugins/symbol-db/symbol-db.ui:
762         * plugins/symbol-db/tables.sql:
763         * plugins/symbol-db/test/Makefile.am:
764         * plugins/symbol-db/test/main.c (get_parents), (main),
765         (packages_foreach), (files_visit_dir):
766         
767         Merged changes from symbol-db branch
769 2008-04-02  Johannes Schmid  <jhs@gnome.org>
771         * plugins/sourceview/sourceview.c (autodetect_language):
772         Use gnome_vfs_get_slow_mime_type()
774 2008-04-02  Johannes Schmid  <jhs@gnome.org>
776         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
777         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
778         (open_with_dialog):
779         
780         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
781         supertype instead no plugin for mime-type was found (#525706)
783 2008-03-31  Johannes Schmid  <jhs@gnome.org>
785         patch by: Carl-Anton Ingmarsson:
786         * src/anjuta.glade:
787         Fixed padding in preferences
789 2008-03-31  Johannes Schmid  <jhs@gnome.org>
791         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
793         * plugins/tools/anjuta-tools.glade:
794         * plugins/tools/anjuta-tools.ui:
795         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
796           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
797           atp_tool_dialog_refresh, atp_tool_dialog_show):
798         * plugins/tools/dialog.h (dialog, plugin):
799         * plugins/tools/plugin.c (prefs, gxml, action_group,
800           atp_plugin_finalize, test, atp_plugin_activate,
801           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
802           ipreferences_unmerge, ipreferences_iface_init):
803         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
804           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
805           atp_user_tool_activate, atp_tool_list_append_new,
806           atp_tool_list_activate, atp_tool_list_deactivate):
807         * plugins/tools/tool.h (plugin):
808         
809         #515854 – Move configuration into preferences
811 2008-03-31  Johannes Schmid  <jhs@gnome.org>
813         patch by: Carl-Anton Ingmarsson:
814         * src/anjuta-app.c (style, on_toolbar_style_changed,
815           on_add_merge_widget, anjuta_app_instance_init):
816         * src/anjuta.glade:
817         
818         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
820 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
822         * plugins/debug-manager/anjuta-debug-manager.glade,
823         plugins/debug-manager/command.c,
824         plugins/debug-manager/command.h,
825         plugins/debug-manager/start.c,
826         plugins/gdb/plugin.c,
827         plugins/gdb/debugger.c,
828         plugins/gdb/debugger.h,
829         libanjuta/interfaces/libanjuta.idl:
830         Improve start program dialog, allowing to specify working
831         directory and environment variables
833 2008-03-26  Naba Kumar  <naba@gnome.org>
835         * libanjuta/resources.c (anjuta_res_url_show): Use
836         anjuta_prog_is_installed() instead of g_find_program_in_path() and
837         fixed formatting.
839         Patch from Carl-Anton Ingmarsson:
841         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
842         * libanjuta/anjuta-utils.h:
843         * src/action-callbacks.c (help_activate),
844         (on_help_manual_activate), (on_help_tutorial_activate),
845         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
846         * libanjuta/Makefile.am:
847         Get rid of gnome_help_display_with_doc_id()
849 2008-03-26  Naba Kumar  <naba@gnome.org>
851         Patch from Carl-Anton Ingmarsson:
853         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
854         * plugins/project-import/project-import.c (on_import_cancel): Remove
855         stray GnomeDruid variable.
857 2008-03-26  Naba Kumar  <naba@gnome.org>
859         * plugins/project-import/project-import.c (create_start_page):
860         * plugins/project-wizard/druid.c (npw_druid_new):
861         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
862         
863         Fixed type 'assistent' to 'assistant'.
865 2008-03-25  Naba Kumar  <naba@gnome.org>
867         Patch from Carl-Anton Ingmarsson:
869         * libanjuta/Makefile.am:
870         * libanjuta/anjuta-ui.c (sensitivity_toggled),
871         (visibility_toggled), (accel_edited_callback),
872         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
873         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
874         (anjuta_ui_get_accel_editor):
875         * libegg/Makefile.am:
876         * libegg/eggaccelerators.c (removed):
877         * libegg/eggcellrendererkeys.c (removed):
878         * libegg/eggtreeviewstate.c (removed):
879         * libegg/test-tree-utils.c (removed):
880         * libegg/treeviewutils/Makefile.am:
881         * libegg/treeviewutils/eggaccelerators.h (removed):
882         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
883         * libegg/treeviewutils/eggtreeviewstate.h (removed):
885         Ports anjuta-ui to gtk_cell_renderer_accel
886         
887 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
889         Reviewed by Naba Kumar  <naba@gnome.org>
891         * plugins/project-import/Makefile.am:
892         * plugins/project-import/project-import.{ch}:
893         * plugins/project-import/anjuta-project-import.glade (removed):
894         * configure.in, po/POTFILES.in:
896         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
897         file because libglade doesn't have GtkAssistant support.
899 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
901         * plugins/debug-manager/registers.c:
902         Avoid a crash when debugger stop on an error
904         * plugins/debug-manager/start.c,
905         plugins/gdb/debugger.c,
906         libanjuta/interfaces/libanjuta.idl:
907         Display an error message when debugger target is not found
909 2008-03-15  Naba Kumar  <naba@naba-desktop>
911         * configure.in:
912         * data/Makefile.am:
913         * (removed) data/properties:
914         * (added) plugins/editor/properties:
915         * plugins/editor/Makefile.am:
917         Moved data/properties to plugins/editor/ and removed dead code from
918         Makefile.am files.
919         
920 2008-03-15  Naba Kumar  <naba@naba-desktop>
922         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
923         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
924         (macro_dialog_finalize):
925         * plugins/macro/macro-edit.c (macro_edit_dispose),
926         (macro_edit_finalize):
928         Fixed errors in previous patch.
929         
930 2008-03-15  Naba Kumar  <naba@naba-desktop>
932         Patch from Ignacio Casal Quinteiro:
934         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
935         (finalize):
936         * plugins/class-gen/plugin.c (dispose), (finalize):
937         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
938         (class_inheritance_dispose):
939         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
940         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
941         (dma_plugin_finalize):
942         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
943         (dma_debugger_queue_finalize):
944         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
945         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
946         (anjuta_docman_finalize):
947         * plugins/document-manager/plugin.c:
948         * plugins/editor/plugin.c (dispose), (finalize),
949         (editor_plugin_class_init):
950         * plugins/editor/text_editor.c (text_editor_dispose),
951         (text_editor_finalize):
952         * plugins/file-loader/plugin.c (dispose), (finalize),
953         (anjuta_file_loader_plugin_class_init):
954         * plugins/file-manager/plugin.c (file_manager_finalize),
955         (file_manager_dispose):
956         * plugins/file-wizard/plugin.c (dispose), (finalize),
957         (file_wizard_plugin_class_init):
958         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
959         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
960         * plugins/glade/plugin.c (glade_plugin_dispose),
961         (glade_plugin_finalize), (glade_plugin_class_init):
962         * plugins/gtodo/plugin.c (finalize), (dispose):
963         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
964         (anjuta_vim_plugin_dispose):
965         * plugins/indent/plugin.c (indent_plugin_finalize),
966         (indent_plugin_dispose):
967         * plugins/language-manager/plugin.c (language_manager_finalize),
968         (language_manager_dispose):
969         * plugins/language-support-cpp-java/plugin.c
970         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
971         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
972         (macro_db_class_init):
973         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
974         (macro_dialog_finalize), (macro_dialog_class_init):
975         * plugins/macro/macro-edit.c (macro_edit_dispose),
976         (macro_edit_finalize), (macro_edit_class_init):
977         * plugins/macro/plugin.c (finalize), (dispose):
978         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
979         (anjuta_msgman_finalize):
980         * plugins/message-view/message-view.c (message_view_dispose),
981         (message_view_finalize):
982         * plugins/message-view/plugin.c (message_view_plugin_dispose),
983         (message_view_plugin_finalize):
984         * plugins/patch/plugin.c (patch_plugin_finalize),
985         (patch_plugin_dispose):
986         * plugins/profiler/plugin.c (profiler_finalize),
987         (profiler_dispose):
988         * plugins/project-import/plugin.c (dispose), (finalize),
989         (project_import_plugin_class_init):
990         * plugins/project-manager/plugin.c
991         (project_manager_plugin_finalize),
992         (project_manager_plugin_dispose):
993         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
994         (npw_plugin_finalize), (npw_plugin_class_init):
995         * plugins/sample1/plugin.c (sample_plugin_finalize),
996         (sample_plugin_dispose):
997         * plugins/search/plugin.c (dispose), (finalize),
998         (search_plugin_class_init):
999         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1000         (sourceview_plugin_dispose):
1001         * plugins/subversion/plugin.c (finalize), (dispose):
1002         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1003         * plugins/symbol-browser/an_symbol_iter.c
1004         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1005         * plugins/symbol-browser/an_symbol_search.c
1006         (an_symbol_search_dispose), (an_symbol_search_finalize):
1007         * plugins/symbol-browser/an_symbol_view.c
1008         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1009         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1010         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1011         (symbol_db_dispose):
1012         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1013         (terminal_plugin_finalize):
1014         * plugins/tools/plugin.c (atp_plugin_dispose),
1015         (atp_plugin_finalize), (atp_plugin_class_init):
1016         * plugins/valgrind/plugin.c (valgrind_finalize),
1017         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1019 2008-03-15  Naba Kumar  <naba@gnome.org>
1021         * TODO.tasks: Updated and marked debugger bounties completed.
1022         
1023 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1025         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1026         (get_line_indentation_base):
1027         
1028         #521847 – anjuta freez when edit file
1030 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1032         Patch from Rob Bradford:
1033         * plugins/build-basic-autotools/executer.c (execute_program):
1034         520324 – Execute command is not overridable
1035         
1036         * plugins/sourceview/sourceview.c (on_insert_text):
1037         Removed Debug print
1039 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1041         Patch from James Liggett:
1042         * plugins/subversion/plugin.c (activate_plugin):
1043         521691 – Crash when click "Resolve Conflicts" without opened project
1045 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1047         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1048         * plugins/language-support-cpp-java/cpp-java-utils.c:
1049         * plugins/language-support-cpp-java/plugin.c
1050         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1051         520415 – [PATCH] Problems in auto indentatation code,
1052         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1053         
1054         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1055         (anjuta_view_button_press_event):
1056         * plugins/sourceview/sourceview.c (on_insert_text),
1057         (sourceview_adjustment_changed), (sourceview_new):
1058         #520761 – Weirz behavior with popup
1060 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1062         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1063         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1064         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1065         (anjuta_launcher_fork):
1066         * libanjuta/anjuta-launcher.h:
1067         Add API to set environment variables for the forked process
1068         
1069         * plugins/build-basic-autotools/Makefile.am:
1070         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1071         .glade:
1072         * plugins/build-basic-autotools/build-basic-autotools.c
1073         (build_set_env), (build_execute_command_full),
1074         (build_execute_command), (build_configure_project),
1075         (build_autogen_project):
1076         * plugins/build-basic-autotools/build-basic-autotools.h:
1077         * plugins/build-basic-autotools/build-options.c
1078         (fill_options_combo), (build_dialog_configure):
1079         * plugins/build-basic-autotools/build-options.h:
1080         Use new launcher API to set CFLAGS when running configure. New configure dialog
1081         which has predefined CFLAGS settings.
1083         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1085 === anjuta 2.4.0 ===
1087 2008-03-11  Naba Kumar  <naba@gnome.org>
1089         * NEWS: Updated for 2.4.0 stable release.
1090         * configure.in: Version bumped to 2.4.0
1091         * TODO.tasks: Updated.
1093 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1095         Reviewed by Naba Kumar  <naba@gnome.org>:
1096         * global-tags/Makefile.am:
1097         Revert change for #515954. This change was incorrect, the anjuta-tags
1098         program is installed into the $(bindir) rather than the $(scriptdir).
1100 2008-03-02  Naba Kumar  <naba@gnome.org>
1102         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1103         * configure.in: Added a requirement for scintilla editor plugin.
1105 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1107         * plugins/message-view/anjuta-msgman.c
1108         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1109         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1110         * plugins/message-view/anjuta-msgman.h:
1111         
1112         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1113         get rid of the cached current_view member.
1114         Fixes #518469 – Save message buffer not working good
1116 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1118         Patch by James Liggett:
1119         * plugins/subversion/svn-command.h:
1120         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1121         Fixed #519275 – Subversion should allow offline diffs   
1123 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1125         * plugins/language-support-cpp-java/cpp-java-assist.c
1126         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1127         Removed some debug code
1128         
1129         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1130         Escape tooltip text to avoid broken markup
1132 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1134         * libanjuta/Makefile.am:
1135         Fixed a build error when building with -j X
1136         
1137         * plugins/tools/scripts/prepare-changelog.pl:
1138         Updated to latest script version in gnome svn
1140 2008-02-28  Johannes Schmid <jhs@gnome.org>
1142         * plugins/document-manager/anjuta-docman.c:
1143         (anjuta_docman_page_destroy):
1144         Do not unref widget because the GtkNotebook will unref them
1145         
1146         * plugins/file-manager/file-view.c: (file_view_refresh):
1147         * plugins/search/search_preferences.c: (search_preferences_init):
1148         Fixed a memory leaks
1149         
1150         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1151         (ieditor_get_offset), (ieditor_iface_init),
1152         (idocument_get_filename), (ilanguage_get_supported_languages),
1153         (autodetect_language):
1154         
1155         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1156         was missing.
1158 2008-02-28  Johannes Schmid <jhs@gnome.org>
1160         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1161         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1163 2008-02-27  Naba Kumar  <naba@gnome.org>
1165         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1166         string break. That was a mistake doing at this point.
1168 === anjuta 2.3.5 ===
1170 2008-02-26  Naba Kumar  <naba@gnome.org>
1172         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1173         crash when there is a modified new file open, a non-modified exiting
1174         file open and autosave happen. Simplified error checking logic and
1175         avoided memory corruption. Fixes bug #Bug 518716.
1177 2008-02-25  Naba Kumar  <naba@gnome.org>
1179         * NEWS: Updated for release 2.3.5
1180         * configure.in: Bumped version to 2.3.5
1182         * plugins/build-basic-autotools/build-basic-autotools.c:
1183         (on_editor_changed): Avoid accessing text which is greater than
1184         valid range.
1186         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1188 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1190         * plugins/debug-manager/breakpoints.c:
1191         Fix #518329: Crash when adding breakpoint and other similar bugs
1193 2008-02-25  Johannes Schmid <jhs@gnome.org>
1195         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1196         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1197         Never call error() which calls exit()
1198         #517646 – Anjuta exists with code 2 when i try to import gedit
1200 2008-02-23  Johannes Schmid <jhs@gnome.org>
1202         * plugins/sourceview/sourceview.c: (ieditor_insert):
1203         Block insert_text signal when inserting manually.
1205 2008-02-23  Johannes Schmid <jhs@gnome.org>
1207         * plugins/sourceview/sourceview.c: (on_insert_text):
1208         Fixed a problem with the "insert-text" signal that broke
1209         copy&paste sometimes
1211 2008-02-22  Johannes Schmid <jhs@gnome.org>
1213         * plugins/language-support-cpp-java/plugin.c:
1214         (get_line_indentation_base):
1215         More fixes for comment handling and made the code
1216         a lot simpler
1218 2008-02-22  Johannes Schmid <jhs@gnome.org>
1220         * plugins/sourceview/sourceview.c: (on_insert_text):
1221         Fixed #517919 – Crash on pasting docblock
1223 2008-02-20  Johannes Schmid <jhs@gnome.org>
1225   Patch from James Liggett:
1226         * plugins/profiler/profiler.glade:
1227         Fix width options dialog. Translations are not longer cut off. (#516630)
1229 2008-02-18  Johannes Schmid <jhs@gnome.org>
1231         * plugins/sourceview/sourceview.c: (on_insert_text):
1232         Do not change the iterator in the "insert-text" handler because
1233         it has some strange side-effects when copying text
1234         Fix useless free'ing in hover-leave that might have led to random
1235         crashes
1237 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1239         * plugins/debug-manager/start.c:
1240         Avoid a glib warning if no project is loaded
1242 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1244         * manuals/anjuta-manual/C/debugger.xml:
1245         Remove warning about new debugger
1247 2008-02-17  Johannes Schmid <jhs@gnome.org>
1249         * manuals/anjuta-manual/figures/project-window.png:     
1250         Use a smaller picture
1252 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1254         * plugins/gdb/debugger.c:
1255         Set breakpoint in file with uncommon characters in path name
1257 2008-02-17  Johannes Schmid <jhs@gnome.org>
1259         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1260         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1261         (icell_get_char):
1262         * plugins/sourceview/sourceview.c: (on_insert_text):    
1263         Fix "char-added" signal to pass the correct iterator
1265 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1267         * plugins/gdb/debugger.c:
1268         Load executable in gdb with space in path name 
1270 2008-02-17  Johannes Schmid <jhs@gnome.org>
1272         * plugins/language-support-cpp-java/plugin.c:
1273         (get_line_indentation_base), (get_line_auto_indentation),
1274         (on_auto_indent):
1275         Some bugfixes and clean-ups in comment indentation code
1276         
1277         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1278         (anjuta_view_finalize), (anjuta_view_key_press_event):
1279         * plugins/sourceview/sourceview.c: (on_insert_text),
1280         (sourceview_create_highligth_indic), (sourceview_new):
1281         Cleaned implementation of char-added signal by using "insert-text" signal
1282         instead of filtering "key-press-event"
1283         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1284         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1285         (iiter_diff):
1286         Fixed implementation of get_character and return value of iiter_first() and
1287         iiter_last();
1289 2008-02-16  Johannes Schmid <jhs@gnome.org>
1291         * plugins/valgrind/plugin.c: (valgrind_activate),
1292         (ipreferences_merge), (ipreferences_unmerge):
1293         * plugins/valgrind/vgactions.c: (vg_actions_run):
1294         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1295         
1296         Fixed crasher when starting valgrind because of strange prefs handling and
1297         #516641 – Valgrind: Load Log does not clear list
1299 2008-02-15  James Liggett  <jrliggett@cox.net>
1301         * plugins/profiler/plugin.c:
1302         (on_select_other_target_button_clicked):
1303         Select the new custom target in the list so that the user sees it.
1305         Bug 516630 – Selection custom binary in profiler is not
1306         user-friendly.
1308 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1310         * manuals/anjuta-manual/C/projects.xml:
1311         Fix #515993: "Add package" button is "Add Package" in code
1312         Fix #516727: "Build All" is "Build Project" in code
1313         Fix #516728: "Clean All" is "Clean Project" in code
1314         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1315         Fix #516730: Fix note title 
1316         "Configure" is "Run Configure..." in code
1318 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1320         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1321         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1322         manuals/anjuta-manual/C/projects.xml,
1323         manuals/anjuta-manual/Makefile.am:
1324         Fix #515207: Add a new project window screenshoot
1325         Rename "Project View" to "Project window"
1327 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1329         * plugins/project-import/project-import.c:
1330         Fix #516743: Import project keeps an old date on project file
1332         * plugins/project-manager/plugin.c:
1333         Fix #516737: Import project doesn't load project with space in name
1335 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1337         * plugins/debug-manager/command.c:
1338         Destroy local variables on each step
1340         * plugins/debug-manager/debug_tree.c,
1341         plugins/debug-manager/watch.c,
1342         plugins/debug-manager/locals.c,
1343         plugins/gdb/debugger.c,
1344         libanjuta/interfaces/libanjuta.idl:
1345         Parse local variables scope (not used yet)
1347 2008-02-15  James Liggett <jrliggett@cox.net>
1349         reviewed by: Johannes Schmid <jhs@gnome.org>
1351         * plugins/profiler/gprof-options.c: (setup_widgets),
1352         (gprof_options_set_target), (gprof_options_has_target),
1353         (gprof_options_get_string):
1354         * plugins/profiler/gprof-options.h:
1355         * plugins/profiler/plugin.c: (ifile_open):
1356         516128 – crash in Anjuta IDE: selected profiler as the...
1358 2008-02-14  Johannes Schmid <jhs@gnome.org>
1360         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1361         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1362         * plugins/symbol-browser/an_symbol.c:
1363         * plugins/symbol-browser/an_symbol_view.c:
1364         (on_symbol_view_row_expanded):
1365         Fixed some memory leaks (Remember to all free/unref everything that comes
1366         from gtk_tree_model_get())
1368 2008-02-14  Johannes Schmid <jhs@gnome.org>
1370         * plugins/document-manager/search-box.c: (on_search_activated):
1371         516377 – Status bar does not change its status of 'Search for .. continued at top'
1372         (caused by differences between scintilla and sourceview)
1374 2008-02-13  James Liggett <jrliggett@cox.net>
1376         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1377         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1379 2008-02-14  Johannes Schmid <jhs@gnome.org>
1381         * plugins/language-support-cpp-java/plugin.c:
1382         (get_line_indentation_base), (get_line_auto_indentation),
1383         (on_editor_char_inserted_cpp):
1384         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1386 2008-02-13  Johannes Schmid <jhs@gnome.org>
1388         * plugins/language-support-cpp-java/plugin.c:
1389         (is_iter_inside_string), (get_line_auto_indentation):
1390         Handle comments in the code and do not ask editor. Fixes scintilla
1391         indentation (sourceview does not report comments anyway).
1392         
1393         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1394         Diff with correct sign (also fixes some issues with language-support)
1396 2008-02-13  Johannes Schmid <jhs@gnome.org>
1398         * plugins/language-support-cpp-java/plugin.c:
1399         (get_line_indentation_base):
1400         Act even more clever for comments. Indent /* */ comments correctly
1401         for multilines
1403 2008-02-13  Johannes Schmid <jhs@gnome.org>
1405         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1406         Also set indentation size correctly, when tab size is set
1407         by language support plugin
1409 2008-02-13  Johannes Schmid <jhs@gnome.org>
1411         * plugins/language-support-cpp-java/plugin.c:
1412         (get_line_indentation_base):
1413         
1414         Indent lines after comments correctly
1416 2008-02-13  Johannes Schmid <jhs@gnome.org>
1418         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1419         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1420         * libanjuta/anjuta-launcher.h:
1421         Some more fixes from symbol-db-branch
1422         
1423         * src/Makefile.am:
1424         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1426 2008-02-12  Johannes Schmid <jhs@gnome.org>
1428   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1429         * global-tags/Makefile.am:
1430         * AUTHORS
1431         #515954 – create_global_tags.sh: wrong anjuta-tags path
1432         
1433         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1434         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1435         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1436         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1437         (anjuta_launcher_fork):
1438         * libanjuta/anjuta-launcher.h:
1439         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1440         from symbol-db branch
1442 2008-02-11  Johannes Schmid <jhs@gnome.org>
1444         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1445   515868 – File browser only shows icons when activated
1446   
1447 2008-02-11  Johannes Schmid <jhs@gnome.org>
1449         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1450         #515867 – Anjuta dies on startup
1452 2008-02-11  Johannes Schmid <jhs@gnome.org>
1454         * TODO.tasks: Marked subversion task as completed
1456 === anjuta 2.3.4 ===
1458 2008-02-11  Naba Kumar  <naba@gnome.org>
1460         * configure.in: Bumped version to 2.3.4
1462 2008-02-10  Naba Kumar  <naba@gnome.org>
1464         * NEWS: Updated for release.
1466 2008-02-10  Johannes Schmid <jhs@gnome.org>
1468         * plugins/document-manager/anjuta-document-manager.plugin.in:
1469         Added html, javascript and glade file types. This makes it possible to
1470         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1471         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1472         
1473         * plugins/file-wizard/anjuta-file-wizard.glade:
1474         * plugins/gdb/anjuta-gdb.glade:
1475         * plugins/project-wizard/anjuta-project-wizard.glade:
1476         * plugins/search/anjuta-search.glade:
1477         * plugins/terminal/anjuta-terminal-plugin.glade:
1478         
1479         Fixed some other translation issues (#507921)
1481 2008-02-10  Naba Kumar  <naba@gnome.org>
1483         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1484         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1486 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1488         * manuals/anjuta-manual/C/interface.xml,
1489         manuals/anjuta-manual/C/introduction.xml,
1490         manuals/anjuta-manual/C/preferences.xml,
1491         manuals/anjuta-manual/C/fileoperations.xml,
1492         manuals/anjuta-manual/C/projects.xml:
1493         Fix spelling errors, including bug #515204, #515172, #515117
1494         and #513892
1496 2008-02-10  Naba Kumar  <naba@gnome.org>
1498         * plugins/document-manager/plugin.c: Fixed stream comment and added
1499         translator's comment for 'block comment', 'box comment' and 'stream
1500         comment'
1502 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1504         * plugins/debug-manager/command.c,
1505         plugins/debug-manager/command.h,
1506         plugins/debug-manager/breakpoints.c,
1507         libanjuta/interfaces/libanjuta.idl:
1508         Avoid adding the same breakpoint several times
1510         * plugins/gdb/debugger.c:
1511         Fix bug #515463: Deattaching process kill it
1513 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1515         * manuals/anjuta-manual/C/debugger.xml:
1516         Fix translation bug #515459 and #515460
1518 2008-02-10  Johannes Schmid <jhs@gnome.org>
1520   Patch from Rémi Cardona <remi@gentoo.org>
1522         * plugins/build-basic-autotools/Makefile.am:
1523         * plugins/cvs-plugin/Makefile.am:
1524         * plugins/document-manager/Makefile.am:
1525         * plugins/editor/Makefile.am:
1526         * plugins/indent/Makefile.am:
1527         * plugins/language-support-cpp-java/Makefile.am:
1528         * plugins/message-view/Makefile.am:
1529         * plugins/sourceview/Makefile.am:
1530         * plugins/symbol-browser/Makefile.am:
1531         * plugins/terminal/Makefile.am:
1532         * scripts/build-schemas.mk:
1533         * src/Makefile.am:
1534   Fix #512531 – Parallel build fails
1535   
1536   * AUTHORS: Added Rémi
1538 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1540         * plugins/debug-manager/queue.c:
1541         Fix interrupt command, not working due to previous change
1543 2008-02-10  Johannes Schmid <jhs@gnome.org>
1545         * src/Makefile.am:
1546         * src/anjuta-app.c:
1547         * src/anjuta-callbacks.c (removed):
1548         * src/anjuta-callbacks.h (removed):
1549         
1550         Removed (almost) empty files, fixes #515383 and #515388
1552 2008-02-09  James Liggett <jrliggett@cox.net>
1554         Reviewed by Naba Kumar  <naba@gnome.org>:
1556         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1557         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1558         * plugins/subversion/svn-command.c:
1559         (svn_command_make_canonical_path):
1560         * plugins/subversion/svn-command.h:
1561         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1562         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1563         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1564         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1565         * plugins/subversion/svn-remove-command.c:
1566         (svn_remove_command_new):
1567         * plugins/subversion/svn-status-command.c:
1568         (svn_status_command_new):
1569         * plugins/subversion/svn-switch-command.c:
1570         (svn_switch_command_new):
1571         * plugins/subversion/svn-update-command.c:
1572         (svn_update_command_new):
1573         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1574         die if the user gives a path that libsvn doesn't like. 
1575         
1576         Fixes bug #515500
1578 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1580         * plugins/debug-manager/command.c,
1581         plugins/debug-manager/command.h,
1582         plugins/debug-manager/queue.c:
1583         Fix crashes when trying to stop the debugger while it is busy
1585 2008-02-08  Johannes Schmid <jhs@gnome.org>
1587   Patch from Rodrigo Moya <rodrigo@novell.com>
1589         * plugins/glade/plugin.c: (ifile_open):
1590         * plugins/symbol-browser/test-class.cpp:
1591         * AUTHORS: Added Rodrigo
1592         
1593         #514732 – 64 bit compliation error
1594         #514733 – Use of uninitialized variables
1596 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1598         * manuals/anjuta-manual/C/debugger.xml:
1599         Fix translation bug #514494 and bug #514440
1601 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1603         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1604         Fix a compile error added in the previous patch
1606 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1608         * plugins/profiler/gprof-view.c,
1609         plugins/class-inheritance/class-callbacks.c,
1610         plugins/class-inheritance/class-inherit.c,
1611         plugins/symbol-browser/an_symbol.c,
1612         plugins/symbol-db/symbol-db-engine-iterator-node.c,
1613         libanjuta/interfaces/libanjuta.idl:
1614         Change ianjuta_symbol_file function to ianjuta_symbol_uri
1616 2008-02-04  Johannes Schmid <jhs@gnome.org>
1618         * plugins/search/anjuta-search.glade: Fixed typo
1620 2008-02-03  Johannes Schmid <jhs@gnome.org>
1622         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
1623         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
1624         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1625         .glade:
1626         * plugins/build-basic-autotools/build-basic-autotools.c:
1627         (build_get_context), (build_configure_project):
1628         * plugins/class-gen/anjuta-class-gen-plugin.glade:
1629         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1630         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
1631         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
1632         * plugins/devhelp/plugin.c: (devhelp_activate):
1633         * plugins/editor/Makefile.am:
1634         * plugins/editor/anjuta-editor-scintilla.glade:
1635         * plugins/editor/text_editor.c:
1636         * plugins/editor/text_editor.h:
1637         * plugins/editor/text_editor_menu.c (removed):
1638         * plugins/editor/text_editor_menu.h (removed):
1639         * plugins/file-wizard/anjuta-file-wizard.glade:
1640         * plugins/gtodo/notification.c: (create_notification_window):
1641         * plugins/gtodo/preferences.c: (preferences_widget):
1642         * plugins/language-support-cpp-java/plugin.c:
1643         (cpp_java_plugin_activate_plugin):
1644         * plugins/message-view/anjuta-message-manager-plugin.glade:
1645         * plugins/message-view/plugin.c: (activate_plugin):
1646         * plugins/project-manager/plugin.c: (confirm_removal):
1647         * plugins/search/anjuta-search.glade:
1648         * plugins/search/plugin.c:
1649         * plugins/search/search-replace.c: (nb_results_alert):
1650         * plugins/subversion/subversion-commit-dialog.c:
1651         (on_subversion_commit_response):
1652         * plugins/symbol-browser/plugin.c: (activate_plugin):
1653         * plugins/valgrind/plugin.c: (on_menu_run_activate):
1654         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
1655         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
1656         * src/anjuta.glade:
1657         
1658         Fixed translation bugs from #507921.
1659         Removed unused files in scintilla plugin
1661 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1663         * manuals/anjuta-manual/C/debugger.xml:
1664         Fix bug #514124 and bug #514138: Wrong menu item name
1666 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1668         * plugins/profiler/gprof-view.c,
1669         plugins/symbol-browser/plugin.c,
1670         plugins/class-inheritance/class-callbacks.c,
1671         plugins/debug-manager/plugin.c,
1672         plugins/tools/editor.c,
1673         plugins/search/search-replace.c,
1674         plugins/search/search-replace_backend.c,
1675         plugins/search/search-replace_backend.h,
1676         plugins/build-basic-autotools/build-basic-autotools.c,
1677         plugins/document-manager/plugin.c,
1678         plugins/document-manager/file_history.c,
1679         plugins/document-manager/anjuta-docman.c,
1680         plugins/document-manager/anjuta-docman.h,
1681         plugins/document-manager/action-callbacks.c,
1682         libanjuta/interfaces/libanjuta.idl:
1683         Rename IAnjutaDocumentManager functions:
1684         find_document_with_path, goto_file_line, goto_file_line_mark
1685         and get_full_filename into
1686         find_document_with_uri, goto_uri_line, goto_uri_line_mark
1687         and get_uri
1688         Fix search plugin to use an URI instead of a file path
1689         Fix anjuta_docman_get_uri to always return an URI
1691 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1693         * plugins/debug-manager/breakpoints.c:
1694         Fix bug #514118: Rename Clear All Breakpoints to Remove
1695         All Breakpoints
1697 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1699         * manuals/anjuta-manual/C/debugger.xml:
1700         Update debugger documentation
1702 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1704         * plugins/debug-manager/sharedlib.c,
1705         plugins/debug-manager/anjuta-debug-manager.glade,
1706         plugins/debug-manager/queue.c,
1707         plugins/tools/execute.c,
1708         plugins/tools/anjuta-tools.glade,
1709         plugins/tools/editor.c,
1710         plugins/project-wizard/templates/terminal.wiz,
1711         plugins/project-wizard/templates/xlib-dock.wiz,
1712         plugins/project-wizard/templates/wxwin.wiz,
1713         plugins/project-wizard/templates/java.wiz,
1714         plugins/project-wizard/templates/gnome.wiz,
1715         plugins/project-wizard/templates/anjuta-plugin.wiz,
1716         plugins/project-wizard/templates/gtkmm.wiz,
1717         plugins/project-wizard/templates/python.wiz,
1718         plugins/project-wizard/templates/cpp.wiz,
1719         plugins/project-wizard/templates/sdl.wiz,
1720         plugins/project-wizard/templates/gtk.wiz,
1721         plugins/project-wizard/templates/minimal.wiz,
1722         plugins/project-wizard/templates/xlib.wiz,
1723         plugins/project-wizard/templates/gcj.wiz,
1724         plugins/gdb/plugin.c,
1725         plugins/gdb/debugger.c,
1726         libanjuta/anjuta-plugin-manager.c:
1727         Partial fix of #507921: translation issues in debug-manager, tools,
1728         project-wizard, gdb and anjuta-plugin-manager.
1730 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
1732         * plugins/debug-manager/queue.c:
1733         Debugger Local, Stack and Thread windows were missing due to
1734         the previous change.
1736 2008-02-02  Johannes Schmid <jhs@gnome.org>
1738         * manuals/anjuta-manual/Makefile.am:
1739         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
1740         causes make install to fail
1742 2008-02-02  Johannes Schmid <jhs@gnome.org>
1744         * plugins/macro/macros.xml:
1745         #495511 – Header_h macro correction
1747 2008-02-02  Johannes Schmid <jhs@gnome.org>
1749         * plugins/patch/patch-plugin.glade:
1750         gtk-apply is not translatable...
1752 2008-02-02  Johannes Schmid <jhs@gnome.org>
1754         * plugins/build-basic-autotools/build-basic-autotools.c:
1755         (on_build_mesg_format):
1756         
1757         Also check for untranslated messages from make. Should fix 
1758         #511981 – Error parsing make output
1760 2008-02-02  Johannes Schmid <jhs@gnome.org>
1762         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1763         .glade:
1764         
1765         Fixed #511010 – [UI] Execute program utility window
1767 2008-02-02  Johannes Schmid <jhs@gnome.org>
1769         * src/anjuta.glade:
1770         Fixed #509908 – [UI] Problems with the General settings tab
1772 2008-02-02  Johannes Schmid <jhs@gnome.org>
1774         * manuals/anjuta-manual/C/fileoperations.xml:
1775         Fixed #513730 – Option not present in the GUI po file
1777 2008-02-02  Johannes Schmid <jhs@gnome.org>
1779         * plugins/sourceview/anjuta-editor-sourceview.glade:
1780         Adjust preferences default values
1782 2008-02-02  Johannes Schmid <jhs@gnome.org>
1784         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
1785         Fixed #512535 – Open files tabs' position is correctly remembered 
1786         but not applied at startup
1788 2008-02-02  Johannes Schmid <jhs@gnome.org>
1790         * plugins/search/search-replace.c: (on_message_clicked):
1791         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
1792         fix clicking on search result messages
1794 2008-02-01  James Liggett <jrliggett@cox.net>
1796         * plugins/subversion/svn-command.c: (on_svn_notify):
1797         Fixed wrong status message output when resolving conflicts.
1799 2008-02-02  Johannes Schmid <jhs@gnome.org>
1801         * configure.in: Require GtkSourceView 2.1.2
1802         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
1803         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
1804         (imark_is_marker_set), (imark_delete_all_markers),
1805         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
1806         
1807         Adapted to API changes in GtkSourceView
1809 2008-02-01  Johannes Schmid <jhs@gnome.org>
1811         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
1812         Fixed tabsize preference
1814 2008-02-01  Johannes Schmid <jhs@gnome.org>
1816         * manuals/anjuta-manual/C/fileoperations.xml:
1817         * manuals/anjuta-manual/C/interface.xml:
1818         Updated manual
1819         
1820         * manuals/anjuta-manual/Makefile.am:
1821         * manuals/anjuta-manual/C/figures/*:
1822         
1823         Updated figures to be in clearlooks theme, removed old figures
1825 2008-02-01  Johannes Schmid <jhs@gnome.org>
1827         * plugins/patch/patch-plugin.glade:
1828         * plugins/patch/plugin.c: (patch_plugin_activate):
1829         Another UI issue with the patch plugin and silenced a compiler
1830         warning
1831         
1832         Patch from James Liggett:
1833         * plugins/profiler/gprof-call-graph-view.c:
1834         (gprof_call_graph_view_create_columns):
1835         * plugins/profiler/gprof-flat-profile-view.c:
1836         (gprof_flat_profile_view_create_columns):
1837         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
1838         * plugins/profiler/gprof-view.h:
1839         
1840         Use two decimal places for float values in profiler views (#507831)
1842 2008-02-01  Johannes Schmid <jhs@gnome.org>
1844         * configure.in:
1845         * plugins/editor/Makefile.am:
1846         
1847         Fixed #512751 – libgnomeprint unnecessary without scintilla
1849 2008-01-31  Johannes Schmid <jhs@gnome.org>
1851         * plugins/language-manager/languages.xml:
1852         Added a pretty ugly string for C++ headers. Maybe we should rely
1853         on mime-types instead...
1855 2008-01-31  Johannes Schmid <jhs@gnome.org>
1857         * plugins/language-support-cpp-java/cpp-java-assist.c:
1858         (get_iter_column), (cpp_java_assist_get_calltip_context),
1859         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1860         (on_assist_chosen), (cpp_java_assist_install):
1861         * plugins/language-support-cpp-java/plugin.c:
1862         (on_editor_char_inserted_cpp):
1863         Removed annoying DEBUG_PRINTs
1864         
1865         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1866         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
1867         * plugins/sourceview/sourceview.c: (iassist_show_tips):
1868         
1869         Fixed "jumping" tooltips, fixed indentation of brances
1871 2008-01-31  Johannes Schmid <jhs@gnome.org>
1873         * plugins/document-manager/plugin.c: (on_document_changed):
1874         Fixed crash when closing anjuta after all document tabs have been closed
1876 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1878         * plugins/debug-manager/anjuta-debug-manager.glade:
1879         Fix #513485: wrong strings maked as translatable
1881 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1883         * plugins/debug-manager/threads.c,
1884         plugins/debug-manager/stack_trace.c:
1885         Avoid crash when getting relative path from debugger (same fix
1886         than for #510028)
1888         * plugins/debug-manager/queue.c:
1889         Emit all state changes notification
1891         * plugins/debug-manager/start.c:
1892         Fix #511586: Project path with "+" not working in debugger
1894 2008-01-31  Johannes Schmid <jhs@gnome.org>
1896         * plugins/patch/patch-plugin.glade:
1897         Fixed button ui problem...
1898         
1899         Patch from James Liggett:
1900         * plugins/profiler/gprof-call-graph-block-entry.c:
1901         (gprof_call_graph_block_primary_entry_new),
1902         (gprof_call_graph_block_secondary_entry_new):
1903         * plugins/profiler/gprof-flat-profile-entry.c:
1904         (gprof_flat_profile_entry_new):
1905         
1906         Fix #507831 - Wrong Profiler values for some locales
1908 2008-01-31  Johannes Schmid <jhs@gnome.org>
1910         * plugins/sourceview/anjuta-editor-sourceview.glade:
1911         * plugins/sourceview/sourceview-prefs.c:
1912         * plugins/sourceview/sourceview.c: (sourceview_finalize):
1913   
1914   Fixed Editor->View popup menu for those entries that are appropriate for
1915   sourceview    
1917 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1919         * plugins/debug-manager/breakpoints.c:
1920         Fix #512901: Crash when adding a breakpoint
1922         * plugins/debug-manager/queue.c:
1923         Remove a possible memory leak
1925 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1927         * plugins/debug-manager/data_view.c,
1928         plugins/debug-manager/sparse_view.c,
1929         manuals/anjuta-manual/C/debugger.xml:
1930         Fix #513130, #513131 #513135: Wrong menu item names and errors
1931         in the documentation
1933 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1935         * plugins/tools/editor.c:
1936         ianjuta_document_manager_find_document_with_path expect an uri not
1937         a path
1939 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
1941         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1942         manuals/reference/libanjuta/libanjuta-sections.txt,
1943         libanjuta/interfaces/libanjuta.idl:
1944         Documentation fixes for IAnjutaDebugger* interfaces
1946 === anjuta 2.3.3 ===
1948 2008-01-27  Naba Kumar  <naba@gnome.org>
1950         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
1951         rpm spec file.
1953         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
1954         (value_added_current_editor), (value_removed_current_editor):
1955         Removed dead code.
1957         * TODO.tasks: Updated.
1959         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
1960         scrollwindow shadow in.
1962         * plugins/editor/anjuta-editor-scintilla.glade:
1963         * plugins/editor/style-editor.c: (create_style_editor_gui):
1964         Set style window transient and cetered for preferences window.
1965         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
1967         * plugins/editor/anjuta-editor-scintilla.glade:
1968         Fixes Bug #427108 - Scintilla plugin configuration folding-style
1969         setting not working
1971         * configure.in, NEWS: Updated for release 2.3.3
1973 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1975         * plugins/debug-manager/anjuta-debug-manager.glade:
1976         Fix #512224: Use a string in english
1978 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1980         * plugins/build-basic-autotools/build-basic-autotools.c:
1981         ianjuta_document_manager_goto_file_line_mark needs an uri and
1982         not a file path
1984 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1986         * plugins/symbol-browser/plugin.c,
1987         plugins/symbol-browser/an_symbol_view.c:
1988         use gnome_vfs_get_uri_from_local_path to get local path from uri
1989         This takes care of escaping some characters
1991 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
1993         * plugins/debug-manager/stack_trace.c:
1994         Probably fix #510028: crash debugger when having a relative filename
1995         in stack trace
1997 2008-01-25 Tom <tpgww@onepost.net>
1999         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2001         * plugins/document-manager/plugin.c,
2002         plugins/document-manager/file_history.c,
2003         plugins/document-manager/file_history.h,
2004         plugins/document-manager/anjuta-docman.c,
2005         plugins/document-manager/anjuta-docman.h:
2006         Rename filename argument to uri when an uri is expected
2007         anjuta_docman_get_document_for_uri will remove symlinks 
2009 2008-01-25  Naba Kumar  <naba@gnome.org>
2011         * plugins/terminal/terminal.c: (terminal_execute),
2012         (activate_plugin):
2013         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2015 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2017         * plugins/debug-manager/anjuta-debug-manager.glade,
2018         plugins/debug-manager/start.c:
2019         Fix #511049: Change UI of add source directories dialog
2021 2008-01-24  Naba Kumar  <naba@gnome.org>
2023         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2024         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2025         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2026         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2027         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2028         should work now.
2030 2008-01-24  Johannes Schmid <jhs@gnome.org>
2032         Patch from: Luca Ferretti <ella.uca@libero.it>:
2034         * plugins/document-manager/anjuta-docman.c:
2035         (anjuta_docman_page_init), (anjuta_docman_class_init):
2036         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2037         
2038         Fix #511757 – Close icon in tabs cut off (Patch was only for
2039         document-manager, also adapted it for message-manager)
2041 2008-01-24  Johannes Schmid <jhs@gnome.org>
2043         * plugins/Makefile.am:
2044         * plugins/sourceview/anjuta-document.c:
2045         * plugins/sourceview/anjuta-marshal.list:
2046         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2047         (anjuta_view_key_press_event):
2048         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2049         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2050         (iiter_diff), (iiter_iface_init):
2051         * plugins/sourceview/sourceview.c: (on_document_char_added),
2052         (ieditor_goto_position), (ieditor_get_text),
2053         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2054         (ieditor_erase), (ieditor_get_line_from_position),
2055         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2056         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2057         (ieditor_get_end_position), (ieditor_goto_start),
2058         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2059         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2060         (iassist_show_tips):
2061         
2062         Implemented new iterators interface in sourceview editor and
2063         re-enabled it.
2065 2008-01-23  Naba Kumar  <naba@gnome.org>
2067         * libanjuta/interfaces/libanjuta.idl:
2068         * manuals/reference/libanjuta/libanjuta-sections.txt:
2069         * plugins/build-basic-autotools/build-basic-autotools.c:
2070         (build_indicator_location_set), (on_editor_changed):
2071         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2072         * plugins/debug-manager/variable.c: (get_hovered_word):
2073         * plugins/document-manager/action-callbacks.c:
2074         (on_editor_command_upper_case_activate),
2075         (on_editor_command_lower_case_activate):
2076         * plugins/document-manager/search-box.c: (on_incremental_search),
2077         (on_search_activated):
2078         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2079         (iiter_last), (iiter_set_position), (iiter_get_position),
2080         (iiter_get_length), (iiter_compare), (iiter_diff),
2081         (iiter_iface_init):
2082         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2083         (text_editor_goto_point), (itext_editor_goto_start),
2084         (itext_editor_goto_end), (itext_editor_goto_position),
2085         (itext_editor_get_text_all), (itext_editor_get_text),
2086         (itext_editor_get_position), (itext_editor_get_offset),
2087         (itext_editor_get_length), (itext_editor_insert),
2088         (itext_editor_erase), (itext_editor_erase_all),
2089         (itext_editor_get_column), (itext_editor_get_overwrite),
2090         (itext_editor_set_popup_menu),
2091         (itext_editor_get_line_from_position),
2092         (itext_editor_get_line_begin_position),
2093         (itext_editor_get_line_end_position),
2094         (itext_editor_get_position_from_offset),
2095         (itext_editor_get_start_position), (itext_editor_get_end_position),
2096         (itext_editor_iface_init), (iconvert_to_upper),
2097         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2098         (iindicable_set):
2099         * plugins/editor/text_editor.h:
2100         * plugins/editor/text_editor_cbs.c:
2101         (on_text_editor_scintilla_notify):
2102         * plugins/indent/plugin.c: (on_indent_action_activate):
2103         * plugins/language-support-cpp-java/cpp-java-assist.c:
2104         (cpp_java_assist_get_scope_context),
2105         (cpp_java_assist_get_pre_word),
2106         (cpp_java_assist_show_autocomplete),
2107         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2108         (on_editor_char_added), (on_assist_chosen):
2109         * plugins/language-support-cpp-java/plugin.c:
2110         (get_line_indentation), (skip_iter_to_previous_logical_line),
2111         (skip_preprocessor_lines), (initialize_indentation_params),
2112         (set_line_indentation), (get_line_indentation_base),
2113         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2114         (on_editor_char_inserted_java), (on_auto_indent):
2115         * plugins/macro/macro-actions.c: (match_shortcut):
2116         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2117         * plugins/macro/plugin.c: (match_keyword):
2118         * plugins/search/plugin.c: (find_incremental):
2119         * plugins/search/search-replace.c: (search_and_replace),
2120         (search_start_over):
2121         * plugins/search/search-replace_backend.c:
2122         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2123         (create_search_entries):
2124         * plugins/symbol-browser/plugin.c:
2125         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2126         (isymbol_manager_iface_init):
2127         * plugins/symbol-db/plugin.c:
2128         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2129         (isymbol_manager_iface_init):
2130         * plugins/tools/execute.c: (atp_output_context_construct),
2131         (atp_output_context_destroy), (atp_user_tool_execute):
2133         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2134         iterators instead of integer offsets.
2135         - Renamed original ianjuta_editor_get_position(int) to 
2136         ianjuta_editor_get_offset(). It is deprecated.
2137         - Renamed original ianjuta_editor_get_position_iter() to
2138         ianjuta_editor_get_position().
2139         - Renamed ianjuta_editor_get_cell_iter() to
2140         ianjuta_editor_get_position_from_offset()
2141         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2142         - Added new methods:
2143         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2144         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2145         ianjuta_editor_goto_end().
2146         - All relevent signals and methods converted to use iterators.
2147         - All relevent plugins fixed to use new API.
2148         - Removed ianjuta_editor_cell_get_line() because it is provided by
2149         ianjuta_editor_get_line_from_position().
2150         - Removed ianjuta_symbol_manager_get_completions_at_position()
2151         because it not used anywhere and is not right to be there.
2152         - Updated IAnjutaEditable documentation.
2154         Updated IAnjutaIterable interface:
2155         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2156         - Introduced 'end-iter' to point at the end of the list.
2157         - Updated IAnjutaIterable documentation.
2159         * plugins/Makefile.am:
2160         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2161         for it soon).
2163 2008-01-22  Johannes Schmid <jhs@gnome.org>
2165         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2166         * plugins/project-import/anjuta-project-import.glade:
2167         * plugins/project-import/anjuta-project-import.plugin.in:
2168         * plugins/project-wizard/anjuta-project-wizard.glade:
2169         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2170         * plugins/project-wizard/druid.c: (npw_druid_new):
2171         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2172         
2173         Fixed #465084 – wizard instead of assistant (only string changes...)
2175 2008-01-20  Rob Bradford  <rob@openedhand.com>
2177         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2178         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2179         coming up with the solution. (Bug: #510390.)
2181 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2183         * plugins/build-basic-autotools/executer.c:
2184         Fix #502508, use anjuta_launcher to keep program output
2186         * plugins/terminal/terminal.c:
2187         Remove unused child_initizlized member
2188         Start the shell on plugin activation
2190 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2192         * plugins/debug-manager/sparse_buffer.c:
2193         Fix a crash when scrolling in the diassembly window
2195         * plugins/debug-manager/sparse_view.c:
2196         Small limit change using the same "unit" for both number
2198 2008-01-19  Naba Kumar  <naba@gnome.org>
2200         * plugins/language-support-cpp-java/cpp-java-assist.c:
2201         (cpp_java_assist_get_scope_context),
2202         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2203         instead.
2205 2008-01-19  Johannes Schmid <jhs@gnome.org>
2207         * plugins/sourceview/anjuta-editor-sourceview.glade:
2208         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2209         
2210         And even more strings...
2212 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2214         * plugins/project-wizard/templates/cpp/src/main.cc:
2215         Fix #498734, typing error in c++ project template
2217 2008-01-19  Johannes Schmid <jhs@gnome.org>
2219         * plugins/editor/text_editor.c: (text_editor_save_file):
2220         * plugins/macro/anjuta-macro.glade:
2221         * plugins/subversion/anjuta-subversion.glade:
2223         Fixed even more strings
2225 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2227         * plugins/language-support-cpp-java/cpp-java-assist.c:
2228         Fix bug #488519, remove critical warning (completion_cache == NULL
2229         is valid)
2231 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2233         * plugins/gdb/debugger.c:
2234         Enable logging of gdb communication with an environment variable
2236 2008-01-19  Naba Kumar  <naba@gnome.org>
2238         * plugins/editor/text-editor-iterable.c: (iiter_next),
2239         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2240         editor native funtions to avoid round trips.
2242 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2244         * plugins/editor/text_editor.c:
2245         Fix a bug due to the previous patch: Unable to save new file in 
2246         Scintilla
2248 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2250         * plugins/debug-manager/disassemble.c,
2251         plugins/debug-manager/disassemble.h,
2252         plugins/debug-manager/registers.c,
2253         plugins/debug-manager/registers.h,
2254         plugins/debug-manager/memory.c,
2255         plugins/debug-manager/memory.h,
2256         plugins/debug-manager/command.c,
2257         plugins/debug-manager/command.h,
2258         plugins/debug-manager/queue.c,
2259         plugins/debug-manager/queue.h,
2260         plugins/debug-manager/breakpoints.c,
2261         plugins/debug-manager/stack_trace.c,
2262         plugins/debug-manager/threads.c,
2263         plugins/debug-manager/plugin.c,
2264         plugins/gdb/plugin.c,
2265         plugins/gdb/debugger.c,
2266         plugins/gdb/debugger.h,
2267         manuals/reference/libanjuta/libanjuta-sections.txt,
2268         manuals/reference/libanjuta/libanjuta.types,
2269         libanjuta/interfaces/libanjuta.idl:
2270         Use gulong instead of guint for addresses
2271         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2272         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2274         * plugins/gdb/anjuta-gdb.plugin.in:
2275         Remove reference to IAnjutaCpuDebugger (useless)
2277 2008-01-18  Johannes Schmid <jhs@gnome.org>
2279         * AUTHORS: Added Alexander
2281 2008-01-18  Johannes Schmid <jhs@gnome.org>
2283   Patch from: Alexander Korolyov <kilork@yandex.ru>
2285         * plugins/editor/text_editor.c: (load_from_file),
2286         (text_editor_save_file):
2287         
2288         Fixed symlinks (#510238) and file permission (#405321)
2289         handling for scintilla editor. 
2290   
2291 2008-01-17  Johannes Schmid <jhs@gnome.org>
2293         * plugins/document-manager/action-callbacks.c:
2294         (on_editor_command_select_all_activate),
2295         (on_editor_command_cut_activate),
2296         (on_editor_command_paste_activate),
2297         (on_editor_command_copy_activate),
2298         (on_editor_command_clear_activate):
2299   Resupport cut/copy/paste/clear on GtkEditables when those
2300   have focus. (Important for shortcuts to work).
2302         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2303         * plugins/document-manager/search-box.c: (on_search_activated):
2304         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2305         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2306         * plugins/profiler/plugin.c: (profiler_get_data):
2307         * plugins/project-wizard/druid.c: (npw_druid_new):
2308         * plugins/project-wizard/install.c: (on_install_end_install_file):
2309         * plugins/sourceview/anjuta-editor-sourceview.glade:
2310         * plugins/subversion/anjuta-subversion.glade:
2311         * plugins/tools/anjuta-tools.glade:
2312         Various string fixes
2314 2008-01-17  Naba Kumar  <naba@gnome.org>
2316         Patch from James Liggett:
2318         * plugins/subversion/subversion-add-dialog.c:
2319         (on_subversion_add_response):
2320         * plugins/subversion/subversion-copy-dialog.c:
2321         (on_subversion_copy_response):
2322         * plugins/subversion/subversion-diff-dialog.c:
2323         (on_subversion_diff_response):
2324         * plugins/subversion/subversion-merge-dialog.c:
2325         (on_subversion_merge_response):
2326         * plugins/subversion/subversion-remove-dialog.c:
2327         (on_subversion_remove_response):
2328         * plugins/subversion/subversion-switch-dialog.c:
2329         (on_subversion_switch_response):
2330         * plugins/subversion/subversion-ui-utils.c: (check_input):
2331         * plugins/subversion/subversion-ui-utils.h:
2332         * plugins/subversion/subversion-update-dialog.c:
2333         (on_subversion_update_response):
2335         If the user doesn't enter any data for path or revision fields in
2336         certain SVN plugin dialogs, libsvn throws assertion failures and
2337         kills Anjuta. To avoid this, the validity of path and revision
2338         input data are checked before the command gets executed.
2340         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2341         if user gives bad or no input
2343 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2345         * plugins/document-manager/anjuta-docman.c:
2346         Fix #507627 memory tab stay active on debugger stop
2347         Remove two unused variables due to the previous patch
2349 2008-01-16  Johannes Schmid <jhs@gnome.org>
2351         * libanjuta/anjuta-plugin-manager.c:
2352         Fixed #508399 – When you enable a plugin, preferences don't show up
2354 2008-01-16  Rob Bradford  <rob@openedhand.com>
2356         Reviewed by: Johannes Schmid <jhs@gnome.org>
2358         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2359         (get_property_value_as_string), (set_property_value_as_string),
2360         (register_callbacks):
2361         * libanjuta/anjuta-preferences.h:
2362         Add support for both file and folder preferences (originally only
2363         folder choosers were supported. (Fixes bug: #508805.)
2365         * plugins/file-manager/file-manager.glade:
2366         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2367         type of property.
2369 2008-01-16  Johannes Schmid <jhs@gnome.org>
2371         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2372         .glade:
2373         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2374         * src/anjuta.glade:
2375         
2376         Fixed #509875 – The "Update globale tags" button wording is incorrect
2377         Fixed #509873 – Build Autotools Preferences has excessive padding
2378         Fixed #509872 – General Information labels are incorrectly aligned
2379         Fixed #509871 – General preferences has incorrect use of colons
2380         
2381 2008-01-16  Johannes Schmid <jhs@gnome.org>
2383         * plugins/document-manager/anjuta-document-manager.glade:
2384         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2386         Fixed #509865 – Incorrect padding in the Documents settings tabs
2387         Fixed #509867 – Create button contents is mis-aligned
2388         Fixed #509869 – "Add Directory" button is not HIG complient
2390 2008-01-16  Johannes Schmid <jhs@gnome.org>
2392         * libanjuta/anjuta-preferences-dialog.c:
2393         (anjuta_preferences_dialog_add_page):
2394         
2395         Fix #509864 – No initial section selected when opening the Preferences dialog
2397 2008-01-16  Johannes Schmid <jhs@gnome.org>
2399         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2400         Removed unused gconf_notifications
2401         
2402         * plugins/search/anjuta-search.glade:
2403         * plugins/subversion/anjuta-subversion.glade:
2404         * plugins/tools/anjuta-tools.glade:
2405         * src/anjuta-app.c: (anjuta_app_instance_init):
2406         
2407         Fixed various strings
2409 2008-01-15  Naba Kumar  <naba@gnome.org>
2411         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2412         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2413         file saved
2415         * plugins/symbol-browser/an_symbol_view.c:
2416         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2417         new file saved.
2419 2008-01-15  Johannes Schmid <jhs@gnome.org>
2421         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2422         (anjuta_profile_add_plugins_from_xml):
2423         * plugins/file-manager/file-manager.glade:
2424         Some string fixes
2425         
2426         * libanjuta/interfaces/libanjuta.idl:
2427         Fixed docs
2428                 
2429         * plugins/sourceview/Makefile.am:
2430         * plugins/sourceview/anjuta-editor-sourceview.glade:
2431         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2432         (end_print), (print_setup), (sourceview_print),
2433         (sourceview_print_preview):
2434         * plugins/sourceview/sourceview.c: (iprint_print),
2435         (iprint_print_preview):
2436         
2437         Added printing support to GtkSourceView editor
2439 2007-01-14 Tom <tpgww@onepost.net>
2441         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2443         * plugins/document-manager/anjuta-docman.c:
2444         Fix two memory leaks added by the previous patch
2446 2008-01-14  Johannes Schmid <jhs@gnome.org>
2448         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2449         * plugins/sourceview/assist-window.c: (assist_window_move):
2450         
2451         Do not use opacity
2453 2008-01-14  Rob Bradford  <rob@openedhand.com>
2455         * global-tags/Makefile.am:
2456         * global-tags/create_global_tags.sh.in:
2457         Install anjuta-tags binary into FHS policy compliant directory and
2458         update references. (Fixes bug: 509346.)
2460 2008-01-13  Naba Kumar  <naba@gnome.org>
2462         Patch from: Ritesh Khadgaray
2463         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2464         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2465         Adds export-dynamic option to LDFLAGS to project template for libglade
2466         to work for autoconnect signals.
2468 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2470         * libanjuta/anjuta-utils.c:
2471         anjuta_util_get_real_path return a string that need to be freed
2472         with g_free even if PATH_MAX is not defined
2474 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2476         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2477         to DOC_LINGUAS.
2479 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2481         * plugins/document-manager/anjuta-docman.c:
2482         Do not reopen file having escaped character (+,...) in path name
2484 2008-01-13  Naba Kumar  <naba@gnome.org>
2486         * libanjuta/interfaces/libanjuta.idl:
2487         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2488         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2489         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2490         IAnjutaProjectManager::add_sources().
2492         * plugins/glade/plugin.c: (on_glade_resource_removed),
2493         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2494         stubs for handing resources in glade file.
2496 2008-01-13  Naba Kumar  <naba@gnome.org>
2498         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2500         * plugins/glade/plugin.c: (ifile_open): Select the first window
2501         in the glade project when it is first opened. Avoids empty glade
2502         document the first time.
2504 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2506   Reviewed by: Johannes Schmid <jhs@gnome.org>
2508         * plugins/gtodo/callback.c: (remove_todo_item):
2509         Fix #507304 – crash in Anjuta IDE while removing done tasks
2511 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2513         * plugins/debug-manager/anjuta-debug-manager.ui,
2514         plugins/debug-manager/plugin.c,
2515         plugins/debug-manager/start.h,
2516         plugins/debug-manager/start.c:
2517         New menu item to add extra source directories for debugger
2519 === anjuta 2.3.2 ===
2521 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2523         * plugins/gtodo/callback.c: (remove_todo_item):
2524         Fix #507304 – crash in Anjuta IDE while removing done tasks
2526 2008-01-11  Naba Kumar  <naba@gnome.org>
2528         * configure.in: Bumped version to 2.3.2
2529         * NEWS: Updated for anjuta 2.3.2 release
2530         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2531         not 'make tarball'
2533 2008-01-11  Johannes Schmid <jhs@gnome.org>
2535         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2536         .glade:
2537         Reverted accidently commited change
2538         
2539         * plugins/document-manager/anjuta-document-manager.glade:
2540         Fix Gtk-Critical because of broken glade file
2542 2008-01-11  Naba Kumar  <naba@gnome.org>
2544         * plugins/glade/plugin.c: (on_document_destroy),
2545         (glade_plugin_add_project): Fixed a bug where when more than one
2546         glade document is open and one is closed, it closes all the glade
2547         documents. Also it might have fixed the bug where sometimes closing
2548         the glade document leaves glade widget tree unclosed.
2550 2008-01-11  Naba Kumar  <naba@gnome.org>
2552         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2553         prevent install errors when not installed as root (then the files
2554         are only useful when glade-3 is installed in the same prefix, but it
2555         doesn't harm anjuta runtime).
2557         * plugins/sourceview/sourceview.c: Commented use of a file
2558         not currently distributed.
2560 2008-01-10  Naba Kumar  <naba@gnome.org>
2562         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2563         nothing to translate in it.
2565 2008-01-10  Johannes Schmid <jhs@gnome.org>
2567         * plugins/project-wizard/templates/gnome.wiz:
2568         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2569         * plugins/project-wizard/templates/gnome/src/main.c:
2570         * plugins/project-wizard/templates/translatable-strings.h:
2571         
2572         Fixed #508497 and added a new chooser to select whether to use
2573         libglade or not.
2575 2008-01-10  Johannes Schmid <jhs@gnome.org>
2577         Patch from Tom <tpgww@onepost.net>:
2579         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2580         (anjuta_util_glist_path_dedup):
2581         * libanjuta/anjuta-utils.h:
2582         
2583         Give the method a proper prefixed name
2584         
2585         * plugins/document-manager/action-callbacks.c:
2586         (get_current_popup_active),
2587         (on_editor_command_select_all_activate),
2588         (on_editor_command_cut_activate),
2589         (on_editor_command_paste_activate),
2590         (on_editor_command_copy_activate),
2591         (on_editor_command_clear_activate), (on_show_search),
2592         (on_repeat_quicksearch):        
2593         * plugins/document-manager/action-callbacks.h:
2594         * plugins/document-manager/anjuta-docman.c:
2595         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2596         (anjuta_docman_goto_file_line_mark),
2597         (anjuta_docman_get_full_filename):
2598         * plugins/document-manager/anjuta-docman.h:
2599         * plugins/document-manager/anjuta-document-manager.ui:
2600         * plugins/document-manager/plugin.c:
2601         (update_document_ui_interface_items):
2602         
2603         Better way to fix the popup-menu items (Cut/Copy/Paste)
2604         and various clean-ups.
2605         
2606         * plugins/document-manager/search-box.c: (on_document_changed),
2607         (search_box_fill_search_focus):
2608         * plugins/document-manager/search-box.h:
2609         * plugins/search/plugin.c:
2610         
2611         Add a menu item to repeat the quick search
2613 2008-01-10  Johannes Schmid <jhs@gnome.org>
2615         * plugins/language-support-cpp-java/cpp-java-assist.c:
2616         (on_assist_chosen):
2617         
2618         Fixed #508424 – Auto complete: previous char was removed when 
2619         pre TAB to auto complete.
2621 2008-01-10  Johannes Schmid <jhs@gnome.org>
2623         Patch from: James Ligett:
2625         * plugins/profiler/gprof-call-graph-view.c:
2626         (gprof_call_graph_view_create_columns):
2627         * plugins/profiler/gprof-flat-profile-view.c:
2628         (gprof_flat_profile_view_create_columns):
2629         
2630         Fixed translation issues (#496833)
2632 2008-01-10 Johannes Schmid <jhs@gnome.org>
2634         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
2636         * plugins/gtodo/gtodo.c: (category_manager_add_item):
2637         Fix #460390 – Changing categories while edinting something
2639 2008-01-09  Naba Kumar  <naba@gnome.org>
2641         * libanjuta/anjuta-plugin-manager.c:
2642         (anjuta_plugin_manager_activate_plugins): Commented dead code and
2643         fixed a leak.
2645         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
2646         corruption reported in bug #507491. Potentially fixes too.
2648 2008-01-09  Johannes Schmid <jhs@gnome.org>
2650         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
2652         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2653         Fix bug #505205 completely
2654         
2655         * AUTHORS: Added Bolesław
2657 2008-01-08  Johannes Schmid <jhs@gnome.org>
2659         * plugins/document-manager/action-callbacks.c:
2660         (on_editor_command_cut_activate),
2661         (on_editor_command_paste_activate),
2662         (on_editor_command_copy_activate),
2663         (on_editor_command_clear_activate):
2664         
2665         Fixed editor popup menu (Cut, Copy, Paste)
2667 2008-01-08  Johannes Schmid <jhs@gnome.org>
2669         * plugins/sourceview/sourceview.c: (autodetect_language):
2670         Fixed a crash when creating a new file
2672 2008-01-08  Johannes Schmid <jhs@gnome.org>
2674         Patch by <bolekk@gmail.com> (GHOP Student)
2676         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2677         Fix bug #505205
2679 2008-01-08  Naba Kumar  <naba@gnome.org>
2681         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
2682         * libanjuta/anjuta-plugin-manager.c:
2683         (anjuta_plugin_manager_select),
2684         (anjuta_plugin_manager_activate_plugins):
2685         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
2686         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
2687         (on_create_submenu), (create_open_with_submenu):
2688         * src/about.c: (on_about_plugin_activate),
2689         (about_create_plugins_submenu): Use translated version of get_string()
2690         API in AnjutaDescription for translatable properties. Fixes bug #496833
2691         comment #18.
2693 2008-01-07  Johannes Schmid <jhs@gnome.org>
2695         * plugins/build-basic-autotools/executer.c: (execute_program):
2696         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2697         * plugins/debug-manager/anjuta-debug-manager.glade:
2698         * plugins/debug-manager/locals.c: (create_locals_gui):
2699         * plugins/file-loader/plugin.c: (on_create_submenu):
2700         * plugins/gtodo/main.h:
2701         * plugins/gtodo/preferences.c: (preferences_widget):
2702         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2703         * plugins/tools/anjuta-tools.glade:
2704         * plugins/tools/execute.c: (atp_output_context_print):
2705         * src/main.c:
2706         
2707                 Another bunch of i18n fixes (#496833)
2709 2008-01-07  Johannes Schmid <jhs@gnome.org>
2711         * plugins/build-basic-autotools/build-basic-autotools.c:
2712         (on_build_terminated):
2713         * plugins/gtodo/interface.c: (set_read_only):
2714         * plugins/project-manager/plugin.c: (confirm_removal),
2715         (on_popup_add_to_project):
2716         * plugins/subversion/anjuta-subversion.glade:
2717         * plugins/tools/execute.c: (atp_output_context_print_result):
2718         
2719         Fixed some strings from #496833
2721 2008-01-07  Johannes Schmid <jhs@gnome.org>
2723         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
2724         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
2725         .in:
2726         * plugins/language-support-cpp-java/plugin.c: (install_support),
2727         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
2728         Added basic Vala support
2729         
2730         * plugins/sourceview/sourceview.c: (autodetect_language):
2731         Fixed mime-type detection
2733 2008-01-06  Massimo Cora'  <maxcvs@email.it>
2735   Reviewed by: Johannes Schmid <jhs@gnome.org>
2737         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
2738         (value_removed_current_editor), (symbol_db_activate),
2739         (symbol_db_deactivate):
2740         * plugins/symbol-db/symbol-db-engine.c:
2741         (symbol_db_engine_get_global_members_filtered):
2742         * plugins/symbol-db/symbol-db-view.c:
2743         (do_add_child_symbol_to_view), (prepare_for_adding),
2744         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
2745         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
2746         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
2747         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
2748         (sdb_view_init), (sdb_view_finalize),
2749         (sdb_view_build_and_display_base_tree):
2750         * plugins/symbol-db/symbol-db-view.h:
2751         added controls to expand Global tab nodes in a non-freezing way.
2752         Fixed also some little bugs always on global-tab.
2754 2008-01-06  Naba Kumar  <naba@gnome.org>
2756         Patches from James Liggett:
2757         * plugins/profiler/gprof-call-graph-view.c:
2758         (gprof_call_graph_view_create_columns):
2759         * plugins/profiler/gprof-flat-profile-view.c:
2760         (gprof_flat_profile_view_create_columns):
2761         * plugins/profiler/gprof-function-call-tree-view.c:
2762         (gprof_function_call_tree_view_create_columns): Made all
2763         of the columns resizable and reorderable.
2765 2008-01-06  Johannes Schmid <jhs@gnome.org>
2767         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2768         (anjuta_launcher_check_password_real),
2769         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2770         (anjuta_launcher_scan_pty),
2771         (anjuta_launcher_disable_password_check):
2772         * libanjuta/anjuta-launcher.h:
2773         Added disable_password_check for stream where it does not make sense 
2774         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
2775         that sometimes occur in symbol-db plugin
2776         
2777         * plugins/file-manager/file-model.c:
2778         (file_model_cancel_expand_idle):
2779         Fixed removing of idle source
2780         
2781         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
2782         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
2783         
2784         Fixed #348854 – invisible cursor in certain themes
2786 2008-01-06  Naba Kumar  <naba@gnome.org>
2788         * libanjuta/anjuta-preferences.c:
2789         (anjuta_preferences_register_property_custom): Fixed a crash bug on
2790         closing preferences dialog due to patch in bug #507300
2792 2008-01-06  Naba Kumar  <naba@gnome.org>
2794         * plugins/language-support-cpp-java/cpp-java-assist.c:
2795         (on_assist_chosen):
2796         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2797         * plugins/search/search-replace_backend.c: (create_search_entries):
2798         Added missing unrefs.
2800 2008-01-06  Johannes Schmid <jhs@gnome.org>
2802         * plugins/debug-manager/variable.c: (get_hovered_word):
2803   Add a g_object_unref()  
2804         
2805         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
2806         (on_sourceview_hover_leave):
2807         Fixed hover and editor interface to make hover in debugger work
2809 2008-01-06  Naba Kumar  <naba@gnome.org>
2811         * plugins/editor/text-editor.c: Whitespaces fixes.
2812         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
2813         DEBUG_PRINT instead of g_message.
2815 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
2817         * plugins/debug-manager/breakpoints.c:
2818         Fix #507441: Disable all breakpoints doesn't work
2819         Fix #507444: Enable Breakpoint menu item doesn't change name
2821 2008-01-05  Naba Kumar  <naba@gnome.org>
2823         * manuals/reference/libanjuta/libanjuta.types: Renamed
2824         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
2826 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2828         * plugins/debug-manager/variable.c:
2829         Update variable display to use IAnjutaIterable instead of position
2831         * plugins/editor/text_editor_cbs.c,
2832         plugins/editor/text_editor.c:
2833         Fix Gtk critical warnings when a hover signal is emitted
2834         Fix get_text_iter in Scintilla (range should include last character)
2835         
2836 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2838         * plugins/debug-manager/debug_tree.c,
2839         plugins/debug-manager/debug_tree.h,
2840         plugins/debug-manager/watch.c,
2841         plugins/debug-manager/command.c,
2842         plugins/debug-manager/queue.c,
2843         plugins/gdb/plugin.c,
2844         plugins/gdb/debugger.c,
2845         plugins/gdb/debugger.h,
2846         libanjuta/interfaces/libanjuta.idl:
2847         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
2849 2008-01-05  Naba Kumar  <naba@gnome.org>
2851         * plugins/valgrind/plugin.c: Removed stock icon open/save from
2852         menus to avoid conflict with file open/save. Fixes bug #507455
2854 2008-01-05  Johannes Schmid <jhs@gnome.org>
2856         * configure.in:
2857         Conditionally depend on gtksourceview2 >= 2.1.0
2858         
2859         * libanjuta/interfaces/libanjuta.idl:
2860         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
2861         iterators instead of positions
2862         
2863         * plugins/debug-manager/threads.c:
2864         Fixed a warnings by including gnome-vfs properly
2865         
2866         * plugins/debug-manager/variable.c: (get_hovered_word),
2867         (on_hover_over):
2868         Updated to changes in IAnjutaEditorHover/Selection
2869         
2870         * plugins/document-manager/action-callbacks.c:
2871         (on_editor_command_upper_case_activate),
2872         (on_editor_command_lower_case_activate):
2873         * plugins/document-manager/search-box.c: (on_incremental_search),
2874         (on_search_activated):
2875         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
2876         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
2877         (iselection_get_start), (iselection_get_end),
2878         (iselection_iface_init), (ihover_display), (ihover_iface_init):
2879         * plugins/editor/text_editor_cbs.c:
2880         (on_text_editor_scintilla_notify):
2881         
2882         Updated to changes in IAnjutaEditorHover/Selection and updated editor
2883         interface of scintilla editor.
2884         
2885         * plugins/language-manager/languages.xml:
2886         * plugins/language-manager/plugin.c:
2887         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
2888         Added chdr to C language files and some DEBUG_PRINTs
2889         
2890         * plugins/language-support-cpp-java/cpp-java-assist.c:
2891         (on_assist_chosen):
2892         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2893         * plugins/search/plugin.c: (find_incremental):
2894         * plugins/search/search-replace.c: (search_and_replace):
2895         * plugins/search/search-replace_backend.c: (create_search_entries):
2896                 Adapted to changed interfaces
2898         * plugins/sourceview/Makefile.am:
2899         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
2900         (set_uri), (anjuta_document_save):
2901         * plugins/sourceview/anjuta-editor-sourceview.glade:
2902         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
2903         (anjuta_view_key_press_event):
2904         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
2905         * plugins/sourceview/sourceview-cell.c:
2906         (sourceview_cell_instance_init), (sourceview_cell_finalize),
2907         (icell_get_line), (icell_get_attribute), (icell_iface_init):
2908         * plugins/sourceview/sourceview-prefs.c: (get_bool),
2909         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
2910         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
2911         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
2912         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
2913         * plugins/sourceview/sourceview-private.h:
2914         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
2915         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
2916         (on_document_loaded), (sourceview_instance_init),
2917         (sourceview_dispose), (sourceview_finalize),
2918         (sourceview_create_markers), (sourceview_new),
2919         (ifile_savable_save), (ieditor_get_tab_size),
2920         (ieditor_set_tab_size), (ieditor_set_use_spaces),
2921         (ieditor_set_auto_indent), (ieditor_goto_line),
2922         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
2923         (iselect_block), (iselect_set), (iselect_get_start),
2924         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
2925         (imark_unmark), (imark_is_marker_set),
2926         (imark_location_from_handle), (imark_delete_all_markers),
2927         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
2928         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
2929         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
2930         (ilanguage_get_supported_languages), (autodetect_language),
2931         (ilanguage_set_language), (iassist_show_tips),
2932         (on_sourceview_hover_leave), (on_sourceview_hover_over),
2933         (ihover_display), (ihover_iface_init):
2934         
2935         Use GtkSourceView 2.1.x:
2936         * New mark interface
2937         * Fixed #486724 and #488615
2938         * Implemented hover interface
2939         * Adapted to changed interfaces
2941 2008-01-04  Rob Bradford  <rob@o-hand.com>
2943         Reviewed by Naba Kumar  <naba@gnome.org>:
2944         * libanjuta/anjuta-preferences.c:
2945         (anjuta_preferences_register_property_custom):
2946         Unregister preferences for custom preferences when the widget is
2947         destroyed.
2949 2008-01-03  Johannes Schmid <jhs@gnome.org>
2951         * plugins/file-manager/file-model.c: (file_model_row_expanded),
2952         (file_model_row_collapsed):
2953   Fixed the too method to take a correct data argument
2955 2008-01-02  Johannes Schmid <jhs@gnome.org>
2957         * plugins/document-manager/anjuta-docman.c:
2958         (anjuta_docman_add_document), (anjuta_docman_remove_document):
2959         ref and unref correctly to silence a Gtk+ critical
2961 2008-01-01  Johannes Schmid <jhs@gnome.org>
2963         * plugins/editor/text_editor.c: (itext_editor_get_text):
2964         Fixed #506740 – ianjuta_editor_get_text crash if request 
2965         text past the buffer length
2967 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
2969         * plugins/debug-manager/utilities.c,
2970         plugins/debug-manager/utilities.h,
2971         plugins/debug-manager/breakpoints.c:
2972         Move get_current_editor function in utilities.c
2974         * plugins/debug-manager/plugin.c,
2975         plugins/debug-manager/debug_tree.c,
2976         plugins/debug-manager/debug_tree.h,
2977         plugins/debug-manager/watch.c,
2978         plugins/debug-manager/watch.h,
2979         plugins/debug-manager/locals.c,
2980         plugins/debug-manager/locals.h,
2981         (added) plugins/debug-manager/variable.c,
2982         (added) plugins/debug-manager/variable.h,
2983         plugins/debug-manager/Makefile.am:
2984         Use hover interface to display variable value
2986 2007-12-31  Johannes Schmid <jhs@gnome.org>
2988         * libanjuta/Makefile.am:
2989         Only install glade catalog files if glade-3 is available
2990         (Fixes #506269 and #500296)
2992 2007-12-30  Johannes Schmid <jhs@gnome.org>
2994         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
2995         (set_property_value_as_string), (register_callbacks):
2997   Fixed GtkFileChooserButton preferences to also work when only the combo
2998   changes without a dialog being open.
3000 2007-12-29  Johannes Schmid <jhs@gnome.org>
3002         * plugins/editor/Makefile.am:
3003         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3005 2007-12-29  Johannes Schmid <jhs@gnome.org>
3007         * plugins/devhelp/plugin.c: (devhelp_activate):
3008         Fixed #498986 - Anjuta-2.3.0 fails to build
3010 2007-12-29  Johannes Schmid <jhs@gnome.org>
3012         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3013         * plugins/debug-manager/plugin.c:
3014         (on_run_to_cursor_action_activate):
3015         * plugins/document-manager/anjuta-docman.c:
3016         (anjuta_docman_goto_file_line_mark):
3017         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3018         (value_removed_current_editor):
3019         
3020         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3021         all those to value_added_current_document...
3023         * plugins/editor/anjuta-editor-scintilla.glade:
3024         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3025         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3027 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3029   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3030   (symbol_db_activate), (symbol_db_deactivate),
3031   (symbol_db_instance_init), (isymbol_manager_get_parents):
3032   * plugins/symbol-db/plugin.h:
3033   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3034   * plugins/symbol-db/symbol-db-engine.c:
3035   (symbol_db_engine_get_global_members_filtered):
3036   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3037   (on_symbol_inserted):
3038   Filtered out static functions on global-tab. E.g. when flag
3039   is_file_scope = 1 we won't add entries there.
3040   Fixed a little bug on 'Global'->'Vars/Others' node too.
3042 2007-12-28  Johannes Schmid <jhs@gnome.org>
3044   * libanjuta/anjuta-launcher.c:
3045   Fixed a silly (and completely useless) memory corruption that probably 
3046   only occured at a few race conditions though I wonder why it did not 
3047         happen more often
3049 2007-12-28  Johannes Schmid <jhs@gnome.org>
3050         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3051         * plugins/debug-manager/plugin.c: (set_program_counter):
3052         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3053         * plugins/debug-manager/start.c: (get_source_directories):
3054         * plugins/debug-manager/threads.c: (on_info_thread),
3055         (on_list_thread):
3056         * plugins/file-manager/file-model.c: (file_model_set_property):
3057         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3058         * plugins/tools/editor.c: (on_editor_response):
3059         
3060         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3061         
3062         * plugins/document-manager/plugin.c: (update_title),
3063         (value_added_project_root_uri):
3064         * plugins/document-manager/plugin.h:
3065         Shorten down the title bar if the current path is inside the opened project
3067 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3069         reviewed by: Johannes Schmid <jhs@gnome.org>
3071         * plugins/project-wizard/templates/java/project.anjuta:
3072         * plugins/project-wizard/templates/mkfile/project.anjuta:
3073         * plugins/project-wizard/templates/python/project.anjuta:
3074         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3075         let new projects use new SymbolDB plugin.
3076         
3077         * plugins/symbol-browser/images/Makefile.am:
3078         added some images taken from MonoDevelop project.
3079         
3080         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3081         (goto_file_line), (on_importing_project_end), (project_root_added),
3082         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3083         (isymbol_manager_search):
3084         Added project-updating feature when opening a project with some files
3085   modified externally [e.g. a svn up].
3086         
3087         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3088         (sdb_engine_iterator_node_instance_init),
3089         (sdb_engine_iterator_node_finalize),
3090         (symbol_db_engine_iterator_node_set_conversion_hash):
3091         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3092         * plugins/symbol-db/symbol-db-engine-iterator.c:
3093         (symbol_db_engine_iterator_new):
3094         * plugins/symbol-db/symbol-db-engine-iterator.h:
3095          Moved Hash table initialization into the engine. This proxies and
3096   speeds up the process of creation and iteration of a GdaDataModel.
3097         
3098         * plugins/symbol-db/symbol-db-engine.c:
3099         (sdb_engine_ctags_output_thread),
3100         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3101         (sdb_engine_scan_files_1), (sdb_engine_init),
3102         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3103         (symbol_db_engine_add_new_workspace),
3104         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3105         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3106         (symbol_db_engine_get_sym_type_conversion_hash),
3107         (symbol_db_engine_update_files_symbols),
3108         (symbol_db_engine_update_project_symbols),
3109         (symbol_db_engine_update_buffer_symbols),
3110         (symbol_db_engine_get_class_parents),
3111         (symbol_db_engine_get_global_members_filtered),
3112         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3113         (symbol_db_engine_get_scope_members_by_symbol_id),
3114         (symbol_db_engine_get_scope_members),
3115         (symbol_db_engine_get_current_scope),
3116         (symbol_db_engine_get_file_symbols),
3117         (symbol_db_engine_get_symbol_info_by_id),
3118         (symbol_db_engine_find_symbol_by_name_pattern),
3119         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3120         * plugins/symbol-db/symbol-db-engine.h:
3121         * plugins/symbol-db/symbol-db-view-locals.c:
3122         (sdb_view_locals_get_iter_from_row_ref),
3123         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3124         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3125         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3126         Changes on some queries fuctions and some fixes. Added *_filtered
3127   functions.
3128         
3129         * plugins/symbol-db/symbol-db-view.c:
3130         (do_add_child_symbol_to_view), (add_new_waiting_for),
3131         (prepare_for_adding), (on_symbol_inserted),
3132         (do_recurse_subtree_and_remove), (on_symbol_removed),
3133         (sdb_view_do_add_hidden_dummy_child),
3134         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3135         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3136         (sdb_view_locals_create_new_store), (sdb_view_init),
3137         (sdb_view_finalize), (sdb_view_class_init),
3138         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3139         (symbol_db_view_get_pixbuf),
3140         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3141         New display for global tags. This is the definitive version, bugs apart.
3142         
3143         * plugins/symbol-db/tables.sql:
3144         fixed typo.
3146 2007-12-27  Naba Kumar  <naba@gnome.org>
3148         * libanjuta/interfaces/libanjuta.idl:
3149         * plugins/editor/aneditor-priv.h:
3150         * plugins/editor/aneditor.cxx:
3151         * plugins/editor/text_editor.c: (text_editor_instance_init),
3152         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3153         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3154         * plugins/editor/text_editor.h:
3155         * plugins/editor/text_editor_cbs.c:
3156         (on_text_editor_scintilla_notify):
3158         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3159         related code in AnEditor. Fixed some compilation warnings.
3161 2007-12-26  Naba Kumar  <naba@gnome.org>
3163         * Changelog: Fixed indentation.
3165 2007-12-25  Naba Kumar  <naba@gnome.org>
3167         * plugins/editor/Makefile.am:
3168         * plugins/editor/editor.glade:
3169         * plugins/editor/plugin.c:
3170         * plugins/editor/style-editor.c:
3171         * plugins/sourceview/Makefile.am:
3172         * plugins/sourceview/plugin.c:
3173         * plugins/sourceview/sourceview.glade:
3174         * plugins/valgrind/Makefile.am:
3176         Renamed glade files to anjuta-editor-* to give name space for the
3177         schema files (because they are installed in system directory).
3179         * scripts/build-schemas.mk: Install the schemas files also (need for
3180         binary package installation/uninstallation).
3182 2007-12-25  Johannes Schmid <jhs@gnome.org>
3184         * plugins/language-support-cpp-java/plugin.c:
3185         (set_indentation_param_vim):
3186         
3187         Support some more vim modeline commands and shortcuts (#504331)
3189 2007-12-25  Johannes Schmid <jhs@gnome.org>
3191         Patches from James Liggett:
3192         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3193         (anjuta_vcs_status_tree_view_init):
3194         * plugins/subversion/subversion-commit-dialog.c:
3195         (subversion_commit_dialog):
3196         * plugins/subversion/subversion-diff-dialog.c:
3197         (on_subversion_diff_response):
3198         * plugins/subversion/subversion-log-dialog.c:
3199         (on_log_view_selected_button_clicked),
3200         (on_log_diff_selected_button_clicked),
3201         (on_log_diff_previous_button_clicked):
3202         * plugins/subversion/subversion-resolve-dialog.c:
3203         (subversion_resolve_dialog):
3204         * plugins/subversion/subversion-revert-dialog.c:
3205         (subversion_revert_dialog):
3206         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3207         (pulse_progress_bar), (hide_pulse_progress_bar),
3208         (disconnect_data_arrived_signals),
3209         (cancel_data_arrived_signal_disconnect):
3210         * plugins/subversion/subversion-ui-utils.h:
3211         
3212         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3213         #505237 – Sort list of modified files
3215 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3217         * plugins/gdb/debugger.c:
3218         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3220 2007-12-23  Johannes Schmid <jhs@gnome.org>
3222         * plugins/language-support-cpp-java/plugin.c:
3223         (set_indentation_param_emacs), (set_indentation_param_vim),
3224         (parse_mode_line_emacs), (parse_mode_line_vim),
3225         (extract_mode_line), (initialize_indentation_params):
3227         Added (basic) support for vim modelines (#504331)
3229         * plugins/message-view/message-view.c: (message_view_next),
3230         (message_view_previous):
3231         
3232         Fixed next/previous message
3234 2007-12-23  Johannes Schmid <jhs@gnome.org>
3236         * libanjuta/anjuta-ui.h:
3237         Check for != NULL before unref'ing pixbuf (related to #497878)
3238         
3239         * plugins/devhelp/plugin.c: (register_stock_icons):
3240         * plugins/document-manager/anjuta-docman.c:
3241         (anjuta_docman_add_document):
3242         * plugins/glade/plugin.c: (on_close_activated),
3243         (register_stock_icons), (on_session_save),
3244         (glade_plugin_add_project):
3245         
3246         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3247         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3248         
3249         * plugins/language-support-cpp-java/plugin.c:
3250         (register_stock_icons):
3251         Fixed stock icon registration macros
3253 2007-12-23  Johannes Schmid <jhs@gnome.org>
3255         * global-tags/Makefile.am:
3256         * launcher/Makefile.am:
3257         * libanjuta/Makefile.am:
3258         * libegg/Makefile.am:
3259         * manuals/anjuta-faqs/Makefile.am:
3260         * manuals/anjuta-manual/Makefile.am:
3261         * manuals/reference/libanjuta/Makefile.am:
3262         * plugins/build-basic-autotools/Makefile.am:
3263         * plugins/class-gen/Makefile.am:
3264         * plugins/class-inheritance/Makefile.am:
3265         * plugins/cvs-plugin/Makefile.am:
3266         * plugins/debug-manager/Makefile.am:
3267         * plugins/devhelp/Makefile.am:
3268         * plugins/document-manager/Makefile.am:
3269         * plugins/editor/Makefile.am:
3270         * plugins/editor/scintilla/Makefile.am:
3271         * plugins/editor/scintilla/include/Makefile.am:
3272         * plugins/file-loader/Makefile.am:
3273         * plugins/file-manager/Makefile.am:
3274         * plugins/file-wizard/Makefile.am:
3275         * plugins/gdb/Makefile.am:
3276         * plugins/glade/Makefile.am:
3277         * plugins/gtodo/Makefile.am:
3278         * plugins/gvim/Makefile.am:
3279         * plugins/indent/Makefile.am:
3280         * plugins/language-manager/Makefile.am:
3281         * plugins/language-support-cpp-java/Makefile.am:
3282         * plugins/macro/Makefile.am:
3283         * plugins/message-view/Makefile.am:
3284         * plugins/patch/Makefile.am:
3285         * plugins/profiler/Makefile.am:
3286         * plugins/project-import/Makefile.am:
3287         * plugins/project-manager/Makefile.am:
3288         * plugins/project-wizard/Makefile.am:
3289         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3290         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3291         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3292         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3293         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3294         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3295         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3296         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3297         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3298         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3299         * plugins/sample1/Makefile.am:
3300         * plugins/search/Makefile.am:
3301         * plugins/sourceview/Makefile.am:
3302         * plugins/subversion/Makefile.am:
3303         * plugins/symbol-browser/Makefile.am:
3304         * plugins/symbol-db/Makefile.am:
3305         * plugins/symbol-db/test/Makefile.am:
3306         * plugins/terminal/Makefile.am:
3307         * plugins/tools/Makefile.am:
3308         * plugins/valgrind/Makefile.am:
3309         * src/Makefile.am:
3310         * tagmanager/Makefile.am:
3311         
3312         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3313         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3314         warnings from illigel C++ compiler flags.
3316 2007-12-23  Johannes Schmid <jhs@gnome.org>
3318         Patch from Tom <tpgww@onepost.net>:
3319   
3320         * plugins/document-manager/anjuta-docman.c:
3321         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3322         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3323         (anjuta_docman_instance_init), (on_notebook_switch_page),
3324         (anjuta_docman_grab_text_focus):
3325         * plugins/document-manager/plugin.c: (on_document_added),
3326         (on_window_key_press_event), (on_window_key_release_event):
3327         
3328         Some more document-manager code cleanups and fixes.
3330 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3332         * plugins/symbol-db/plugin.c: (register_stock_icons),
3333         (value_added_current_editor), (value_removed_current_editor),
3334         (on_importing_project_end), (project_root_removed):
3335         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3337         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3338         (symbol_db_engine_get_file_db_path):
3339         fixed a useless warning.
3341         * plugins/symbol-db/symbol-db-view-locals.c:
3342         (traverse_free_waiting_for), (file_view_status_destroy),
3343         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3344         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3345         (sdb_view_locals_finalize), (on_symbol_inserted),
3346         (symbol_db_view_locals_recv_signals_from_engine),
3347         (symbol_db_view_locals_update_list):
3348         more speed on editors switching. GtkTreeStore caching method implemented.
3349         Fixed compiler warnings and a little memory leak.
3351         * plugins/symbol-db/symbol-db-view-locals.h:
3352         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3353         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3354         (on_scan_end), (on_symbol_inserted),
3355         (sdb_view_locals_create_new_store), (sdb_view_init),
3356         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3357         * plugins/symbol-db/symbol-db-view.h:
3358         fixed some crashers. Now project loading/populating should be quite quick.
3360 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3362         * plugins/debug-manager/command.c,
3363         plugins/debug-manager/queue.c:
3364         Take care of command return value (FALSE is an error)
3366 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3368         * plugins/debug-manager/anjuta-debug-manager.glade,
3369         plugins/debug-manager/breakpoints.c:
3370         Remove address, condition and pass breakpoint column if not supported
3371         Fix clear all remove_all to avoid an endless loop if a breakpoint
3372         cannot be removed
3374 2007-12-17  Johannes Schmid <jhs@gnome.org>
3376         Patch from Tom <tpgww@onepost.net> (with some changes):
3378         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3379         (on_save_as_activate), (on_save_all_activate),
3380         (on_close_file_activate), (on_close_all_file_activate),
3381         (on_reload_file_activate), (on_editor_command_clear_activate),
3382         (on_transform_eolchars1_activate), (on_comment_block),
3383         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3384         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3385         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3386         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3387         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3388         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3389         (on_zoom_out_text_activate):
3390         * plugins/document-manager/action-callbacks.h:
3391         * plugins/document-manager/anjuta-docman.c:
3392         (on_notebook_page_close_button_click),
3393         (on_notebook_page_close_button_enter),
3394         (on_notebook_page_close_button_leave),
3395         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3396         (anjuta_docman_page_init), (anjuta_docman_page_new),
3397         (on_open_filesel_response), (create_file_open_dialog_gui),
3398         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3399         (anjuta_docman_instance_init), (on_notebook_switch_page),
3400         (on_document_destroy), (anjuta_docman_add_editor),
3401         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3402         (anjuta_docman_set_current_document),
3403         (anjuta_docman_goto_file_line_mark), (get_real_path),
3404         (anjuta_docman_get_full_filename),
3405         (anjuta_docman_delete_all_markers),
3406         (anjuta_docman_delete_all_indicators),
3407         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3408         (anjuta_docman_order_tabs):
3409         * plugins/document-manager/anjuta-docman.h:
3410         * plugins/document-manager/file_history.c: (an_hist_file_new),
3411         (an_file_history_push), (an_file_history_dump):
3412         * plugins/document-manager/file_history.h:
3413         * plugins/document-manager/plugin.c: (update_title),
3414         (value_removed_project_root_uri),
3415         (update_document_ui_interface_items), (menu_name_compare),
3416         (on_document_added), (on_document_changed),
3417         (on_window_key_press_event), (on_window_key_release_event),
3418         (on_session_save):
3419         * plugins/document-manager/search-box.c: (on_document_changed),
3420         (on_goto_activated), (search_box_init), (search_box_new):
3421         * plugins/document-manager/search-box.h:
3423         Yet more code cleanups
3424         Save glade files correctly in session
3425         Use new tooltip API if available
3426         Sort notebook pages when session is restored (needs work)
3428 2007-12-16  Johannes Schmid <jhs@gnome.org>
3430         * plugins/document-manager/anjuta-docman.c:
3431         (anjuta_docman_add_document):
3432         
3433         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3434         the new search bar was introduced.
3436 2007-12-12  Johannes Schmid <jhs@gnome.org>
3437   
3438         Patch from  Tom <tpgww@onepost.net>:
3439         (#485233 – another bunch of docman cleanups)
3440   
3441         * libanjuta/interfaces/libanjuta.idl:
3442         * plugins/document-manager/action-callbacks.c:
3443         (get_current_document), (get_current_focus_widget),
3444         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3445         (on_close_file_activate), (on_close_all_file_activate),
3446         (on_reload_file_activate), (on_print_activate),
3447         (on_print_preview_activate),
3448         (on_editor_command_upper_case_activate),
3449         (on_editor_command_lower_case_activate),
3450         (on_editor_command_eol_crlf_activate),
3451         (on_editor_command_eol_lf_activate),
3452         (on_editor_command_eol_cr_activate),
3453         (on_editor_command_select_all_activate),
3454         (on_editor_command_select_to_brace_activate),
3455         (on_editor_command_select_block_activate),
3456         (on_editor_command_match_brace_activate),
3457         (on_editor_command_undo_activate),
3458         (on_editor_command_redo_activate),
3459         (on_editor_command_cut_activate),
3460         (on_editor_command_paste_activate),
3461         (on_editor_command_copy_activate),
3462         (on_editor_command_clear_activate),
3463         (on_editor_command_close_folds_all_activate),
3464         (on_editor_command_open_folds_all_activate),
3465         (on_editor_command_toggle_fold_activate),
3466         (on_editor_command_bookmark_toggle_activate),
3467         (on_editor_command_bookmark_first_activate),
3468         (on_editor_command_bookmark_next_activate),
3469         (on_editor_command_bookmark_prev_activate),
3470         (on_editor_command_bookmark_last_activate),
3471         (on_editor_command_bookmark_clear_activate),
3472         (on_transform_eolchars1_activate), (on_comment_block),
3473         (on_comment_box), (on_comment_stream),
3474         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3475         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3476         (on_force_hilite_activate), (on_swap_activate),
3477         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3478         * plugins/document-manager/action-callbacks.h:
3479         * plugins/document-manager/anjuta-docman.c:
3480         (on_notebook_page_close_button_click),
3481         (on_notebook_page_close_button_enter),
3482         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3483         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3484         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3485         (on_open_filesel_response), (anjuta_docman_open_file),
3486         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3487         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3488         (anjuta_docman_class_init), (anjuta_docman_new),
3489         (on_notebook_switch_page), (on_document_save_point),
3490         (on_document_destroy), (anjuta_docman_add_editor),
3491         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3492         (anjuta_docman_set_popup_menu),
3493         (anjuta_docman_get_current_focus_widget),
3494         (anjuta_docman_get_page_for_document),
3495         (anjuta_docman_get_current_document),
3496         (anjuta_docman_set_current_document),
3497         (anjuta_docman_goto_file_line),
3498         (anjuta_docman_goto_file_line_mark),
3499         (anjuta_docman_get_full_filename),
3500         (anjuta_docman_present_notebook_page),
3501         (anjuta_docman_update_page_label),
3502         (anjuta_docman_delete_all_markers),
3503         (anjuta_docman_delete_all_indicators),
3504         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3505         (do_ordertab1), (anjuta_docman_order_tabs),
3506         (anjuta_docman_set_editor_properties),
3507         (anjuta_docman_get_document_for_path),
3508         (anjuta_docman_get_all_doc_widgets):
3509         * plugins/document-manager/anjuta-docman.h:
3510         * plugins/document-manager/editor-tooltips.c:
3511         * plugins/document-manager/plugin.c: (update_title),
3512         (update_document_ui_enable_all), (update_document_ui_disable_all),
3513         (update_document_ui_save_items),
3514         (update_document_ui_interface_items), (update_document_ui),
3515         (on_document_update_save_ui), (update_status),
3516         (on_document_update_ui), (on_document_added),
3517         (on_document_changed), (on_session_save), (on_save_prompt),
3518         (on_docman_auto_save), (on_gconf_notify_timer):
3519         * plugins/document-manager/search-box.c: (on_document_changed),
3520         (search_box_new), (search_box_grab_line_focus):
3521         * plugins/glade/plugin.c: (ifile_open):
3522         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3523         * plugins/search/search-replace_backend.c: (create_search_entries):
3524         * plugins/sourceview/anjuta-document.c: (set_uri),
3525         (anjuta_document_save):
3526         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3527         * plugins/tools/editor.c: (on_editor_response):
3529         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3530         It fixes some issues with session handling and several memory lacks.
3531         Gtk 2.12 Tooltip API is used if available.
3533 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3535         * plugins/debug-manager/disassemble.c,
3536         plugins/debug-manager/disassemble.h,
3537         plugins/debug-manager/command.c,
3538         plugins/debug-manager/command.h,
3539         plugins/debug-manager/plugin.c
3540         plugins/debug-manager/sparse_view.c,
3541         plugins/debug-manager/sparse_view.h,
3542         plugins/gdb/plugin.c,
3543         plugins/gdb/debugger.c,
3544         plugins/gdb/debugger.h,
3545         libanjuta/interfaces/libanjuta.idl:
3546         Fix bug #502533: Implement assembler step
3548         * plugins/debug-manager/breakpoints.c:
3549         Do not save temporary breakpoints
3551         * plugins/debug-manager/stack_trace.c:
3552         Fix a crash when a stack command is cancelled
3554 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3556         * plugins/debug-manager/plugin.c,
3557         plugins/debug-manager/breakpoints.c,
3558         plugins/debug-manager/breakpoints.h:
3559         Fix bug #488732: Breakpoint on delete lines
3560         Breakpoints are now linked to their position in editor
3562         * plugins/gdb/debugger.c:
3563         Fix removing condition on breakpoint 
3565 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3567         * plugins/debug-manager/anjuta-debug-manager.glade,
3568         plugins/debug-manager/start.c,
3569         plugins/gdb/plugin.c,
3570         plugins/gdb/debugger.c,
3571         plugins/gdb/debugger.h,
3572         libanjuta/interfaces/libanjuta.idl:
3573         Fix bug #481366: Do not stop at the beginning of the program
3575         * plugins/debug-manager/command.c,
3576         plugins/debug-manager/command.h,
3577         plugins/debug-manager/breakpoints.c,
3578         plugins/debug-manager/queue.c,
3579         plugins/debug-manager/queue.h:
3580         Fix a bug remove all breakpoints was not working due to latest changes
3581         Setting breakpoints is disabled when program is running
3583 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3585         * plugins/debug-manager/queue.c,
3586         plugins/gdb/plugin.c:
3587         Fix bug #501469: Crash if mime_type is unknown
3589 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3591         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3592         (on_editor_update_ui), (on_single_file_scan_end),
3593         (on_importing_project_end), (project_root_added),
3594         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3595         * plugins/symbol-db/plugin.h:
3596         show on status bar files being scanned.
3598         * plugins/symbol-db/symbol-db-engine.c:
3599         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3600         (sdb_engine_ctags_output_thread),
3601         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3602         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3603         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3604         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3605         (sdb_engine_get_table_id_by_unique_name2),
3606         (symbol_db_engine_open_project),
3607         (sdb_engine_prepare_executing_commands),
3608         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3609         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3610         (sdb_engine_detects_removed_ids),
3611         (symbol_db_engine_get_class_parents),
3612         (symbol_db_engine_get_global_members),
3613         (symbol_db_engine_get_scope_members_by_symbol_id),
3614         (symbol_db_engine_get_scope_members),
3615         (symbol_db_engine_get_current_scope),
3616         (symbol_db_engine_get_file_symbols),
3617         (symbol_db_engine_get_symbol_info_by_id),
3618         (symbol_db_engine_get_full_local_path),
3619         (symbol_db_engine_find_symbol_by_name_pattern),
3620         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3621         * plugins/symbol-db/symbol-db-engine.h:
3622         * plugins/symbol-db/symbol-db-view-locals.c:
3623         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
3624         (symbol_db_view_locals_recv_signals_from_engine),
3625         (symbol_db_view_locals_update_list):
3626         * plugins/symbol-db/symbol-db-view-locals.h:
3627         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
3628         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
3629         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
3630         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
3631         * plugins/symbol-db/symbol-db-view.h:
3632         Added g_thread architecture to scan in background. With this you
3633         can use Anjuta's GUI without freezing.
3634         Improved insertion speed by using a paradigm like 'insert' and 'check'
3635         replacing a 'check' and 'insert' one. This has been done for tables 
3636         like symbol, scope, sym_type.
3637         Fixed two crashers. 
3639         * plugins/symbol-db/tables.sql:
3640         * plugins/symbol-db/test/main.c: (get_global_members), (main),
3641         (thread), (print_message), (bastard_thread), (idle_signals):
3642         fixed a typo on tables that broke sql triggers.
3644 === anjuta 2.3.1 ===
3646 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3648         * NEWS, AUTHORS: Updated.
3649         * src/Makefile.am: Fixed make distcheck
3651         Patch from Yang Hong:
3652         * plugins/file-manager/file-manager.glade: Fixed file chooser
3653         size in file-manager preferences.
3655 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3657         * NEWS: Updated for 2.3.1 development release
3658         * configure.in: Bumped version to 2.3.1
3660 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
3662         * plugins/debug-manager/threads.c,
3663         plugins/debug-manager/disassemble.c,
3664         plugins/debug-manager/watch.c,
3665         plugins/debug-manager/registers.c,
3666         plugins/debug-manager/locals.c,
3667         plugins/debug-manager/breakpoints.c,
3668         plugins/debug-manager/stack_trace.c,
3669         plugins/debug-manager/command.c,
3670         plugins/debug-manager/command.h,
3671         plugins/debug-manager/queue.c,
3672         libanjuta/interfaces/libanjuta.idl:
3673         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
3674         Document IAnjutaDebugManager signals
3675         Generate new signals in queue.c
3676         Use new signals in other files
3678 2007-11-30  <genbell@tiscali.it>
3680         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3682         * plugins/gdb/Makefile.am:
3683         Fix bug #500376
3685 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3687         * plugins/tools/variable.c:
3688         Fix a bug added in the previous patch (it is not a leak)
3690 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3692         * plugins/project-wizard/druid.c,
3693         plugins/project-wizard/templates/terminal.wiz,
3694         plugins/project-wizard/templates/xlib-dock.wiz,
3695         plugins/project-wizard/templates/wxwin.wiz,
3696         plugins/project-wizard/templates/java.wiz,
3697         plugins/project-wizard/templates/gnome.wiz,
3698         plugins/project-wizard/templates/anjuta-plugin.wiz,
3699         plugins/project-wizard/templates/gtkmm.wiz,
3700         plugins/project-wizard/templates/python.wiz,
3701         plugins/project-wizard/templates/cpp.wiz,
3702         plugins/project-wizard/templates/sdl.wiz,
3703         plugins/project-wizard/templates/gtk.wiz,
3704         plugins/project-wizard/templates/minimal.wiz,
3705         plugins/project-wizard/templates/xlib.wiz,
3706         plugins/project-wizard/templates/gcj.wiz,
3707         plugins/project-wizard/templates/translatable-strings.h,
3708         plugins/project-import/project-import.c:
3709         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
3711 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
3713         * plugins/debug-manager/threads.c,
3714         plugins/debug-manager/disassemble.c,
3715         plugins/debug-manager/watch.c,
3716         plugins/debug-manager/registers.c,
3717         plugins/debug-manager/memory.c,
3718         plugins/debug-manager/locals.c,
3719         plugins/debug-manager/stack_trace.c,
3720         plugins/debug-manager/queue.c,
3721         plugins/debug-manager/queue.h:
3722         Connect debugger signal only when program is loaded
3723         Rename get_feature in is_supported
3725         * plugins/debug-manager/plugin.c:
3726         Remove editor watch when plugin is deactivated
3728         * plugins/debug-manager/anjuta-debug-manager.glade,
3729         plugins/debug-manager/breakpoints.c,
3730         plugins/debug-manager/breakpoints.h:
3731         Rewrite almost completely the breakpoint code
3732         Improve breakpoint dialog
3733         Reorganize function
3734         Implement condition, hit count, ignore and temporary attribute
3736         * plugins/debug-manager/command.c,
3737         plugins/debug-manager/command.h:
3738         Add a breakpoint list command
3740         * plugins/gdb/debugger.c,
3741         plugins/gdb/debugger.h:
3742         Add new breakpoint list command
3743         Fix parsing of breakpoint data
3745         * libanjuta/interfaces/libanjuta.idl,
3746         plugins/gdb/plugin.c:
3747         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
3749 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
3751         * plugins/document-manager/plugin.c:
3752         Use Ctrl+Shift+s as shortcut for Save As
3754 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
3756         * plugins/subversion/plugin.c: (activate_plugin):
3757         * plugins/symbol-db/plugin.c: (symbol_db_activate):
3758         * src/layout.xml: Fixed dockitem positions.
3760 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3762         Icons from tpgww@onepost.net:
3763         * plugins/project-wizard/applogo.png:
3764         Icons from patch in bug #480093 comment #23. Also renamed icons.
3766         * plugins/message-view/Makefile.am:
3767         * plugins/message-view/plugin.c: (register_stock_icons),
3768         (ipreferences_merge): Removed redundant icon.
3770         * plugins/document-manager/plugin.c:
3771         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
3772         Do not insensitize New action when there is no document.
3773         Indentation fixes.
3775 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3777         Icons from tpgww@onepost.net:
3778         * plugins/symbol-browser/an_symbol_prefs.c:
3779         * pixmaps/Makefile.am:
3780         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
3782         Icons from patch in bug #480093 comment #23. Also renamed icons.
3783         To be continued..
3785 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3787         Patch from James Liggett:
3788         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
3789         revert and dialogs resizable.
3791 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3793         Patch from James Liggett:
3794         * plugins/subversion/anjuta-subversion.glade:
3795         * plugins/subversion/subversion-diff-dialog.c:
3796         (on_subversion_diff_response), (subversion_diff_dialog):
3797         * plugins/subversion/subversion-diff-dialog.h:
3799         The diff dialog should have a checkbox, enabled by default, that
3800         allows the user to make sure that all open files are saved before
3801         diffing.
3803 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3805         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
3807         Icons from tpgww@onepost.net:
3808         * pixmaps/Makefile.am:
3809         * src/Makefile.am:
3810         * src/anjuta-app.c:
3811         * src/anjuta-preferences-general.svg:
3813         Icons from patch in bug #480093 comment #23. Also renamed icons.
3814         To be continued..
3816 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3818         Icons from tpgww@onepost.net:
3819         * plugins/debug-manager/images/Makefile.am:
3820         * plugins/debug-manager/images/anjuta-watch.svg:
3821         * plugins/debug-manager/plugin.c: (register_stock_icons):
3822         * plugins/gdb/images/Makefile.am:
3823         * plugins/gtodo/Makefile.am:
3824         * plugins/gtodo/anjuta-gtodo-plugin.svg:
3825         * plugins/gtodo/anjuta-gtodo.plugin.in:
3826         * plugins/gtodo/interface.c: (stock_icons):
3827         * plugins/gtodo/main.h:
3828         * plugins/gtodo/plugin.c: (ipreferences_merge):
3829         * plugins/terminal/Makefile.am:
3830         * plugins/terminal/anjuta-terminal-plugin.svg:
3831         * plugins/terminal/anjuta-terminal.plugin.in:
3832         * plugins/terminal/terminal.c:
3833         * plugins/tools/Makefile.am:
3834         * plugins/tools/anjuta-tools-plugin.svg:
3835         * plugins/tools/anjuta-tools.plugin.in:
3836         * plugins/tools/plugin.c:
3837         * plugins/valgrind/Makefile.am:
3838         * plugins/valgrind/anjuta-valgrind-plugin.svg:
3839         * plugins/valgrind/anjuta-valgrind.plugin.in:
3840         * plugins/valgrind/plugin.c: (register_stock_icons),
3841         (ipreferences_merge):
3843         Icons from patch in bug #480093 comment #23. Also renamed icons.
3844         To be continued..
3846 2007-11-18  Massimo Cora'   <maxcvs@email.it>
3848         reviewed by: Johannes Schmid <jhs@gnome.org>
3850         * configure.in:
3851         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
3852         due to bug #493360. Still present anyway bug #495843
3854         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
3855         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
3856         (on_local_treeview_row_activated),
3857         (on_global_treeview_row_activated),
3858         (on_global_treeview_row_expanded), (on_project_element_added),
3859         (on_project_element_removed), (project_root_added),
3860         (symbol_db_activate), (isymbol_manager_search),
3861         (isymbol_manager_get_members),
3862         (isymbol_manager_get_completions_at_position):
3863         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3864         (symbol_db_engine_iterator_node_get_symbol_extra_string):
3865         * plugins/symbol-db/symbol-db-engine.c:
3866         (sdb_engine_execute_non_select_sql),
3867         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
3868         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
3869         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
3870         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3871         (symbol_db_engine_add_new_workspace),
3872         (symbol_db_engine_add_new_project),
3873         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
3874         (sdb_engine_detects_removed_ids),
3875         (sdb_engine_walk_down_scope_path),
3876         (symbol_db_engine_get_class_parents),
3877         (symbol_db_engine_get_global_members),
3878         (symbol_db_engine_get_scope_members_by_symbol_id),
3879         (symbol_db_engine_get_scope_members),
3880         (symbol_db_engine_get_current_scope),
3881         (symbol_db_engine_get_file_symbols),
3882         (symbol_db_engine_get_symbol_info_by_id),
3883         (symbol_db_engine_find_symbol_by_name_pattern):
3884         * plugins/symbol-db/symbol-db-engine.h:
3885         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3886         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3887         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
3888         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
3889         (on_scan_end), (do_add_root_symbol_to_view),
3890         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
3891         (trigger_on_symbol_inserted), (add_new_waiting_for),
3892         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
3893         (on_symbol_inserted), (do_recurse_subtree_and_remove),
3894         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
3895         (symbol_db_view_row_expanded), (sdb_view_init),
3896         (gtree_compare_func), (sdb_view_finalize),
3897         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
3898         (sdb_view_populate_base_root),
3899         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3900         * plugins/symbol-db/symbol-db-view.h:
3901         * plugins/symbol-db/tables.sql:
3902         * plugins/symbol-db/test/Makefile.am:
3903         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
3904         (get_scope_members), (get_current_scope), (get_global_members),
3905         (get_file_symbols), (get_info_by_id), (main):
3907         Rewrote symbol-db-view global tab. Now every expandable node is a query.
3908         Started using LIMIT keyword to speed up things.
3909         Deprecated GdaCommand in favour of GdaQuery into engine. This should
3910         make providers use prepared statements.
3912 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3914         Patch from James Liggett:
3915         * plugins/subversion/plugin.c: (subversion_instance_init):
3916         * plugins/subversion/plugin.h:
3917         * plugins/subversion/subversion-diff-dialog.c:
3918         (on_subversion_diff_response), (subversion_diff_dialog),
3919         (on_menu_subversion_diff):
3920         * plugins/subversion/subversion-log-dialog.c:
3921         (on_log_view_selected_button_clicked),
3922         (on_log_diff_selected_button_clicked),
3923         (on_log_diff_previous_button_clicked),
3924         (subversion_log_window_create):
3925         * plugins/subversion/subversion-ui-utils.c:
3926         (get_filename_from_full_path), (init_whole_project),
3927         (on_whole_project_toggled):
3928         * plugins/subversion/subversion-ui-utils.h:
3929         * plugins/subversion/subversion-update-dialog.c:
3930         (subversion_update_dialog), (on_menu_subversion_update):
3932         Whole Project checkbox enabled by default in diff and update dialogs.
3933         changes the editor names for diff editors to something much more
3934         descriptive. For example, working copy/head diffs would have an editor
3935         with a name like "[Working Copy/Head] some-file.diff," where some-file
3936         is the name of the file/directory that was diffed. For diffs against
3937         arbitrary diffs the name would look like "[Revisions 2832/3200]
3938         some-file.diff" for a diff of some-file between revisions 2832 and
3939         3200.
3941 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3943         Icons from tpgww@onepost.net:
3944         * plugins/subversion/Makefile.am:
3945         * plugins/subversion/anjuta-subversion-plugin.svg:
3946         * plugins/subversion/anjuta-subversion.plugin.in:
3947         * plugins/subversion/plugin.h:
3948         * plugins/symbol-browser/Makefile.am:
3949         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
3950         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
3951         * plugins/symbol-browser/plugin.c:
3952         * plugins/symbol-db/Makefile.am:
3953         * plugins/symbol-db/plugin.c:
3954         * plugins/symbol-db/symbol-db.plugin.in:
3956         Icons from patch in bug #480093 comment #23. Also renamed icons.
3957         To be continued..
3959 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3961         Icons from tpgww@onepost.net:
3962         * plugins/project-manager/Makefile.am:
3963         * plugins/project-manager/anjuta-project-manager-plugin.svg:
3964         * plugins/project-manager/anjuta-project-manager.plugin.in:
3965         * plugins/project-manager/plugin.c:
3966         * plugins/project-wizard/Makefile.am:
3967         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
3968         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
3969         * plugins/project-wizard/druid.h:
3970         * plugins/search/Makefile.am:
3971         * plugins/search/anjuta-search-plugin.svg:
3972         * plugins/search/anjuta-search.plugin.in:
3973         * plugins/search/plugin.c:
3975         Icons from patch in bug #480093 comment #23. Also renamed icons.
3976         To be continued..
3978 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3980         * TODO.tasks: updated.
3982         Icons from tpgww@onepost.net:
3983         * plugins/file-loader/Makefile.am:
3984         * plugins/file-loader/anjuta-loader-plugin.svg:
3985         * plugins/file-loader/anjuta-loader.plugin.in:
3986         * plugins/file-manager/Makefile.am:
3987         * plugins/file-manager/anjuta-file-manager-plugin.svg:
3988         * plugins/file-manager/file-manager.plugin.in:
3989         * plugins/file-manager/plugin.c:
3990         * plugins/glade/Makefile.am:
3991         * plugins/glade/anjuta-glade-plugin.svg:
3992         * plugins/glade/anjuta-glade.plugin.in:
3993         * plugins/glade/plugin.c: (register_stock_icons):
3994         * plugins/language-manager/Makefile.am:
3995         * plugins/language-manager/anjuta-language-manager-plugin.svg:
3996         * plugins/language-manager/language-manager.plugin.in:
3997         * plugins/message-view/Makefile.am:
3998         * plugins/message-view/anjuta-message-manager.plugin.in:
3999         * plugins/message-view/anjuta-messages-plugin.svg:
4000         * plugins/message-view/plugin.c:
4001         * plugins/patch/Makefile.am:
4002         * plugins/patch/anjuta-patch-plugin.svg:
4003         * plugins/patch/anjuta-patch.plugin.in:
4004         * plugins/patch/plugin.c:
4005         * plugins/profiler/Makefile.am:
4006         * plugins/profiler/anjuta-profiler-plugin.svg:
4007         * plugins/profiler/plugin.c: (register_stock_icons):
4008         * plugins/profiler/profiler.plugin.in:
4009         * plugins/project-import/Makefile.am:
4010         * plugins/project-import/anjuta-project-import-plugin.svg:
4011         * plugins/project-import/anjuta-project-import.plugin.in:
4012         * plugins/project-import/plugin.c:
4014         Icons from patch in bug #480093 comment #23. Also renamed icons.
4015         To be continued..
4017 2007-11-18  Johannes Schmid <jhs@gnome.org>
4019         * plugins/build-basic-autotools/build-basic-autotools.c:
4020         (build_regex_init):
4021         * plugins/debug-manager/anjuta-debug-manager.glade:
4022         * plugins/debug-manager/breakpoints.c:
4023         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4024         * plugins/file-wizard/file.c:
4025         * plugins/gdb/anjuta-gdb.glade:
4026         * plugins/glade/plugin.c: (ifile_open):
4027         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4028         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4029         * plugins/gtodo/tray-icon.c:
4030         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4031         * plugins/macro/macros.xml:
4032         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4033         Fixed translation bugs (#496833, #488211 and #497758)
4034         
4035         * plugins/document-manager/plugin.c: (on_editor_changed):
4036         Removed unused code
4038 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4040         Icons from tpgww@onepost.net:
4041         * plugins/devhelp/Makefile.am:
4042         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4043         * plugins/devhelp/anjuta-devhelp.plugin.in:
4044         * plugins/devhelp/plugin.c:
4045         * plugins/document-manager/anjuta-document-manager.plugin.in:
4046         * plugins/document-manager/images/Makefile.am:
4047         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4048         * plugins/document-manager/plugin.c:
4049         * plugins/editor/Makefile.am:
4050         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4051         * plugins/editor/anjuta-editor.plugin.in:
4052         * plugins/editor/plugin.c:
4053         * plugins/sample1/Makefile.am:
4054         * plugins/sample1/anjuta-sample-plugin.svg:
4055         * plugins/sample1/anjuta-sample.plugin.in:
4056         * plugins/sourceview/Makefile.am:
4057         * plugins/sourceview/plugin.c:
4058         * plugins/sourceview/sourceview.plugin.in:
4060         Icons from patch in bug #480093 comment #23. Also renamed icons.
4061         To be continued..
4063 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4065         * TODO.tasks: Updated.
4067         Icons from tpgww@onepost.net:
4068         * plugins/build-basic-autotools/Makefile.am:
4069         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4070         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4071         * plugins/build-basic-autotools/build-basic-autotools.c:
4072         * plugins/class-inheritance/Makefile.am:
4073         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4074         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4075         * plugins/class-inheritance/plugin.c:
4076         * plugins/cvs-plugin/Makefile.am:
4077         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4078         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4079         * plugins/cvs-plugin/plugin.c:
4080         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4081         * plugins/debug-manager/images/Makefile.am:
4082         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4083         * plugins/debug-manager/plugin.c: 
4085         Icons from patch in bug #480093 comment #23. Also renamed icons.
4086         To be continued..
4088 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4090         * (removed) libanjuta/anjuta-children.c,
4091         (removed) libanjuta/anjuta-children.h,
4092         libanjuta/anjuta-launcher.c,
4093         libanjuta/libanjuta.h,
4094         libanjuta/Makefile.am,
4095         plugins/gdb/debugger.c,
4096         plugins/terminal/terminal.c,
4097         manuals/reference/libanjuta/libanjuta-sections.txt,
4098         manuals/reference/libanjuta/libanjuta-docs.sgml:
4099         Replace anjuta_children_register by g_child_watch_add
4101 2007-11-13  Johannes Schmid <jhs@gnome.org>
4103         * plugins/subversion/anjuta-subversion.glade:
4104         * plugins/subversion/subversion-commit-dialog.c:
4105         (subversion_commit_dialog):
4106         * plugins/subversion/subversion-resolve-dialog.c:
4107         (subversion_resolve_dialog):
4108         * plugins/subversion/subversion-revert-dialog.c:
4109         (subversion_revert_dialog):
4110         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4111         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4112         (hide_pulse_progress_bar):
4113         * plugins/subversion/subversion-ui-utils.h:
4115         Yet another patch from #457477:
4116         Add a pulsing progress bar to all dialogs receiving status
4118 2007-11-12  Johannes Schmid <jhs@gnome.org>
4120         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4121         Bug 493583 – crash in Anjuta IDE: trying to open a file
4122         
4123         * plugins/subversion/subversion-commit-dialog.c:
4124         (select_all_files), (subversion_commit_dialog):
4125         Patch from jrligget - see #457477
4127 2007-11-12  Johannes Schmid <jhs@gnome.org>
4129         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4130         * libanjuta/anjuta-plugin-handle.c:
4131         (anjuta_plugin_handle_get_about):
4132         Bug 495536 – Plugins localization improvement
4133         
4134         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4135         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4136         * plugins/indent/indent.glade:
4137         * plugins/subversion/anjuta-subversion.glade:
4138         Bug 495245 – Strings bug
4140 2007-11-08  James Liggett  <jrliggett@cox.net>
4142         reviewed by: Johannes Schmid <jhs@gnome.org>
4144         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4145         (anjuta_async_command_finalize),
4146         (anjuta_async_command_notification_poll),
4147         (anjuta_async_command_thread), (start_command),
4148         (notify_data_arrived), (notify_complete),
4149         (anjuta_async_command_class_init),
4150         (anjuta_async_command_set_error_message),
4151         (anjuta_async_command_get_error_message),
4152         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4153         * libanjuta/anjuta-async-command.h:
4154         * libanjuta/anjuta-command.c: (anjuta_command_init),
4155         (anjuta_command_finalize), (anjuta_command_class_init),
4156         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4157         (anjuta_command_notify_complete),
4158         (anjuta_command_set_error_message),
4159         (anjuta_command_get_error_message):
4160         * libanjuta/anjuta-command.h:
4161         * libanjuta/anjuta-glade-catalog.c:
4162         * libanjuta/anjuta-glade.xml:
4163         * libanjuta/anjuta-vcs-status-tree-view.c:
4164         (on_selected_column_toggled),
4165         (anjuta_vcs_status_tree_view_create_columns),
4166         (anjuta_vcs_status_tree_view_init),
4167         (anjuta_vcs_status_tree_view_finalize),
4168         (anjuta_vcs_status_tree_view_set_property),
4169         (anjuta_vcs_status_tree_view_get_property),
4170         (anjuta_vcs_status_tree_view_class_init),
4171         (anjuta_vcs_status_tree_view_new),
4172         (anjuta_vcs_status_tree_view_destroy),
4173         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4174         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4175         (anjuta_vcs_status_tree_view_unselect_all),
4176         (create_selected_paths_list),
4177         (anjuta_vcs_status_tree_view_get_selected):
4178         * libanjuta/anjuta-vcs-status-tree-view.h:
4179         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4180         * libanjuta/anjuta-widgets.h:
4181         * plugins/subversion/subversion-add-dialog.c:
4182         (on_add_command_finished), (on_subversion_add_response),
4183         (subversion_add_dialog), (on_menu_subversion_add),
4184         (on_fm_subversion_add):
4185         * plugins/subversion/subversion-add-dialog.h:
4186         * plugins/subversion/subversion-commit-dialog.c:
4187         (on_commit_command_finished), (on_subversion_commit_response),
4188         (subversion_commit_dialog), (on_menu_subversion_commit),
4189         (on_fm_subversion_commit):
4190         * plugins/subversion/subversion-commit-dialog.h:
4191         * plugins/subversion/subversion-copy-dialog.c:
4192         (on_copy_other_revision_radio_toggled),
4193         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4194         (on_copy_command_finished), (on_subversion_copy_response),
4195         (subversion_copy_dialog), (on_menu_subversion_copy),
4196         (on_fm_subversion_copy):
4197         * plugins/subversion/subversion-copy-dialog.h:
4198         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4199         (on_subversion_diff_response), (subversion_diff_dialog),
4200         (on_menu_subversion_diff), (on_fm_subversion_diff):
4201         * plugins/subversion/subversion-diff-dialog.h:
4202         * plugins/subversion/subversion-log-dialog.c:
4203         (on_diff_selected_column_toggled), (create_columns),
4204         (on_log_command_finished), (on_log_view_button_clicked),
4205         (on_cat_command_data_arrived), (on_cat_command_finished),
4206         (on_log_view_selected_button_clicked), (get_selected_revisions),
4207         (on_log_diff_selected_button_clicked),
4208         (on_log_diff_previous_button_clicked),
4209         (on_subversion_log_vbox_destroy),
4210         (on_log_changes_view_row_selected), (subversion_log_window_create),
4211         (on_menu_subversion_log), (on_fm_subversion_log),
4212         (subversion_log_set_whole_project_sensitive):
4213         * plugins/subversion/subversion-log-dialog.h:
4214         * plugins/subversion/subversion-merge-dialog.c:
4215         (on_merge_command_finished), (on_subversion_merge_response),
4216         (on_merge_first_path_browse_button_clicked),
4217         (on_merge_second_path_browse_button_clicked),
4218         (on_merge_use_first_path_check_toggled),
4219         (on_merge_start_revision_radio_toggled),
4220         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4221         (on_menu_subversion_merge):
4222         * plugins/subversion/subversion-merge-dialog.h:
4223         * plugins/subversion/subversion-remove-dialog.c:
4224         (on_remove_command_finished),
4225         (on_remove_path_browse_button_clicked),
4226         (on_subversion_remove_response), (subversion_remove_dialog),
4227         (on_menu_subversion_remove), (on_fm_subversion_remove):
4228         * plugins/subversion/subversion-remove-dialog.h:
4229         * plugins/subversion/subversion-resolve-dialog.c:
4230         (on_resolve_command_finished), (on_subversion_resolve_response),
4231         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4232         * plugins/subversion/subversion-resolve-dialog.h:
4233         * plugins/subversion/subversion-revert-dialog.c:
4234         (on_revert_command_finished), (on_subversion_revert_response),
4235         (subversion_revert_dialog), (on_menu_subversion_revert):
4236         * plugins/subversion/subversion-revert-dialog.h:
4237         * plugins/subversion/subversion-switch-dialog.c:
4238         (on_switch_other_revision_radio_toggled),
4239         (on_switch_command_finished), (on_subversion_switch_response),
4240         (subversion_switch_dialog), (on_menu_subversion_switch):
4241         * plugins/subversion/subversion-switch-dialog.h:
4242         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4243         (subversion_data_free), (on_mesg_view_destroy),
4244         (create_message_view), (check_filename), (get_log_from_textview),
4245         (pulse_timer), (on_pulse_timer_destroyed),
4246         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4247         (report_errors), (on_status_command_finished),
4248         (on_status_command_data_arrived), (on_command_info_arrived),
4249         (select_all_status_items), (clear_all_status_selections),
4250         (init_whole_project), (on_whole_project_toggled),
4251         (send_diff_command_output_to_editor), (on_diff_command_finished),
4252         (stop_status_bar_progress_pulse):
4253         * plugins/subversion/subversion-ui-utils.h:
4254         * plugins/subversion/subversion-update-dialog.c:
4255         (on_update_command_finished), (on_subversion_update_response),
4256         (subversion_update_dialog), (on_menu_subversion_update),
4257         (on_fm_subversion_update):
4258         * plugins/subversion/subversion-update-dialog.h:
4259         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4260         (svn_add_command_finalize), (svn_add_command_run),
4261         (svn_add_command_class_init), (svn_add_command_new),
4262         (svn_add_command_destroy):
4263         * plugins/subversion/svn-add-command.h:
4264         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4265         (svn_cat_command_finalize), (svn_cat_command_run),
4266         (svn_cat_command_class_init), (svn_cat_command_new),
4267         (svn_cat_command_destroy), (svn_cat_command_get_output):
4268         * plugins/subversion/svn-cat-command.h:
4269         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4270         (svn_command_release_ui_lock), (simple_prompt),
4271         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4272         (svn_auth_ssl_server_trust_prompt_func_cb),
4273         (svn_auth_ssl_client_cert_prompt_func_cb),
4274         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4275         (svn_command_init), (svn_command_finalize),
4276         (svn_command_class_init), (svn_command_push_info),
4277         (svn_command_get_info_queue), (svn_command_set_error),
4278         (svn_command_get_client_context), (svn_command_get_pool),
4279         (svn_command_lock_ui), (svn_command_unlock_ui),
4280         (svn_command_get_revision), (svn_command_copy_path_list),
4281         (svn_command_free_path_list):
4282         * plugins/subversion/svn-command.h:
4283         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4284         (svn_commit_command_init), (svn_commit_command_finalize),
4285         (svn_commit_command_run), (svn_commit_command_class_init),
4286         (svn_commit_command_new), (svn_commit_command_destroy):
4287         * plugins/subversion/svn-commit-command.h:
4288         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4289         (svn_copy_command_init), (svn_copy_command_finalize),
4290         (svn_copy_command_run), (svn_copy_command_class_init),
4291         (svn_copy_command_new), (svn_copy_command_destroy):
4292         * plugins/subversion/svn-copy-command.h:
4293         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4294         (svn_diff_command_finalize), (svn_diff_command_run),
4295         (svn_diff_command_class_init), (svn_diff_command_new),
4296         (svn_diff_command_destroy), (svn_diff_command_get_output):
4297         * plugins/subversion/svn-diff-command.h:
4298         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4299         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4300         (svn_log_command_class_init), (svn_log_command_new),
4301         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4302         * plugins/subversion/svn-log-command.h:
4303         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4304         (svn_log_entry_finalize), (svn_log_entry_class_init),
4305         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4306         (svn_log_entry_get_author), (svn_log_entry_get_date),
4307         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4308         (svn_log_entry_get_full_log):
4309         * plugins/subversion/svn-log-entry.h:
4310         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4311         (svn_merge_command_finalize), (svn_merge_command_run),
4312         (svn_merge_command_class_init), (svn_merge_command_new),
4313         (svn_merge_command_destroy):
4314         * plugins/subversion/svn-merge-command.h:
4315         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4316         (svn_remove_command_init), (svn_remove_command_finalize),
4317         (svn_remove_command_run), (svn_remove_command_class_init),
4318         (svn_remove_command_new), (svn_remove_command_destroy),
4319         (svn_remove_command_get_path):
4320         * plugins/subversion/svn-remove-command.h:
4321         * plugins/subversion/svn-resolve-command.c:
4322         (svn_resolve_command_init), (svn_resolve_command_finalize),
4323         (svn_resolve_command_run), (svn_resolve_command_class_init),
4324         (svn_resolve_command_new), (svn_resolve_command_destroy):
4325         * plugins/subversion/svn-resolve-command.h:
4326         * plugins/subversion/svn-revert-command.c:
4327         (svn_revert_command_init), (svn_revert_command_finalize),
4328         (svn_revert_command_run), (svn_revert_command_class_init),
4329         (svn_revert_command_new), (svn_revert_command_destroy):
4330         * plugins/subversion/svn-revert-command.h:
4331         * plugins/subversion/svn-status-command.c:
4332         (svn_status_command_init), (svn_status_command_finalize),
4333         (on_svn_status_notify), (svn_status_command_run),
4334         (svn_status_command_class_init), (svn_status_command_new),
4335         (svn_status_command_destroy),
4336         (svn_status_command_get_status_queue):
4337         * plugins/subversion/svn-status-command.h:
4338         * plugins/subversion/svn-status.c: (svn_status_init),
4339         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4340         (svn_status_destroy), (svn_status_get_path),
4341         (svn_status_get_vcs_status):
4342         * plugins/subversion/svn-status.h:
4343         * plugins/subversion/svn-switch-command.c:
4344         (svn_switch_command_init), (svn_switch_command_finalize),
4345         (svn_switch_command_run), (svn_switch_command_class_init),
4346         (svn_switch_command_new), (svn_switch_command_destroy):
4347         * plugins/subversion/svn-switch-command.h:
4348         * plugins/subversion/svn-update-command.c:
4349         (svn_update_command_init), (svn_update_command_finalize),
4350         (svn_update_command_run), (svn_update_command_class_init),
4351         (svn_update_command_new), (svn_update_command_destroy):
4352         * plugins/subversion/svn-update-command.h:
4354         Now really committed all files from James patch (#457477)
4356 2007-11-08  Johannes Schmid <jhs@gnome.org>
4358         * TODO.tasks: Updated
4360 2007-11-08  James Liggett  <jrliggett@cox.net>
4362         reviewed by: Johannes Schmid <jhs@gnome.org>
4364         * configure.in:
4365         * libanjuta/Makefile.am:
4366         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4367         * libanjuta/anjuta-status.h:
4368         * libanjuta/libanjuta.h:
4369         * plugins/subversion/Makefile.am:
4370         * plugins/subversion/anjuta-subversion.glade:
4371         * plugins/subversion/anjuta-subversion.ui:
4372         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4373         (value_removed_project_root_uri), (activate_plugin),
4374         (deactivate_plugin), (finalize), (subversion_instance_init):
4375         * plugins/subversion/plugin.h:
4376         * plugins/subversion/subversion-actions.c:
4377         * plugins/subversion/subversion-actions.h:
4378         * plugins/subversion/subversion-callbacks.c:
4379         * plugins/subversion/subversion-callbacks.h:
4380         * plugins/subversion/svn-auth.c:
4381         * plugins/subversion/svn-auth.h:
4382         * plugins/subversion/svn-backend-priv.h:
4383         * plugins/subversion/svn-backend.c:
4384         * plugins/subversion/svn-backend.h:
4385         * plugins/subversion/svn-notify.c:
4386         * plugins/subversion/svn-notify.h:
4387         * plugins/subversion/svn-thread.c:
4388         * plugins/subversion/svn-thread.h:
4389         
4390         Commited alpha2 of the new subversion plugin (#457477)
4392 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4394         * plugins/debug-manager/command.c:
4395         Fix a stupid crash when changing a register value
4397 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4399         * libanjuta/interfaces/libanjuta.idl,
4400         plugins/debug-manager/command.c,
4401         plugins/debug-manager/command.h,
4402         plugins/debug-manager/start.c,
4403         plugins/gdb/plugin.c,
4404         plugins/gdb/debugger.c,
4405         plugins/gdb/debugger.h:
4406         Use anjuta terminal plugin instead of gnome terminal
4407         Select if a terminal is used in the the start_program function
4408         Move terminal code from debugger.c to plugin.c
4409         Partial fix of bug #481366
4411         * plugins/gdb/utilities.c,
4412         plugins/gdb/utilities.h:
4413         Remove gnome terminal check function
4415 2007-11-06  Johannes Schmid <jhs@gnome.org>
4417         * plugins/project-import/anjuta-project-import.glade:
4418         * plugins/project-import/project-import.c: (on_import_next),
4419         (on_import_finish), (project_import_set_directory):
4420         * plugins/project-wizard/property.c: (npw_property_create_widget),
4421         (npw_property_set_value_from_widget):
4422         
4423         Replaced gnome_file_entry with gtk_file_chooser_button
4424         Fixes #422329 – Creating a new directory in program options doesn't work
4425         
4426 2007-11-04  Massimo Cora' <maxcvs@email.it>
4428         * plugins/symbol-db/plugin.c:
4429         add all files at once on project_import.
4430         No need to split them into more languages: ctags
4431         and the engine will take care of that.
4433         * plugins/symbol-db/symbol-db-engine.h,
4434         * plugins/symbol-db/symbol-db-engine.c,
4435         * plugins/symbol-db/tables.sql,
4436         * plugins/symbol-db/test/Makefile.am,
4437         * plugins/symbol-db/test/main.c,
4438         * plugins/symbol-db/symbol-db-view-locals.c:
4439         some memory leaks fixed. Ported the thing to
4440         libgda 3.1.2 [or better svn HEAD].
4441         Thanks to a fresh new algorithm to detect
4442         parent scope we're able to display correcly
4443         a local gtktree, including classes not directly
4444         defined inside that file.
4446 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4448         * plugins/debug-manager/threads.c,
4449         plugins/debug-manager/stack_trace.c:
4450         Do not display address when not needed
4452         * plugins/debug-manager/plugin.c,
4453         plugins/debug-manager/breakpoints.c:
4454         Breakpoints directly connect to debugger signals
4456         * plugins/debug-manager/watch.c:
4457         program-unload signal does not exist used debugger-stopped
4459         * plugins/debug-manager/queue.c,
4460         libanjuta/interfaces/libanjuta.idl:
4461         Display error message returned by debugger command
4462         Add new error codes
4464 2007-11-04  Johannes Schmid <jhs@gnome.org>
4466         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4467         Bug 493062 – gcj template needs AC_PROG_CC
4468         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4470         * src/anjuta-actions.h:
4471         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4472         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4474 === anjuta 2.3.0 ===
4476 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4478         * AUTHORS: Updated
4480 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4482         * ChangeLog: Tagged 2.3.0 release.
4484         * plugins/indent/Makefile.am: Fixed indentation.
4486         * plugins/editor/aneditor-autocomplete.cxx:
4487         * plugins/editor/aneditor-priv.h:
4488         * plugins/editor/aneditor.cxx:
4489         * plugins/editor/aneditor.h: Commented out dead codes.
4491         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4492         Do not build symbol-db by
4493         default. Added 'unstable' in plugin description to signify it's
4494         developmental state.
4496         * plugins/file-manager/Makefile.am,
4497         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4499 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4501         * plugins/debug-manager/utilities.c,
4502         plugins/debug-manager/utilities.h,
4503         plugins/debug-manager/threads.c,
4504         plugins/debug-manager/plugin.c,
4505         plugins/debug-manager/plugin.h,
4506         plugins/debug-manager/disassemble.h,
4507         plugins/debug-manager/watch.c,
4508         plugins/debug-manager/watch.h,
4509         plugins/debug-manager/breakpoints.c,
4510         plugins/debug-manager/stack_trace.c:
4511         Replace few remaining function calls by signal 
4513         * plugins/debug-manager/disassemble.c,
4514         plugins/debug-manager/registers.c,
4515         plugins/debug-manager/memory.c,
4516         plugins/debug-manager/locals.c,
4517         plugins/debug-manager/queue.c,
4518         plugins/debug-manager/queue.h:
4519         Connect signals when debugger is started
4520         Disconnect them when debugger is stopped
4521         Do not display window if debugger doesn't support feature
4523         * plugins/gdb/plugin.c,
4524         libanjuta/interfaces/libanjuta.idl:
4525         Remove unused initialization function
4527 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4529         * configure.in:
4530         * plugins/file-manager/Makefile.am:
4531         * scripts/build-schemas.mk: Fixed 'make distcheck'
4533 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4535         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4536         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4537         to latest API additions.
4539         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4540         to API changes.
4542 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4544         * ChangeLog: Fixed indentation.
4545         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4546         branch.
4548 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4550         * libanjuta/interfaces/libanjuta.idl:
4551         * plugins/build-basic-autotools/build-basic-autotools.c:
4552         (build_compile_file_real), (build_build_project),
4553         (build_install_project), (build_clean_project),
4554         (build_configure_project), (build_autogen_project),
4555         (build_distribution_project), (build_build_module),
4556         (build_install_module), (build_clean_module), (fm_build),
4557         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4558         (finalize), (basic_autotools_plugin_instance_init),
4559         (ibuildable_set_command), (ibuildable_reset_commands),
4560         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4561         (ibuildable_install), (ibuildable_configure),
4562         (ibuildable_generate), (ibuildable_iface_init):
4563         * plugins/build-basic-autotools/build-basic-autotools.h:
4565         Added API for commands override in build interface and implemented
4566         them in build plugin. Useful for other plugins override build
4567         commands depending on project environment.
4569 2007-10-28  Naba Kumar  <naba@gnome.org>
4571         * src/anjuta.glade,
4572         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4573         Fixed widget alignment for dock switcher tab style combo and
4574         scratchbox path entrybox.
4576 2007-10-28  Johannes Schmid <jhs@gnome.org>
4578         * plugins/document-manager/plugin.c: (on_editor_changed):
4579         Fixed a memory leak and simplified code (thanks again Sébastien)
4580         
4581         * configure.in:
4582         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4583         and OFFSET sql statements)
4585 2007-10-28  Massimo Cora' <maxcvs@email.it>
4587         * plugins/symbol-db/plugin.c,
4588         plugins/symbol-db/symbol-db-engine.h,
4589         plugins/symbol-db/symbol-db-view.c,
4590         plugins/symbol-db/symbol-db-view.c,
4591         plugins/symbol-db/symbol-db-view-locals.c,
4592         plugins/symbol-db/symbol-db-view-locals.h,
4593         plugins/symbol-db/symbol-db-engine.c:
4594         Better end-of-file-scan detection, permitting
4595         an improved scope/inheritance parsing.
4596         Locals tab gtktree now displays correct
4597         namespace->class->children tree, even if
4598         in a C++ file there isn't class declaration.
4600 2007-10-27  Johannes Schmid <jhs@gnome.org>
4602         Patch from Stanislav Brabec <sbrabec@suse.cz>
4603         * configure.in:
4604         Bug 489798 – Do not rely on svn-config
4606         Patch from Michael Wolf <maw@ximian.com>:
4607         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4608         (egg_tree_model_filter_remove_node),
4609         (egg_tree_model_filter_row_deleted):
4610         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4612 2007-10-27  Johannes Schmid <jhs@gnome.org>
4614         * plugins/devhelp/anjuta-devhelp.ui:
4615         * plugins/message-view/anjuta-message-manager.ui:
4617         Added some separators to the toolbar
4618         
4619         * plugins/document-manager/plugin.c:
4620         (on_support_plugin_deactivated), (load_new_support_plugins),
4621         (unload_unused_support_plugins), (on_editor_changed):
4622         
4623         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
4624         for pointing out that is was crap.
4626 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
4628         * libanjuta/interfaces/libanjuta.idl,
4629         libanjuta/anjuta-plugin-manager.c,
4630         libanjuta/anjuta-plugin-manager.h,
4631         libanjuta/anjuta-c-plugin-factory.c,
4632         libanjuta/anjuta-c-module.h,
4633         libanjuta/anjuta-c-module.c:
4634         Report detailled error message in case of plugin loading failure
4636 2007-10-24  Johannes Schmid <jhs@gnome.org>
4638         * configure.in:
4639         * plugins/Makefile.am:
4640         
4641         Activate build of symbol-db plugin (when libgda is available)
4642         
4643         * plugins/document-manager/plugin.c:
4644         (on_support_plugin_deactivated), (on_editor_changed):
4645         
4646         Properly handle language support plugins even when they are
4647         unloaded by the session.
4648         
4649         * plugins/symbol-db/plugin.c: (register_stock_icons),
4650         Port to new REGISTER_ICONS stuff
4651   
4652 2007-10-22  Massimo Cora'  <maxcvs@email.it>
4654         * plugins/symbol-db/plugin.c,
4655         * plugins/symbol-db/symbol-db-view.c
4656         * plugins/symbol-db/symbol-db-engine.h,
4657         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
4658         * plugins/symbol-db/symbol-db-view-locals.c,
4659         * plugins/symbol-db/symbol-db-view-locals.h,
4660         * plugins/symbol-db/symbol-db-engine.c:
4661         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
4662         Added a new algorithm for dynamic population of the local symbols' tab.
4663         Now the default view is tree-like.
4664         Some fixes on engine correct some population issues.    
4666 2007-10-23  Naba Kumar  <naba@gnome.org>
4668         * plugins/glade/Makefile.am: Corrected conditional not to install
4669         .plugin file if plugin is disabled.
4670         * plugins/sourceview/Makefile.am: Corrected conditional not to
4671         install schemas if plugin is not built.
4673 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
4675         * plugins/debug-manager/queue.c:
4676         Fix #488061: Mutiple crash dialogs
4678         * plugins/gdb/debugger.c,
4679         plugins/gdb/debugger.h:
4680         Remove maximum gdb command length, should fix bug#474811
4682 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
4684         * manuals/reference/libanjuta/plugin-description-file.sgml,
4685         manuals/reference/libanjuta/libanjuta-docs.sgml,
4686         manuals/reference/libanjuta/libanjuta-sections.txt,
4687         libanjuta/interfaces/libanjuta.idl,
4688         libanjuta/anjuta-c-module.c,
4689         libanjuta/anjuta-c-plugin-factory.c:
4690         Document last changes in plugin code
4692 2007-10-19  Johannes Schmid <jhs@gnome.org>
4694         * plugins/subversion/subversion-callbacks.c: (check_filename):
4695         
4696         Fixed #487854 – Anjuta crashes when i try to add a SVN url
4698 2007-10-19  Naba Kumar  <naba@gnome.org>
4700         * plugins/file-manager/file-model.c: Fixed a critical runtime
4701         warning.
4703 2007-10-18  Johannes Schmid <jhs@gnome.org>
4705         * libanjuta/anjuta-ui.h:
4706         Small fix on icon macros
4707         
4708         * libanjuta/interfaces/libanjuta.idl:
4709         * plugins/language-manager/plugin.c: (ilanguage_get_name),
4710         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
4711         (ilanguage_iface_init):
4712         
4713         Added get_from_editor() and get_name_from_editor() methods
4714         to IAnjutaLanguage
4715         
4716         * plugins/document-manager/plugin.c:
4717         (update_editor_ui_interface_items), (on_editor_changed):
4718         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4719         .in:
4720         * plugins/language-support-cpp-java/plugin.c: (install_support):
4721         
4722         Ported plugins to use the new interface
4724 2007-10-17  Johannes Schmid <jhs@gnome.org>
4726         * libanjuta/anjuta-ui.h:
4727         
4728         Added macros to register stock icons to stop all this copy&paste
4729         which had spread over a lot of files. New macros support to add 
4730         icons with toolbar and menu size (16 and 24)
4731         
4732         * plugins/class-inheritance/plugin.c: (register_stock_icons):
4733         * plugins/debug-manager/images/anjuta-attach.svg:
4734         * plugins/debug-manager/images/anjuta-step-out.svg:
4735         * plugins/debug-manager/images/anjuta-step-over.svg:
4736         * plugins/debug-manager/plugin.c: (register_stock_icons):
4737         * plugins/document-manager/images/Makefile.am:
4738         * plugins/document-manager/images/anjuta-block-end.svg:
4739         * plugins/document-manager/images/anjuta-block-start.svg:
4740         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
4741         * plugins/document-manager/images/anjuta-bookmark.svg:
4742         * plugins/document-manager/images/anjuta-go-history-next.svg:
4743         * plugins/document-manager/images/anjuta-go-history-prev.svg:
4744         * plugins/document-manager/plugin.c: (register_stock_icons):
4745         * plugins/glade/plugin.c: (register_stock_icons):
4746         * plugins/language-support-cpp-java/plugin.c:
4747         (register_stock_icons):
4748         * plugins/message-view/Makefile.am:
4749         * plugins/message-view/anjuta-go-message-next.svg:
4750         * plugins/message-view/anjuta-go-message-prev.svg:
4751         * plugins/message-view/anjuta-message-view.svg:
4752         * plugins/message-view/messages.xpm:
4753         * plugins/message-view/plugin.c: (register_stock_icons):
4754         * plugins/patch/plugin.c: (patch_plugin_activate):
4755         * plugins/project-manager/plugin.c: (register_stock_icons):
4756         * plugins/search/Makefile.am:
4757         * plugins/search/anjuta-go-match-next.svg:
4758         * plugins/search/anjuta-go-match-prev.svg:
4759         * plugins/search/plugin.c: (activate_plugin):
4760         * plugins/symbol-browser/plugin.c: (register_stock_icons):
4761         * plugins/terminal/terminal.c: (register_stock_icons):
4762         * plugins/valgrind/plugin.c: (register_stock_icons):
4763         
4764         Updated to use the new icons and added several new and updated 
4765         icons from #480093
4767 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
4769         * libanjuta/anjuta-plugin-handle.c,
4770         libanjuta/anjuta-plugin-handle.h:
4771         Add a new path property containing the directory of the .plugin
4772         file, library file (.so or whatever) must be in the same directory
4774         * libanjuta/anjuta-plugin-manager.c,
4775         libanjuta/interfaces/libanjuta.idl,
4776         (removed) libanjuta/anjuta-glue-plugin.c,
4777         (removed) libanjuta/anjuta-glue-plugin.h,
4778         (removed) libanjuta/anjuta-glue-c.c,
4779         (removed) libanjuta/anjuta-glue-c.h,
4780         (removed) libanjuta/anjuta-glue-cpp.c,
4781         (removed) libanjuta/anjuta-glue-cpp.h,
4782         (removed) libanjuta/anjuta-glue-factory.c,
4783         (removed) libanjuta/anjuta-glue-factory.h,
4784         (added) libanjuta/anjuta-c-module.c,
4785         (added) libanjuta/anjuta-c-module.h,
4786         (added) libanjuta/anjuta-c-plugin-factory.c,
4787         (added) libanjuta/anjuta-c-plugin-factory.h,
4788         libanjuta/Makefile.am:
4789         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
4790         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
4791         implementing IAnjutaPluginFactory
4792         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
4794         * libanjuta/libanjuta.h:
4795         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
4796         interface)
4798         * libanjuta/anjuta-plugin.h:
4799         Replace AnjutaGluePlugin by GTypeModule
4800         Remove unused anjuta_glue_get_component_type replaced by
4801         g_type_from_name
4803         * plugins/build-basic-autotools/build-basic-autotools.h,
4804         plugins/class-gen/plugin.h,
4805         plugins/class-inheritance/plugin.h,
4806         plugins/cvs-plugin/plugin.h,
4807         plugins/debug-manager/plugin.h,
4808         plugins/devhelp/plugin.h,
4809         plugins/document-manager/plugin.h,
4810         plugins/editor/plugin.h,
4811         plugins/file-loader/plugin.h,
4812         plugins/file-wizard/plugin.h,
4813         plugins/gdb/plugin.h,
4814         plugins/glade/plugin.h,
4815         plugins/gtodo/plugin.h,
4816         plugins/indent/plugin.h,
4817         plugins/language-manager/plugin.h,
4818         plugins/language-support-cpp-java/plugin.h,
4819         plugins/macro/plugin.h,
4820         plugins/message-view/plugin.h,
4821         plugins/patch/plugin.h,
4822         plugins/profiler/plugin.h,
4823         plugins/project-import/plugin.h,
4824         plugins/project-manager/plugin.h,
4825         plugins/project-wizard/plugin.h,
4826         plugins/sample1/plugin.h,
4827         plugins/search/plugin.h,
4828         plugins/sourceview/plugin.h,
4829         plugins/subversion/plugin.h,
4830         plugins/symbol-browser/plugin.h,
4831         plugins/symbol-db/plugin.h,
4832         plugins/terminal/terminal.c,
4833         plugins/tools/plugin.h,
4834         plugins/valgrind/plugin.h:
4835         Replace AnjutaGluePlugin by GTypeModule
4837 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
4839         * plugins/debug-manager/breakpoints.c:
4840         Fix bug#487112, crash while removing a breakpoint in a new file
4842 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
4844         * plugins/document-manager/search-box.c:
4845         Fix a crash (with an useful comment) focus-out-event handler must
4846         return a gboolean
4848 2007-10-14 Johannes Schmid <jhs@gnome.org>
4850         * plugins/sourceview/sourceview.c:
4851         Hide calltip when "Up" or "Down" key is pressed
4853 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
4855         * plugins/document-manager/search-box.c:
4856         Change included file order to avoid a compile error with gnome 2.16
4858 2007-10-13  Johannes Schmid <jhs@gnome.org>
4860         * plugins/debug-manager/plugin.c: (enable_log_view):
4861         
4862         Fixed crash when closing a project and unloading another while
4863         the debugger is enabled
4865 2007-10-13  Johannes Schmid <jhs@gnome.org>
4867         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4868         
4869         Use correct breakpoint icon
4870         
4871         * plugins/devhelp/Makefile.am:
4872         * plugins/devhelp/anjuta-go-help-next.svg:
4873         * plugins/devhelp/anjuta-go-help-prev.svg:
4874         * plugins/devhelp/plugin.c: (register_stock_icons),
4875         (devhelp_activate):
4876         
4877         Added new icons from #480093
4878         
4879         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4880         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4881         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4882         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4883         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4884         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4885         * plugins/message-view/anjuta-go-message-next.svg:
4886         * plugins/message-view/anjuta-go-message-prev.svg:
4887         
4888         Updated icons from #480093
4889                 
4890         * src/anjuta-actions.h:
4891         Use GTK_STOCK_FULLSCREEN
4892         
4893         * src/anjuta-app.c: (on_gdl_style_changed),
4894         (anjuta_app_instance_init):
4895         * src/anjuta.glade:
4896         
4897         Added preference option to set the gdl switcher style
4899 2007-10-13  Johannes Schmid <jhs@gnome.org>
4901         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4902         (get_property_value_as_string), (set_property_value_as_string),
4903         (register_callbacks):
4904         * libanjuta/anjuta-preferences.h:
4905         
4906         Support GtkFileChooserButton as preferences widget
4907         
4908         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4909         
4910         Fixed a Gtk-Critical
4911         
4912         * plugins/file-manager/Makefile.am:
4913         * plugins/file-manager/file-model.c: (file_model_filter_file),
4914         (file_model_add_dummy), (file_model_expand_idle),
4915         (file_model_set_property), (file_model_get_property),
4916         (file_model_class_init):
4917         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
4918         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
4919         (file_manager_activate), (file_manager_finalize),
4920         (file_manager_instance_init), (ipreferences_merge),
4921         (ipreferences_unmerge), (ipreferences_iface_init):
4922         * plugins/file-manager/plugin.h:
4923         
4924         Added preferences to file-manager
4926         * plugins/glade/plugin.c: (activate_plugin):
4927         
4928         Move Properties widget into center because it is way to big
4929         for the sidebar
4931 2007-10-10  Johannes Schmid <jhs@gnome.org>
4933         * plugins/language-support-cpp-java/Makefile.am:
4934         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
4935         * plugins/language-support-cpp-java/anjuta-complete.svg:
4936         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
4937         * plugins/language-support-cpp-java/plugin.c:
4938         (register_stock_icons):
4939         
4940         And yet some more icons...
4942 2007-10-10  Johannes Schmid <jhs@gnome.org>
4944         * plugins/debug-manager/breakpoints.c:
4945         * plugins/debug-manager/images/Makefile.am:
4946         * plugins/debug-manager/images/anjuta-bookmark.svg:
4947         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
4948         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
4949         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
4950         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
4951         * plugins/debug-manager/images/anjuta-linemark.svg:
4952         * plugins/debug-manager/images/anjuta-pcmark.svg:
4953         * plugins/debug-manager/plugin.c: (register_stock_icons):
4954         * plugins/debug-manager/sparse_view.c:
4955         * plugins/document-manager/images/Makefile.am:
4956         * plugins/document-manager/images/anjuta-block-select.svg:
4957         * plugins/document-manager/images/anjuta-fold-close.svg:
4958         * plugins/document-manager/images/anjuta-fold-open.svg:
4959         * plugins/document-manager/images/anjuta-fold-toggle.svg:
4960         * plugins/document-manager/images/anjuta-indent-less.svg:
4961         * plugins/document-manager/images/anjuta-indent-more.svg:
4962         * plugins/document-manager/images/anjuta-swap.svg:
4963         * plugins/document-manager/images/block_select.xpm:
4964         * plugins/document-manager/images/fold_close.xpm:
4965         * plugins/document-manager/images/fold_open.xpm:
4966         * plugins/document-manager/images/fold_toggle.xpm:
4967         * plugins/document-manager/images/indent.xpm:
4968         * plugins/document-manager/images/indent_dcr.xpm:
4969         * plugins/document-manager/images/indent_inc.xpm:
4970         * plugins/document-manager/plugin.c: (register_stock_icons):    
4971         * plugins/editor/Makefile.am:
4972         * plugins/editor/anjuta-bookmark-16.xpm:
4973         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
4974         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
4975         * plugins/editor/anjuta-linemark-16.xpm:
4976         * plugins/editor/anjuta-pcmark-16.xpm:
4977         * plugins/editor/bookmark.xpm:
4978         * plugins/editor/breakpoint-disabled.xpm:
4979         * plugins/editor/breakpoint-enabled.xpm:
4980         * plugins/editor/linemarker.xpm:
4981         * plugins/editor/program-counter.xpm:
4982         * plugins/editor/text_editor.c:
4983         * plugins/message-view/Makefile.am:
4984         * plugins/message-view/anjuta-go-message-next.svg:
4985         * plugins/message-view/anjuta-go-message-prev.svg:
4986         * plugins/message-view/anjuta-message-manager.ui:
4987         * plugins/message-view/plugin.c:
4988         * plugins/sourceview/Makefile.am:
4989         * plugins/sourceview/sourceview.c:
4991         Integrated lots of icons from #480093
4992         Thanks to <tpgww@onepost.net>
4994         * plugins/document-manager/plugin.c:
4995         Do not mark the line in ifile_open(), that looks ugly.
4996         
4997         * plugins/document-manager/search-box.c: (on_search_focus_out),
4998         (search_box_init):
4999         Clear the status bar on focus_out.
5000         
5001         * plugins/file-loader/anjuta-loader-plugin.ui:
5002         Fixed a missing "="
5004 2007-10-09  Johannes Schmid <jhs@gnome.org>
5006         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5007         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5009         Some things I missed in the patch for #484419
5010         
5011         * plugins/document-manager/action-callbacks.c:
5012         (on_new_file_activate):
5013         * plugins/document-manager/action-callbacks.h:
5014         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5015         (on_window_key_press_event), (on_gconf_notify_timer):
5016         
5017         484645 – patch to deal with docman FIXME etc
5018         
5019         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5020         * plugins/search/search-replace.c: (search_and_replace),
5021         (write_message_pane), (search_replace_populate),
5022         (translate_dialog_strings), (create_dialog),
5023         (anjuta_search_replace_activate):
5024         * plugins/search/search-replace_backend.c:
5025         (file_buffer_new_from_path), (get_next_match),
5026         (create_search_entries), (regex_backref),
5027         (clear_search_replace_instance):
5028         * plugins/search/search-replace_backend.h:
5029         
5030         #484573 – patch to correct various search-related issues
5031         
5032         Thanks for the above patches to <tpgww@onepost.net>
5033         
5034         * plugins/sourceview/sourceview.c:
5035         (sourceview_create_highligth_indic):
5036         
5037         Use the same marker for important as gedit (yellow background)
5039         * plugins/document-manager/anjuta-document-manager.ui:
5040         * plugins/file-loader/anjuta-file-loader.ui:
5041         * plugins/file-loader/plugin.c:
5042         
5043         Moved FileNew action to document-manager
5045 2007-10-08  Johannes Schmid <jhs@gnome.org>
5047         * plugins/document-manager/search-box.c: (on_search_activated):
5048         Mark messages for translation
5050 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5052         reviewed by: Johannes Schmid <jhs@gnome.org>
5054         * plugins/Makefile.am:
5055         * plugins/build-basic-autotools/build-basic-autotools.c:
5056         (build_compile_file_real):
5057         * plugins/search/search-replace.c:
5058         * plugins/valgrind/preferences.c: (build_general_prefs):
5059         
5060         Fix #484379 – Contents of Makefile.am plugins and
5061         #484419 – Improvement into translation
5063 2007-10-06  Johannes Schmid <jhs@gnome.org>
5065         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5067         Fixed to properly support pointer-to-pointer (**) types
5069         * libanjuta/interfaces/libanjuta.idl:
5070         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5071         * plugins/sourceview/sourceview-cell.h:
5072         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5073         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5074         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5075         (isearch_backward), (isearch_iface_init):
5076         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5077         (itext_editor_iface_init), (iselection_set_iter),
5078         (iselection_get_start_iter), (iselection_get_end_iter),
5079         (iselection_iface_init), (isearch_forward), (isearch_backward),
5080         (isearch_iface_init):
5081         
5082         Added IAnjutaEditorSearch interface and some utility methods to
5083         migrate from positions to iterators for the editor interface.
5084         
5085         * plugins/document-manager/Makefile.am:
5086         * plugins/document-manager/action-callbacks.c:
5087         (on_goto_line_no1_activate), (on_show_search):
5088         * plugins/document-manager/action-callbacks.h:
5089         * plugins/document-manager/anjuta-docman.c:
5090         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5091         (anjuta_docman_grab_text_focus):
5092         * plugins/document-manager/anjuta-document-manager.ui:
5093         * plugins/document-manager/goto_line.c: (removed)
5094         * plugins/document-manager/goto_line.h: (removed)
5095         * plugins/document-manager/search-box.c:
5096         * plugins/document-manager/search-box.h:
5097         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5098         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5099         (update_editor_ui_interface_items), (on_editor_added),
5100         (activate_plugin), (deactivate_plugin):
5101         * plugins/document-manager/plugin.h:
5102         
5103         Created new incremental "Quick Search" bar in the document manager to
5104         replace the crappy EggToolbar entries. Uses the new search interface and
5105         it thus much faster and more reliable.
5106         Fixes: 
5107         Bug 357544 – incremental search should work consistently (or not at all) 
5108         when main toolbar is hidden
5109         Bug 440637 – Search, don't work very well (partly for incremental search)
5110         
5111         * plugins/search/anjuta-search.ui:
5112         * plugins/search/plugin.c: (activate_plugin):
5113         
5114         Removed incremental search stuff
5115         
5116         * plugins/build-basic-autotools/build-basic-autotools.c:
5117         (on_session_save), (on_session_load):
5118         * plugins/build-basic-autotools/executer.c:
5119         (get_program_parameters):
5120         
5121         Scroll to selected executable and remember it across sessions
5122         (followup of #477976)
5123         
5124         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5125         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5126         
5127         * plugins/devhelp/anjuta-devhelp.ui:
5128         Rearraged toolbar items a bit
5130 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5132         * plugins/debug-manager/command.c,
5133         plugins/debug-manager/queue.c,
5134         plugins/gdb/plugin.c,
5135         plugins/gdb/debugger.c:
5136         Fix several crashing bugs (including bug#482985) with the debugger
5137         when closing project, stopping the debugger, restarting the program
5139 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5141         * libanjuta/anjuta-launcher.c:
5142         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5144 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5146         * plugins/debug-manager/command.c,
5147         plugins/debug-manager/queue.c:
5148         Asynchronous command can abort other commands in queue
5149         Resynchronize debugger state when a command is cancelled
5151         * plugins/debug-manager/breakpoints.c:
5152         Free BreakpointItem only when it is not used anymore
5154         * plugins/gdb/plugin.c:
5155         Do not return TRUE if the callback and/or ready signal is not used
5157         * plugins/gdb/debugger.c:
5158         Fix a crash, return correct state when debugger is stopped
5160 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5162         * plugins/project-wizard/autogen.c:
5163         Fix bug#482067, escape project wizard user defined strings
5165 2007-10-01  Johannes Schmid <jhs@gnome.org>
5167         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5168         .glade:
5169         * plugins/build-basic-autotools/build-basic-autotools.c:
5170         (basic_autotools_plugin_instance_init):
5171         * plugins/build-basic-autotools/build-basic-autotools.h:
5172         * plugins/build-basic-autotools/executer.c:
5173         (get_program_parameters):
5174         
5175         Fixed #477976 – Keybinding in run dialog
5177 2007-09-30  Johannes Schmid <jhs@gnome.org>
5179         * plugins/Makefile.am:
5180         Do not build indent plugin (yet)
5181         
5182         * plugins/document-manager/plugin.c: (ipreferences_merge):
5183         Fixed unintentional and wrong change
5185         * plugins/indent/anjuta-indent.ui:
5186         Added missing file
5188 2007-09-28  Johannes Schmid <jhs@gnome.org>
5190         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5191         * libanjuta/anjuta-launcher.h:
5192         Add a method to send EOF to some process. Needed for the indent plugin
5193         and should be useful in general. It does not actually send EOF as this
5194         is not possible with utf-8, but closes the stream instead.
5196         * plugins/devhelp/plugin.c: (value_added_current_editor):
5197         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5198         IAnjutaDocument switch.
5200         * configure.in:
5201         * plugins/Makefile.am:
5202         * plugins/document-manager/Makefile.am:
5203         * plugins/document-manager/action-callbacks.c:
5204         * plugins/document-manager/anjuta-document-manager.glade:
5205         * plugins/document-manager/anjuta-document-manager.ui:
5206         * plugins/document-manager/images/Makefile.am:
5207         * plugins/document-manager/images/indent_auto.xpm:
5208         * plugins/document-manager/images/indent_set.xpm:
5209         * plugins/document-manager/indent-dialog.c:
5210         * plugins/document-manager/indent-dialog.h:
5211         * plugins/document-manager/indent-util.c:
5212         * plugins/document-manager/indent-util.h:
5213         * plugins/document-manager/indent_test.c:
5214         * plugins/document-manager/plugin.c: (register_stock_icons),
5215         (docman_plugin_instance_init), (ipreferences_merge):
5216         * plugins/document-manager/plugin.h:
5217         
5218         Removed indent code from document manager
5219         
5220         * plugins/indent/Makefile.am:
5221         * plugins/indent/indent-dialog.c:
5222         * plugins/indent/indent-util.c: (indent_init_indent_style):
5223         * plugins/indent/indent.glade:
5224         * plugins/indent/indent.plugin.in:
5225         * plugins/indent/plugin.c: (on_indent_finished),
5226         (on_indent_output), (on_indent_action_activate),
5227         (on_edit_editor_indent), (on_style_combo_changed),
5228         (value_added_current_editor), (value_removed_current_editor),
5229         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5230         (indent_plugin_finalize), (indent_plugin_dispose),
5231         (anjuta_indent_plugin_instance_init),
5232         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5233         (ipreferences_unmerge), (ipreferences_iface_init):
5234         * plugins/indent/plugin.h:
5236         Moved indent code to it's own plugin. Also reimplemented indent invocation
5237         using anjuta_launcher and streams. This is not yet completely working, maybe
5238         I got something wrong with the launcher.
5239         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5241 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5243         * plugins/debug-manager/plugin.c:
5244         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5246 2007-09-27  Johannes Schmid <jhs@gnome.org>
5248         * libanjuta/interfaces/libanjuta.idl:
5249         * plugins/Makefile.am:
5250         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5251         (isymbol_type_str), (isymbol_name), (isymbol_args),
5252         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5253         (isymbol_impl), (isymbol_iface_init):
5254         * plugins/symbol-browser/an_symbol_info.c:
5255         * plugins/symbol-browser/an_symbol_info.h:
5256         * plugins/symbol-db/Makefile.am:
5257         * plugins/symbol-db/plugin.c:
5258         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5259         (value_added_current_editor), (on_editor_foreach_clear),
5260         (value_removed_current_editor), (project_root_added),
5261         (symbol_db_activate), (symbol_db_deactivate),
5262         (isymbol_manager_search):
5263         * plugins/symbol-db/readtags.c: (initialize_1):
5264         * plugins/symbol-db/symbol-db-engine-iterator.c:
5265         (sdb_engine_iterator_instance_init),
5266         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5267         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5268         (symbol_db_engine_iterator_move_next),
5269         (symbol_db_engine_iterator_move_prev),
5270         (symbol_db_engine_iterator_get_n_items),
5271         (symbol_db_engine_iterator_last),
5272         (symbol_db_engine_iterator_set_position),
5273         (symbol_db_engine_iterator_get_position),
5274         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5275         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5276         (isymbol_iter_foreach), (isymbol_iter_set_position),
5277         (isymbol_iter_get_position), (isymbol_iter_get_length),
5278         (isymbol_iter_clone), (isymbol_iter_assign),
5279         (isymbol_iter_iface_init):
5280         * plugins/symbol-db/symbol-db-engine-iterator.h:
5281         * plugins/symbol-db/symbol-db-engine.c:
5282         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5283         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5284         (sdb_engine_finalize), (sdb_engine_get_type),
5285         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5286         (sdb_engine_get_table_id_by_unique_name2),
5287         (sdb_engine_get_table_id_by_unique_name3),
5288         (symbol_db_engine_add_new_workspace),
5289         (symbol_db_engine_get_opened_project_name),
5290         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5291         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5292         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5293         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5294         (sdb_engine_add_new_scope_definition),
5295         (sdb_engine_add_new_tmp_heritage_scope),
5296         (sdb_engine_second_pass_update_scope_1),
5297         (sdb_engine_second_pass_update_heritage),
5298         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5299         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5300         (symbol_db_engine_update_project_symbols),
5301         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5302         (symbol_db_engine_update_buffer_symbols),
5303         (sdb_engine_walk_down_scope_path),
5304         (sdb_engine_prepare_symbol_info_sql),
5305         (symbol_db_engine_get_global_members),
5306         (symbol_db_engine_get_scope_members_by_symbol_id),
5307         (symbol_db_engine_get_scope_members),
5308         (symbol_db_engine_get_current_scope),
5309         (symbol_db_engine_get_file_symbols):
5310         * plugins/symbol-db/symbol-db-engine.h:
5311         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5312         (on_symbol_updated), (on_symbol_inserted),
5313         (symbol_db_view_locals_get_line),
5314         (symbol_db_view_locals_update_list):
5315         * plugins/symbol-db/symbol-db-view-search.c:
5316         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5317         * plugins/symbol-db/symbol-db-view-search.h:
5318         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5319         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5320         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5321         * plugins/symbol-db/tables.sql:
5322         * plugins/symbol-db/test/Makefile.am:
5323         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5324         Updated patch from Massimo to improve symbol-db plugin
5326         * plugins/document-manager/plugin.c: (on_editor_changed):
5327         Make the code a bit more robust
5328         
5329         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5330         (anjuta_document_get_property), (anjuta_document_class_init),
5331         (anjuta_document_init), (set_uri), (document_loader_loaded),
5332         (anjuta_document_load), (document_saver_saving):
5333         * plugins/sourceview/anjuta-document.h:
5334         * plugins/sourceview/sourceview.c: (autodetect_language),
5335         (ilanguage_set_language), (ilanguage_get_language):
5336         Fix language detection on startup
5338 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5340         * plugins/document-manager/action-callbacks.c:
5341         (on_editor_command_upper_case_activate),
5342         (on_editor_command_lower_case_activate): Leftover commit from previous
5343         commit (see last changlog entry by me).
5344         
5345         * plugins/file-manager/plugin.c: (file_manager_activate):
5346         Gave proper widget name so that layout works.
5348 2007-09-26  Johannes Schmid <jhs@gnome.org>
5350         * plugins/document-manager/plugin.c: (on_editor_changed),
5351         (docman_plugin_instance_init):
5352         Only unload/load language-support plugins if necessary.
5353         
5354         * plugins/language-manager/plugin.c: (language_manager_activate):
5355         Removed some debugging code
5357         * plugins/sourceview/sourceview.c: (on_document_saved),
5358         (ilanguage_set_language), (ilanguage_get_language):
5359         Fixed ianjuta_language interface and ensure that highlighting is
5360         activated when a new file is saved.
5361         
5362 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5364         * libanjuta/interfaces/libanjuta.idl:
5365         * plugins/document-manager/action-callbacks.c:
5366         (on_editor_command_upper_case_activate),
5367         (on_editor_command_lower_case_activate):
5368         * plugins/editor/text_editor.c: (iselection_has_selection),
5369         (iselection_get_start), (iselection_get_end),
5370         (iselection_iface_init):
5371         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5372         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5373         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5374         method and implemented it for both scintilla and sourceview editors.
5375         Updated document-manager and assist plugins to use the new method.
5377 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5379         * plugins/file-manager/file-view.c:
5380         Fix typo, allow to compile new file manager with gtk < 2.12
5382 2007-09-25  Johannes Schmid <jhs@gnome.org>
5384         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5385         Support Auto-Indent for single lines (e.g no selection);
5386         
5387         * plugins/macro/plugin.c:
5388         Do not use the same shortcut as auto-indent does
5389         
5390         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5391         Optimized keyboard navigation - do not emit char_added when only
5392         navigation keys have been pressed.
5394 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5396         * plugins/language-support-cpp-java/cpp-java-assist.c:
5397         (on_assist_chosen), (cpp_java_assist_install),
5398         (cpp_java_assist_uninstall):
5399         * plugins/language-support-cpp-java/plugin.c: (install_support),
5400         (uninstall_support): Install and uninstall support in correct order.
5401         Fixes a bug where it was installed multiple times resulting in
5402         inserting autocomplete text multiple times.
5404 2007-09-25  Johannes Schmid <jhs@gnome.org>
5406         * configure.in:
5407         Add GNOME_WARNING_FLAGS(maximum) and
5408         GNOME_CXX_WARNIGS(yes) to avoid bugs
5409         the compiler can warn you.
5410         
5411         * libegg/test-tree-utils.c: (key_test):
5412         * plugins/file-manager/file-model.c:
5413         (file_model_cancel_expand_idle), (file_model_sort),
5414         (file_model_row_expanded):
5415         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5416         (file_view_refresh), (file_view_get_selected), (file_view_init),
5417         (file_view_new):
5418         * plugins/file-manager/file-view.h:
5419         * plugins/symbol-db/readtags.c: (initialize_1):
5420         * src/main.c:
5421         
5422         Fixed the more critical warnings
5424 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5426         Icons from tpgww@onepost.net:
5427         * configure.in:
5428         * plugins/debug-manager/Makefile.am:
5429         * plugins/debug-manager/images/Makefile.am:
5430         * plugins/debug-manager/images/anjuta-attach.svg:
5431         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5432         * plugins/debug-manager/images/anjuta-step-into.svg:
5433         * plugins/debug-manager/images/anjuta-step-out.svg:
5434         * plugins/debug-manager/images/anjuta-step-over.svg:
5435         * plugins/debug-manager/plugin.c: (register_stock_icons):
5436         * plugins/document-manager/Makefile.am:
5437         * plugins/document-manager/block_select.xpm:
5438         * plugins/document-manager/fold_close.xpm:
5439         * plugins/document-manager/fold_open.xpm:
5440         * plugins/document-manager/fold_toggle.xpm:
5441         * plugins/document-manager/images/Makefile.am:
5442         * plugins/document-manager/images/anjuta-block-end.svg:
5443         * plugins/document-manager/images/anjuta-block-start.svg:
5444         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5445         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5446         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5447         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5448         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5449         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5450         * plugins/document-manager/indent.xpm:
5451         * plugins/document-manager/indent_auto.xpm:
5452         * plugins/document-manager/indent_dcr.xpm:
5453         * plugins/document-manager/indent_inc.xpm:
5454         * plugins/document-manager/indent_set.xpm:
5455         * plugins/document-manager/plugin.c: Added nicer icons for
5456         document manager and debugger. Organized icons in 'images'
5457         directories.
5459 2007-09-24  Johannes Schmid <jhs@gnome.org>
5461         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5462         Fixed a missing NULL in g_object_set.
5464 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5466         * plugins/language-support-cpp-java/cpp-java-assist.c:
5467         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5468         scope memebers just after scope operator is entered.
5470 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5472         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5473         * plugins/language-support-cpp-java/cpp-java-assist.c:
5474         (completion_function), (completion_compare),
5475         (cpp_java_assist_tag_destroy), (create_completion),
5476         (cpp_java_assist_destroy_completion_cache),
5477         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5478         Show '()' for function items in autocomplete list. Allow adding
5479         ' ' and/or '(' after function call autocompletion and have preferences
5480         settings for them.
5482 2007-09-24  Johannes Schmid <jhs@gnome.org>
5484         * sourceview.c: Reverting patch from r3157 because
5485         of side-effects
5487 2007-09-24  Johannes Schmid <jhs@gnome.org>
5489         * plugins/search/search-replace.c: (on_message_clicked):
5491         Fixed #427104 – No "highlight" of lines matching find-result
5493 2007-09-24  Johannes Schmid <jhs@gnome.org>
5495         * src/anjuta.glade:
5497         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5499 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5501         reviewed by: Johannes Schmid <jhs@gnome.org>
5503         * plugins/build-basic-autotools/executer.c: (execute_program):
5504         Fix #478238 – set env for execute programe in the terminal
5506 2007-09-24 Tom <tpgww@onepost.net>
5508         reviewed by: Johannes Schmid <jhs@gnome.org>
5510         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5511         Fix memory leak
5512         
5513         * plugins/debug-manager/disassemble.c: (on_disassemble):
5514         Correct a format string in DEBUG_PRINT()
5516 2007-09-23  Johannes Schmid <jhs@gnome.org>
5518         * plugins/sourceview/sourceview.c: (offset_to_position),
5519         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5520         (ieditor_get_position), (iselect_set), (iselect_get_start),
5521         (iselect_get_end):
5522         
5523         Fixed #Bug 440637 – Search, don't work very well
5525 2007-09-23  Johannes Schmid <jhs@gnome.org>
5527         * plugins/file-manager/file-model.c: (file_model_get_filename):
5528         * plugins/file-manager/file-model.h:
5529         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5530         (file_view_init), (file_view_class_init):
5531         * plugins/message-view/message-view.c:
5532         (message_view_query_tooltip), (message_view_dispose),
5533         (message_view_instance_init), (message_view_class_init):
5535         Added GTK+ 2.12 style tooltips to file-manager and message view.
5536         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5537         old implementation is used.
5539 2007-09-23  Johannes Schmid <jhs@gnome.org>
5541         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5542         Fixed typo
5543         
5544         * plugins/language-manager/language-manager.plugin.in:
5545         Marked UserActivatable=FALSE
5546         
5547         * plugins/language-manager/plugin.c: (load_languages),
5548         (language_manager_activate), (language_manager_deactivate),
5549         (language_manager_dispose), (language_manager_instance_init),
5550         (language_manager_find_mime_type), (language_manager_find_string),
5551         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5552         (ilanguage_get_name), (ilanguage_get_strings):
5553         
5554         Fixed various stupid bugs in language-manager plugin
5555         
5556         * plugins/symbol-db/symbol-db-engine.c:
5557         (sdb_engine_second_pass_update_scope_1):
5558         
5559         Add a g_return_if_fail to avoid a crash though still unsure
5560         what's causing it.
5562 2007-09-23  Johannes Schmid <jhs@gnome.org>
5564         * plugins/symbol-db/plugin.c: (on_project_element_added),
5565         (sources_array_free), (sources_array_add_foreach),
5566         (project_root_added):
5567         * plugins/symbol-db/symbol-db-engine.c:
5568         (symbol_db_engine_add_new_files):
5569         * plugins/symbol-db/symbol-db-engine.h:
5570         
5571         Added support for other languages than "C" to symbol-db. Now
5572         supports all languages listed by the language-manager.
5574 2007-09-23  Tom <tpgww@onepost.net>
5576         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5578         * configure.in:
5579         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5580         
5581         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5582         (anjuta_glue_factory_get_object_type):
5583         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5584         * plugins/build-basic-autotools/build-basic-autotools.c:
5585         (value_added_current_editor):
5586         * plugins/debug-manager/breakpoints.c:
5587         (breakpoints_dbase_edit_breakpoint),
5588         (on_toggle_breakpoint_activate):
5589         * plugins/debug-manager/plugin.c:
5590         (on_run_to_cursor_action_activate):
5591         * plugins/debug-manager/stack_trace.c:
5592         (dma_thread_update_stack_trace):
5593         * plugins/gdb/plugin.c:
5594         * plugins/glade/plugin.c: (ifile_open):
5595         * plugins/profiler/gprof-call-graph-view.c:
5596         * plugins/profiler/gprof-flat-profile-view.c:
5597         * plugins/profiler/gprof-function-call-tree-view.c:
5598         * plugins/profiler/gprof-options.c: (setup_widgets):
5599         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5600         * plugins/search/search-replace_backend.c:
5601         (file_buffer_new_from_te):
5602         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5603         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5604         (assist_window_get_property), (assist_window_move):
5605         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5606         (value_added_current_editor):
5607         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5608         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5609         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5610         
5611         Many small code, warnings and leak fixes
5613 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
5615         * (removed) plugins/debug-manager/debugger.c,
5616         (removed) plugins/debug-manager/debugger.h,
5617         (added) plugins/debug-manager/command.c,
5618         (added) plugins/debug-manager/command.h,
5619         (added) plugins/debug-manager/queue.c,
5620         (added) plugins/debug-manager/queue.h,
5621         plugins/debug-manager/breakpoints.c,
5622         plugins/debug-manager/debug_tree.c,
5623         plugins/debug-manager/debug_tree.h,
5624         plugins/debug-manager/disassemble.c,
5625         plugins/debug-manager/disassemble.h,
5626         plugins/debug-manager/locals.c,
5627         plugins/debug-manager/locals.h,
5628         plugins/debug-manager/memory.c,
5629         plugins/debug-manager/memory.h,
5630         plugins/debug-manager/plugin.c,
5631         plugins/debug-manager/plugin.h,
5632         plugins/debug-manager/registers.c,
5633         plugins/debug-manager/registers.h,
5634         plugins/debug-manager/sharedlib.c,
5635         plugins/debug-manager/sharedlib.h,
5636         plugins/debug-manager/signals.c,
5637         plugins/debug-manager/signals.h,
5638         plugins/debug-manager/stack_trace.c,
5639         plugins/debug-manager/stack_trace.h,
5640         plugins/debug-manager/start.h,
5641         plugins/debug-manager/start.c,
5642         plugins/debug-manager/threads.c,
5643         plugins/debug-manager/threads.h,
5644         plugins/debug-manager/watch.c,
5645         plugins/debug-manager/watch.h,
5646         plugins/debug-manager/Makefile.am,
5647         plugins/gdb/debugger.c,
5648         plugins/gdb/debugger.h,
5649         plugins/gdb/plugin.c,
5650         libanjuta/interfaces/libanjuta.idl:
5651         Split debug-manager/debugger.c into command.c and queue.c
5652         Clean up debugger queue
5653         DmaDebuggerQueue object does not implement IAnjutaDebugger
5655 2007-09-23  Johannes Schmid <jhs@gnome.org>
5657         * configure.in:
5658         Bumped version to 2.3.0 (to ensure bugzilla bugs are
5659         set correctly, etc.)
5660         
5661         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5662         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
5663         (plugin_set_update):
5664         
5665         Show an error dialog instead of crashing when plugin loading fails
5667         * plugins/language-manager/Makefile.am:
5668         * plugins/language-manager/language-manager.plugin.in:
5669         * plugins/language-manager/languages.xml:
5670         * plugins/language-manager/plugin.c: (language_destroy),
5671         (load_languages), (language_manager_activate),
5672         (language_manager_deactivate), (language_manager_finalize),
5673         (language_manager_dispose), (language_manager_instance_init),
5674         (language_manager_class_init), (language_manager_find_mime_type),
5675         (language_manager_find_string), (ilanguage_get_from_mime_type),
5676         (ilanguage_get_from_string), (ilanguage_get_name),
5677         (ilanguage_get_strings), (ilanguage_iface_init):
5678         * plugins/language-manager/plugin.h:
5679         
5680         Added new language-manager plugin to have a better organisation for
5681         language names. The xml probabaly needs to be extended over time.
5682         
5683         * plugins/Makefile.am:
5684         * plugins/document-manager/plugin.c: (on_editor_changed):
5685         
5686         Adapted to new IAnjutaLanguage interface. Do not unload language-support
5687         because it does not really save memory but makes tab switching slow.
5688         
5689         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5690         .in:
5691         * plugins/language-support-cpp-java/plugin.c: (install_support),
5692         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
5693         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
5694         unloading
5696         * plugins/language-support-cpp-java/cpp-java-assist.c:
5697         (cpp_java_assist_show_autocomplete):
5698         
5699         Fix autocomplete to only show valid completions
5701         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5702         Calltips always have correct size and position now
5704 2007-09-22  Johannes Schmid <jhs@gnome.org>
5706         * plugins/search/search-replace_backend.c: (get_next_match):
5707         Removed code introduced by accident that causes a crash.
5708         
5709         * plugins/sourceview/sourceview-tags.c:
5710         * plugins/sourceview/sourceview-tags.h:
5711         Removed ununsed files
5713 2007-09-22  Johannes Schmid <jhs@gnome.org>
5715         * plugins/language-support-cpp-java/cpp-java-assist.c:
5716         Fixed build error
5718 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5720         * plugins/language-support-cpp-java/cpp-java-assist.c:
5721         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
5722         Increased matching brace search to 500 chars.
5724 2007-09-21  Johannes Schmid <jhs@gnome.org>
5726         * plugins/language-support-cpp-java/cpp-java-assist.c:
5727         (cpp_java_assist_get_pre_word),
5728         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
5729         
5730         Added some profiling debug code
5731         
5732         * plugins/language-support-cpp-java/cpp-java-utils.c:
5733         (cpp_java_util_jump_to_matching_brace):
5734         * plugins/language-support-cpp-java/cpp-java-utils.h:
5735         * plugins/language-support-cpp-java/plugin.c:
5736         (get_line_indentation_base), (get_line_auto_indentation):
5737         
5738         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
5739         avoid looping over the whole file when using calltips which is too slow and
5740         unneeded.
5741         
5742         * plugins/sourceview/assist-tip.c: (assist_tip_init),
5743         (assist_tip_set_tips), (assist_tip_get_coordinates),
5744         (assist_tip_new):
5745         * plugins/sourceview/sourceview.c: (iassist_show_tips):
5746         
5747         Better calltips appearance (use theme now) and avoid jumping
5748         calltips
5750 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5752         * plugins/document-manager/plugin.c:
5753         (update_editor_ui_interface_items):
5754         * plugins/language-support-cpp-java/plugin.c: (install_support),
5755         (uninstall_support): Moved autocomplete ui update code from
5756         document-manager to language-plugin.
5758 2007-09-21  Johannes Schmid <jhs@gnome.org>
5760         * libanjuta/interfaces/libanjuta.idl:
5761         
5762         Added IAnjutaLanguage interface (might still change...) for
5763         the upcoming language-manager plugin.
5764         
5765         * plugins/file-manager/Makefile.am:
5766         * plugins/file-manager/file-model.c:
5767         (file_model_cancel_expand_idle), (file_model_add_dummy),
5768         (file_model_expand_idle), (file_model_sort),
5769         (file_model_row_expanded), (file_model_row_collapsed),
5770         (file_model_init), (file_model_finalize),
5771         (file_model_set_property), (file_model_get_property),
5772         (file_model_class_init), (file_model_new), (file_model_refresh),
5773         (file_model_get_uri):
5774         * plugins/file-manager/file-model.h:
5775         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5776         (file_view_expand_row_idle), (file_view_refresh),
5777         (file_view_get_selected), (file_view_button_press_event),
5778         (file_view_selection_changed), (file_view_init),
5779         (file_view_get_property), (file_view_set_property),
5780         (file_view_finalize), (file_view_class_init):
5781         
5782         Split up model/view as far as possible and fixed some file-manager
5783         bugs (popup-menu and incorrect project loading).
5784         
5785         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5786         Use monospace font for tips.
5787         
5788         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
5789         (sourceview_cell_new), (icell_get_character), (icell_get_length),
5790         (icell_get_attribute), (icell_style_get_font_description),
5791         (icell_style_get_color), (icell_style_get_background_color),
5792         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
5793         (iiter_foreach), (iiter_set_position), (iiter_get_position),
5794         (iiter_get_length), (iiter_clone), (iiter_assign):
5796         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
5797         interface. This is way faster though it has the drawback to create invalid
5798         iterators if the buffer is changed.
5800 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5802         * libanjuta/interfaces/libanjuta.idl:
5803         * plugins/document-manager/action-callbacks.c:
5804         * plugins/document-manager/anjuta-document-manager.ui:
5805         * plugins/document-manager/plugin.c: (register_stock_icons):
5806         * plugins/editor/text_editor.c:
5807         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5808         * plugins/language-support-cpp-java/cpp-java-assist.c:
5809         (cpp_java_assist_get_calltip_context):
5810         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
5811         (register_stock_icons), (cpp_java_plugin_activate_plugin):
5813         Moved autocomplete menu action from document-manager to assist plugin
5814         and got rid of deprecated autocomplete interface.
5816 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5818         * libanjuta/interfaces/libanjuta.idl:
5819         * plugins/editor/text_editor.c: (iassist_iface_init):
5820         * plugins/language-support-cpp-java/cpp-java-assist.c:
5821         (cpp_java_assist_check), (on_assist_chosen):
5822         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5823         Removed react() methods in both editors and assist interface. Assist
5824         plugin itself handles setting the autocomplete. Also fixed
5825         some mem leaks.
5827 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5829         * plugins/file-manager/Makefile.am:
5830         * plugins/file-manager/file-view.c: (file_view_add_dummy),
5831         (file_view_expand_idle), (file_view_init):
5832         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
5833         (file_manager_set_default_uri), (project_root_added),
5834         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
5835         (file_manager_activate), (file_manager_deactivate),
5836         (file_manager_instance_init), (file_manager_class_init),
5837         (ifile_manager_set_root), (ifile_manager_set_selected),
5838         (ifile_manager_iface_init): Adjusted white spaces to match
5839         anjuta convention.
5841 2007-09-19  Naba Kumar  <naba@gnome.org>
5843         * libanjuta/interfaces/libanjuta.idl:
5844         * plugins/editor/text_editor.c: (text_editor_instance_init),
5845         (iassist_show_tips), (iassist_cancel_tips),
5846         (iassist_hide_suggestions), (iassist_iface_init):
5847         * plugins/editor/text_editor.h:
5848         * plugins/editor/text_editor_cbs.c:
5849         (on_text_editor_scintilla_notify):
5850         * plugins/language-support-cpp-java/cpp-java-assist.c:
5851         (is_scope_context_character), (is_word_character),
5852         (create_completion), (cpp_java_assist_get_scope_context),
5853         (cpp_java_assist_get_pre_word),
5854         (cpp_java_assist_get_scope_operator),
5855         (cpp_java_assist_destroy_completion_cache),
5856         (cpp_java_assist_create_scope_completion_cache),
5857         (cpp_java_assist_create_word_completion_cache),
5858         (cpp_java_assist_show_autocomplete),
5859         (cpp_java_assist_get_calltip_context),
5860         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
5861         (on_editor_char_added), (on_assist_chosen),
5862         (cpp_java_assist_install), (cpp_java_assist_uninstall),
5863         (cpp_java_assist_init), (cpp_java_assist_finalize):
5864         * plugins/language-support-cpp-java/cpp-java-assist.h:
5865         * plugins/language-support-cpp-java/plugin.c:
5866         (initialize_indentation_params):
5867         * plugins/sourceview/assist-tip.c:
5868         * plugins/sourceview/assist-tip.h:
5869         * plugins/sourceview/sourceview-private.h:
5870         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5871         (on_assist_tip_destroyed), (on_assist_cancel),
5872         (on_document_char_added), (iassist_get_suggestions),
5873         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
5874         
5875         Implement state-less assistance so that assist can be evaluated
5876         any given time at any position. Changed IAnjutaEditorAssist interfance
5877         and implementations and removed any state management in editors.
5879 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
5881         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5882         completion items sorting and avoided unnecssary sorts.
5884         * plugins/text-editor.c: Fixed state.
5886 2007-09-17  Johannes Schmid <jhs@gnome.org>
5888         * plugins/language-support-cpp-java/cpp-java-assist.c:
5889         (on_assist_begin):
5890         
5891         Fixed calltips in sourceview
5893 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
5895         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5896         completion items preparation time. Fixed a crash bug.
5898         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5899         Set buffer size (From Massimo, required for symbol-db).
5901         * libanjuta/interfaces/libanjuta.idl: Also pass position information
5902         for suggestions.
5904         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
5905         change in API.
5907         * plugins/editor/aneditor-autocomplete.cxx,
5908         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
5909         Added ANE_GETWORDBEFORECARAT command.
5911         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
5912         using assist interface.
5914         * plugins/editor/text_editor.c: (text_editor_instance_init),
5915         (text_editor_get_word_before_carat),
5916         (text_editor_get_current_word), (iassist_add_trigger),
5917         (iassist_remove_trigger), (on_assist_canceled),
5918         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
5919         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
5920         * plugins/editor/text_editor.h:
5921         * plugins/editor/text_editor_cbs.c: (trigger_size),
5922         (max_trigger_size), (text_editor_check_assist),
5923         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
5924         interface.
5926         * plugins/language-support-cpp-java/Makefile.am:
5927         * plugins/language-support-cpp-java/plugin.c:
5928         (get_line_indentation_base), (get_line_auto_indentation),
5929         (install_support), (uninstall_support),
5930         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
5931         (cpp_java_plugin_instance_init):
5932         * plugins/language-support-cpp-java/plugin.h:
5933         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
5934         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
5935         Make assist a separate class.
5937 2007-09-14  Johannes Schmid <jhs@gnome.org>
5939         * plugins/sourceview/sourceview.c: (iassist_suggest):
5940         Fixed changed char_alignment paramter in language-support
5941         plugin
5943 2007-09-14  Naba Kumar  <naba@gnome.org>
5945         * plugins/language-support-cpp-java/plugin.c: Send the right
5946         'char_alignment' paramenter (needs fixing in sourceview).
5948 2007-09-13  Johannes Schmid <jhs@gnome.org>
5950         * anjuta.anjuta:
5951         * plugins/project-wizard/templates/minimal/project.anjuta:
5952         Use IAnjutaSymbolManager instead of loading the plugin directly.
5953         (TODO: Think of a version to do this for older files...)
5955         * configure.in:
5956         * plugins/Makefile.am:
5957         * plugins/symbol-db/Makefile.am:
5958         
5959         Build symbol-db plugin if libgda-3.0 is found
5961 2007-09-13  Johannes Schmid <jhs@gnome.org>
5963         * plugins/sourceview/Makefile.am:
5964         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5965         (set_uri):
5966         * plugins/sourceview/anjuta-document.h:
5967         Removed lots of dead code
5968         
5969         * plugins/sourceview/anjuta-languages-manager.c:
5970         * plugins/sourceview/anjuta-languages-manager.h:
5971         removed completely
5972         
5973         * plugins/sourceview/sourceview.c: (on_document_char_added),
5974         (on_document_loaded), (sourceview_instance_init),
5975         (iselect_get_start), (iselect_get_end),
5976         (ilanguage_get_supported_languages), (ilanguage_set_language):
5977         
5978         Fixed selection handling and make some adaptions for the changes 
5979         mentioned above
5981 2007-09-13  Johannes Schmid <jhs@gnome.org>
5983         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5984         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5985         (on_assist_update):
5986         
5987         Added preferences to language support completion/calltips
5988         
5989         * plugins/sourceview/assist-window.c: (assist_window_update):
5991         Always select first entry
5993         * plugins/sourceview/sourceview.glade:
5994         Removed old completion preferences
5996 2007-09-11  Naba Kumar  <naba@gnome.org>
5998         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
5999         and possible crash when pressing ctrl+d in terminal after preferences
6000         window has been shown once (no need for backport).
6002         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6003         implementations to get warnings instead of crashes for unimplemented
6004         interface methods.
6006 2007-09-11   Massimo Cora' <maxcvs@email.it>
6008         Reviewed by: Naba Kumar  <naba@gnome.org>
6010         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6011         * plugins/symbol-db/*:
6012         Added new symbol-database backend based on SQLite 3.
6013         (does not enabled for build currently).
6015 2007-09-10  Johannes Schmid <jhs@gnome.org>
6017         * anjuta.anjuta:
6018         * configure.in:
6019         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6020         (parse_info_init), (parse_info_free), (valid_element),
6021         (start_element_handler), (end_element_handler), (text_handler),
6022         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6023         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6024         (egg_recent_model_monitor), (egg_recent_model_read),
6025         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6026         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6027         (egg_recent_model_set_property), (egg_recent_model_class_init),
6028         (egg_recent_model_init), (egg_recent_model_add_full),
6029         (egg_recent_model_delete), (egg_recent_model_get_list),
6030         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6031         (egg_recent_model_set_filter_mime_types),
6032         (egg_recent_model_clear_group_filter),
6033         (egg_recent_model_set_filter_groups),
6034         (egg_recent_model_clear_scheme_filter),
6035         (egg_recent_model_set_filter_uri_schemes),
6036         (egg_recent_model_remove_expired):
6037         
6038         Update EggRecent (#456465)
6040 2007-09-10  Johannes Schmid <jhs@gnome.org>
6042         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6043         (anjuta_plugin_manager_get_plugin):
6044         * plugins/profiler/gprof-call-graph-view.c:
6045         (gprof_call_graph_view_create_columns):
6046         * plugins/profiler/gprof-flat-profile-view.c:
6047         (gprof_flat_profile_view_create_columns):
6048         * plugins/profiler/gprof-function-call-tree-view.c:
6049         (gprof_function_call_tree_view_create_columns):
6050         
6051         Fixed #466031 – Update of pieces of menus for Localization
6053 2007-09-10  Johannes Schmid <jhs@gnome.org>
6055         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6056         Bug 343522 – anjuta: Unable to execute commands that use options.
6058 2007-09-09  Johannes Schmid <jhs@gnome.org>
6060         * plugins/document-manager/anjuta-docman.c:
6061         (anjuta_docman_update_page_label):
6062         
6063         Fixed #458034 – Method of indicating unsaved changes breaks convention
6064         
6065         * plugins/document-manager/plugin.c: (update_title),
6066         (value_added_project_root_uri), (value_removed_project_root_uri),
6067         (on_editor_changed), (activate_plugin):
6068         * plugins/document-manager/plugin.h:
6069         * plugins/project-manager/plugin.c: (on_profile_scoped),
6070         (on_profile_descoped), (ifile_open):
6071         
6072         Fixed #427390 – Show path of item in currently focused editor window
6074 2007-09-09  Johannes Schmid <jhs@gnome.org>
6076         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6077         (on_toolbar_find_incremental):
6078         Fix incremental search
6079         
6080         * plugins/sourceview/sourceview.c: (on_document_char_added),
6081         (set_select):
6082         Fixed selection management
6084 2007-09-09  Johannes Schmid <jhs@gnome.org>
6086         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6087         Fixed memory leak
6089         * libanjuta/interfaces/libanjuta.idl:
6090         Extended IAnjutaEditorAssist interface
6091         
6092         * plugins/language-support-cpp-java/plugin.c:
6093         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6094         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6095         (context_character), (get_context), (function_parser),
6096         (cpp_member_parser), (install_assist), (uninstall_assist),
6097         (get_line_indentation_base), (get_line_auto_indentation),
6098         (install_support), (uninstall_support),
6099         (on_value_added_current_editor), (on_value_removed_current_editor),
6100         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6101         * plugins/language-support-cpp-java/plugin.h:
6102         
6103         Improved fixed editor assistance and added support for function/method
6104         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6105         
6106         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6107         Removed a FIXME
6108         
6109         * plugins/project-import/project-import.c: (on_import_next):
6110         Added a non-NULL check with could probably fix #474843 but not sure
6111         
6112         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6113         Fixed anjuta-plugin project wizard
6114         
6115         * plugins/sourceview/Makefile.am:
6116         * plguins/sourceview/assist-tip.[ch]:
6117         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6118         (anjuta_view_key_press_event):
6119         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6120         (assist_window_init), (assist_window_update), (assist_window_new):
6121         * plugins/sourceview/sourceview-private.h:
6122         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6123         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6124         (trigger_size), (max_trigger_size), (on_document_char_added),
6125         (sourceview_dispose), (ieditor_get_current_word),
6126         (iassist_add_trigger), (iassist_init_suggestions),
6127         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6128         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6129         
6130         Big update on sourceview assist capabilites. Autocompletion should
6131         now work much better and function tooltips are finally supported!
6133         * plugins/sourceview/anjuta-document.h:
6134         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6135         (anjuta_document_get_current_word):
6136         Fixed get_current_word (inspired by aneditor.cxx implementation)
6138         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6139         (icell_get_attribute):
6140         Fixed get_attribute() to also detect character constants.
6141         Simplified get_char()
6143         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6144         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6145         (isymbol_manager_get_completions_at_position):
6146         
6147         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6149 2007-09-04  Naba Kumar  <naba@gnome.org>
6151         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6152         projects that can not add sources.
6154         * plugins/file-wizard/file.c: Similarly for file wizard,
6155         Do not enable 'Add to project' projects that can not add sources.
6157 2007-09-04  Naba Kumar  <naba@gnome.org>
6159         * configure.in: Bumped gnome-build requirement to 0.2.0
6160         for project capabilities support.
6162         * plugins/project-manager/plugin.c: Enable/disable project
6163         actions based on project capabilities. Fixes bug #433552:
6164         crash in Anjuta IDE: add file test.h in project on generic
6165         Makefile.
6167         * libanjuta/interfaces/libanjuta.idl: Added method to query
6168         project capabilities.
6170 2007-09-03  Naba Kumar  <naba@gnome.org>
6172         * plugins/file-manager/plugin.c: Set shadow type IN.
6173         * plugins/file-manager/file-view.c: Fixed code style.
6174         * plugins/file-manager/file-view.c: Fixed icons column to size
6175         properly.
6177         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6179         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6180         unmonitors project-uri on file-manager deactivation.
6182         * TODO.tasks: Updated
6184 2007-09-02  Johannes Schmid <jhs@gnome.org>
6186         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6187         Fixed memory leak
6188         
6189         * plugins/file-manager/file-view.c: (file_view_get_selected),
6190         (file_view_button_press_event), (file_view_finalize):
6191         * plugins/file-manager/plugin.c: (project_root_removed),
6192         (file_manager_deactivate):
6193         
6194         Fixed some small bugs I missed before
6196 2007-09-02  Johannes Schmid <jhs@gnome.org>
6198         * plugins/file-manager/*:
6199         Added new and file-manager
6201 2007-09-02  Johannes Schmid <jhs@gnome.org>
6203         * plugins/file-manager/*:
6204         Removed old file-manager
6206 2007-08-31  Johannes Schmid <jhs@gnome.org>
6208         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6209         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6210         
6211         Fixed some memory leaks
6212         
6213         * MAINTAINERS: Fixed
6214         
6215 2007-08-31  Johannes Schmid <jhs@gnome.org>
6217         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6218         (get_property_value_as_string), (set_property_value_as_string),
6219         (register_callbacks), (preferences_foreach_callback),
6220         (anjuta_preferences_register_property_raw):
6221         * libanjuta/anjuta-preferences.h:
6222         * plugins/build-basic-autotools/build-basic-autotools.c:
6223         (on_build_mesg_format):
6224         * plugins/document-manager/anjuta-document-manager.glade:
6225         * plugins/message-view/anjuta-message-manager-plugin.glade:
6226         
6227         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6228         broken message view preferences
6229         
6230         * plugins/message-view/message-view.c:
6231         (message_view_instance_init), (pref_change_color), (prefs_init),
6232         (imessage_view_append):
6233         Cleaned up message view (#458041)
6234         
6235         * src/shell.c: (on_preferences_activate),
6236         (anjuta_test_shell_instance_init),
6237         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6238         Fixed test shell to allow better debugging
6239         
6240 2007-08-31  Johannes Schmid <jhs@gnome.org>
6242         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6243         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6244         * plugins/gtodo/main.h:
6245         * plugins/gtodo/plugin.c: (activate_plugin):
6246         
6247         Fixed #423467 (View->Tasks menu items are not 
6248         checked on startup)
6250 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6252         reviewed by: Johannes Schmid <jhs@gnome.org>
6254         * COPYING:
6255         * data/welcome.txt.in:
6256         * launcher/anjuta_launcher.c:
6257         * libanjuta/anjuta-children.c:
6258         * libanjuta/anjuta-children.h:
6259         * libanjuta/anjuta-debug.h:
6260         * libanjuta/anjuta-encodings.c:
6261         * libanjuta/anjuta-encodings.h:
6262         * libanjuta/anjuta-glue-c.c:
6263         * libanjuta/anjuta-glue-c.h:
6264         * libanjuta/anjuta-plugin-description.c:
6265         * libanjuta/anjuta-plugin-description.h:
6266         * libanjuta/anjuta-plugin-handle.c:
6267         * libanjuta/anjuta-plugin-handle.h:
6268         * libanjuta/anjuta-plugin-manager.c:
6269         * libanjuta/anjuta-plugin-manager.h:
6270         * libanjuta/anjuta-plugin.c:
6271         * libanjuta/anjuta-plugin.h:
6272         * libanjuta/anjuta-preferences.c:
6273         * libanjuta/anjuta-preferences.h:
6274         * libanjuta/anjuta-profile-manager.c:
6275         * libanjuta/anjuta-profile-manager.h:
6276         * libanjuta/anjuta-profile.c:
6277         * libanjuta/anjuta-profile.h:
6278         * libanjuta/anjuta-save-prompt.c:
6279         * libanjuta/anjuta-save-prompt.h:
6280         * libanjuta/anjuta-serializer.c:
6281         * libanjuta/anjuta-serializer.h:
6282         * libanjuta/anjuta-session.c:
6283         * libanjuta/anjuta-session.h:
6284         * libanjuta/anjuta-shell.c:
6285         * libanjuta/anjuta-shell.h:
6286         * libanjuta/anjuta-status.c:
6287         * libanjuta/anjuta-status.h:
6288         * libanjuta/anjuta-ui.c:
6289         * libanjuta/anjuta-ui.h:
6290         * libanjuta/anjuta-utils-priv.h:
6291         * libanjuta/anjuta-utils.c:
6292         * libanjuta/anjuta-utils.h:
6293         * libanjuta/cell-renderer-captioned-image.c:
6294         * libanjuta/cell-renderer-captioned-image.h:
6295         * libanjuta/e-splash.c:
6296         * libanjuta/e-splash.h:
6297         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6298         * libanjuta/interfaces/libanjuta.idl:
6299         * libanjuta/libanjuta.h:
6300         * libanjuta/resources.c:
6301         * libanjuta/resources.h:
6302         * libegg/egg-cell-renderer-text.c:
6303         * libegg/egg-combo-action.c:
6304         * libegg/egg-entry-action.c:
6305         * libegg/egg-recent-action.c:
6306         * libegg/egg-recent-files-module.c:
6307         * libegg/egg-recent-item.c:
6308         * libegg/egg-recent-model.c:
6309         * libegg/egg-recent-view-gtk.c:
6310         * libegg/egg-recent-view.c:
6311         * libegg/egg-submenu-action.c:
6312         * libegg/eggaccelerators.c:
6313         * libegg/eggcellrendererpopup.c:
6314         * libegg/eggcomboselect.c:
6315         * libegg/eggtreemodelfilter.c:
6316         * libegg/eggtreemultidnd.c:
6317         * libegg/gtkcellview.h:
6318         * libegg/treeviewutils/egg-cell-renderer-text.h:
6319         * libegg/treeviewutils/eggaccelerators.h:
6320         * libegg/treeviewutils/eggcellrendererkeys.h:
6321         * libegg/treeviewutils/eggcellrendererpopup.h:
6322         * libegg/treeviewutils/eggtreemodelfilter.h:
6323         * libegg/treeviewutils/eggtreemultidnd.h:
6324         * libegg/treeviewutils/eggtreeviewstate.h:
6325         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6326         * manuals/anjuta-faqs/Makefile.am:
6327         * manuals/anjuta-manual/C/anjuta-manual.xml:
6328         * manuals/anjuta-manual/C/license.xml:
6329         * manuals/anjuta-manual/es/es.po:
6330         * manuals/anjuta-manual/sv/sv.po:
6331         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6332         ml:
6333         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6334         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6335         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6336         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6337         * manuals/old/ja/anjuta-manual/license.xml:
6338         * plugins/build-basic-autotools/build-basic-autotools.c:
6339         * plugins/build-basic-autotools/build-basic-autotools.h:
6340         * plugins/build-basic-autotools/executer.c:
6341         * plugins/build-basic-autotools/executer.h:
6342         * plugins/build/build_file.c:
6343         * plugins/build/build_file.h:
6344         * plugins/build/build_project.c:
6345         * plugins/build/build_project.h:
6346         * plugins/build/clean_project.c:
6347         * plugins/build/clean_project.h:
6348         * plugins/build/commands.c:
6349         * plugins/build/commands.h:
6350         * plugins/build/compile.c:
6351         * plugins/build/compile.h:
6352         * plugins/build/compiler_options.c:
6353         * plugins/build/compiler_options.h:
6354         * plugins/build/configurer.c:
6355         * plugins/build/configurer.h:
6356         * plugins/build/executer.c:
6357         * plugins/build/executer.h:
6358         * plugins/class-gen/cell-renderer-flags.c:
6359         * plugins/class-gen/cell-renderer-flags.h:
6360         * plugins/class-gen/combo-flags.c:
6361         * plugins/class-gen/combo-flags.h:
6362         * plugins/class-gen/element-editor.c:
6363         * plugins/class-gen/element-editor.h:
6364         * plugins/class-gen/generator.c:
6365         * plugins/class-gen/generator.h:
6366         * plugins/class-gen/plugin.c:
6367         * plugins/class-gen/plugin.h:
6368         * plugins/class-gen/transform.c:
6369         * plugins/class-gen/transform.h:
6370         * plugins/class-gen/validator.c:
6371         * plugins/class-gen/validator.h:
6372         * plugins/class-gen/window.c:
6373         * plugins/class-gen/window.h:
6374         * plugins/class-inheritance/class-callbacks.c:
6375         * plugins/class-inheritance/class-callbacks.h:
6376         * plugins/class-inheritance/class-inherit.c:
6377         * plugins/class-inheritance/class-inherit.h:
6378         * plugins/class-inheritance/plugin.c:
6379         * plugins/class-inheritance/plugin.h:
6380         * plugins/cvs-plugin/cvs-actions.c:
6381         * plugins/cvs-plugin/cvs-actions.h:
6382         * plugins/cvs-plugin/cvs-callbacks.c:
6383         * plugins/cvs-plugin/cvs-callbacks.h:
6384         * plugins/cvs-plugin/cvs-execute.c:
6385         * plugins/cvs-plugin/cvs-execute.h:
6386         * plugins/cvs-plugin/cvs-interface.c:
6387         * plugins/cvs-plugin/cvs-interface.h:
6388         * plugins/cvs-plugin/plugin.c:
6389         * plugins/cvs-plugin/plugin.h:
6390         * plugins/debug-manager/breakpoints.c:
6391         * plugins/debug-manager/breakpoints.h:
6392         * plugins/debug-manager/chunk_view.c:
6393         * plugins/debug-manager/chunk_view.h:
6394         * plugins/debug-manager/data_buffer.c:
6395         * plugins/debug-manager/data_buffer.h:
6396         * plugins/debug-manager/data_view.c:
6397         * plugins/debug-manager/data_view.h:
6398         * plugins/debug-manager/debug_tree.c:
6399         * plugins/debug-manager/debug_tree.h:
6400         * plugins/debug-manager/debugger.c:
6401         * plugins/debug-manager/debugger.h:
6402         * plugins/debug-manager/disassemble.c:
6403         * plugins/debug-manager/disassemble.h:
6404         * plugins/debug-manager/info.c:
6405         * plugins/debug-manager/info.h:
6406         * plugins/debug-manager/locals.c:
6407         * plugins/debug-manager/locals.h:
6408         * plugins/debug-manager/memory.c:
6409         * plugins/debug-manager/memory.h:
6410         * plugins/debug-manager/plugin.c:
6411         * plugins/debug-manager/plugin.h:
6412         * plugins/debug-manager/registers.c:
6413         * plugins/debug-manager/registers.h:
6414         * plugins/debug-manager/sexy-icon-entry.c:
6415         * plugins/debug-manager/sexy-icon-entry.h:
6416         * plugins/debug-manager/sharedlib.c:
6417         * plugins/debug-manager/sharedlib.h:
6418         * plugins/debug-manager/signals.c:
6419         * plugins/debug-manager/signals.h:
6420         * plugins/debug-manager/sparse_buffer.c:
6421         * plugins/debug-manager/sparse_buffer.h:
6422         * plugins/debug-manager/sparse_view.c:
6423         * plugins/debug-manager/sparse_view.h:
6424         * plugins/debug-manager/stack_trace.c:
6425         * plugins/debug-manager/stack_trace.h:
6426         * plugins/debug-manager/start.c:
6427         * plugins/debug-manager/start.h:
6428         * plugins/debug-manager/threads.c:
6429         * plugins/debug-manager/threads.h:
6430         * plugins/debug-manager/utilities.c:
6431         * plugins/debug-manager/utilities.h:
6432         * plugins/debug-manager/watch.c:
6433         * plugins/debug-manager/watch.h:
6434         * plugins/devhelp/htmlview.c:
6435         * plugins/devhelp/htmlview.h:
6436         * plugins/document-manager/action-callbacks.c:
6437         * plugins/document-manager/action-callbacks.h:
6438         * plugins/document-manager/anjuta-docman.c:
6439         * plugins/document-manager/anjuta-docman.h:
6440         * plugins/document-manager/editor-tooltips.c:
6441         * plugins/document-manager/editor-tooltips.h:
6442         * plugins/document-manager/file_history.c:
6443         * plugins/document-manager/file_history.h:
6444         * plugins/document-manager/indent-dialog.c:
6445         * plugins/document-manager/indent-dialog.h:
6446         * plugins/document-manager/indent-util.c:
6447         * plugins/document-manager/indent-util.h:
6448         * plugins/document-manager/plugin.c:
6449         * plugins/editor/aneditor-autocomplete.cxx:
6450         * plugins/editor/aneditor-calltip.cxx:
6451         * plugins/editor/aneditor-indent.cxx:
6452         * plugins/editor/aneditor-priv.h:
6453         * plugins/editor/aneditor.cxx:
6454         * plugins/editor/aneditor.h:
6455         * plugins/editor/lexer.h:
6456         * plugins/editor/plugin.c:
6457         * plugins/editor/plugin.h:
6458         * plugins/editor/print.c:
6459         * plugins/editor/print.h:
6460         * plugins/editor/properties.h:
6461         * plugins/editor/properties_cxx.h:
6462         * plugins/editor/style-editor.c:
6463         * plugins/editor/style-editor.h:
6464         * plugins/editor/text-editor-iterable.c:
6465         * plugins/editor/text-editor-iterable.h:
6466         * plugins/editor/text_editor.c:
6467         * plugins/editor/text_editor.h:
6468         * plugins/editor/text_editor_cbs.c:
6469         * plugins/editor/text_editor_cbs.h:
6470         * plugins/editor/text_editor_menu.c:
6471         * plugins/editor/text_editor_menu.h:
6472         * plugins/editor/text_editor_prefs.c:
6473         * plugins/editor/text_editor_prefs.h:
6474         * plugins/file-loader/dnd.c:
6475         * plugins/file-loader/dnd.h:
6476         * plugins/file-loader/plugin.c:
6477         * plugins/file-manager/an_file_view.c:
6478         * plugins/file-manager/plugin.c:
6479         * plugins/file-wizard/file.c:
6480         * plugins/file-wizard/file.h:
6481         * plugins/file-wizard/plugin.c:
6482         * plugins/file-wizard/plugin.h:
6483         * plugins/gdb/debugger.c:
6484         * plugins/gdb/debugger.h:
6485         * plugins/gdb/gdbmi-test.c:
6486         * plugins/gdb/gdbmi.c:
6487         * plugins/gdb/gdbmi.h:
6488         * plugins/gdb/global.h:
6489         * plugins/gdb/parser.c:
6490         * plugins/gdb/parser.h:
6491         * plugins/gdb/plugin.c:
6492         * plugins/gdb/plugin.h:
6493         * plugins/gdb/utilities.c:
6494         * plugins/gdb/utilities.h:
6495         * plugins/glade/plugin.c:
6496         * plugins/glade/plugin.h:
6497         * plugins/gtodo/egg-datetime.c:
6498         * plugins/gtodo/egg-datetime.h:
6499         * plugins/gtodo/eggtrayicon.c:
6500         * plugins/gtodo/eggtrayicon.h:
6501         * plugins/gtodo/plugin.c:
6502         * plugins/gvim/anjuta-vim.c:
6503         * plugins/gvim/anjuta-vim.h:
6504         * plugins/gvim/gtkvim.c:
6505         * plugins/gvim/gtkvim.h:
6506         * plugins/gvim/plugin.c:
6507         * plugins/gvim/plugin.h:
6508         * plugins/language-support-cpp-java/plugin.c:
6509         * plugins/language-support-cpp-java/plugin.h:
6510         * plugins/macro/macro-actions.c:
6511         * plugins/macro/macro-actions.h:
6512         * plugins/macro/macro-db.c:
6513         * plugins/macro/macro-db.h:
6514         * plugins/macro/macro-dialog.c:
6515         * plugins/macro/macro-dialog.h:
6516         * plugins/macro/macro-edit.c:
6517         * plugins/macro/macro-edit.h:
6518         * plugins/macro/macro-util.c:
6519         * plugins/macro/macro-util.h:
6520         * plugins/macro/plugin.c:
6521         * plugins/macro/plugin.h:
6522         * plugins/message-view/anjuta-msgman.c:
6523         * plugins/message-view/anjuta-msgman.h:
6524         * plugins/message-view/message-view.c:
6525         * plugins/message-view/message-view.h:
6526         * plugins/message-view/plugin.c:
6527         * plugins/message-view/plugin.h:
6528         * plugins/patch/patch-plugin.c:
6529         * plugins/patch/patch-plugin.h:
6530         * plugins/patch/plugin.c:
6531         * plugins/patch/plugin.h:
6532         * plugins/profiler/gprof-call-graph-block-entry.c:
6533         * plugins/profiler/gprof-call-graph-block-entry.h:
6534         * plugins/profiler/gprof-call-graph-block.c:
6535         * plugins/profiler/gprof-call-graph-block.h:
6536         * plugins/profiler/gprof-call-graph-view.c:
6537         * plugins/profiler/gprof-call-graph-view.h:
6538         * plugins/profiler/gprof-call-graph.c:
6539         * plugins/profiler/gprof-call-graph.h:
6540         * plugins/profiler/gprof-flat-profile-entry.c:
6541         * plugins/profiler/gprof-flat-profile-entry.h:
6542         * plugins/profiler/gprof-flat-profile-view.c:
6543         * plugins/profiler/gprof-flat-profile-view.h:
6544         * plugins/profiler/gprof-flat-profile.c:
6545         * plugins/profiler/gprof-flat-profile.h:
6546         * plugins/profiler/gprof-function-call-chart-view.c:
6547         * plugins/profiler/gprof-function-call-chart-view.h:
6548         * plugins/profiler/gprof-function-call-tree-view.c:
6549         * plugins/profiler/gprof-function-call-tree-view.h:
6550         * plugins/profiler/gprof-options.c:
6551         * plugins/profiler/gprof-options.h:
6552         * plugins/profiler/gprof-profile-data.c:
6553         * plugins/profiler/gprof-profile-data.h:
6554         * plugins/profiler/gprof-view-manager.c:
6555         * plugins/profiler/gprof-view-manager.h:
6556         * plugins/profiler/gprof-view.c:
6557         * plugins/profiler/gprof-view.h:
6558         * plugins/profiler/plugin.c:
6559         * plugins/profiler/plugin.h:
6560         * plugins/profiler/string-utils.c:
6561         * plugins/profiler/string-utils.h:
6562         * plugins/project-import/plugin.c:
6563         * plugins/project-import/plugin.h:
6564         * plugins/project-import/project-import.c:
6565         * plugins/project-import/project-import.h:
6566         * plugins/project-manager/plugin.c:
6567         * plugins/project-manager/plugin.h:
6568         * plugins/project-wizard/action.c:
6569         * plugins/project-wizard/action.h:
6570         * plugins/project-wizard/autogen.c:
6571         * plugins/project-wizard/autogen.h:
6572         * plugins/project-wizard/druid.c:
6573         * plugins/project-wizard/druid.h:
6574         * plugins/project-wizard/file.c:
6575         * plugins/project-wizard/file.h:
6576         * plugins/project-wizard/header.c:
6577         * plugins/project-wizard/header.h:
6578         * plugins/project-wizard/install.c:
6579         * plugins/project-wizard/install.h:
6580         * plugins/project-wizard/parser.c:
6581         * plugins/project-wizard/parser.h:
6582         * plugins/project-wizard/plugin.c:
6583         * plugins/project-wizard/plugin.h:
6584         * plugins/project-wizard/property.c:
6585         * plugins/project-wizard/property.h:
6586         * plugins/project-wizard/values.c:
6587         * plugins/project-wizard/values.h:
6588         * plugins/sample1/plugin.c:
6589         * plugins/search/plugin.c:
6590         * plugins/search/plugin.h:
6591         * plugins/search/search-replace_backend.c:
6592         * plugins/search/search-replace_backend.h:
6593         * plugins/search/search_preferences.c:
6594         * plugins/sourceview/anjuta-convert.c:
6595         * plugins/sourceview/anjuta-convert.h:
6596         * plugins/sourceview/anjuta-document-loader.c:
6597         * plugins/sourceview/anjuta-document-loader.h:
6598         * plugins/sourceview/anjuta-document-saver.c:
6599         * plugins/sourceview/anjuta-document-saver.h:
6600         * plugins/sourceview/anjuta-document.c:
6601         * plugins/sourceview/anjuta-document.h:
6602         * plugins/sourceview/anjuta-encodings.c:
6603         * plugins/sourceview/anjuta-encodings.h:
6604         * plugins/sourceview/anjuta-languages-manager.c:
6605         * plugins/sourceview/anjuta-languages-manager.h:
6606         * plugins/sourceview/anjuta-utils.c:
6607         * plugins/sourceview/anjuta-utils.h:
6608         * plugins/sourceview/anjuta-view.c:
6609         * plugins/sourceview/anjuta-view.h:
6610         * plugins/sourceview/assist-window.c:
6611         * plugins/sourceview/assist-window.h:
6612         * plugins/sourceview/sourceview-cell.c:
6613         * plugins/sourceview/sourceview-cell.h:
6614         * plugins/sourceview/sourceview-prefs.c:
6615         * plugins/sourceview/sourceview-prefs.h:
6616         * plugins/sourceview/sourceview-print.c:
6617         * plugins/sourceview/sourceview-print.h:
6618         * plugins/sourceview/sourceview-private.h:
6619         * plugins/sourceview/sourceview-tags.c:
6620         * plugins/sourceview/sourceview-tags.h:
6621         * plugins/sourceview/sourceview.c:
6622         * plugins/sourceview/sourceview.h:
6623         * plugins/subversion/plugin.c:
6624         * plugins/subversion/plugin.h:
6625         * plugins/subversion/subversion-actions.c:
6626         * plugins/subversion/subversion-actions.h:
6627         * plugins/subversion/subversion-callbacks.c:
6628         * plugins/subversion/subversion-callbacks.h:
6629         * plugins/subversion/svn-auth.c:
6630         * plugins/subversion/svn-auth.h:
6631         * plugins/subversion/svn-backend-priv.h:
6632         * plugins/subversion/svn-backend.c:
6633         * plugins/subversion/svn-backend.h:
6634         * plugins/subversion/svn-notify.c:
6635         * plugins/subversion/svn-notify.h:
6636         * plugins/subversion/svn-thread.c:
6637         * plugins/subversion/svn-thread.h:
6638         * plugins/symbol-browser/an_symbol.c:
6639         * plugins/symbol-browser/an_symbol.h:
6640         * plugins/symbol-browser/an_symbol_info.c:
6641         * plugins/symbol-browser/an_symbol_info.h:
6642         * plugins/symbol-browser/an_symbol_iter.c:
6643         * plugins/symbol-browser/an_symbol_iter.h:
6644         * plugins/symbol-browser/an_symbol_prefs.c:
6645         * plugins/symbol-browser/an_symbol_prefs.h:
6646         * plugins/symbol-browser/an_symbol_search.c:
6647         * plugins/symbol-browser/an_symbol_search.h:
6648         * plugins/symbol-browser/an_symbol_view.c:
6649         * plugins/symbol-browser/an_symbol_view.h:
6650         * plugins/symbol-browser/plugin.c:
6651         * plugins/symbol-browser/plugin.h:
6652         * plugins/terminal/terminal.c:
6653         * plugins/tools/dialog.c:
6654         * plugins/tools/dialog.h:
6655         * plugins/tools/editor.c:
6656         * plugins/tools/editor.h:
6657         * plugins/tools/execute.c:
6658         * plugins/tools/execute.h:
6659         * plugins/tools/fileop.c:
6660         * plugins/tools/fileop.h:
6661         * plugins/tools/plugin.c:
6662         * plugins/tools/plugin.h:
6663         * plugins/tools/scripts/find-fixmes.pl:
6664         * plugins/tools/scripts/translation-status.pl:
6665         * plugins/tools/tool.c:
6666         * plugins/tools/tool.h:
6667         * plugins/tools/variable.c:
6668         * plugins/tools/variable.h:
6669         * plugins/valgrind/ldd.c:
6670         * plugins/valgrind/ldd.h:
6671         * plugins/valgrind/list.c:
6672         * plugins/valgrind/list.h:
6673         * plugins/valgrind/menu-utils.c:
6674         * plugins/valgrind/menu-utils.h:
6675         * plugins/valgrind/parser.c:
6676         * plugins/valgrind/parser.h:
6677         * plugins/valgrind/plugin.c:
6678         * plugins/valgrind/plugin.h:
6679         * plugins/valgrind/preferences.c:
6680         * plugins/valgrind/preferences.h:
6681         * plugins/valgrind/process.c:
6682         * plugins/valgrind/process.h:
6683         * plugins/valgrind/symtab.c:
6684         * plugins/valgrind/symtab.h:
6685         * plugins/valgrind/vgactions.c:
6686         * plugins/valgrind/vgactions.h:
6687         * plugins/valgrind/vgcachegrindprefs.c:
6688         * plugins/valgrind/vgcachegrindprefs.h:
6689         * plugins/valgrind/vgdefaultview.c:
6690         * plugins/valgrind/vgdefaultview.h:
6691         * plugins/valgrind/vgerror.c:
6692         * plugins/valgrind/vgerror.h:
6693         * plugins/valgrind/vggeneralprefs.c:
6694         * plugins/valgrind/vggeneralprefs.h:
6695         * plugins/valgrind/vghelgrindprefs.c:
6696         * plugins/valgrind/vghelgrindprefs.h:
6697         * plugins/valgrind/vgio.c:
6698         * plugins/valgrind/vgio.h:
6699         * plugins/valgrind/vgmemcheckprefs.c:
6700         * plugins/valgrind/vgmemcheckprefs.h:
6701         * plugins/valgrind/vgrule-editor.c:
6702         * plugins/valgrind/vgrule-editor.h:
6703         * plugins/valgrind/vgrule-list.c:
6704         * plugins/valgrind/vgrule-list.h:
6705         * plugins/valgrind/vgrule.c:
6706         * plugins/valgrind/vgrule.h:
6707         * plugins/valgrind/vgrulepattern.c:
6708         * plugins/valgrind/vgrulepattern.h:
6709         * plugins/valgrind/vgsearchbar.c:
6710         * plugins/valgrind/vgsearchbar.h:
6711         * plugins/valgrind/vgstrpool.c:
6712         * plugins/valgrind/vgstrpool.h:
6713         * plugins/valgrind/vgtoolprefs.c:
6714         * plugins/valgrind/vgtoolprefs.h:
6715         * plugins/valgrind/vgtoolview.c:
6716         * plugins/valgrind/vgtoolview.h:
6717         * src/about.c:
6718         * src/about.h:
6719         * src/action-callbacks.c:
6720         * src/action-callbacks.h:
6721         * src/anjuta-actions.h:
6722         * src/anjuta-app.c:
6723         * src/anjuta-app.h:
6724         * src/anjuta-callbacks.c:
6725         * src/anjuta-callbacks.h:
6726         * src/anjuta.c:
6727         * src/anjuta.h:
6728         * src/anjuta_cbs.c:
6729         * src/bacon-message-connection.c:
6730         * src/bacon-message-connection.h:
6731         * src/getline.c:
6732         * src/main.c:
6733         * src/shell.c:
6734         * src/shell.h:
6735         * src/start-with.c:
6736         * src/start-with.h:
6737         * src/utilities.c:
6738         * src/utilities.h:
6739         * tagmanager/options.c:
6740         
6741         Change the address of FSF in various files
6743 2007-08-30  Johannes Schmid <jhs@gnome.org>
6745         * anjuta.glade:
6746         * anjuta.gladep:
6747         Removed because they are no longer in use
6748         
6749         * plugins/class-gen/anjuta-class-gen-plugin.glade:
6750         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
6751         Marked some strings as not translatable
6753         * plugins/search/search-replace.c: (list_max_items):
6754         Fixed a possible memory corruption
6756         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6757         Do not show menuitems for locked layout items
6759         * src/main.c: (main):
6760         Some minor style correction in gnome_init
6762 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
6764         * plugins/debug-manager/debugger.c,
6765         plugins/debug-manager/breakpoints.c,
6766         plugins/gdb/plugin.c,
6767         plugins/gdb/debugger.c,
6768         libanjuta/interfaces/libanjuta.idl:
6769         Move all breakpoints functions from IAnjutaDebugger to a new
6770         IAnjutaBreakpointDebugger interface
6772 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
6774         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6775         * plugins/debug-manager/plugin.c,
6776         plugins/debug-manager/breakpoints.c,
6777         plugins/tools/execute.c,
6778         plugins/project-wizard/plugin.c,
6779         plugins/build-basic-autotools/executer.c,
6780         plugins/gdb/debugger.c,
6781         plugins/profiler/gprof-options.h,
6782         plugins/sourceview/assist-window.h,
6783         plugins/class-gen/transform.c,
6784         libanjuta/anjuta-plugin-description.c,
6785         libanjuta/anjuta-status.c,
6786         libanjuta/anjuta-glue-c.c,
6787         libanjuta/anjuta-glue-cpp.c,
6788         plugins/symbol-browser/an_symbol_prefs.c:
6789         Fix warnings mostly "dereferencing type-punned pointer"
6790         Fix two bugs in breakpoints.c and an_symbol_prefs.c
6792 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
6794         * plugins/debug-manager/breakpoints.c,
6795         plugins/debug-manager/debugger.c:
6796         Avoid an endless loop if clearing all breakpoints while the programm
6797         is running
6799 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
6801         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6802         * plugins/debug-manager/plugin.c:
6803         Fix a segmentation fault added in the previous patch
6805 2007-07-21  Johannes Schmid <jhs@gnome.org>
6807         * plugins/build-basic-autotools/executer.c:
6808         (get_program_parameters):
6809         
6810         Show an error dialog if no targets are availible instead of
6811         just returning
6813 2007-07-20  Johannes Schmid <jhs@gnome.org>
6815         * libanjuta/anjuta-shell.c: (on_widget_data_add),
6816         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
6817         * libanjuta/anjuta-shell.h:
6818         * plugins/document-manager/plugin.c: (activate_plugin):
6819         * plugins/glade/anjuta-design-document.c:
6820         * plugins/glade/plugin.c: (glade_update_ui):
6821         * src/anjuta-app.c: (anjuta_app_add_widget_full),
6822         (anjuta_shell_iface_init):
6823         * src/shell.c: (anjuta_test_shell_add_widget),
6824         (anjuta_shell_iface_init):
6825         
6826         Make the document manager undockable (#458038)
6828 2007-07-20  Johannes Schmid <jhs@gnome.org>
6830         * plugins/document-manager/plugin.c: (on_editor_update_ui):
6831         * plugins/glade/anjuta-design-document.c:
6832         * plugins/glade/plugin.c: (glade_update_ui):
6833         
6834         Fixed some save/dirty status bug in glade
6836 2007-07-20  Johannes Schmid <jhs@gnome.org>
6838         * libanjuta/anjuta-status.c:
6839         Fixed crasher on shutdown
6841 2007-07-20  Johannes Schmid <jhs@gnome.org>
6843         * configure.in:
6844         Minimum glade requirement is 3.2 now. It was before
6845         but we did not check...
6846         
6847         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6848         * libanjuta/anjuta-profile.c:
6849         (anjuta_profile_add_plugins_from_xml):
6850         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
6851         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
6852         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
6853         * plugins/file-loader/plugin.c: (on_create_submenu):
6854         * plugins/file-manager/an_file_view.c: (compare_iter):
6855         * plugins/glade/plugin.c: (activate_plugin):
6856         * src/anjuta-app.c: (on_toolbar_view_toggled):
6857         * src/main.c: (main):
6858         
6859         Fixed lots of memory leaks (thansk valgrind)
6861 2007-07-19  Johannes Schmid <jhs@gnome.org>
6863         * plugins/debug-manager/plugin.c: (value_added_current_editor):
6864         * plugins/document-manager/anjuta-docman.c:
6865         (anjuta_docman_set_busy):
6866         * plugins/document-manager/plugin.c: (on_editor_changed):
6867         * plugins/glade/plugin.c: (activate_plugin):
6868         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6869         (on_value_removed_current_editor):
6870         
6871         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
6873 2007-07-18  Johannes Schmid <jhs.gnome.org>
6875         * plugins/build-basic-autotools/executer.c: (execute_program):
6876         Fixed some of the scratchbox stuff but the environment is
6877         still broken
6879 2007-07-18  Johannes Schmid <jhs@gnome.org>
6881         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
6882         (on_plugin_deactivated), (get_plugin_loader_type):
6883         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
6884         (activate_plugin), (deactivate_plugin),
6885         (glade_plugin_instance_init):
6886         
6887         Fixed glade plugin deactivation
6889 2007-07-18  Johannes Schmid <jhs@gnome.org>
6891         * plugins/document-manager/anjuta-docman.c:
6892         (anjuta_docman_add_document):
6893         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
6894         
6895         Fixed path display in document manager with glade files
6897 2007-07-17  Johannes Schmid <jhs@gnome.org>
6899         * libanjuta/interfaces/Makefile.am.iface:
6900         * pixmaps/Makefile.am:
6901         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
6902         * plugins/debug-manager/plugin.c: (value_added_current_editor),
6903         (value_removed_current_editor):
6904         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
6905         (anjuta_docman_set_current_document):
6906         * plugins/document-manager/plugin.c: (on_editor_update_ui),
6907         (on_editor_added), (on_editor_changed):
6908         * plugins/glade/Makefile.am:
6909         * plugins/glade/anjuta-design-document.c:
6910         (anjuta_design_document_instance_init),
6911         (anjuta_design_document_set_property),
6912         (anjuta_design_document_get_property),
6913         (anjuta_design_document_class_init), (anjuta_design_document_new),
6914         (ifile_open), (ifile_get_uri), (ifile_iface_init):
6915         * plugins/glade/anjuta-design-document.h:
6916         * plugins/glade/anjuta-glade-notebook.c:
6917         * plugins/glade/anjuta-glade-notebook.h:
6918         * plugins/glade/plugin.c: (value_added_current_editor),
6919         (value_removed_current_editor), (glade_update_ui),
6920         (on_close_activated), (on_glade_project_changed),
6921         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
6922         (ifile_open):
6923         * plugins/language-support-cpp-java/plugin.c:
6924         (on_value_added_current_editor), (on_value_removed_current_editor):
6925         * plugins/macro/plugin.c: (value_added_current_editor):
6926         * plugins/project-manager/plugin.c: (value_added_current_editor):
6927         * plugins/subversion/plugin.c: (value_added_current_editor):
6928         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
6930         Fixed lot of IAnjutaEditor stuff and completed glade integration
6931         with document manager
6932         
6933         * plugins/build-basic-autotools/build-basic-autotools.c:
6934         (value_added_current_editor):
6935         * plugins/build-basic-autotools/executer.c: (execute_program):
6936         
6937         Some initial code to execute projects inside scratchbox
6938         
6939 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
6941         * plugins/project-import/project-import.c:
6942         Project import overwrites file on user request (bug #452579)
6944 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
6946         * plugins/debug-manager/debugger.c,
6947         plugins/debug-manager/threads.c,
6948         plugins/debug-manager/plugin.c,
6949         plugins/debug-manager/registers.c,
6950         plugins/debug-manager/locals.c,
6951         plugins/debug-manager/stack_trace.c,
6952         plugins/gdb/plugin.c,
6953         plugins/gdb/debugger.c,
6954         plugins/gdb/debugger.h,
6955         libanjuta/interfaces/libanjuta.idl:
6956         Rename change-location to program-moved
6957         Store thread id as gint instead of guint
6958         Do not display registers list if not available
6959         Add intermediate debugger states if missing
6961 2007-07-11  Johannes Schmid <jhs@gnome.org>
6963         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6964         .glade:
6965         Reverted unnecessary changes (#455819)
6967 2007-07-10  Johannes Schmid <jhs@gnome.org>
6969         * plugins/glade/plugin.c:
6970         Fixed glade plugin with glade 3.2 and another crasher
6972 2007-07-09  Johannes Schmid <jhs@gnome.org>
6974         * libanjuta/interfaces/libanjuta.idl:
6975         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6976         .glade:
6977         * plugins/debug-manager/breakpoints.c:
6978         (breakpoint_item_update_in_ui),
6979         (breakpoints_dbase_edit_breakpoint),
6980         (on_toggle_breakpoint_activate):
6981         * plugins/debug-manager/plugin.c:
6982         (on_run_to_cursor_action_activate):
6983         * plugins/document-manager/action-callbacks.c:
6984         (on_editor_command_cut_activate),
6985         (on_editor_command_copy_activate),
6986         (on_editor_command_paste_activate),
6987         (on_editor_command_clear_activate):
6988         * plugins/document-manager/anjuta-docman.c:
6989         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
6990         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
6991         (anjuta_docman_goto_file_line_mark),
6992         (anjuta_docman_find_editor_with_path),
6993         (anjuta_docman_get_all_editors):
6994         * plugins/document-manager/anjuta-docman.h:
6995         * plugins/document-manager/plugin.c:
6996         (update_editor_ui_interface_items), (on_editor_update_ui),
6997         (on_editor_changed), (on_session_save), (on_docman_auto_save),
6998         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
6999         (ianjuta_document_manager_iface_init), (isaveable_save),
7000         (isavable_is_dirty):
7001         * plugins/editor/editor.glade:
7002         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7003         (idocument_paste), (idocument_clear), (idocument_iface_init),
7004         (iselection_iface_init):
7005         * plugins/glade/Makefile.am:
7006         * plugins/glade/anjuta-glade-notebook.c:
7007         (anjuta_glade_notebook_instance_init),
7008         (anjuta_glade_notebook_set_property),
7009         (anjuta_glade_notebook_get_property),
7010         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7011         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7012         (ifile_savable_save), (ifile_savable_save_as),
7013         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7014         (ifile_savable_iface_init), (idocument_can_redo),
7015         (idocument_can_undo), (idocument_begin_undo_action),
7016         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7017         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7018         (idocument_copy), (idocument_paste), (idocument_clear),
7019         (idocument_iface_init):
7020         * plugins/language-support-cpp-java/plugin.c:
7021         (on_value_added_current_editor), (on_value_removed_current_editor):
7022         * plugins/macro/macro-util.c: (get_current_editor):
7023         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7024         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7025         (on_next_occur), (on_incremental_entry_key_press),
7026         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7027         (on_toolbar_find_incremental_start),
7028         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7029         * plugins/search/search-replace.c: (search_start_over),
7030         (search_update_combos), (replace_update_combos),
7031         (anjuta_search_replace_activate):
7032         * plugins/search/search-replace_backend.c: (create_search_entries):
7033         * plugins/sourceview/sourceview.c: (idocument_cut),
7034         (idocument_copy), (idocument_paste), (idocument_clear),
7035         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7036         * plugins/tools/editor.c: (on_editor_response):
7037         * plugins/tools/execute.c: (get_current_editor),
7038         (atp_output_context_initialize), (atp_user_tool_execute):
7039         * plugins/tools/variable.c: (get_current_editor),
7040         (atp_variable_get_editor_variable):
7041         
7042         Some more IAnjutaEditor => IAnjutaDocument fixing!
7043         
7044         * plugins/glade/anjuta-glade-notebook.h:
7045         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7046         (glade_update_ui):
7047         * plugins/glade/plugin.h:
7048         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7049         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7050         be used for glade, too. It might still have some rough edges but already works.
7051         (Fixes #415547 – Glade usability problem)
7053 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7055         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7056           development release (I updated version of glade3 svn to 3.3.2).
7058 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7060         * plugins/symbol-browser/an_symbol_view.c:
7061         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7063 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7065         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7066         (on_system_tags_update_finished), (on_update_global_clicked),
7067         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7068         (symbol_browser_prefs_init),
7069         (symbol_browser_prefs_create_global_tags),
7070         (symbol_browser_load_global_tags):
7071         * plugins/symbol-browser/an_symbol_prefs.h:
7072         * plugins/symbol-browser/an_symbol_view.c:
7073         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7074         * plugins/symbol-browser/an_symbol_view.h:
7075         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7076         on global tags update because of delayed prefs merging. Happens when
7077         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7078         is opened.
7080 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7082         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7083         after install/uninstall.
7085         Patch from James Liggett:
7086         * scripts/glade2schemas.pl: Fixed creating schemas for list
7087         values.
7089 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7091         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7092           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7093           development release since glade svn version is also 3.3.1. In future, the
7094           solution would be for us to always increment the micro version when
7095           changing the API.
7097 2007-07-05  Johannes Schmid <jhs@gnome.org>
7099         * libanjuta/interfaces/libanjuta.idl:
7100         * plugins/build-basic-autotools/build-basic-autotools.c:
7101         (on_build_mesg_format):
7102         * plugins/debug-manager/breakpoints.c:
7103         (breakpoint_item_update_in_ui),
7104         (breakpoints_dbase_edit_breakpoint),
7105         (on_toggle_breakpoint_activate):
7106         * plugins/debug-manager/plugin.c:
7107         (on_run_to_cursor_action_activate):
7108         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7109         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7110         (get_current_editor), (on_save_activate), (on_save_as_activate),
7111         (on_save_prompt_save_editor), (on_close_file_activate),
7112         (on_close_all_file_activate), (on_reload_file_activate),
7113         (anjuta_print_cb), (anjuta_print_preview_cb),
7114         (on_editor_command_upper_case_activate),
7115         (on_editor_command_lower_case_activate),
7116         (on_editor_command_undo_activate),
7117         (on_editor_command_redo_activate),
7118         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7119         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7120         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7121         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7122         (on_zoom_out_text_activate), (on_force_hilite_activate),
7123         (on_indent1_activate), (on_swap_activate),
7124         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7125         * plugins/document-manager/anjuta-docman.c:
7126         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7127         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7128         (anjuta_docman_dispose), (on_notebook_switch_page),
7129         (anjuta_docman_page_from_widget), (on_editor_destroy),
7130         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7131         (anjuta_docman_get_current_document),
7132         (anjuta_docman_set_current_document),
7133         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7134         (anjuta_docman_update_page_label),
7135         (anjuta_docman_get_document_from_path),
7136         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7137         (anjuta_docman_order_tabs):
7138         * plugins/document-manager/anjuta-docman.h:
7139         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7140         (update_editor_ui_interface_items), (update_editor_ui),
7141         (on_editor_update_save_ui), (on_editor_update_ui),
7142         (on_editor_changed), (on_save_prompt_save_editor),
7143         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7144         (ianjuta_docman_get_current_document),
7145         (ianjuta_docman_set_current_document),
7146         (ianjuta_docman_remove_buffer),
7147         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7148         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7149         (idocument_get_filename), (idocument_can_undo),
7150         (idocument_can_redo), (idocument_undo),
7151         (idocument_begin_undo_action), (idocument_end_undo_action),
7152         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7153         * plugins/language-support-cpp-java/plugin.c:
7154         (on_editor_char_inserted_cpp), (on_auto_indent):
7155         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7156         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7157         * plugins/sample1/plugin.c: (on_sample_action_activate):
7158         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7159         (on_next_occur), (on_incremental_entry_key_press),
7160         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7161         (on_toolbar_find_incremental_start),
7162         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7163         * plugins/search/search-replace.c: (search_and_replace),
7164         (write_message_pane), (search_start_over), (search_update_combos),
7165         (replace_update_combos), (anjuta_search_replace_activate):
7166         * plugins/search/search-replace_backend.c:
7167         (file_buffer_new_from_path), (create_search_entries):
7168         * plugins/sourceview/sourceview-print.c: (create_print_job):
7169         * plugins/sourceview/sourceview.c:
7170         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7171         (idocument_can_redo), (idocument_can_undo),
7172         (idocument_begin_undo_action), (idocument_end_undo_action),
7173         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7174         (idocument_get_filename), (idocument_iface_init):
7175         * plugins/tools/editor.c: (on_editor_response):
7176         * plugins/tools/execute.c: (atp_output_context_initialize),
7177         (atp_user_tool_execute):
7178         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7179         
7180         Create IAnjutaDocument interface. This interface is a more general idea
7181         of documents being anything that can be modified, has undo/redo and
7182         may have operations like copy/paste.
7183         The primary goal is to integrate better by making it use the standard file
7184         and edit menu instead of it's own glade menu. Of course the downside is that
7185         you won't be able to view a source file and the designer at the same time. Anyway
7186         so many people have complained that they "can't save a glade file" that I think
7187         this is the much better solution.
7188         Work on the glade plugin is still to come but the most difficult things should be
7189         done now.
7191 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7193         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7194           version 3.0.3.
7196 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7198         * libanjuta/anjuta-plugin-manager.c:
7199         (anjuta_plugin_manager_get_plugins_page),
7200         (anjuta_plugin_manager_get_remembered_plugins_page):
7201         * libanjuta/anjuta-plugin-manager.h:
7202         * src/anjuta-app.c: (anjuta_app_install_preferences):
7203         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7204         and remembered plugins preferences pages in separate pages (avoid
7205         crowd).
7207 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7209         Patch from James Liggett  <jrliggett@cox.net>:
7210         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7211         Installed editor preferences schemas. Fixes bug #453463.
7213 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7215         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7216         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7218 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7220         * plugins/document-manager/anjuta-document-manager.ui:
7221         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7222         * src/action-callbacks.c:
7223         * src/action-callbacks.h:
7224         * src/anjuta-actions.h:
7225         * src/anjuta-app.c: (anjuta_app_instance_init),
7226         (anjuta_app_install_preferences):
7227         * src/anjuta.glade:
7228         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7229         General preferences page. Move preferences menu from Settings to
7230         Edit submenu. And got rid of Settings submenu.
7232 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7234         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7235         
7236 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7238         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7239         as discussed and agreed with James Liggett.
7241         Patch from James Liggett  <jrliggett@cox.net>:
7243         * configure.in:
7244         * libanjuta/anjuta-plugin-manager.c:
7245         (on_activated_plugin_objects_foreach),
7246         (anjuta_plugin_manager_get_active_plugin_objects):
7247         * libanjuta/anjuta-plugin-manager.h:
7248         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7249         (anjuta_plugin_deactivate):
7250         * libanjuta/anjuta-preferences-dialog.c:
7251         (anjuta_preferences_dialog_finalize),
7252         (anjuta_preferences_dialog_class_init), (add_category_columns),
7253         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7254         (anjuta_preferences_dialog_remove_page):
7255         * libanjuta/anjuta-preferences.c: (property_destroy),
7256         (unregister_preferences_key), (register_callbacks),
7257         (preferences_foreach_callback), (connect_prop_to_object),
7258         (anjuta_preferences_register_property_raw),
7259         (anjuta_preferences_register_property_custom),
7260         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7261         (anjuta_preferences_remove_page),
7262         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7263         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7264         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7265         (anjuta_preferences_class_init), (anjuta_preferences_new):
7266         * libanjuta/anjuta-preferences.h:
7267         * plugins/build-basic-autotools/Makefile.am:
7268         * plugins/build-basic-autotools/build-basic-autotools.c:
7269         (ipreferences_unmerge):
7270         * plugins/cvs-plugin/Makefile.am:
7271         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7272         * plugins/document-manager/Makefile.am:
7273         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7274         * plugins/editor/plugin.c: (ipreferences_unmerge):
7275         * plugins/file-manager/Makefile.am:
7276         * plugins/file-manager/plugin.c: (activate_plugin),
7277         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7278         * plugins/gtodo/plugin.c: (ipreferences_merge),
7279         (ipreferences_unmerge):
7280         * plugins/language-support-cpp-java/Makefile.am:
7281         * plugins/language-support-cpp-java/plugin.c:
7282         (ipreferences_unmerge):
7283         * plugins/message-view/Makefile.am:
7284         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7285         * plugins/sourceview/Makefile.am:
7286         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7287         * plugins/symbol-browser/Makefile.am:
7288         * plugins/symbol-browser/an_symbol_prefs.c:
7289         (symbol_browser_prefs_finalize):
7290         * plugins/terminal/Makefile.am:
7291         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7292         * plugins/valgrind/plugin.c: (ipreferences_merge),
7293         (ipreferences_unmerge):
7294         * scripts/Makefile.am:
7295         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7296         * src/Makefile.am:
7297         * src/action-callbacks.c: (on_set_preferences1_activate):
7298         * src/anjuta-app.c: (anjuta_app_instance_init),
7299         (anjuta_app_install_preferences):
7300         * src/anjuta-app.h:
7301         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7302         task: Bug #445314: On demand preferences widgets creation. Thanks
7303         James for this great work.
7305 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7307         * plugins/debug-manager/data_buffer.c,
7308         plugins/message-view/message-view.c: Fixed compiler warnings.
7310 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7312         * src/action-callbacks.c: (help_activate),
7313         (on_help_manual_activate), (on_help_tutorial_activate),
7314         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7316         Fixed help activation (bug #451557).
7318 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7320         * AUTHORS: Added James Liggett. Forgot to add him before :(
7322 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7324         * plugins/debug-manager/debugger.c,
7325         plugins/debug-manager/plugin.c,
7326         plugins/gdb/debugger.c,
7327         libanjuta/interfaces/libanjuta.idl:
7328         Add a GError* parameter to debugger-stopped signal
7330         * (added) libanjuta/anjuta-error.c,
7331         (added) libanjuta/anjuta-error.h,
7332         libanjuta/Makefile.am:
7333         Register GError as a boxed type
7335         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7336         Support GError* in signal, GError must be registered as a boxed type
7337         Accept NULL as strings
7339 === anjuta 2.2.0 ===
7341 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7343         * configure.in: Bumped version to 2.2.0
7344         * NEWS: Updated for 2.2.0 stable release.
7345         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7346         Reduce the idle priority to make the UI update before anything else.
7348 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7350         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7352         * libanjuta/interfaces/libanjuta.idl:
7353         * plugins/document-manager/action-callbacks.c:
7354         (on_editor_command_complete_word_activate):
7355         * plugins/document-manager/plugin.c:
7356         (update_editor_ui_interface_items):
7357         * plugins/editor/text_editor.c: (iautocomplete_activate),
7358         (iautocomplete_iface_init):
7359         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7361         Moved autocomplete() method away from IAnjutaEditorAssist into
7362         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7363         autocomplete and does not crash with sourceview. Fixes Bug #449620
7364         – The auto completion functionality not work. Also sets menuitem 
7365         insensitive when hiding them.
7367         * plugins/debug-manager/disassemble.c:
7368         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7369         printf types.
7371 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7373         * pixmaps/anjuta_splash.png: Updated.
7374         
7375         * plugins/search/search-replace.c
7376         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7377         the right target (project).
7378         * ChangeLog: Added missing log.
7380 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7382         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7383         manuals/anjuta-manual/C/fileoperations.xml,
7384         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7386         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7388         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7390 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7392         * TODO.tasks: Added bounty for on-demand preferences.
7394         Patch from Thierry Moisan:
7395         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7396         (bug #88824).
7398 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7400         Patch from tpgww@onepost.net:
7402         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7403         * libegg/test-actions.c:
7404         * libegg/test-multi-drag.c: (main):
7405         * plugins/debug-manager/memory.c: (read_memory_block):
7406         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7408         Fixes compile warnings. Fixes bug #427101.
7410 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7412         Patch from James Liggett:
7414         * plugins/profiler/gprof-options.c: (on_option_changed),
7415         (setup_widgets):
7416         * plugins/profiler/gprof-options.h:
7417         * plugins/profiler/gprof-profile-data.c:
7418         (gprof_profile_data_init_profile):
7419         * plugins/profiler/gprof-profile-data.h:
7420         * plugins/profiler/plugin.c: (profiler_get_data),
7421         (profiler_set_target), (register_options),
7422         (on_profile_data_browse_button_clicked),
7423         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7424         * plugins/profiler/profiler.glade: implements independent targets.
7425         implements the ability to select arbitrary gmon.out files.
7426         Fixes bug #403502 – User should also be allowed to select an
7427         independent executable target.
7429 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7431         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7433         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7434         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7436 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7438         * plugins/debug-manager/plugin.c,
7439         plugins/debug-manager/breakpoints.c:
7440         Remove weak pointers when owner is destroyed
7441         Remove all breakpoints before loading new one
7443 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7445         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7446          
7447 2007-06-19  Naba Kumar  <naba@gnome.org>
7449         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7450         Bug #448491 Empty Lines Problem.
7452         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7453         
7454         * data/default.profile, plugins/message-view/plugin.c: Do not
7455         restore session for messages.
7456         Fixes bug #377461 – don't create new message window for each
7457         build/find.
7459         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7460         Fixes a crash on exit/project-close if profiler plugin is loaded.
7462 2007-06-17  Naba Kumar  <naba@gnome.org>
7464         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7465         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7467         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7468         Bug #448034 – Anjuta crashes on starting (when the last project
7469         directory was deleted).
7471         * plugins/document-manager/plugin.c: Set line markers for files
7472         opened via IAnjutaFile::open(). Fixes missing line markers while
7473         navigating symbols.
7475 2007-06-17  Naba Kumar  <naba@gnome.org>
7477         * plugins/sourceview/sourceview.glade: Set correct font
7478         default value and use monospace instead of sans. Fixes
7479         bug #448408 – crash in Anjuta IDE: Trying to change the
7480         editor
7482 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7484         * plugins/search/search-replace.c,
7485         plugins/search/search-replace.h,
7486         plugins/search/anjuta-search.glade:
7487         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7488         Fixes bug #355166
7490 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7492         * plugins/debug-manager/plugin.c,
7493         plugins/debug-manager/breakpoints.c:
7494         Add weak references, fixes bug #448053 ?
7496 2007-06-16  Naba Kumar  <naba@gnome.org>
7498         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7499         dialog to allow forgetting them if user chooses to select a different
7500         one.
7502 2007-06-13  Naba Kumar  <naba@gnome.org>
7504         * plugins/sourceview/sourceview-prefs.c: Initialize font
7505         on startup correctly if use_theme is set.
7507         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7508         if available for default font. Fixes bug #447304.
7510         * plugins/sourceview/sourceview-prefs.c: Return value based
7511         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7512         for the first time has black background
7513         
7514         * plugins/project-manager/plugin.c: Give a better error message
7515         when project could not be loaded.
7517         * libanjuta/anjuta-serializer.c: Added a comment.
7519 2007-06-13  Johannes Schmid <jhs@gnome.org>
7521         * configure.in:
7522         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7523         most warnings to avoid simple coding problems.
7524         
7525         * plugins/message-view/anjuta-msgman.c:
7526         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7527         * plugins/message-view/plugin.c: (on_view_changed),
7528         (ianjuta_msgman_add_view):
7529         
7530         Fixed #440866 by always presenting the message-manager when a tab is
7531         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7532         
7533         * plugins/subversion/subversion-callbacks.c:
7534         (on_subversion_commit_response):
7535         Destroy dialog if user clicks "No"
7537 2007-06-12  Naba Kumar  <naba@gnome.org>
7539         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7540         read and use of uninitialized variable.
7542         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7543         because it is used in credits listing and packaging could compress
7544         it in docdir. Fixes bug #397881: The credits are empty
7546         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7547         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7548         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7549         plugins/symbol-browser/an_symbol_info.c,
7550         plugins/symbol-browser/plugin.c,
7551         plugins/symbol-browser/an_symbol_view.c,
7552         plugins/editor/aneditor-autocomplete.cxx:
7554         - Do not access TMTag
7555         member in TMSymbol when freeing it because by then the tags
7556         could have changed. Avoids dangerous memory corruptions by freeing
7557         someone else's memory (Could explain those random crashes when
7558         refreshing symbols or re-loading a different project or closing
7559         a project). Anything that tries to refresh symbols could trigger
7560         this corruptions.
7561         - Added a flag to also retrieve method definitions as part of
7562         the class's scope members. And used it to set both function prototype
7563         and definition in symbols. Fixes navigation to prototype and
7564         function definitions from symbol browser (bug #440370)
7566         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7567         memory. Could fix those bogus 'file changed' dialogs.
7569         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7571 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7573         * (added) libanjuta/anjuta-utils-priv.h,
7574         libanjuta/anjuta-utils.h,
7575         libanjuta/anjuta-launcher.c,
7576         libanjuta/Makefile.am:
7577         Fix bug #440801: do not use config.h in public include files
7579 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7581         * plugins/project-wizard/templates/mkfile.wiz:
7582         Fix bug #442038: missing project.sh file
7584         * configure.in,
7585         plugins/project-wizard/templates/Makefile.am,
7586         plugins/project-wizard/templates/translatable-strings.h,
7587         (added) plugins/project-wizard/templates/sdl.wiz,
7588         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7589         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7590         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7591         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7592         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7593         (added) plugins/project-wizard/templates/sdl/src/main.c,
7594         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7595         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7596         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7597         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7598         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7599         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7600         Fix bug #315635: add a SDL project wizard
7602 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7604         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7605         when SIGCHLD is triggered when main loop context is locked. Dead lock
7606         happens when child_exited callback also accesses main loop context.
7607         Happens particularly badly in debug target exiting.
7609 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7611         * manuals/anjuta-manual/C/debugger.xml:
7612         First update of the debugger documentation
7614 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
7616         * manuals/anjuta-manual/C/fileoperations.xml,
7617         manuals/anjuta-manual/C/projects.xml,
7618         manuals/anjuta-manual/C/anjuta-manual.xml,
7619         manuals/anjuta-manual/C/build.xml,
7620         manuals/anjuta-manual/C/execute.xml,
7621         manuals/anjuta-manual/Makefile.am: Updated more documentation.
7622         Added project properties documentation. Moved execution section
7623         inside project management. Removed dead documentation.
7625 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
7627         * src/anjuta.c, plugins/symbol-browser/plugin.c,
7628         plugins/symbol-browser/plugin.h,
7629         plugins/symbol-browser/an_symbol_prefs.c,
7630         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7631         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
7632         progress bar instead of separate window for system tags
7633         generation. Renamed AnjutaStatus methods to a proper ones.
7635         * plugins/symbol-browser/plugin.c,
7636         plugins/symbol-browser/plugin.h,
7637         plugins/symbol-browser/an_symbol_prefs.c,
7638         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7639         global-tags/create_global_tags.sh.in: Get rid of message window
7640         for showing global tags creation and use a small window with
7641         progress bar.
7643 2007-05-30  Naba Kumar  <naba@gnome.org>
7645         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
7646         Bug 442315 – After calling configure, the build menus are still insensitive,
7647         Bug 442314 – Autogeneration fails when there is no autogen.sh
7649         * plugins/project-manager/plugin.c: Fixed mem corruption when it
7650         fails to remove target/source/group. Fixes bug #440196 – crash in
7651         Anjuta IDE: removing a target
7653 2007-05-29  Naba Kumar  <naba@gnome.org>
7655         * plugins/symbol-browser/an_symbol_view.c,
7656         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
7657         tags generation. Fixed runtime warning.
7659 2007-05-28  Naba Kumar  <naba@gnome.org>
7661         Patch from James Liggett  <jrliggett@cox.net>:
7662         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
7663         Fixed bug #403502 – User should also be allowed to select an
7664         independent executable target.
7666 2007-05-27  Johannes Schmid <jhs@gnome.org>
7668         * plugins/build-basic-autotools/build-basic-autotools.c:
7669         (get_real_directory), (on_build_mesg_format):
7670         
7671         Find correct files for error messages inside scratchbox
7673 2007-05-27  Naba Kumar  <naba@gnome.org>
7675         * manuals/anjuta-manual/C/projects.xml,
7676         manuals/anjuta-manual/C/projects.xml: Updated project
7677         management chapter more.
7679 2007-05-25  Johannes Schmid <jhs@gnome.org>
7681         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
7682         * plugins/build-basic-autotools/build-basic-autotools.c:
7683         (on_sb_check_toggled), (build_execute_command),
7684         (ipreferences_merge), (ipreferences_unmerge):
7685         Added support for building inside scratchbox environment
7686         
7687         Patch from James Liggett <jrliggett@cox.net>:
7688         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
7689         (anjuta_msgman_append_view):
7691         Fix 440866 
7692           – Anjuta aborts with numerous assertion failures when adding a new message view tab
7694 2007-05-23  Naba Kumar  <naba@gnome.org>
7696         * manuals/anjuta-manual/C/projects.xml: Updated project
7697         management chapter.
7699 2007-05-22  Naba Kumar  <naba@gnome.org>
7701         * manuals/anjuta-manual/C/projects.xml: More updates.
7703         * manuals/anjuta-manual/C/introduction.xml,
7704         manuals/anjuta-manual/C/projects.xml,
7705         manuals/anjuta-manual/C/interface.xml: Updated documentation.
7707 2007-05-22  Naba Kumar  <naba@gnome.org>
7709         Patch from Étienne Bersac:
7710         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
7711         class in generated class.
7713 2007-05-22  Naba Kumar  <naba@gnome.org>
7715         * plugins/profiler/plugin.c: Fixed a compiler warning.
7716         * plugins/valgrind/Makefile.am: Added ldflags.
7718         Patch from James Liggett:
7719         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
7720         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
7721         specific options.
7723 2007-05-18  Johannes Schmid <jhs@gnome.org>
7725         * plugins/editor/text_editor.c:
7726         * plugins/language-support-cpp-java/plugin.c:
7727         (on_editor_language_changed), (on_value_added_current_editor),
7728         (on_value_removed_current_editor):
7729         
7730         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
7731         Fix assist support in language-support-plugin.
7733 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7735         * libanjuta/interfaces/libanjuta.idl:
7736         Add a new interface allowing to implement plugin able
7737         to load other plugins (not written in C)
7739         * libanjuta/anjuta-plugin-handle.c,
7740         libanjuta/anjuta-plugin-handle.h:
7741         Add a language and a resident plugin properties
7743         * libanjuta/anjuta-glue-plugin.c,
7744         libanjuta/anjuta-glue-plugin.h,
7745         (added)libanjuta/anjuta-glue-c.c,
7746         (added)libanjuta/anjuta-glue-c.h,
7747         libanjuta/Makefile.am:
7748         Split code used to load a C plugin into a common part
7749         in anjuta-glue-plugin and a specific part in anjuta-glue-c
7751         * libanjuta/anjuta-glue-factory.c,
7752         libanjuta/anjuta-glue-factory.h,
7753         libanjuta/anjuta-plugin-manager.c:
7754         Allow to load plugin not written in C and search for the
7755         additional needed code in another plugin
7757 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7759         * plugins/editor/text_editor.c:
7760         Add an empty implementation of IAnjutaEditorAssist for scintilla,
7761         avoiding a crash if scintilla is used
7763 2007-05-14  Johannes Schmid <jhs@gnome.org>
7765         * libanjuta/interfaces/libanjuta.idl:
7766         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7767         (assist_cleanup), (on_assist_end), (on_assist_cancel),
7768         (on_assist_chosen), (on_assist_update), (get_context),
7769         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
7770         (install_assist), (uninstall_assist), (install_support),
7771         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
7772         (cpp_java_plugin_instance_init):
7773         * plugins/language-support-cpp-java/plugin.h:
7774         Use IAnjutaEditorAssist to show language specific suggestions
7775         
7776         * plugins/sourceview/Makefile.am:
7777         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
7778         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7779         * plugins/sourceview/anjuta-view.h:
7780         * plugins/sourceview/assist-window.c: (assist_window_expose),
7781         (assist_window_set_property), (assist_window_get_property),
7782         (assist_window_class_init), (assist_activated),
7783         (assist_window_init), (assist_window_finalize),
7784         (assist_window_select), (assist_window_first),
7785         (assist_window_last), (assist_window_up), (assist_window_down),
7786         (get_coordinates), (assist_window_move), (assist_window_update),
7787         (assist_window_filter_keypress), (assist_window_is_active),
7788         (assist_window_new), (assist_window_get_trigger),
7789         (assist_window_get_position):
7790         * plugins/sourceview/assist-window.h:
7791         * plugins/sourceview/sourceview-args.c (removed):
7792         * plugins/sourceview/sourceview-args.h (removed):
7793         * plugins/sourceview/sourceview-autocomplete.c (removed):
7794         * plugins/sourceview/sourceview-autocomplete.h (removed):
7795         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7796         * plugins/sourceview/sourceview-private.h:
7797         * plugins/sourceview/sourceview-scope.c(removed):
7798         * plugins/sourceview/sourceview-scope.h(removed):
7799         * plugins/sourceview/sourceview.c: (on_assist_chosen),
7800         (on_assist_cancel), (on_document_char_added),
7801         (on_reload_dialog_response), (sourceview_class_init),
7802         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
7803         (iassist_remove_trigger), (iassist_autocomplete),
7804         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
7805         (iassist_react), (iassist_iface_init):
7806         * plugins/sourceview/tag-window.c (moved to assist-window.c):
7807         * plugins/sourceview/tag-window.h (moved to assist-window.c):
7808         
7809         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
7810         - Mark files dirty if reload dialog is canceled.
7812 2007-05-12  Naba Kumar  <naba@gnome.org>
7814         * libanjuta/anjuta-launcher.h: Corrected include file.
7816 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
7818         * libanjuta/anjuta-glue-plugin.c,
7819         libanjuta/anjuta-glue-plugin.h,
7820         libanjuta/anjuta-glue-factory.c,
7821         libanjuta/anjuta-glue-factory.h,
7822         ibanjuta/anjuta-plugin-manager.c:
7823         Move code used to load a C plugin from glue-factory to glue-plugin
7824         So loading a plugin written in another language could be done by
7825         just using another object derived from AnjutaGluePlugin
7827         * libanjuta/libanjuta.h:
7828         Remove anjuta-plugin-handle header, it's not installed as libanjuta
7829         includes
7831 === anjuta 2.1.3 ===
7833 2007-05-11  Naba Kumar  <naba@gnome.org>
7835         * configure.in: Bumped version to 2.1.3
7836         * NEWS: Updated.
7837         * AUTHORS: Updated.
7838         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
7840 2007-05-11  Naba Kumar  <naba@gnome.org>
7842         * configure.in:
7843         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
7844         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
7845         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
7847 2007-05-10  Johannes Schmid <jhs@gnome.org>
7849         * plugins/search/plugin.c:
7850         Make incremental search behave less annoying
7851         
7852 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
7854         * plugins/macro/macro-util.c:
7855         Fix bug #419008 and bug #419036
7856         When creating new header file, use name and email set in
7857         preferences and replace invalid C character by underscore
7858         in guards
7860 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
7862         * plugins/search/search-replace.c,
7863         plugins/search/search-replace_backend.c:
7864         Disable search button if search expression is empty (bug #378193)
7866 2007-05-08  Naba Kumar  <naba@gnome.org>
7868         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
7869         build error.
7871 2007-05-07  Naba Kumar  <naba@gnome.org>
7873         * configure.in:
7874         * plugins/project-wizard/templates/Makefile.am:
7875         * plugins/project-wizard/templates/minimal.wiz:
7876         * plugins/project-wizard/templates/minimal/.cvsignore:
7877         * plugins/project-wizard/templates/minimal/Makefile.am:
7878         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
7879         * plugins/project-wizard/templates/minimal/autogen.sh:
7880         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
7881         * plugins/project-wizard/templates/minimal/project.anjuta:
7882         Added 'minimal', a generic and flat, project template.
7883         
7884 2007-05-05  Naba Kumar  <naba@gnome.org>
7886         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
7888         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
7889         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
7890         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
7891         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
7892         instead of a real one, fixes interdependency with libanjuta.
7893         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
7894         * libanjuta/Makefile.am: 
7895         * libegg/Makefile.am:
7896         * plugins/build-basic-autotools/Makefile.am:
7897         * plugins/class-gen/Makefile.am:
7898         * plugins/class-inheritance/Makefile.am:
7899         * plugins/cvs-plugin/Makefile.am:
7900         * plugins/debug-manager/Makefile.am:
7901         * plugins/devhelp/Makefile.am:
7902         * plugins/document-manager/Makefile.am:
7903         * plugins/editor/Makefile.am:
7904         * plugins/file-loader/Makefile.am:
7905         * plugins/file-manager/Makefile.am:
7906         * plugins/file-wizard/Makefile.am:
7907         * plugins/gdb/Makefile.am:
7908         * plugins/glade/Makefile.am:
7909         * plugins/gtodo/Makefile.am:
7910         * plugins/language-support-cpp-java/Makefile.am:
7911         * plugins/macro/Makefile.am:
7912         * plugins/message-view/Makefile.am:
7913         * plugins/patch/Makefile.am:
7914         * plugins/profiler/Makefile.am:
7915         * plugins/project-import/Makefile.am:
7916         * plugins/project-manager/Makefile.am:
7917         * plugins/project-wizard/Makefile.am:
7918         * plugins/sample1/Makefile.am:
7919         * plugins/search/Makefile.am:
7920         * plugins/sourceview/Makefile.am:
7921         * plugins/subversion/Makefile.am:
7922         * plugins/symbol-browser/Makefile.am:
7923         * plugins/terminal/Makefile.am:
7924         * plugins/tools/Makefile.am:
7925         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
7927 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
7929         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
7931 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7933         * libanjuta/anjuta-launcher.c,
7934         libanjuta/anjuta-launcher.h:
7935         Add some missing implementation
7937 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
7939         Reviewed by Naba Kumar  <naba@gnome.org>:
7940         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
7941         for uninstall-hook.
7943 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
7945         Reviewed by Naba Kumar  <naba@gnome.org>:
7946         * plugins/editor/text_editor.c: Large memory addresses were being
7947         truncated, switched to glong (bug #422143).
7949 2007-04-24  Naba Kumar  <naba@gnome.org>
7951         * plugins/document-manager/plugin.c: (prefs_finalize):
7952         * plugins/editor/aneditor-autocomplete.cxx:
7953         * plugins/editor/text_editor_menu.c:
7954         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
7955         * plugins/file-loader/plugin.c: (open_file_with),
7956         (create_open_with_submenu):
7957         * plugins/file-manager/plugin.c: (prefs_finalize):
7958         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
7959         pointer type castings.
7961 2007-04-24  Naba Kumar  <naba@gnome.org>
7963         Patch from s|s  <supreet.sethi@gmail.com>:
7964         * (added) plugins/project-wizard/templates/django-logo.png:
7965         * (added) plugins/project-wizard/templates/django.wiz:
7966         * plugins/project-wizard/templates/Makefile.am:
7967         * plugins/project-wizard/templates/translatable-strings.h: Added
7968         django project template. http://www.djangoproject.com/
7970 2007-04-24  Naba Kumar  <naba@gnome.org>
7972         * plugins/subversion/anjuta-subversion.glade: Set expansion for
7973         the log entry widget and made the dialog little larger.
7975 2007-04-24  Naba Kumar  <naba@gnome.org>
7977         Patch from Halton Huo:
7978         * configure.in:
7979         * plugins/project-wizard/property.c:
7980         * plugins/subversion/svn-auth.c:
7981         * plugins/subversion/svn-backend-priv.h:
7982         * plugins/subversion/svn-backend.c:
7983         * plugins/subversion/svn-backend.h:
7984         * plugins/subversion/svn-notify.h: Proper use of subversion
7985         headers. Fixes build issues in solaris (bug #426701).
7987 2007-04-24  Naba Kumar  <naba@gnome.org>
7989         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
7990         
7991         * plugins/project-wizard/templates/cpp.wiz:
7992         * plugins/project-wizard/templates/gcj.wiz:
7993         * plugins/project-wizard/templates/gnome.wiz:
7994         * plugins/project-wizard/templates/gtk.wiz:
7995         * plugins/project-wizard/templates/gtkmm.wiz:
7996         * plugins/project-wizard/templates/java.wiz:
7997         * plugins/project-wizard/templates/python.wiz:
7998         * plugins/project-wizard/templates/terminal.wiz:
7999         * plugins/project-wizard/templates/wxwin.wiz:
8000         * plugins/project-wizard/templates/xlib-dock.wiz:
8001         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8002         project option and set it ON by default (since gnome-build, can't
8003         enabled configure shared lib support later when a sharedlib target
8004         is added).
8006 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8008         * plugins/debug-manager/stack_trace.c:
8009         Fix a missing case in the previous changes
8011 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8013         * plugins/debug-manager/plugin.c:
8014         Fix bug #430401
8016         * plugins/debug-manager/breakpoints.c,
8017         plugins/gdb/plugin.c:
8018         Fix adding breakpoint on a function
8020         * plugins/debug-manager/stack_trace.c:
8021         Highlight changed stack frame
8023 2007-04-18  Naba Kumar  <naba@gnome.org>
8025         * plugins/document-manager/anjuta-docman.c:
8026         (anjuta_docman_dispose), (on_editor_destroy),
8027         (anjuta_docman_remove_editor): Remove the editor widget from
8028         the parent container before calling destroy, otherwise container
8029         removal happens after TextEditor is disposed resulting in call
8030         to value-remove for a TextEditor which is half-dead (crash).
8032 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8034         * plugins/debug-manager/data_buffer.c
8035         plugins/debug-manager/data_view.c,
8036         plugins/debug-manager/memory.c:
8037         Fixes for bug #418523, bug #427090 and bug #428174
8039 2007-04-11 Halton Huo <halton.huo@sun.com>
8041         reviewed by: <jhs@gnome.org>
8043         * configure.in:
8044         * libanjuta/Makefile.am:
8045         * libanjuta/anjuta-utils.c:
8046         * libanjuta/anjuta-utils.h:
8047         * manuals/reference/libanjuta/Makefile.am:
8048         
8049         Fixed compilation on sun by deploying the libutil methods
8050         in anjuta-utils.h and building them on condition.
8052 2007-04-11  Johannes Schmid <jhs@gnome.org>
8054         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8055         (anjuta_docman_add_editor):
8056         Hold a reference on the editor as long as we use it.
8057         
8058         * plugins/document-manager/plugin.c: (on_editor_changed):
8059         Destroy GValue to fix a memoery leak.
8061 2007-04-11  Johannes Schmid <jhs@gnome.org>
8063         * plugins/document-manager/plugin.c: (on_editor_changed):
8064         Fixed reference counting for editor by using g_value_take_object instead
8065         of g_value_set_object. The editors are now correctly finalized and thus
8066         we do not lack so much memory anymore.
8067         
8068         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8069         (anjuta_view_finalize), (anjuta_view_focus_out),
8070         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8071         * plugins/sourceview/anjuta-view.h:
8072         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8073         * plugins/sourceview/sourceview-prefs.c:
8074         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8075         * plugins/sourceview/sourceview-prefs.h:
8076         * plugins/sourceview/sourceview-private.h:
8077         * plugins/sourceview/sourceview.c: (on_document_loaded),
8078         (timeout_unref), (on_document_saved), (sourceview_finalize),
8079         (sourceview_new), (ifile_open), (ifile_savable_save),
8080         (ifile_savable_save_as):
8082         Several changes to fix things when the editor is correctly destroyed.
8083         Fixed preferences (which led me to the refcounting issue, #409412)
8084         and removed deprecated completition code that will be replace by
8085         IAnjutaAssist interface soon. 
8087 2007-04-11  Johannes Schmid <jhs@gnome.org>
8089         * libanjuta/anjuta-launcher.c:
8090         (anjuta_launcher_execution_done_cleanup),
8091         (anjuta_launcher_child_terminated):
8092         Possible fix for #428363 and added a g_return_if_fail
8094         * plugins/message-view/plugin.c: (activate_plugin):
8095         Fixed a Gtk/Gdl-Critical
8096         
8097         Patches from Étienne Bersac <bersace03@laposte.net>
8098         * plugins/class-gen/templates/go-source.tpl:
8099         * plugins/macro/macros.xml:
8100         Use better template for GObjects (#417875 and #417918)
8101         
8102         Patches from Halton Huo <halton.huo@sun.com>
8103         * libanjuta/anjuta-launcher.h:
8104         * libanjuta/anjuta-preferences.c:
8105         * libanjuta/anjuta-utils.c:
8106         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8107         (cg_window_set_add_to_repository):
8108         * plugins/class-inheritance/class-inherit.c:
8109         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8111 2007-04-09  Johannes Schmid <jhs@gnome.org>
8113         * plugins/editor/print.c: (anjuta_print_show_header):
8114         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8115         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8117   Some string changes (#427395 and #427399)
8119 2007-04-06  Johannes Schmid <jhs@gnome.org>
8121         * plugins/build-basic-autotools/build-basic-autotools.c:
8122         (on_build_mesg_format), (on_build_mesg_parse):
8123         Fixed full path detection
8125 2007-04-05  Naba Kumar  <naba@gnome.org>
8127         Patch from Halton Huo:
8128         * libanjuta/Makefile.am:
8129         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8130         * libanjuta/anjuta-glue-cpp.h:
8131         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8132         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8133         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8134         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8135         (load_plugin), (anjuta_glue_factory_get_object_type):
8136         * libanjuta/anjuta-glue-factory.h:
8137         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8138         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8139         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8140         (anjuta_glue_plugin_new):
8141         * libanjuta/anjuta-glue-plugin.h:
8142         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8143         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8144         * libanjuta/anjuta-plugin.h:
8145         * libanjuta/glue-cpp.c:
8146         * libanjuta/glue-cpp.h:
8147         * libanjuta/glue-factory.c:
8148         * libanjuta/glue-factory.h:
8149         * libanjuta/glue-plugin.c:
8150         * libanjuta/glue-plugin.h:
8151         * plugins/build-basic-autotools/build-basic-autotools.h:
8152         * plugins/class-gen/plugin.h:
8153         * plugins/class-inheritance/plugin.h:
8154         * plugins/cvs-plugin/plugin.h:
8155         * plugins/debug-manager/plugin.h:
8156         * plugins/devhelp/plugin.h:
8157         * plugins/document-manager/plugin.h:
8158         * plugins/editor/plugin.h:
8159         * plugins/file-loader/plugin.h:
8160         * plugins/file-manager/plugin.h:
8161         * plugins/file-wizard/plugin.h:
8162         * plugins/gdb/plugin.h:
8163         * plugins/glade/plugin.h:
8164         * plugins/gtodo/plugin.h:
8165         * plugins/language-support-cpp-java/plugin.h:
8166         * plugins/macro/plugin.h:
8167         * plugins/message-view/plugin.h:
8168         * plugins/patch/plugin.h:
8169         * plugins/profiler/plugin.h:
8170         * plugins/project-import/plugin.h:
8171         * plugins/project-manager/plugin.h:
8172         * plugins/project-wizard/plugin.h:
8173         * plugins/sample1/plugin.h:
8174         * plugins/search/plugin.h:
8175         * plugins/sourceview/plugin.h:
8176         * plugins/subversion/plugin.h:
8177         * plugins/symbol-browser/plugin.h:
8178         * plugins/terminal/terminal.c:
8179         * plugins/tools/plugin.h:
8180         * plugins/tools/scripts/tools-2.xml.in:
8181         * plugins/valgrind/plugin.h:
8183         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8185 2007-04-05  Naba Kumar  <naba@gnome.org>
8187         * anjuta.spec.in, configure.in: Removed dead codes.
8188         
8189         Patch from Jos Dehaes:
8190         * configure.in, plugins/project-wizard/templates/Makefile.am,
8191         plugins/project-wizard/templates/mkfile.wiz,
8192         plugins/project-wizard/templates/translatable-strings.h: Enabled
8193         makefile-based project creation and import. Fixes bug #355145
8195 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8197         * plugins/debug-manager/debugger.c,
8198         plugins/debug-manager/plugin.c,
8199         plugins/gdb/anjuta-gdb.plugin.in:
8200         Code cleaning (remove unused code, rename this into self)
8201         Add information about supported format in debugger plugin
8202         Activate debugger plugin according to the target format
8204 2007-04-01  Naba Kumar  <naba@gnome.org>
8206         * plugins/message-view/message-view.c:
8207         (message_view_instance_init): Fixed message icons to appear.
8209 2007-03-31  Johannes Schmid <jhs@gnome.org>
8211         * plugins/message-view/anjuta-msgman.c:
8212         (anjuta_msgman_append_view):
8213         * plugins/message-view/plugin.c: (on_view_changed),
8214         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8215         
8216         Fixed #424845
8218 2007-03-31  Johannes Schmid <jhs@gnome.org>
8220         * plugins/message-view/message-view.c:
8221         (message_view_instance_init), (imessage_view_append):
8222         Show nice icons beside the messages for info, warning and error. This is a completly
8223         cosmetic change so if someone dislikes it he is free to remove it.
8225 2007-03-31  Johannes Schmid <jhs@gnome.org>
8226         
8227         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8228         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8229         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8230         * plugins/message-view/anjuta-msgman.h:
8231         * plugins/message-view/message-view.h:
8232         * plugins/message-view/plugin.c: (on_view_changed),
8233         (activate_plugin):
8234         Fixed #359399 and made next/previous insensitive when not availible
8235         
8236         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8237         (tag_style_to_string):
8238         Fixed namespace Problem with gdk >= 2.11
8239         
8240         * plugins/sourceview/sourceview-autocomplete.c:
8241         (sourceview_autocomplete_init):
8242         Removed structure, follow-up of #423682
8244 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8246         * plugins/debug-manager/debug_tree.c,
8247         plugins/debug-manager/debug_tree.h,
8248         plugins/debug-manager/watch.c,
8249         plugins/debug-manager/anjuta-debug-manager.glade:
8250         Inspect variable at cursor
8251         Fix buttons in inspect dialog
8253 2007-03-27  Halton Huo  <halton.huo@sun.com>
8255         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8257         * plugins/sourceview/sourceview-autocomplete.c
8258         plugins/debug-manager/disassemble.c,
8259         libanjuta/interfaces/libanjuta.idl:
8260         Remove array with 0 size and empty structure as it is not
8261         supported by sun cc, Fixes bug #423682
8263         * plugins/debug-manager/debugger.c:
8264         Remove anonymous union as it is not supported by sun cc,
8265         Fixes bug #423680
8267 === anjuta 2.1.2 ===
8269 2007-03-28  Naba Kumar  <naba@gnome.org>
8271         * configure.in: Bumped version to 2.1.2
8272         * NEWS: Updated for release.
8273         
8274         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8275         Improved breakpoint marker icon.
8276         
8277         * plugins/editor/anjuta-editor.plugin.in,
8278         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8279         non user activable since they are now remembered properly.
8281 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8283         * plugins/tools/editor.c:
8284         Fix bug #423270
8286 2007-03-27  Naba Kumar  <naba@gnome.org>
8288         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8289         word when autocompleting without leaving any trailing part of
8290         the word.
8292 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8294         Reviewed by Naba Kumar  <naba@gnome.org>:
8295         * anjuta.desktop.in.in: Remove "Application" category from desktop
8296         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8297         
8298 2007-03-27  Naba Kumar  <naba@gnome.org>
8299         
8300         * configure.in, plugins/document-manager/anjuta-docman.c:
8301         (anjuta_docman_add_editor): Conditionally compile notebook tab
8302         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8304         Patch from Halton Huo:
8305         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8306         non gcc compiler flags. Fixes bug #423089.
8307         
8308 2007-03-26  Naba Kumar  <naba@gnome.org>
8309         
8310         * AUTHORS, NEWS, TODO.tasks: Updated.
8311         
8312         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8313         close menuitem.
8314         
8315         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8316         (update_editor_symbol_model), (iter_matches),
8317         (on_editor_update_ui), (value_added_current_editor),
8318         (activate_plugin), (dispose),
8319         (symbol_browser_plugin_instance_init):
8320         * plugins/symbol-browser/plugin.h: update line on editor save
8321         and editor change. Code clean up and fixed warnings.
8323 2007-03-26  Naba Kumar  <naba@gnome.org>
8325         * plugins/project-wizard/templates/java/project.anjuta,
8326         plugins/project-wizard/templates/python/project.anjuta,
8327         plugins/project-wizard/templates/python/project.anjuta:
8328         Removed version control plugins from default selection.
8330         * plugins/tools/scripts/prepare-changelog.pl,
8331         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8332         script to a better one (that works on both cvs and svn).
8334 2007-03-26  Naba Kumar  <naba@gnome.org>
8336         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8337         Makefile.am: Added the generated translatable file (required for
8338         translations for svn checkouts).
8340         * (added)
8341         plugins/project-wizard/templates/extract-translatable-strings.pl
8342         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8343         po/POTFILES.in: Generated translatable strings for .wiz files and
8344         added them in POTFILES.in for translation. Fixes bug #398035
8346 2007-03-25  Naba Kumar  <naba@gnome.org>
8348         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8349         
8350         * src/anjuta-app.c: Removed dead codes.
8351         
8352         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8353         global tags generation starts.
8354         
8355         * plugins/debug-manager/chunk_view.c,
8356         plugins/debug-manager/start.h,
8357         plugins/debug-manager/chunk_view.h,
8358         plugins/debug-manager/utilities.c,
8359         plugins/debug-manager/utilities.h,
8360         plugins/debug-manager/debugger.c,
8361         plugins/debug-manager/threads.c,
8362         plugins/debug-manager/disassemble.c,
8363         plugins/debug-manager/info.c,
8364         plugins/debug-manager/sharedlib.c,
8365         plugins/debug-manager/threads.h,
8366         plugins/debug-manager/disassemble.h,
8367         plugins/debug-manager/signals.c,
8368         plugins/debug-manager/info.h,
8369         plugins/debug-manager/sharedlib.h,
8370         plugins/debug-manager/data_buffer.c,
8371         plugins/debug-manager/data_view.c,
8372         plugins/debug-manager/signals.h,
8373         plugins/debug-manager/debug_tree.c,
8374         plugins/debug-manager/watch.c,
8375         plugins/debug-manager/registers.c,
8376         plugins/debug-manager/data_buffer.h,
8377         plugins/debug-manager/data_view.h,
8378         plugins/debug-manager/memory.c,
8379         plugins/debug-manager/debug_tree.h,
8380         plugins/debug-manager/watch.h,
8381         plugins/debug-manager/registers.h,
8382         plugins/debug-manager/memory.h,
8383         plugins/debug-manager/locals.c,
8384         plugins/debug-manager/sexy-icon-entry.c,
8385         plugins/debug-manager/breakpoints.c,
8386         plugins/debug-manager/locals.h,
8387         plugins/debug-manager/sexy-icon-entry.h,
8388         plugins/debug-manager/stack_trace.c,
8389         plugins/debug-manager/breakpoints.h,
8390         plugins/debug-manager/sparse_buffer.c,
8391         plugins/debug-manager/sparse_view.c,
8392         plugins/debug-manager/stack_trace.h,
8393         plugins/debug-manager/sparse_buffer.h,
8394         plugins/debug-manager/sparse_view.h,
8395         plugins/debug-manager/start.c,
8396         plugins/gdb/utilities.c,
8397         plugins/gdb/utilities.h,
8398         plugins/gdb/debugger.c,
8399         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8400         setup.
8402 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8404         * plugins/gdb/debugger.c:
8405         Avoid empty debugger log window by limiting line to 90 characters
8407 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8409         * plugins/debug-manager/plugin.c,
8410         plugins/debug-manager/plugin.h,
8411         plugins/debug-manager/threads.c,
8412         plugins/debug-manager/threads.h,
8413         plugins/debug-manager/breakpoints.c,
8414         plugins/debug-manager/breakpoints.h,
8415         plugins/debug-manager/stack_trace.c,
8416         plugins/debug-manager/stack_trace.h:
8417         View code action now changes location in disassembly view too
8419         * plugins/debug-manager/anjuta-debug-manager.ui:
8420         Rename breakpoint actions
8422 2007-03-24  Naba Kumar  <naba@gnome.org>
8424         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8425         in gdl 0.7.3 (svn trunk).
8426         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8427         
8428 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8430         * plugins/debug-manager/threads.c,
8431         plugins/debug-manager/debug_tree.c,
8432         plugins/debug-manager/debug_tree.h,
8433         plugins/debug-manager/locals.c,
8434         plugins/debug-manager/registers.c,
8435         plugins/debug-manager/stack_trace.c:
8436         Allow to change current thread updating register, stack and locals
8437         Allow to change current stack frame updating locals
8439         * plugins/gdb/debugger.c:
8440         Read argument of selected stack frame
8442         * plugins/debug-manager/data_view.c:
8443         Fix an unrelated bug
8445 2007-03-23  Naba Kumar  <naba@gnome.org>
8447         * plugins/document-manager/anjuta-docman.c,
8448         plugins/document-manager/plugin.c: Fixed many memory leaks.
8449         (ianjuta_file_get_uri() returns a new string).
8451         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8452         widget for save dialogs.
8453         
8454         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8455         svn and fixed to get function/prototype/member args list. Call tips
8456         also work fine now.
8458 2007-03-22  Naba Kumar  <naba@gnome.org>
8460         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8461         and calltips would work again for functions from global tags (Needs
8462         regenerating global tags).
8464         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8465         ctags svn version and reopened bug #395362. Fixes tags parsing that
8466         seemed to have stopped working recently.
8468 2007-03-21  Naba Kumar  <naba@gnome.org>
8470         * tagmanager/tm_source_file.c, tagmanager/options.c,
8471         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8472         extend .. more needs to be investigated and fixed). Enabled some
8473         debugging.
8475 2007-03-16  Naba Kumar  <naba@gnome.org>
8477         * src/anjuta.c: Fixed project loading from command line.
8479 2007-03-16  Naba Kumar  <naba@gnome.org>
8481         Patch from James Liggett <jrliggett@cox.net>:
8482         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8483         
8484 2007-03-15  Naba Kumar  <naba@gnome.org>
8486         * libanjuta/anjuta-profile-manager.c,
8487         libanjuta/anjuta-profile-manager.h: Added method to get current
8488         profile.
8490         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8491         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8492         is exiting.
8494         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8495         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8496         Also, not load project files in session load in loader plugin.
8497         
8498         * plugins/project-manager/plugin.c, src/anjuta.c:
8499         Emit "exiting" signal in shell when exiting anjuta. project manager
8500         listens to exiting signal and saves session. anjuta.c saves session
8501         only when current projfile is 'user'. Load project saved in session
8502         differently then the rest of the session. This should fix all the
8503         session restoration bugs.
8504         
8505         src/main.c: Present anjuta window when becon message is received.
8507 2007-03-14  Naba Kumar  <naba@gnome.org>
8509         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8510         not randomly save (it was a wrong looping).
8511         
8512 2007-03-12  Naba Kumar  <naba@gnome.org>
8514         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8516 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8518         * plugins/debug-manager/anjuta-debug-manager.ui,
8519         libanjuta/interfaces/libanjuta.idl,
8520         plugins/debug-manager/debugger.c,
8521         (added) plugins/debug-manager/threads.c,
8522         (added) plugins/debug-manager/threads.h,
8523         plugins/debug-manager/plugin.c,
8524         plugins/debug-manager/Makefile.am,
8525         plugins/gdb/plugin.c,
8526         plugins/gdb/debugger.c,
8527         plugins/gdb/debugger.h:
8528         Add a window displaying all threads
8529         Add needed functions
8530         Switching to a different thread is still not done
8532         * plugins/debug-manager/debug_tree.c,
8533         plugins/debug-manager/locals.c,
8534         plugins/debug-manager/stack_trace.c:
8535         Small cosmetic changes
8537         * plugins/gdb/gdbmi.c:
8538         Keep all elements in gdbmi hash
8539         Even if using the same key like in -threads-list-ids
8541 2007-03-11  Naba Kumar  <naba@gnome.org>
8543         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8544         
8545         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8546         
8547         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8548         manuals/reference/libanjuta/libanjuta-sections.txt,
8549         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8550         interfaces.
8552 2007-03-11  Naba Kumar  <naba@gnome.org>
8554         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8555         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8557         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8558         manuals/reference/libanjuta/libanjuta.types,
8559         manuals/reference/libanjuta/libanjuta-sections.txt,
8560         manuals/reference/libanjuta/.cvsignore,
8561         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8562         infrastructure. Got rid of tmpl/ directory and moved all section
8563         documenation to source code (requires gtk-doc >= 1.4).
8564         
8565         * libanjuta/anjuta-plugin-description.c,
8566         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8567         libanjuta/cell-renderer-captioned-image.c,
8568         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8569         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8570         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8571         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8572         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8573         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8574         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8575         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8576         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8577         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8578         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8579         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8580         documentation from templates to source code.
8582 2007-03-10  Johannes Schmid <jhs@gnome.org>
8584         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8585         Added some debug output but could not figure out why 
8586         some plugins are not kept.
8587         
8588         * libanjuta/interfaces/libanjuta.idl:
8589         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8590         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8591         Added IAnjutaEditorGoto::matching_brace
8592         
8593         * plugins/document-manager/action-callbacks.c:
8594         (on_editor_command_match_brace_activate):
8595         * plugins/document-manager/plugin.c:
8596         (update_editor_ui_interface_items):
8597         * plugins/editor/text_editor.c: (igoto_matching_brace),
8598         (igoto_iface_init):
8599         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8600         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8602 2007-03-09  Johannes Schmid <jhs@gnome.org>
8604         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8605         Hide correct column
8606         
8607         * plugins/sourceview/sourceview-private.h:
8608         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8609         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8610         (sourceview_new), (ifile_savable_save_as):
8611         Tweaked vfs monitoring
8613 2007-03-09  Johannes Schmid <jhs@gnome.org>
8615         * libanjuta/interfaces/Makefile.am.iface:
8616         Fixed installtion of header files
8617         
8618         * plugins/sourceview/sourceview.c: (set_select):
8619         do not scroll to much in interactive search
8621 2007-03-09  Naba Kumar  <naba@gnome.org>
8623         * src/anjuta.c: Fixed session restoration.
8624         
8625         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
8626         signal handlers after symbol browser plugin is deactivated.
8627         
8628         * plugins/editor/editor.glade,
8629         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
8630         Fixed indentation confustion in preferences.
8632 2007-03-08  Johannes Schmid <jhs@gnome.org>
8634         * plugins/search/search-replace.c: (search_set_combo),
8635         (search_set_action), (search_set_target), (search_set_direction),
8636         (create_dialog), (search_disconnect_set_toggle_connect),
8637         (on_search_match_whole_word_toggled),
8638         (on_search_match_whole_line_toggled),
8639         (on_search_match_word_start_toggled),
8640         (search_set_toggle_direction):
8641         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
8642         it's somehow ugly and uses many deprecated widgets
8643         
8644         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
8645         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8646         Fix #394709
8647         
8648 2007-03-07  Naba Kumar  <naba@gnome.org>
8650         * src/anjuta.c: Make launching projects work from command line. Also
8651         fixes gnome session restart command.
8652         
8653 2007-03-07  Johannes Schmid <jhs@gnome.org>
8655         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
8656         * plugins/class-gen/plugin.c: (iwizard_activate):
8657         Fixed #408218
8658         
8659         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
8660         Fixed #402774
8661         
8662         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8663         Fixed #377483 (It's not possible to know if directories have
8664         a version in CVS. Show version column only if there are version
8665         informations availible
8667         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8668         Fixed memory leak
8670 2007-03-07  Johannes Schmid <jhs@gnome.org>
8672         * plugins/sourceview/sourceview-prefs.c: (get_bool):
8673         Fixed #409408
8674         * plugins/symbol-browser/an_symbol_prefs.c:
8675         (on_update_global_clicked):
8676         Fixed ##409176
8678 2007-03-07  Johannes Schmid <jhs@gnome.org>
8680         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
8681         (anjuta_save_prompt_new):
8682         * plugins/project-import/project-import.c:
8683         (project_import_finalize):
8684         Fixed Gtk-Criticals (maybe #409408)
8686 2007-03-07  Naba Kumar  <naba@gnome.org>
8688         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
8689         when we are at just beginning of string or comment. Fixes bug #397981.
8691 2007-03-07  Johannes Schmid <jhs@gnome.org>
8693         * plugins/language-support-cpp-java/plugin.c:
8694         (initialize_indentation_params):
8695         Removed annoying DEBUG_PRINT
8696         
8697         * plugins/sourceview/sourceview-cell.c:
8698         (sourceview_cell_instance_init), (icell_get_character),
8699         (icell_get_length), (icell_get_char), (icell_get_attribute):
8700         Improved code to be faster
8701         Implemented attribute handling so that indentation really works in any case
8703 2007-03-06  Johannes Schmid <jhs@gnome.org>
8705         * configure.in:
8706         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
8707         
8708         * plugins/document-manager/anjuta-docman.c:
8709         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
8710         Removed old and ugly tab drag&drop code and use built-in gtk stuff
8711         instead (required GTK >= 2.10)
8712         
8713         * plugins/sourceview/sourceview-private.h:
8714         * plugins/sourceview/sourceview.c:
8715         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8716         (sourceview_finalize), (sourceview_new), (imark_mark),
8717         (imark_unmark), (imark_is_marker_set),
8718         (imark_location_from_handle), (imark_delete_all_markers):
8719         Fixed marker handling and worked a bit more on vfs monitoring
8721 2007-03-05  Johannes Schmid <jhs@gnome.org>
8723         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
8724         Added method to select specific iter
8725         
8726         * plugins/sourceview/sourceview-private.h:
8727         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8728         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8729         (sourceview_add_monitor), (on_document_saved),
8730         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
8731         Fixed vfs monitoring (mostly ported code from text_editor.c)
8732         
8733         * plugins/symbol-browser/an_symbol_view.c:
8734         * plugins/symbol-browser/an_symbol_view.h:
8735         * plugins/symbol-browser/plugin.c: (iter_matches),
8736         (on_editor_update_ui), (value_added_current_editor):
8737         Select the current tag in locals window and symbol toolbar. If there
8738         is no tag at the current line, reserve backward for the next tag. This will
8739         select the correct tag if inside a function.
8741 2007-03-05  Naba Kumar  <naba@gnome.org>
8743         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
8744         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
8745         compiler warnings.
8746         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
8747         (Bug #412186)
8748         
8749 2007-03-04  Johannes Schmid <jhs@gnome.org>
8751         * data/Makefile.am:
8752         * po/POTFILES.in:
8753         Fixed distcheck (well, partly)
8755 2007-03-04  Johannes Schmid <jhs@gnome.org>
8757         * plugins/document-manager/anjuta-document-manager.ui:
8758         Move "Swap .c/.h from Main to Browser toolbar
8760         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
8761         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
8762         (fv_prefs_free), (fv_add_tree_entry):
8763         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8764         * plugins/file-manager/plugin.c: (prefs_init):
8765         
8766         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
8768 2007-03-04  Naba Kumar  <naba@gnome.org>
8770         * data/default.proflie, data/Makefile.am, src/anjuta.c,
8771         plugins/project-manager/plugin.c:
8772         Restored default profile and renamed it from "default.anjuta" to
8773         "default.profile".
8774         
8775 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8777         * plugins/debug-manager/debugger.c,
8778         plugins/debug-manager/plugin.c,
8779         plugins/gdb/debugger.c,
8780         libanjuta/interfaces/libanjuta.idl,
8781         plugins/debug-manager/stack_trace.c:
8782         Add a dialog box when a signal is received (except SIGINT)
8783         Display stack frame even if arguments are not available
8785 2007-03-03  Naba Kumar  <naba@gnome.org>
8787         * TODO.tasks: Icons bounty added.
8789         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
8790         choise selection.
8791         
8792         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
8793         and descoping.
8795         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
8796         plugins/Makefile.am, (removed) plugins/profile-default/*,
8797         plugins/project-manager/anjuta-project-manager.plugin.in,
8798         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
8799         profile implementation to load user profile and projects. Store and
8800         restore remembered plugins. Use profile scoping and descoping for
8801         saving and loading sesstions.
8802         
8803         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
8804         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
8805         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
8806         DEBUG_PRINTs.
8808 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8810         * plugins/debug-manager/debug_tree.c
8811         plugins/debug-manager/debug_tree.h:
8812         Bug fix, deleting wrong variable
8814         * plugins/gdb/debugger.c:
8815         Bug fix, remove forgotten debugging code
8817 2007-03-02  Johannes Schmid <jhs@gnome.org>
8819         * plugins/document-manager/anjuta-document-manager.ui:
8820         * plugins/search/anjuta-search.ui:
8821         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
8822         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
8823         ToolbarFind
8825         * src/anjuta-app.c: (on_toolbar_view_toggled),
8826         (on_add_merge_widget), (on_session_save), (on_widget_remove):
8827         Save toolbar positions, don't use fixed toolbar style
8828         
8829         All in all this will allow more complex toolbar configurations and
8830         might gain some space on smaller displays because the user can disable
8831         toolbar parts he does not use. Also allows to use any toolbar style
8832         without looking too ugly.
8834 2007-03-01  Naba Kumasr  <naba@gnome.org>
8836         * TODO.tasks: Added a bounty for creating icons.
8838         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
8839         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
8840         profile-changed signal. Do not sync non-user-activatable plugins.
8842 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
8844         * plugins/debug-manager/disassemble.c,
8845         plugins/debug-manager/sparse_view.c,
8846         plugins/gdb/debugger.c,
8847         libanjuta/interfaces/libanjuta.idl:
8848         Display function name in disassembly view
8850 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
8852         * (added) plugins/debug-manager/bookmark.png,
8853         (added) plugins/debug-manager/breakpoint-disabled.png,
8854         (added) plugins/debug-manager/breakpoint-enabled.png,
8855         (added) plugins/debug-manager/program-counter.png,
8856         (added) plugins/debug-manager/linemarker.png,
8857         plugins/debug-manager/Makefile.am,
8858         plugins/debug-manager/disassemble.c,
8859         plugins/debug-manager/disassemble.h,
8860         plugins/debug-manager/sparse_buffer.c,
8861         plugins/debug-manager/sparse_buffer.h,
8862         plugins/debug-manager/sparse_view.c,
8863         plugins/debug-manager/sparse_view.h,
8864         plugins/debug-manager/plugin.c,
8865         plugins/debug-manager/breakpoints.c,
8866         libanjuta/interfaces/libanjuta.idl:
8867         Add markers in the disassembly view
8868         Display program counter and breakpoints in disassembly view
8870         * plugins/gdb/debugger.c:
8871         Fix a bug added with my previous patch, setting and clearing
8872         breakpoints was not working
8874 2007-02-28  Johannes Schmid <jhs@gnome.org>
8876         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
8877         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
8878         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
8879         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8880         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
8881         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
8882         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
8883         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
8884         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
8885         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8886         Updated (why do they need to be under version control?)
8887         
8888         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
8889         (create_tab_popup_menu), (on_msgman_popup_menu),
8890         (on_tab_button_press_event), (anjuta_msgman_page_new),
8891         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
8892         Added "Close all message tabs" popup menu
8894 2007-02-26  Naba Kumar  <naba@gnome.org>
8896         * plugins/profiler/gprof-flat-profile-entry.c,
8897         plugins/profiler/gprof-flat-profile.c,
8898         plugins/profiler/gprof-flat-profile-entry.h,
8899         plugins/profiler/gprof-flat-profile.h,
8900         plugins/profiler/gprof-flat-profile-view.c,
8901         plugins/profiler/gprof-flat-profile-view.h,
8902         plugins/profiler/gprof-call-graph-block-entry.c,
8903         plugins/profiler/gprof-call-graph-block.c,
8904         plugins/profiler/gprof-function-call-chart-view.c,
8905         plugins/profiler/gprof-call-graph-block-entry.h,
8906         plugins/profiler/gprof-profile-data.c,
8907         plugins/profiler/gprof-call-graph-block.h,
8908         plugins/profiler/gprof-view.c,
8909         plugins/profiler/gprof-call-graph.c,
8910         plugins/profiler/gprof-function-call-chart-view.h,
8911         plugins/profiler/gprof-profile-data.h,
8912         plugins/profiler/gprof-call-graph.h,
8913         plugins/profiler/gprof-view.h,
8914         plugins/profiler/gprof-view-manager.c,
8915         plugins/profiler/gprof-call-graph-view.c,
8916         plugins/profiler/plugin.c,
8917         plugins/profiler/gprof-view-manager.h,
8918         plugins/profiler/gprof-call-graph-view.h,
8919         plugins/profiler/gprof-function-call-tree-view.c,
8920         plugins/profiler/gprof-function-call-tree-view.h,
8921         plugins/profiler/Makefile.am: Fix compiler warnings and link with
8922         gnome-vfs. Fixes bug #411377.
8924 2007-02-26  Naba Kumar  <naba@gnome.org>
8926         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
8928         Patch from James Liggett  <jrliggett@cox.net>:
8929         * plugins/profiler/gprof-flat-profile-view.c,
8930         plugins/profiler/gprof-flat-profile-view.h,
8931         plugins/profiler/gprof-function-call-chart-view.c,
8932         plugins/profiler/gprof-function-call-chart-view.h,
8933         plugins/profiler/gprof-view.c,
8934         plugins/profiler/gprof-view.h,
8935         plugins/profiler/gprof-call-graph-view.c,
8936         plugins/profiler/plugin.c,
8937         plugins/profiler/gprof-call-graph-view.h,
8938         plugins/profiler/gprof-function-call-tree-view.c,
8939         plugins/profiler/gprof-function-call-tree-view.h: Implements
8940         double click navigation. Fixes bug #403514.
8942 2007-02-25  Naba Kumar  <naba@gnome.org>
8944         * libanjuta/anjuta-plugin-manager.c,
8945         libanjuta/anjuta-plugin-handle.[ch],
8946         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
8947         g_hash_table_remove_all (introduced in glib 2.12) to stay the
8948         dependency on glib 2.8. Fixes bug #411623.
8950 2007-02-24  Naba kumar  <naba@gnome.org>
8952         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
8953         
8954         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
8955         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
8956         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
8957         (added) libanjuta/anjuta-profile-manager.c,
8958         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
8959         manager.
8960         Implemented profile pushing and popping. Implemented profile xml
8961         synchronization. Implemented error handling in profiles. Implemented
8962         activation and deactivation signals in plugin manager.
8963         
8964         * libanjuta/Makefile.am: Added libanjuta log domain.
8965         
8966         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8967         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
8968         in AnjutaShell interface and implemented it in AnjutaApp.
8969         
8970         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8972 2007-02-23  Naba kumar  <naba@gnome.org>
8974         src/main.c: Fixed missing end quote.
8976 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
8978         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
8981 2007-02-20  Naba Kumar  <naba@gnome.org>
8983         * plugins/subversion/plugin.c: Added "..." menuitems.
8984         * ROADMAP, README: Updated.
8985         * libanjuta/anjuta-profile.c: Fixed bugs.
8987         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
8988         plugins/gtodo/Makefile.am: Removed dead code.
8990         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
8991         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
8992         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
8993         plugins/gtodo/list_tooltip.c,
8994         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
8995         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
8996         not contain markups. Fixes Bug #360462.
8998 2007-02-16  Naba Kumar  <naba@gnome.org>
9000         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9001         unnecessary sub-sections.
9002         
9003 2007-02-15  Naba Kumar  <naba@gnome.org>
9005         * (removed) plugins/document-manager/bookmark-prev-16.png,
9006         plugins/document-manager/bookmark-last.png,
9007         (removed)plugins/document-manager/bookmark-first-16.png,
9008         plugins/document-manager/bookmark-prev.png,
9009         (added) plugins/document-manager/bookmark-toggle.png,
9010         (removed)plugins/document-manager/bookmark_toggle.xpm,
9011         (removed)plugins/document-manager/bookmark-last-16.png,
9012         plugins/document-manager/plugin.c,
9013         plugins/document-manager/anjuta-document-manager.ui,
9014         (removed)plugins/document-manager/bookmark-next-16.png,
9015         plugins/document-manager/bookmark-next.png,
9016         plugins/document-manager/Makefile.am,
9017         (added) plugins/document-manager/bookmark-clear.png,
9018         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9019         icons (stolen from monodevelop). Added clear bookmarks toolbar
9020         button.
9022         * plugins/document-manager/plugin.c,
9023         (added) plugins/document-manager/swap.png,
9024         (removed) plugins/document-manager/undock.png,
9025         plugins/document-manager/Makefile.am: Fixed swap icon.
9027 2007-02-13  Naba Kumar  <naba@gnome.org>
9029         * plugins/class-gen/element-editor.c: Fixed typo.
9030         
9031         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9032         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9033         Implementing plugin profiles loading.
9035 2007-02-13  Naba Kumar  <naba@gnome.org>
9037         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9038         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9039         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9040         pixmaps/open_project.png, pixmaps/close_project.png:
9041         Removed more old icons.
9042         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9043         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9044         anjuta_logo.png
9045         
9046 2007-02-13  Naba Kumar  <naba@gnome.org>
9048         * plugins/class-gen/element-editor.c: Included missing headers to
9049         prevent build failures in some cases.
9050         
9051 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9053         * plugins/debug-manager/stack_trace.c:
9054         Fix bug #407115
9056         * plugins/debug-manager/watch.c,
9057         plugins/debug-manager/breakpoints.c:
9058         Same bug than above, wrong use of gtk_ui_manager_get_widget
9060 === anjuta 2.1.1 ===
9062 2007-02-11  Naba Kumar  <naba@gnome.org>
9064         * cofigure.in: Bumped version to 2.1.1
9065         * NEWS: Updated for 2.1.1 release.
9066         
9067 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9069         * plugins/debug-manager/plugin.c,
9070         plugins/debug-manager/sparse_view.c,
9071         plugins/debug-manager/sparse_view.h:
9072         Reorder some code
9074         * plugins/gdb/debugger.c,
9075         plugins/debug-manager/debugger.c,
9076         plugins/debug-manager/memory.c,
9077         plugins/debug-manager/sparse_buffer.c
9078         plugins/gdb/debugger.h,
9079         libanjuta/interfaces/libanjuta.idl:
9080         Clean up, remove some warnings
9081         Use guint everywhere for addresses
9082         Rewrite code parsing position in debugger
9084 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9086         * plugins/debug-manager/debug_tree.c:
9087         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9088         Fix bug #406113
9090 2007-02-08  Naba Kumar  <naba@gnome.org>
9092         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9093         Delay showing the 'file modified on disk' dialog for one sec
9094         from the last notification to insure multiple notifications for
9095         the same file are treated as one. Do not same multiple dialogs
9096         for the same file. Make sure to destory the dialog if later
9097         the conent is no longer different.
9098         
9099 2007-02-08  Naba Kumar  <naba@gnome.org>
9101         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9102         Prevented spurious 'file modified' dialogs in scintilla editor
9103         when the file is saved.
9105 2007-02-09  Johannes Schmid <jhs@gnome.org>
9107         * scripts/glade2schema.pl:
9108         Added script to convert glade preferences into gconf schema files.
9109         See #406061
9111 2007-02-08  Naba Kumar  <naba@gnome.org>
9113         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9114         itself is destroyed. Fixes bug #355160.
9115         
9116 2007-02-08  Johannes Schmid <jhs@gnome.org>
9118         * plugins/profiler/profiler.plugin: 
9119         removed from version control (only .in file needed)
9120         
9121         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9122         * plugins/sourceview/sourceview.c: (sourceview_new):
9123         Code cleanup
9124         
9125         * plugins/subversion/svn-thread.c: (svn_thread_start):
9126         * src/main.c: (main):
9127         
9128         Fixed #395875 about initialisation of threads too late
9130 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9132         Reviewed by Naba Kumar  <naba@gnome.org>:
9133         * plugins/class-gen/plugin.c:
9134         * plugins/class-gen/window.c: Removed browse button related code, load
9135         generated output directly into new buffers when not adding to project.
9137         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9138         buttons from user interface.
9140 2007-02-07  Naba Kumar  <naba@gnome.org>
9142         * po/POTFILES.in: Fixed distcheck.
9144 2007-02-07  Daniel Nylander <po@danielnylander.se>
9146         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9148 2007-02-07  Johannes Schmid <jhs@gnome.org>
9150         * anjuta.desktop.in.in:
9151         Fixed spelling
9153 2007-02-07  Johannes Schmid <jhs@gnome.org>
9155         * configure.in:
9156         * manuals/anjuta-manual/*
9157         * manuals/anjuta-faqs/*:
9158         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9159         
9160         * plugins/document-manager/anjuta-document-manager.plugin.in:
9161         Removed duplicate application-xml mime-type (review patches properly ;-)
9162         
9163 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9165         * plugins/gdb/debugger.c,
9166         libanjuta/interfaces/libanjuta.idl:
9167         Fix bug #404755
9168         Fix handling of missing source file
9170 2007-02-06  Naba Kumar  <naba@gnome.org>
9172         Patch from James Liggett  <jrliggett@cox.net>:
9173         * plugins/profiler/gprof-flat-profile.c,
9174         plugins/profiler/gprof-profile-data.c,
9175         plugins/profiler/gprof-call-graph.c,
9176         plugins/profiler/gprof-profile-data.h,
9177         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9178         Show profiler view when target selected bug #403515.
9180 2007-02-05  Naba Kumar  <naba@gnome.org>
9182         * configure.in: Enabled devhelp plugin by default now that
9183         it works.
9184         
9185         Patch from parmigio@2ainfo.it:
9186         * plugins/document-manager/anjuta-document-manager.plugin.in:
9187         Added xml file type in supported mime types list.
9188         
9189 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9191         * plugins/debug-manager/debugger.c,
9192         plugins/debug-manager/plugin.c:
9193         Add a field in status bar displaying debugger state
9194         Change cursor shape when debugger is busy
9195         Fix bug #378600
9197         * plugins/debug-manager/watch.c,
9198         plugins/debug-manager/locals.c,
9199         libanjuta/interfaces/libanjuta.idl:
9200         Clean up, remove debugging messages and unused signals
9202 2007-02-03  Johannes Schmid <jhs@gnome.org>
9204         * configure.in:
9205         Fixed AC_INIT and seperated version to major, minor, micro
9207         * anjuta.anjuta:
9208         Load Subversion instead of CVS
9209         
9210         * anjuta.desktop.in.in:
9211         Fixed bug-buddy component
9213         Original patch from Rob Bradfort <robster@debian.org>:
9214         * src/main.c: (get_command_line_args), (main):
9215         Bug #335981 – Migration from popt to GOption
9217 2007-02-03  Naba Kumar  <naba@gnome.org>
9219         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9220         path variable. Fixed bug #341170.
9221         * plugins/profiler/Makefile.am: Fixed indentation.
9222         
9223 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9225         * libanjuta/interfaces/libanjuta.idl,
9226         plugins/sourceview/sourceview.c,
9227         plugins/editor/text-editor.c,
9228         plugins/symbol-browser/plugin.c,
9229         plugins/search/search-replace.c,
9230         plugins/document-manager/goto_line.c,
9231         plugins/document-manager/action-callbacks.c,
9232         plugins/document-manager/anjuta-docman.c:
9233         Rename markers of anjuta interface
9234         IANJUTA_MARKABLE_NONE has been removed
9235         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9236         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9237         IANJUTA_MARKABLE_ATTENTIVE renamed in
9238                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9239         IANJUTA_MARKABLE_INTENSE renamed in
9240                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9241         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9243         * (removed) plugins/sourceview/marker-light.png,
9244         (removed) plugins/sourceview/marker-basic.png,
9245         (removed) plugins/sourceview/marker-attentive.png,
9246         (removed) plugins/sourceview/marker-intense.png,
9247         plugins/sourceview/bookmark.png,
9248         (added) plugins/sourceview/breakpoint-disabled.png,
9249         (added) plugins/sourceview/breakpoint-enabled.png,
9250         (added) plugins/sourceview/program-counter.png,
9251         (added) plugins/sourceview/linemarker.png,
9252         plugins/sourceview/Makefile.am,
9253         (added) plugins/editor/bookmark.xpm,
9254         (added) plugins/editor/breakpoint-disabled.xpm,
9255         (added) plugins/editor/breakpoint-enabled.xpm,
9256         (added) plugins/editor/program-counter.xpm,
9257         (added) plugins/editor/linemarker.xpm,
9258         plugins/editor/Makefile.am:
9259         Add or change marker pixmaps in scintilla and sourceview editor
9261         * plugins/document-manager/plugin.c,
9262         libanjuta/interfaces/libanjuta.idl,
9263         plugins/debug-manager/plugin.c,
9264         plugins/debug-manager/breakpoints.c
9265         plugins/gdb/debugger.c:
9266         Fix bug #376404, program counter marker is not displayed when debugger
9267         Return the selected editor or NULL (if file does not exist) with 
9268         ianjuta_document_manager_goto_file_line* functions
9269         Emit a change-location signal even if the program counter is in an
9270         unknown file
9272 2007-02-02  Naba Kumar  <naba@gnome.org>
9274         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9275         older bounties 'Done'.
9276         
9277 2007-02-02  Naba Kumar  <naba@gnome.org>
9279         * TODO.tasks: Fixed typop.
9281         Patch from James Liggett  <jrliggett@cox.net>:
9282         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9283         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9284         profiler plugin by James Liggett. Completes bounty bug #359478
9285         'Gprof performance profiler plugin'
9287 2007-02-01  Naba Kumar  <naba@gnome.org>
9289         * src/main.c: Renamed option name.
9291         * TODO.tasks: Marked "Test and fix all project wizards templates"
9292         bounty completed.
9293         
9294 2007-01-29  Johannes Schmid <jhs@gnome.org>
9296         * plugins/document-manager/plugin.c: (on_editor_changed):
9297         Added DEBUG_PRINT(...)
9298         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9299         implemented
9300         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9301         Fix language support plugin for sourceview editor (add some new
9302         language names)
9303         
9304         * plugins/sourceview/sourceview.c: (iindic_clear):
9305         Clear all indicators
9307 2007-01-29  Johannes Schmid <jhs@gnome.org>
9309         * TODO.tasks:
9310         Minor task currentions
9311         
9312         * libanjuta/interfaces/libanjuta.idl:
9313         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9314         (itext_editor_iface_init):
9315         * plugins/language-support-cpp-java/plugin.c: (install_support):
9316         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9317         (ieditor_get_attributes), (ieditor_iface_init):
9318         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9319         plugins.
9320         
9321         * plugins/sourceview/sourceview.glade:
9322         Fixed sourceview preference window
9324 2007-01-28  Naba Kumar  <naba@gnome.org>
9325         
9326         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9327         Implemented --no-files and --no-session command line options and
9328         corresponding preferernces checkboxes in General tab.
9330 2007-01-28  Johannes Schmid <jhs@gnome.org>
9332         * plugins/subversion/plugin.c:
9333         * plugins/subversion/plugin.h:
9334         * plugins/subversion/svn-notify.c: (svn_show_info),
9335         (show_svn_error), (on_svn_notify):
9336         * plugins/subversion/svn-notify.h:
9337         * plugins/subversion/svn-thread.c: (create_message_view),
9338         (svn_thread_start):
9339         Fixed error handling and fixed #394216 – No indication of subversion commands running
9340         
9341         * plugins/tools/execute.c: (atp_output_context_print):
9342         Show name of tool in message pane
9344 2007-01-28  Naba Kumar  <naba@gnome.org>
9345         
9346         * configure.in, plugins/glade/plugin.c: Make it work with
9347         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9348         
9349         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9350         from devhelp (won't work untill devhelp is fixed: bug #341170).
9351         
9352         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9353         
9354 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9356         Reviewed by Naba Kumar  <naba@gnome.org>:
9357         * libanjuta/interfaces/libanjuta.idl, 
9358         plugins/debug-manager/debugger.c,
9359         plugins/debug-manager/start.c,
9360         plugins/gdb/plugin.c,
9361         plugins/gdb/debugger.c,
9362         plugins/gdb/debugger.h:
9363         Fix a bug when launching gdb
9364         Set the terminal for the debugged program on the command line.
9366 2007-01-26  Johannes Schmid <jhs@gnome.org>
9368         * plugins/sourceview/anjuta-document-saver.c:
9369         (anjuta_document_saver_save):
9370         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9371         * plugins/sourceview/sourceview.c: (save_if_modified),
9372         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9373         Proper error handling, for example if a file was modified externally. Use backup files
9374         to avoid data-loss on disk full.
9376 2007-01-24  Naba Kumar  <naba@gnome.org>
9377         
9378         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9379         Fixed mem leak and source leak.
9380         
9381 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9383         Reviewed by Naba Kumar  <naba@gnome.org>:
9384         * plugins/debug-manager/debug_tree.c,
9385         plugins/debug-manager/debug_tree.h,
9386         plugins/debug-manager/watch.c:
9387         Partial rewrite of the variable object code, find and fix a few bugs
9388         Fix bug #395808: gdb can still crash but children are listed
9389         on request only so you can avoid the crash
9391 2007-01-24  Naba Kumar  <naba@gnome.org>
9392         
9393         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9394         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9395         plugins/symbol-browser/plugin.h,
9396         plugins/symbol-browser/plugin.c,
9397         plugins/symbol-browser/Makefile.am: Added current file (local)
9398         symbols view (Seriously getting bored with the browse toolbar).
9400 2007-01-22  Naba Kumar  <naba@gnome.org>
9401         
9402         Patch from Gabor Kelemen:
9403         * po/POTFILES.in: Added .plugin.in files.
9405 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9407         Reviewed by Naba Kumar  <naba@gnome.org>:
9408         * plugins/document-manager/anjuta-docman.c,
9409         plugins/message-view/anjuta-msgman.c
9410         Set right alignment to the label widget in the tab title.
9412 2007-01-21  Naba Kumar  <naba@gnome.org>
9413         
9414         * libegg/egg-combo-action.c: Fixed mode line.
9415         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9416         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9418 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9420         Reviewed by Naba Kumar  <naba@gnome.org>:
9421         * plugins/class-gen/plugin.c: Prompt for target before actually
9422         generating the class files. This ensures that the files are created in
9423         the correct directory. Fixes bug #397406.
9425         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9426         the class is added to the project.
9428 2007-01-21  Naba Kumar  <naba@gnome.org>
9430         * libanjuta/anjuta-plugin-description.c,
9431         libanjuta/anjuta-ui.h,
9432         libanjuta/anjuta-status.c,
9433         libanjuta/anjuta-plugin-description.h,
9434         libanjuta/cell-renderer-captioned-image.c,
9435         libanjuta/anjuta-plugin-handle.c,
9436         libanjuta/anjuta-status.h,
9437         libanjuta/resources.c,
9438         libanjuta/cell-renderer-captioned-image.h,
9439         libanjuta/glue-cpp.c,
9440         libanjuta/anjuta-plugin-handle.h,
9441         libanjuta/anjuta-plugin.c,
9442         libanjuta/anjuta-preferences-dialog.c,
9443         libanjuta/libanjuta.h,
9444         libanjuta/resources.h,
9445         libanjuta/glue-cpp.h,
9446         libanjuta/anjuta-plugin.h,
9447         libanjuta/anjuta-preferences-dialog.h,
9448         libanjuta/anjuta-plugin-manager.c,
9449         libanjuta/anjuta-shell.c,
9450         libanjuta/anjuta-plugin-manager.h,
9451         libanjuta/anjuta-shell.h,
9452         libanjuta/anjuta-save-prompt.c,
9453         libanjuta/anjuta-save-prompt.h,
9454         libanjuta/anjuta-children.c,
9455         libanjuta/anjuta-utils.c,
9456         libanjuta/anjuta-profile.c,
9457         libanjuta/anjuta-preferences.c,
9458         libanjuta/anjuta-launcher.c,
9459         libanjuta/anjuta-utils.h,
9460         libanjuta/anjuta-profile.h,
9461         libanjuta/anjuta-launcher.h,
9462         libanjuta/anjuta-ui.c: Updated file headers.
9464         * po/POTFILES.in: Updated.
9466         * libanjuta/anjuta-marshal.list,
9467         (added) libanjuta/anjuta-plugin-handle.c,
9468         (added) libanjuta/anjuta-plugin-handle.h,
9469         (added) libanjuta/anjuta-plugin-manager.c,
9470         (added) libanjuta/anjuta-plugin-manager.h,
9471         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9472         (added) libanjuta/anjuta-profile.c,
9473         (added) libanjuta/anjuta-profile.h,
9474         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9475         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9476         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9477         src/action-callbacks.c: Implemented AnjutaPluginManager
9478         class based on old plugins.[ch]. Implemented AnjutaProfile as
9479         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9480         class to represent plugins (not to be confused with plugin objects).
9481         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9482         implemented it in AnjutaApp and AnjutaTestShell.
9483         De-globalized plugin management and several clean ups.
9485         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9486         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9487         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9488         plugins/project-import/project-import.c,
9489         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9490         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9491         Fixed plugins for the change in API.
9493         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9494         file.
9495         
9496         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9498 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9500         Reviewed by Naba Kumar  <naba@gnome.org>:
9501         * libanjuta/anjuta-launcher.c,
9502         libanjuta/anjuta-launcher.h:
9503         Add a new function anjuta_set_terminate_on_exit to close the i/o
9504         channel when the child exit
9505         Return directly the status and not the exit code in child-exited
9506         signal
9508         * plugins/gdb/debugger.c:
9509         Use new function in debugger plugin
9511 2007-01-18  Johannes Schmid <jhs@gnome.org>
9513         * src/about.c: Do not show empty license information instead hide the button (#397883)
9515 2007-01-15  Johannes Schmid <jhs@gnome.org>
9517         * plugins/project-manager/plugin.c:
9518         * plugins/project-wizard/templates/python.wiz
9519         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9520         
9521         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9522         You will also need latest gnome-build svn       
9524 === anjuta 2.1.0 ===
9526 2007-01-14  Naba Kumar  <naba@gnome.org>
9528         * configure.in: Removed reference of mkfile project
9529         template to fix distcheck build error.
9530         * AUTHORS: Updated.
9531         * NEWS: Updated.
9532         * configure.in: Bumped version to 2.1.0 for beta release.
9533         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9534         crashes as soon as editing starts in normal text files.
9536 2007-01-14  Johannes Schmid <jhs@gnome.org>
9538         * configure.in
9539         * po/LINGUAS:
9540         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9542         * tagmanager/c.c:
9543         Patch from Massimo Cora' to hopefully fix #395362
9545         * plugins/project-wizard/templates/*:
9547         Fixed and tested all project-wizards. Deactivated mkfile project because
9548         it was totally broken and I don't see any real use for it.
9549         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9551 2007-01-14  Naba Kumar  <naba@gnome.org>
9553         * NEWS: Updated for release.
9554         
9555         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9556         
9557         * libanjuta/interfaces/libanjuta.idl,
9558         plugins/editor/text_editor_cbs.c,
9559         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9560         interface and implemented it for scintilla.
9561         
9562         * plugins/editor/text-editor.c: Fixed highlighing issues when
9563         used with indicators (particularly when the file is just opened).
9564         Fixes bug #377477 – when debugging, scintilla editor grays out all
9565         lines before current line.
9566         
9567         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9568         Maintain a separate list of indicated edtitors for separate contexts.
9569         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9570         
9571 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9573         Reviewed by Naba Kumar  <naba@gnome.org>:
9574         * plugins/debug-manager/plugin.c:
9575         Bug fix: breakpoints cannot be added after stopping the debugger
9577 2007-01-13  Naba Kumar  <naba@gnome.org>
9579         * NEWS: Updated for release.
9581 2007-01-12  Johannes Schmid <jhs@gnome.org>
9583         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9584         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9585         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9586         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9587         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9588         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9589         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9590         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9591         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9592         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9593         
9594         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9595         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9596         
9597         * plugins/sourceview/sourceview.c:
9598         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9599         on character positions.
9600         
9601 2007-01-12  Naba Kumar  <naba@gnome.org>
9603         * src/anjuta-app.c,
9604         plugins/project-manager/plugin.c,
9605         plugins/profile-default/plugin.c,
9606         libanjuta/anjuta-status.c,
9607         libanjuta/anjuta-status.h: Introduced an API for application title
9608         in AnjutaStatus. Set application title to project name.
9610 2007-01-11  Massimo Cora' <maxcvs@email.i>
9612         Reviewed by Naba Kumar  <naba@gnome.org>:
9613         * tagmanager/Makefile.am,
9614         plugins/symbol-browser/Makefile.am: removed installation for 
9615         test programs.
9617 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
9619         Reviewed by Naba Kumar  <naba@gnome.org>:
9620         * plugins/debug-manager/start.h,
9621         plugins/debug-manager/start.c,
9622         plugins/debug-manager/anjuta-debug-manager.ui,
9623         plugins/debug-manager/plugin.c:
9624         Partial fix for bug #392537
9626         * plugins/debug-manager/disassemble.c:
9627         Fix bug #392543
9629 2007-01-11  Naba Kumar  <naba@gnome.org>
9631         * src/anjuta.c: Load project seperately from session,
9632         so that project session is also loaded.
9633         
9634         * plugins/profile-default/plugin.c: Load project in new
9635         anjuta if there already is one loaded currently (disabled
9636         code for now).
9637         
9638         * plugins/editor/aneditor.cxx: Disconnect focus in/out
9639         signals when editor is destroyed. Fixes a crash bug.
9640         
9641         * plugins/editor/text_editor.c: Do not mark line in
9642         ianjuta_editor_goto_line() implementation.
9643         
9644         * plugins/search/search-replace.c: Always check for markable
9645         interface availablility because its optional for an editor.
9646         
9647         * plugins/document-manager/goto_line.c,
9648         plugins/document-manager/action-callbacks.c: Mark lines for
9649         goto line commands (from dialog and from menu entry box).
9650         
9651         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
9652         plugins/file-manager/an_file_view.c: Expand file manager
9653         nodes in idle loop, one at a time. Did as a possible work
9654         around for bug #361763, but it didn't make any difference.
9655         However, it could still be useful in situations where there
9656         are lots to expand.
9657         
9658         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
9660 2007-01-11  Naba Kumar  <naba@gnome.org>
9662         * plugins/editor/scintilla/LineMarker.h,
9663         plugins/editor/scintilla/LexBasic.cxx,
9664         plugins/editor/scintilla/LexHTML.cxx,
9665         plugins/editor/scintilla/include/SciLexer.h,
9666         plugins/editor/scintilla/include/Scintilla.h,
9667         plugins/editor/scintilla/include/Scintilla.iface,
9668         plugins/editor/scintilla/include/ScintillaWidget.h,
9669         plugins/editor/scintilla/LexBash.cxx,
9670         plugins/editor/scintilla/PlatGTK.cxx,
9671         plugins/editor/scintilla/ViewStyle.h,
9672         plugins/editor/scintilla/Editor.cxx,
9673         plugins/editor/scintilla/StyleContext.h,
9674         plugins/editor/scintilla/LexCPP.cxx,
9675         plugins/editor/scintilla/Converter.h,
9676         plugins/editor/scintilla/LexAU3.cxx,
9677         plugins/editor/scintilla/Editor.h,
9678         plugins/editor/scintilla/LexPerl.cxx,
9679         plugins/editor/scintilla/LexVB.cxx,
9680         plugins/editor/scintilla/ScintillaGTK.cxx,
9681         plugins/editor/scintilla/ViewStyle.cxx,
9682         plugins/editor/scintilla/PropSet.cxx,
9683         plugins/editor/scintilla/LexSQL.cxx,
9684         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
9685         version 1.71
9687 2007-01-11  Armin Burgmeier  <armin@arbur.net>
9689         Reviewed by Naba Kumar  <naba@gnome.org>:
9690         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
9691         selected for editing. This fixes bug #394218.
9693         * plugins/class-gen/plugin.c: Do not use project's root URI as project
9694         name if said URI is not known.
9696         * plugins/class-gen/window.c: When stripping function prefix away,
9697         include the trailing underscore because it is already set by the
9698         template.
9700         * plugins/class-gen/transform.c: Include "const char*" and "const
9701         gchar*" in the list for transforming a default C type to a GType.
9702         Don't access invalid memory when writing pointer_str in
9703         cg_transform_first_argument.
9705 2007-01-11  Naba Kumar  <naba@gnome.org>
9707         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
9708         pixmaps/anjuta.svg, pixmaps/Makefile.am,
9709         (renamed) pixmaps/anjuta_icon.png, src/main.c,
9710         libegg/test-actions.c, anjuta.desktop.in.in,
9711         anjuta.prj: Renamed application icon to 'anjuta.png' from
9712         'anjuta_icon.png'. Added more fields in desktop file.
9714         * mime/anjuta.xml: Added magic section.
9715         
9716         * (removed) mime/anjuta.applications,
9717         (removed) mime/anjuta.mime, mime/Makefile.am,
9718         (removed) mime/anjuta.keys,
9719         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
9720         registeration and added scalable icon. Also fixes bug #393680
9722 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
9724         Reviewed by Naba Kumar  <naba@gnome.org>:
9725         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
9726         and anjuta_status_progress_add_ticks() to check for progressbar 
9727         being realized before trying to update it.
9729 2007-01-10  Naba Kumar  <naba@gnome.org>
9731         * tagmanager/tm_workspace.c,
9732         po/POTFILES.in,
9733         plugins/debug-manager/Makefile.am,
9734         plugins/tools/scripts/Makefile.am,
9735         plugins/class-gen/plugin.c,
9736         plugins/class-gen/Makefile.am,
9737         global-tags/Makefile.am: Fixed make distcheck.
9739         * plugins/debug-manager/attach_process.c,
9740         plugins/debug-manager/attach_process.h,
9741         plugins/class-gen/action-callbacks.h,
9742         plugins/class-gen/action-callbacks.c,
9743         plugins/class-gen/class_gen.h,
9744         plugins/class-gen/class_gen.c: Deleted unused/old files.
9746         * (removed) scintilla, (added) plugins/editor/scintilla,
9747         plugins/editor/scintilla/lexers.make,
9748         plugins/editor/scintilla/Makefile.am,
9749         plugins/editor/Makefile.am
9750         configure.in, manuals/reference/libanjuta/Makefile.am
9751         Makefile.am: Moved scintilla to its right place.
9753 2007-01-09  Naba Kumar  <naba@gnome.org>
9755         * plugins/profile-default/plugin.c: Save project session before
9756         a new one is opened.
9758         * plugins/project-manager/plugin.c,
9759         plugins/project-manager/plugin.h,
9760         plugins/project-manager/anjuta-project-manager.ui,
9761         plugins/profile-default/plugin.c,
9762         plugins/profile-default/plugin.h,
9763         plugins/profile-default/Makefile.am,
9764         (added) plugins/profile-default/anjuta-default-profile.ui,
9765         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9766         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
9767         multiple projects support.
9768         
9769 2007-01-06  Armin Burgmeier  <armin@arbur.net>
9771         Reviewed by Naba Kumar  <naba@gnome.org>
9772         * plugins/class-gen/combo-flags.h:
9773         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
9774         enum, added a type parameter to selected signal. Select highlighted
9775         entry when pressing enter (but not unselect it if it was already
9776         selected) before closing the popup. Also accept input when clicking
9777         not into the popup.
9779         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
9780         according to selection type.
9782         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
9783         VOID:BOXED,ENUM.
9785 2007-01-08  Johannes Schmid <jhs@gnome.org>
9787   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
9788   * plugins/project-wizard/templates/gtkmm/Makefile.am
9789   * plugins/project-wizard/templates/python/configure.ac.tpl
9790   * plugins/project-wizard/templates/python/configure.in.tpl
9791   * plugins/project-wizard/templates/python/Makefile.am
9792   * plugins/project-wizard/templates/cpp/configure.ac.tpl
9793   * plugins/project-wizard/templates/cpp/configure.in.tpl
9794   * plugins/project-wizard/templates/cpp/Makefile.am
9795   * plugins/project-wizard/templates/terminal.wiz
9796   * plugins/project-wizard/templates/xlib-dock.wiz
9797   * plugins/project-wizard/templates/wxwin.wiz
9798   * plugins/project-wizard/templates/java.wiz
9799   * plugins/project-wizard/templates/xlib/configure.ac.tpl
9800   * plugins/project-wizard/templates/xlib/configure.in.tpl
9801   * plugins/project-wizard/templates/xlib/Makefile.am
9802   * plugins/project-wizard/templates/gcj/configure.ac.tpl
9803   * plugins/project-wizard/templates/gcj/configure.in.tpl
9804   * plugins/project-wizard/templates/gcj/Makefile.am
9805   * plugins/project-wizard/templates/terminal/configure.ac.tpl
9806   * plugins/project-wizard/templates/terminal/configure.in.tpl
9807   * plugins/project-wizard/templates/terminal/Makefile.am
9808   * plugins/project-wizard/templates/terminal/autogen.sh
9809   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
9810   * plugins/project-wizard/templates/wxwin/configure.in.tpl
9811   * plugins/project-wizard/templates/wxwin/Makefile.am
9812   * plugins/project-wizard/templates/gnome.wiz 
9813   * plugins/project-wizard/templates/java/configure.ac.tpl
9814   * plugins/project-wizard/templates/java/configure.in.tpl
9815   * plugins/project-wizard/templates/java/Makefile.am
9816   * plugins/project-wizard/templates/anjuta-plugin.wiz
9817   * plugins/project-wizard/templates/gtkmm.wiz
9818   * plugins/project-wizard/templates/python.wiz
9819   * plugins/project-wizard/templates/cpp.wiz
9820   * plugins/project-wizard/templates/gtk.wiz
9821   * plugins/project-wizard/templates/gcj.wiz
9822   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
9823   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
9824   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9826   Starting fixing of all project wizards:
9827   - rename configure.in to configure.ac
9828   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
9829   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
9830   (See #394184)
9831   
9832   * TODO.task: Added bug number to bounty
9834 2007-01-07  Johannes Schmid <jhs@gnome.org>
9836   *  plugins/build-basic-autotools.c:
9837   Fixed #392290 – Missed install as root option in project manager
9839 2007-01-07  Johannes Schmid <jhs@gnome.org>
9841   * plugins/sourceview/sourceview.c:
9842   Fixed #388731 – Odd editor behaviour after performing block-text operations
9843   Fixed #388727 – Block-tab does not work
9844   
9845   * plugins/sourceview/anjuta-document.h/c:
9846   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
9847   
9848   * configure.in:
9849   Require Gtk+ >= 2.10 for sourceview plugin
9851 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
9853         * libanjuta/anjuta-status.c:
9854         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
9856 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
9858         * configure.in,
9859         plugins/terminal/terminal.c:
9860         Fix bug #377027
9861         remove support for VTE < 0.9
9863 2007-01-06  Naba Kumar  <naba@gnome.org>
9865         * po/POTFILES.in: Updated
9867 2007-01-05  Adam Dingle  <adam@medovina.org>
9869         Reviewed by Naba Kumar  <naba@gnome.org>:
9870         * plugins/message-view/anjuta-message-manager-plugin.glade:
9871         Fixed bug #377903 (improve message color defaults).
9873 2007-01-05  Naba Kumar  <naba@gnome.org>
9875         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
9876         
9877 2007-01-03  Armin Burgmeier  <armin@arbur.net>
9879         Reviewed by  Naba Kumar  <naba@gnome.org>:
9880         * plugins/symbol-browser/test-class.h: Fixed block ends.
9882         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
9883         C-style-block comment.
9885         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
9886         allow lists when writing autogen definition files. This is required
9887         for the new class generator. Also fixed a wrong return value in
9888         npw_autogen_write_definition_file and set a GError in
9889         npw_autogen_execute when the output file could not be opened.
9891         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
9892         user interface.
9894         * plugins/class-gen/Makefile.am: Added templates subdir, removed
9895         goc_template_header and goc_template_source, added top_srcdir to
9896         includes, link against project wizard (also hopefully temporarily),
9897         removed class_gen.h, class_gen.c, action-callbacks.h,
9898         action-callbacks.c.
9900         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
9902         * plugins/class-gen/cell-renderer-flags.h:
9903         * plugins/class-gen/cell-renderer-flags.c:
9904         * plugins/class-gen/combo-flags.h:
9905         * plugins/class-gen/combo-flags.c:
9906         * plugins/class-gen/element-editor.c:
9907         * plugins/class-gen/element-editor.h:
9908         * plugins/class-gen/generator.c:
9909         * plugins/class-gen/generator.h:
9910         * plugins/class-gen/plugin.h:
9911         * plugins/class-gen/plugin.c:
9912         * plugins/class-gen/transform.c:
9913         * plugins/class-gen/transform.h:
9914         * plugins/class-gen/validator.c:
9915         * plugins/class-gen/validator.h:
9916         * plugins/class-gen/window.c:
9917         * plugins/class-gen/window.h: Rewrote class generator, it now allows
9918         adding of several class elements and uses autogen.
9920         * plugins/class-gen/templates/cc-header.tpl:
9921         * plugins/class-gen/templates/cc-source.tpl:
9922         * plugins/class-gen/templates/go-header.tpl:
9923         * plugins/class-gen/templates/go-source.tpl:
9924         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
9925         for the class generator.
9927         * configure.in: Added plugins/class-gen/templates/Makefile to output.
9929 2007-01-04  Naba Kumar  <naba@gnome.org>
9931         Patch from Nick Treleaven:
9932         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
9933         all matching symbols.
9934         
9935         Patches from  Maik Beckmann and Sébastien Granjoux:
9936         * plugins/profile-default/plugin.c,
9937         plugins/project-manager/plugin.c: Unescape project name. Fixes
9938         Bug #357151
9940 2007-01-04  Naba Kumar  <naba@gnome.org>
9942         * plugins/glade/plugin.c: Fixed compilation with
9943         older glade-3 version.
9944         
9945         Patch from Roland Illig:
9946         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
9947         plugins/sourceview/anjuta-document-saver.c,
9948         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
9949         are necessary to build anjuta on NetBSD 3.0
9951         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9952         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
9953         window manager in gnome.
9954         
9955 2007-01-02  Naba Kumar  <naba@gnome.org>
9956         
9957         * plugins/glade/plugin.c: Make it work with glade-3 svn.
9958         
9959 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
9961         Reviewed by Naba Kumar  <naba@gnome.org>:
9962         * libanjuta/interfaces/libanjuta.idl,
9963         plugins/debug-manager/Makefile.am,
9964         plugins/debug-manager/anjuta-marshal.list,
9965         plugins/debug-manager/debugger.c,
9966         plugins/debug-manager/sparse_buffer.c,
9967         plugins/debug-manager/sparse_buffer.h,
9968         plugins/debug-manager/sparse_view.c,
9969         plugins/debug-manager/sparse_view.h,
9970         plugins/debug-manager/disassemble.h,
9971         plugins/debug-manager/disassemble.c,
9972         plugins/debug-manager/anjuta-marshal.list,
9973         plugins/debug-manager/plugin.c,
9974         plugins/gdb/debugger.c,
9975         plugins/gdb/debugger.h,
9976         plugins/gdb/plugin.c:
9977         Add a disassembly view window
9979         * plugins/debug-manager/breakpoints.c,
9980         plugins/debug-manager/chunk_view.c,
9981         plugins/debug-manager/locals.c,
9982         plugins/debug-manager/memory.c,
9983         plugins/debug-manager/registers.c,
9984         plugins/debug-manager/stack_trace.c:
9985         Add some debugging information 
9987 2006-12-18  Naba Kumar  <naba@gnome.org>
9989         * configure.in, plugins/glade/plugin.c: Allow building against both
9990         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
9992 2006-12-03  Naba Kumar  <naba@gnome.org>
9993         
9994         * TODO.tasks: Marked a bounty completed.
9996 2006-11-24  Adam Dingle <adam@medovina.org>
9998         Reviewed by Naba Kumar  <naba@gnome.org>:
9999         * plugins/build-basic-autotools/build-basic-autotools.c,
10000         plugins/debug-manager/watch.c,
10001         plugins/document-manager/plugin.c, 
10002         plugins/patch/plugin.c,
10003         plugins/project-manager/plugin.c:
10004         Fixed bug #378879 (several command names need ellipses).
10006 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10008         Reviewed by: Naba Kumar  <naba@gnome.org>
10009         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10010         GCC 4.1.2 (there are only two warnings remaining now when compiling
10011         plugins).
10013         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10015         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10016         macro so that the generated function support a NULL plugin parameter.
10018         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10019         in debug_tree_find_expression by freeing memory returned by the call
10020         to gtk_tree_model_get instead of the parameter string.
10022 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10024         * plugins/debug-manager/breakpoints.c:
10025         Fix bug #378850
10027         * plugins/debug-manager/anjuta-debug-manager.ui,
10028         plugins/debug-manager/debugger.c,
10029         plugins/debug-manager/plugin.c:
10030         Fix bug #378871
10032 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10034         * libanjuta/anjuta-launcher.c,
10035         plugins/gdb/debugger.c:
10036         Fix bug #377061
10038 2006-11-21  Naba Kumar  <naba@gnome.org>
10040         * plugins/search/search_preferences.c: Fixed build break.
10041         
10042 2006-11-20  Naba Kumar  <naba@gnome.org>
10043         
10044         Patch from Kjartan Maraas:
10045         * plugins/cvs-plugin/cvs-interface.c,
10046         plugins/document-manager/plugin.c,
10047         plugins/gtodo/interface.c,
10048         plugins/gtodo/libgtodo.h,
10049         plugins/message-view/anjuta-msgman.c,
10050         plugins/project-wizard/druid.c,
10051         plugins/search/search_preferences.c,
10052         plugins/sourceview/sourceview-prefs.c,
10053         plugins/terminal/terminal.c,
10054         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10056         Patch from Przemysław Grzegorczyk:
10057         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10058         plugins/subversion/anjuta-subversion.glade: Enable files in
10059         fileselection dialog. Fixes bug #376031.
10060         
10061 2006-11-17  Adam Dingle <adam@medovina.org>
10063         Reviewed by: Naba Kumar  <naba@gnome.org>
10064         * plugins/build-basic-autotools/build-basic-autotools.c
10065         * plugins/class-gen/anjuta-class-gen.plugin.in
10066         * plugins/debug-manager/breakpoints.c
10067         * plugins/debug-manager/plugin.c
10068         * plugins/devhelp/plugin.c
10069         * plugins/document-manager/plugin.c
10070         * plugins/gdb/debugger.c
10071         * plugins/glade/anjuta-glade.plugin.in
10072         * plugins/gtodo/plugin.c
10073         * plugins/language-support-cpp-java/plugin.c
10074         * plugins/message-view/plugin.c
10075         * plugins/project-import/anjuta-project-import.glade
10076         * plugins/project-import/anjuta-project-import.plugin.in
10077         * plugins/search/plugin.c
10078         * plugins/tools/scripts/tools-2.xml.in
10079         * plugins/valgrind/plugin.c
10080         * src/anjuta-actions.h:
10081         Fixed bug #376335 "menu items should be capitalized".  Minor
10082         grammar edits.
10084 2006-11-20  Naba Kumar  <naba@gnome.org>
10085         
10086         * configure.in: Fixed build.
10088         Patch from: Arjan Timmerman
10089         *configure.in: Make subvesion plugin build for apr 1.x.
10090         Fixes: Bug #364754.
10091         
10092 2006-11-20  Johannes Schmid <jhs@gnome.org>
10094         * configure.in
10095         * plugins/*/*.[ch]:
10096         Removed patches from Sylvain and Günther. They caused not problems but
10097         Naba was against them.
10099 2006-11-20  Johannes Schmid <jhs@gnome.org>
10101         * Removed me from MAINTAINERS
10103 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10105         * configure.in:
10106         Use apr-1 instead of apr-0
10108 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10110         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10111         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10112         and another bug occuring when parsing .pc file containing quotes.
10114 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10116         * plugins/*/*.[ch]: Use class macro for type casting.
10118         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10119         GCC 4.1.2 (there are only two warnings remaining now when compiling
10120         plugins).
10122         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10123         a memory leak in debug_tree_find_expression; g_free was called on
10124         the parameter instead of the memory allocated by gtk_tree_model_get.
10126         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10127         to declare and initialize the global type variable of the plugin.
10129 2006-10-31  Naba Kumar  <naba@gnome.org>
10131         * global-tags/create_global_tags.sh.in: Added an end message.
10132         
10133         * libanjuta/anjuta-launcher.h: Fixed indentation.
10134         
10135         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10136         creation to a) append the messages in right way, b) Connect signals
10137         to the view properly and c) Recreate the system-tags.cache at the
10138         end of the generation.
10140         * plugins/symbol-browser: Fixed action path (double
10141         click on sysmbols was not working).
10143         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10144         Fixed typedef and removed dead code.
10146         * tagmanager/c.c: Took the latest version from ctags source
10147         repository, because the one we had (from ctags 5.6) was broken.
10148         
10149         * global_tags/create_global_tags.sh.in: Reverted the patch from
10150         Sylvain because it was not right fix (and added a helpful comment).
10151         Used /bin/bash to fix the bashism and generated separate log files
10152         for each tag files in the same directory.
10153         
10154 2006-10-29  Naba Kumar  <naba@gnome.org>
10156         * plugins/editor/text_editor.c: Use a temporary file
10157         to save the editor and move it at the end to original
10158         file. This will prevent data corruption if file save
10159         failed for any reason. Also report proper errors when
10160         file save fails. Fixes bug #346575.
10161         
10162 2006-10-26  Naba Kumar  <naba@gnome.org>
10164         * plugins/document-manager/anjuta-docman.c: Do not load
10165         the same files with different path more than once (happens
10166         with symlinked files). Fixes Bug #323591.
10168 2006-10-25  Naba Kumar  <naba@gnome.org>
10170         * plugins/valgrind/vgactions.c: Fixed a warning.
10172 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10174         Reviewed by Naba Kumar  <naba@gnome.org>:
10176         * plugins/valgrind/vgtoolview.c:
10177         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10179         * plugins/valgrind/bugged-prg-test.c:
10180         No more warning during compilation with GCC 4.1.
10181         Program is still buggy in order to be used as a test of the
10182         plugin.
10184         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10185         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10186         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10187         plugins/valgrind/vgrule.c:
10188         No more warning during compilation with GCC 4.1.
10190         * plugins/valgrind/plugin.c:
10191         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10192         prototype (was missing from previous patch).
10194 2006-10-24  Naba Kumar  <naba@gnome.org>
10196         * plugins/glade/plugin.c: Show glade tree view, not list view.
10197         
10198         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10199         exited with glade plugin still loaded. Fixes Bug #364755.
10201         * plugins/document-manager/anjuta-document-manager.plugin.in:
10202         Added application/x-reject in accepted mime-types.
10203         
10204         * Changelog: Fixed changelog alignments.
10206 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10208         Reviewed by: Naba Kumar  <naba@gnome.org>
10209         
10210         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10211         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10212         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10213         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10214         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10215         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10216         plugins/valgrind/vgsearchbar.c:
10217         Use class macro for type casting.
10219         * plugins/valgrind/plugin.h:
10220         Don't force cast a GtkActionGroup to a GtkAction.
10222         * plugins/valgrind/plugin.c:
10223         Use correct API to get path of the preoject root when building
10224         the list of targets for the run action.
10225         Correct ordering of the construction of the preferences widgets.
10226         Only remove the valgrind widget if it is currently displayed.
10228         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10229         Return if check_valgrind_binary() fails.
10230         The ValgrindPluginPrefs object is initialized after the call to
10231         vg_action_new. Take a handle to the location of the pointer to
10232         the future object.
10234 2006-10-24  Naba Kumar  <naba@gnome.org>
10236         * HACKING: Updated coding sample.
10237         
10238         Patch from: Armin Burgmeier  <armin@arbur.net>
10239         * plugins/symbol-browser/test-class.h,
10240         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10241         
10242 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10244         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10245         * plugins/valgrind/vgtoolview.h:
10246         Correctly handle the argv / srcdir of vg_tool_view object. Do
10247         not leak memory associated with those arrays.
10249         * plugins/symbol-browser/an_symbol_prefs.c:
10250         Support unloading / reloading of the module (for example when
10251         closing a project and opening another one).
10253         * plugins/project-manager/plugin.c:
10254         Remove plugin widget before removing plugin itself, preventing
10255         a crash with valgrind plugin.
10257         * libanjuta/anjuta-preferences-dialog.c:
10258         Do not use the page_num returned by gtk_notebook_append_page to
10259         remove the page as it cause bugs when pages removal is not done
10260         in LIFO.
10262         * plugins/document-manager/anjuta-docman.c:
10263         Fix some GTK+ warnings.
10265         * global-tags/create_global_tags.sh.in:
10266         Rewrite script to remove bash-ism and use pkg-config directly
10267         instead of parsing the *.pc file by hand. This solve problems
10268         that occurred when one of the directory in PKG_CONFIG_PATH is
10269         empty.
10271 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10273         * plugins/glade/plugin.c: Fix build (#363884)
10275 2006-10-22  Johannes Schmid <jhs@gnome.org>
10277         * plugins/file-manager/an_file_view.c:
10278         * plugins/file-manager/plugin.c:
10279         * plugins/file-manager/plugin.h:
10280         Fix possible crasher when changing project-root uri when we try to restore open nodes
10281         * AUTHORS: Updated
10283 2006-10-19  Naba Kumar  <naba@gnome.org>
10285         Patch from: Juan Pablo Ugarte
10286         * plugins/glade/plugin.c: Include glade header
10287         correctly.
10288         
10289 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10290         
10291         * plugins/debug-manager/Makefile.am,
10292         plugins/debug-manager/sexy-icon-entry.h,
10293         plugins/debug-manager/sexy-icon-entry.c,
10294         plugins/debug-manager/dataview.c:
10295         Fix bug #358134 (Goto memory prompt)
10296         Use sexy-icon-entry from libsexy 0.1.10
10298         * plugins/debug-manager/debugger.c,
10299         plugins/debug-manager/plugin.c,
10300         plugins/debug-manager/start.c,
10301         plugins/gdb/debugger.c,
10302         plugins/gdb/plugin.c:
10303         Better error handling when starting and stopping debugger
10305 2006-10-13  Maik Beckmann <maik@eigenco.de>
10307         * src/action_callbacks.c:
10308         Fixed bug #361830 (AboutDialog does not close) which is caused 
10309         due to a change in Gtk+ 2.10  
10310   
10311 2006-10-12  Adam Dingle <adam@medovina.org>
10313         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10315         * plugins/search/search-replace.c:
10316         Fixed bug #358068 (indicate when Find in Files is complete)
10318         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10320         * plugins/sourceview/sourceview-prefs.c:
10321         * plugins/sourceview/sourceview.glade:
10322         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10324         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10326         * plugins/devhelp/plugin.c:
10327         * plugins/search/plugin.c: 
10328         Fixed bug #359750 (fix find/replace shortcut keys).
10330         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10331         use Alt+key for shortcuts)
10333         *  plugins/debug-manager/debug_tree.c:
10334         *  plugins/debug-manager/debugger.c:
10335         Fixed bug #359317 (can't load debug manager)
10337         * /plugins/document-manager/plugin.c:
10338         Fixed bug #359259 (highlight modes listed in reverse 
10339         alphabetical order).
10341 2006-10-10  Johannes Schmid <jhs@gnome.org>
10343         * plugins/glade/plugin.c:
10344         Add scrollbars to glade project window
10346 2006-10-10  Johannes Schmid <jhs@gnome.org>
10348         * libanjuta/interfaces/Makefile.am.iface:
10349         Fixed Makefile with broke build
10351 2006-10-07  Johannes Schmid <jhs@gnome.org>
10353         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10354         * libanjuta/interfaces/Makefile.iface.am:
10355         Fixed enum types generation
10357         * libanjuta/interfaces/libanjuta.idl:
10358         Fixed some strange typo
10360 2006-10-06  Johannes Schmid <jhs@gnome.org>
10362         * libanjuta/interfaces/Makefile.iface.am:
10363         Fixed enum-types.h generation
10364         * libanjuta/interfaces/libanjuta.idl:
10365         char* => gchar*
10366         IAnjutaTODO::load should take const gchar* argument
10367         Remove include to libanjuta/e-splash.h which is not installed as header file
10368         Disable get_attributes for now
10369         
10370         * pluings/sourceview/sourceview.c: Disabled get_attributes
10371         
10372         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10374 2006-10-05  Naba Kumar  <naba@gnome.org>
10376         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10377         Set bug id for 'Profiler plugin' task.
10379 2006-10-03  Naba Kumar  <naba@gnome.org>
10381         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10382         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10384         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10385         plugins/project-manager/plugin.c: Added a new API in
10386         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10387         Added some documentation. On project close, close all editors that
10388         has files opened for the project.
10389         
10390         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10391         from the containers on anjuta_shell_remove_widget(). Do not destroy
10392         glade widgets once created.
10393         
10394 2006-10-03  Johannes Schmid <jhs@gnome.org>
10396         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10397         * libanjuta/interfaces/libanjuta.idl:
10398         const-List<> => const List<>
10399         List-free<> => List<>
10400         
10401         * Makefile.am: Reenabled launcher
10403 2006-10-03  Johannes Schmid <jhs@gnome.org>
10405         * libanjuta/interfaces/Makefile.am.iface:
10406         Install libanjuta.idl
10408 2006-10-02  Adam Dingle <adam@medovina.org>
10410         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10412 2006-10-02  Adam Dingle <adam@medovina.org>
10414         * plugins/editor/style-editor.c: fixed bug #357534
10415         * plugins/gdb/utilities.h: removed 2 unused declarations
10417 2006-10-02  Johannes Schmid <jhs@gnome.org>
10419         * Makefile.am: disabled anjuta-launcher
10420         * libanjuta/Makefile.am:
10421         
10422         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10423         * libanjuta/glue-factory.c: (glue_factory_add_path),
10424         (glue_factory_get_path):
10425         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10426         * libanjuta/glue-factory.h:
10427         * libanjuta/glue-cpp.h:
10428         * libanjuta/glue-cpp.c:
10429         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10430         
10431         * libanjuta/interfaces/Makefile.am.iface:
10432         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10433         * libanjuta/interfaces/libanjuta.idl:
10434         Add a new features to idl compiler:
10435         List<Type> => List of Type
10436         List-free<Type> => List of Type, it is up to the caller to free items and list
10437         const-List(-free)<Type> = const List of Types
10438         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10439         
10440         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10441         (generic_cpp_class_create_code):
10442         Adapted to new project_manager interface
10443         
10444         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10445         * plugins/debug-manager/debugger.c:
10446         (ivariable_debugger_iface_init):
10447         Do not use C++ keyword "delete" for interface name
10448         
10449         * plugins/document-manager/anjuta-document-manager.plugin.in:
10450         Added m4 to mime-types
10451         
10452         * plugins/project-manager/plugin.c:
10453         (iproject_manager_add_source_multi):
10454         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10456 2006-10-01  Naba Kumar  <naba@gnome.org>
10458         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10459         UI file used when out-of-process devhelp is used instead of
10460         embedded devhelp.
10461         
10462         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10463         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10464         plugins/profile-default/default.anjuta: Build devhelp plugin,
10465         but use out-of-process devhelp if devhelp plugin is disabled
10466         (either by user or devhelp is not installed). Disabled devhelp
10467         plugin by default. Added it in default profile.
10469 2006-10-01  Naba Kumar  <naba@gnome.org>
10471         * plguins/project-manager/plugin.c: Possible fix for crash
10472         bug #358583.
10473         
10474         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10475         set dep to last version 3.0.2.
10476         
10477         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10478         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10479         plugins/symbol-browser/plugin.c: Use the right action group
10480         for getting popup actions (Fixes lots of assertion failures).
10482         * plugins/project-manager/plugin.c,
10483         plugins/project-manager/plugin.h: use separate action group
10484         for profie actions.
10485         
10486         * plugins/message-view/plugin.c: Disconnect session load
10487         signal on plugin deactivation (fixes a crash).
10489 2006-09-30  Naba Kumar  <naba@gnome.org>
10491         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10492         * TODO.tasks: Assigned a bounty to Massimo.
10494 2006-09-29  Naba Kumar  <naba@gnome.org>
10496         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10498 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10500         * plugins/debug-manager/debugger.c,
10501         plugins/debug-manager/plugin.c,
10502         libanjuta/interfaces/libanjuta.idl:
10503         Add a new abort command to quit debugger without waiting
10505         * plugins/gdb/debugger.c,
10506         plugins/gdb/debugger.h,
10507         plugins/gdb/plugin.c:
10508         Send a signal directly to the debugged program
10509         Implement abort command
10511         * plugins/debug-manager/debug_tree.c:
10512         Fix bug #358163
10514         * plugins/debug-manager/stack-trace.c:
10515         Fix bug #358009
10517 2006-09-29  Naba Kumar  <naba@gnome.org>
10519         * TODO.tasks: Updated.
10520         
10521         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10522         dialog.
10523         
10524         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10525         
10526         * TODO.tasks: Updated in light of the word wrapping fix
10527         in Tasks Manager. Added a test bounty entry.
10529         * TODO.tasks: Added four bounties.
10530         
10531 2006-09-28  Naba Kumar  <naba@gnome.org>
10533         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10534         Added 'customizable' parameter to
10535         anjuta_ui_add_action_group_entries() and similar functions to
10536         allow user configuration of the actions. Filter out actions that
10537         are not configurable items (such as submenu items). Now the
10538         'Customize shortcuts' dialog is much better listed.
10540         * plugins/build-basic-autotools/build-basic-autotools.c,
10541         plugins/build-basic-autotools/build-basic-autotools.h,
10542         plugins/cvs-plugin/plugin.c,
10543         plugins/cvs-plugin/plugin.h,
10544         plugins/debug-manager/breakpoints.c,
10545         plugins/debug-manager/plugin.c,
10546         plugins/debug-manager/stack_trace.c,
10547         plugins/debug-manager/watch.c,
10548         plugins/devhelp/plugin.c,
10549         plugins/document-manager/plugin.c,
10550         plugins/file-loader/plugin.c,
10551         plugins/file-manager/plugin.c,
10552         plugins/glade/plugin.c,
10553         plugins/gtodo/interface.c,
10554         plugins/gtodo/plugin.c,
10555         plugins/language-support-cpp-java/plugin.c,
10556         plugins/macro/plugin.c,
10557         plugins/macro/plugin.h,
10558         plugins/message-view/plugin.c,
10559         plugins/patch/plugin.c,
10560         plugins/profile-default/default.anjuta,
10561         plugins/project-manager/plugin.c,
10562         plugins/project-manager/plugin.h,
10563         plugins/sample1/plugin.c,
10564         plugins/search/plugin.c,
10565         plugins/subversion/plugin.c,
10566         plugins/subversion/plugin.h,
10567         plugins/symbol-browser/plugin.c,
10568         plugins/symbol-browser/plugin.h,
10569         plugins/tools/plugin.c,
10570         plugins/valgrind/plugin.c,
10571         plugins/valgrind/plugin.h: Fixed to take care of above change
10572         in API of AnjutaUI. Properly added/removed action groups in some
10573         plugins. Split action groups into customization and non-customizable
10574         groups and added them separately.
10576         * plugins/document-manager/plugin.c: Close files belonging to
10577         project when project is closed (not complete).
10578         
10579         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10580         vertical aligned cell entries.
10581         
10582         * src/anjuta-app.c: Define macros for the placeholder names.
10583         Set default widths and heights of the default placeholders,
10584         so that newly docked widgets are correclty sized.
10585         
10586         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10587         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10588         Fixed to generated correct actions addition/removal code.
10590 2006-09-25  Naba Kumar  <naba@gnome.org>
10592         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10593         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10594         class.
10595         
10596         * plugins/message-view/anjuta-msgman.c,
10597         plugins/message-view/anjuta-msgman.h,
10598         plugins/message-view/message-view.c,
10599         plugins/message-view/message-view.h,
10600         plugins/message-view/plugin.c: Serialize messages panes in
10601         session save and deserialize them in session load so that
10602         build messages persistant.
10603         
10604 2006-09-24  Johannes Schmid <jhs@gnome.org>
10606         * libanjuta/anjuta-utils.c:
10607         * plugins/message-view/message-view.c:
10608         Really fixed #355407
10610 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10612         * libanjuta/interfaces/libanjuta.idl:
10613         Change one variable sign
10615         * plugins/debug-manager/anjuta-debug-manager.glade,
10616         plugins/debug-manager/anjuta-debug-manager.ui:
10617         Few small interface changes     
10619         * plugins/debug-manager/debug_tree.h,
10620         plugins/debug-manager/watch.c,
10621         plugins/debug-manager/debugger.c,
10622         plugins/debug-manager/plugin.c
10623         plugins/gdb/debugger.c,
10624         plugins/gdb/plugin.c:
10625         Big rewrite of debugger queue
10626         Allow to cancel command
10628         * plugins/debug-manager/memory.c:
10629         Fix a bug if a command is cancelled
10631 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
10633         * plugins/gdb/debugger.c,
10634         plugins/debug-manager/debug_tree.c,
10635         plugins/debug-manager/locals.c:
10636         Restore tree representation for local variable
10637         Add argument in local variable list
10638         Use gdb variable object to get all informations
10640 2006-09-19  Naba Kumar  <naba@gnome.org>
10642         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
10643         that implements AnjutaSavePrompt class.
10645         * ChangeLog: Fixed indentation.
10646         
10647         * libanjuta/Makefile.am,
10648         libanjuta/anjuta-marshal.list,
10649         libanjuta/anjuta-shell.c,
10650         libanjuta/anjuta-shell.h,
10651         plugins/document-manager/action-callbacks.c,
10652         plugins/document-manager/action-callbacks.h,
10653         plugins/document-manager/anjuta-docman.c,
10654         plugins/document-manager/anjuta-docman.h,
10655         plugins/document-manager/plugin.c,
10656         src/anjuta.c: Impletemnted save prompt dialog to prompt for
10657         unsaved items during exit. A new signal is added in shell
10658         interface called 'save-prompt' to collect all unsaved items.
10659         Create AnjutaSavePrompt class (dialog) to process unsaved items.
10660         Fixed document manager to use the new save-prompt signal in shell
10661         and AnjutaSavePrompt object for unsaved files. Cleaned up
10662         AnjutaDocman to synchronously save new files. Fixed function
10663         names.
10665 2006-09-18  Johannes Schmid <jhs@gnome.org>
10667         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
10668         gdl requirement to 0.7.0
10670 2006-09-18  Johannes Schmid <jhs@gnome.org>
10672         * global-tags/.cvsignore:
10673         * global-tags/Makefile.am:
10674         * global-tags/create_global_tags.sh (removed):
10675         * global-tags/create_global_tags.sh.in (added):
10676         Fixed #355407
10677         
10678         * libanjuta/anjuta-launcher.c:
10679         Fixed #349374
10680         
10681         * plugins/project-manager/plugin.c:
10682         (project_manager_plugin_close_project):
10683         Fixed crasher
10684         
10685         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
10686         Fixed gtk critical
10687         
10688         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
10689         More reasonable toolbar creation/deletition though it does
10690         not completly work!
10692 2006-09-15  Johannes Schmid <jhs@gnome.org>
10694         * libanjuta/anjuta-utils.c/.h:
10695         Fixed #355168
10697 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
10699         * scintilla/ScintillaGTK.cxx
10700         Fixed doulbe freeing in Scintilla
10702 2006-09-12  Johannes Schmid  <jhs@gnome.org>
10704         * plugins/symbol-browser/an_symbol_prefs.c:
10705         Support unloading / reloading of the module (for example when
10706         closing a project and opening another one).
10708         * plugins/project-manager/plugin.c:
10709         Really fixed #355148 (Show project name in title bar)
10711 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10713         * libanjuta/plugins.c:
10714         Fixed #355156 (Show plugins in alphabetical order)
10716 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10718         * plugins/project-manager/plugin.c:
10719         Fixed #355148 (Show project name in title bar)
10721 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10723         * plugins/project-manager/plugin.c:
10724         (value_removed_project_root_uri):
10725         Fixed crasher if project cannot be opened
10727 2006-08-30 Naba Kumar  <naba@gnome.org>
10729         * plugins/language-support-cpp-java/plugin.[c,h],
10730         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10731         Impletemnted UI for auto indent.
10732         
10733 2006-08-28 Naba Kumar  <naba@gnome.org>
10734         
10735         * plugins/gvim/.cvsignore,
10736         plugins/gvim/Makefile.am,
10737         plugins/gvim/anjuta-vim-plugin.png,
10738         plugins/gvim/anjuta-vim.c,
10739         plugins/gvim/anjuta-vim.h,
10740         plugins/gvim/anjuta-vim.plugin.in,
10741         plugins/gvim/gtkvim.c,
10742         plugins/gvim/gtkvim.h,
10743         plugins/gvim/plugin.c,
10744         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
10745         in build yet.
10747 2006-08-28 Naba Kumar  <naba@gnome.org>
10749         Patch from: Massimo Corà  <maxcvs@email.it>
10750         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
10751         possible infinite loop.
10753 2006-08-22 Adam Dingle <adam@medovina.org>
10754         
10755         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
10756         to edit are shown in the preferences dialog in anjuta").
10757         Removed unused widgets from the style editor dialog.
10759 2006-08-21  Johannes Schmid <jhs@gnome.org>
10761         * plugins/symbol-browser/test-class.[cpp/h]
10762         Added missing files
10764 2006-08-18  Naba Kumar  <naba@gnome.org>
10766         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
10767         end of document loading.
10769         * plugins/language-support-cpp-java/plugin.c,
10770         plugins/sourceview/sourceview.c: Fixed plugin loading.
10772 2006-08-17  Naba Kumar  <naba@gnome.org>
10774         * plugins/language-support-cpp-java/plugin.c,
10775         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
10776         mode line parsing. Indentation parameters initialized based on
10777         mode line parameters.
10779 2006-08-16  Naba Kumar  <naba@gnome.org>
10781         * Makefile.am, plugins/editor/text_editor.c,
10782         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
10783         comments.
10785 2006-08-16 Naba Kumar  <naba@gnome.org>
10787         Patch from  Massimo Cora'  <maxcvs@email.it>:
10788         
10789         * plugins/editor/aneditor-autocomplete.cxx,
10790         plugins/editor/aneditor-calltip.cxx,
10791         plugins/symbol-browser/Makefile.am,
10792         plugins/symbol-browser/an_symbol.c,
10793         plugins/symbol-browser/an_symbol_view.c,
10794         plugins/symbol-browser/plugin.c,
10795         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
10796         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
10797         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
10798         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
10799         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
10800         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
10801         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
10802         tagmanager/get.h, tagmanager/html.c,
10803         tagmanager/include/tm_source_file.h,
10804         tagmanager/include/tm_tag.h,
10805         tagmanager/include/tm_workspace.h,
10806         tagmanager/jscript.c, tagmanager/keyword.c,
10807         tagmanager/keyword.h, tagmanager/lisp.c,
10808         tagmanager/lregex.c, tagmanager/lua.c,
10809         tagmanager/main.h, tagmanager/make.c,
10810         tagmanager/options.c, tagmanager/options.h,
10811         tagmanager/parse.c, tagmanager/parse.h,
10812         tagmanager/parsers.h, tagmanager/pascal.c,
10813         tagmanager/perl.c, tagmanager/php.c,
10814         tagmanager/python.c, tagmanager/read.c,
10815         tagmanager/read.h, tagmanager/readtags.c,
10816         tagmanager/readtags.h, tagmanager/rexx.c,
10817         tagmanager/routines.c, tagmanager/routines.h,
10818         tagmanager/ruby.c, tagmanager/scheme.c,
10819         tagmanager/sh.c, tagmanager/slang.c,
10820         tagmanager/sml.c, tagmanager/sort.c,
10821         tagmanager/sort.h, tagmanager/sql.c,
10822         tagmanager/strlist.c, tagmanager/strlist.h,
10823         tagmanager/tcl.c, tagmanager/tm_source_file.c,
10824         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
10825         tagmanager/tm_workspace.c, tagmanager/verilog.c,
10826         tagmanager/vim.c, tagmanager/vstring.c,
10827         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
10828         5.6 and namespace completion fixed.
10830         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10831         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
10833 2006-08-15 Naba Kumar  <naba@gnome.org>
10835         * libanjuta/interfaces/libanjuta.idl,
10836         plugins/editor/text-editor-iterable.c,
10837         plugins/editor/text_editor.c,
10838         plugins/sourceview/sourceview-cell.c,
10839         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
10840         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
10841         ianjuta_editor_end_action().
10842         
10843         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
10845 2006-08-13 Naba Kumar  <naba@gnome.org>
10847         * plugins/debug-manager/breakpoints.c,
10848         plugins/debug-manager/memory.c,
10849         plugins/debug-manager/registers.c,
10850         src/layout.xml: Fixed debugger widgets layout.
10852 2006-08-12 Naba Kumar  <naba@gnome.org>
10854         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
10855         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
10856         plugins/editor/editor.glade, plugins/editor/text_editor.h,
10857         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
10858         codes and dead codes. Removed automatic indentation prefs.
10860 2006-08-12  Johannes Schmid <jhs@gnome.org>
10862         * libanjuta/Makefile.am:
10863         * libanjuta/anjuta-launcher.c:
10864         * libanjuta/anjuta-launcher.h:
10865         * libanjuta/anjuta-plugin.c:
10866         * libanjuta/anjuta-plugin.h:
10867         * libanjuta/anjuta-preferences.c:
10868         * libanjuta/anjuta-preferences.h:
10869         * libanjuta/anjuta-shell.c:
10870         * libanjuta/anjuta-shell.h:
10871         * libanjuta/libanjuta.h:
10872         
10873         Made wrapper friendly:
10874         - no inline in header files (preferences_set/get)
10875         - correct signal names
10876         - correct GError** argument in anjuta_shell_freeze/thaw
10877         - include correct files in libanjuta.h
10878         
10879         * plugins/project-manager/plugin.c: 
10880         Fixed two crashers
10882 2006-08-11 Naba Kumar  <naba@gnome.org>
10884         * plugins/editor/aneditor-priv.h,
10885         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
10886         
10887         * plugins/editor/text_editor_cbs.c,
10888         plugins/sourceview/anjuta-view.c: Pass the right position for char
10889         added signal.
10890         
10891         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
10892         
10893         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
10895 2006-08-11 Naba Kumar  <naba@gnome.org>
10897         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
10898         return the right character at the iter position and get_char() to
10899         not leak memory.
10901         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
10902         to set to character offset and not byte index.
10904         * plugins/language-support-cpp-java/plugin.c: Improved
10905         auto-indentation login. Indents opening and closing braces correctly.
10907 2006-08-10  Johannes Schmid <jhs@gnome.org>
10909         * INSTALL:
10910         * autogen.sh:
10911         Required automake = 1.9
10913         * libanjuta/anjuta-children.c:
10914         * libanjuta/anjuta-children.h:
10915         * libanjuta/anjuta-encodings.h:
10916         * libanjuta/anjuta-launcher.h:
10917         * libanjuta/anjuta-plugin-description.h:
10918         * libanjuta/anjuta-preferences-dialog.h:
10919         * libanjuta/anjuta-preferences.h:
10920         * libanjuta/anjuta-session.h:
10921         * libanjuta/anjuta-status.h:
10922         * libanjuta/anjuta-ui.h:
10923         * libanjuta/anjuta-utils.c:
10924         * libanjuta/anjuta-utils.h:
10925         * libanjuta/e-splash.h:
10926         * libanjuta/glue-factory.h:
10927         * libanjuta/glue-plugin.h:
10928         * libanjuta/plugins.h:
10929         * libanjuta/resources.h:
10930         Fixed libanjuta to be able to wrap it
10931         - G_BEGIN_DECLS, G_END_DECLS
10932         - include all necessary files in libanjuta.h
10934         * plugins/gtodo/tray-icon.c:
10935         * plugins/terminal/terminal.c:
10936         Some build fixes for freebsd
10938         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10939         * plugins/sourceview/sourceview.glade:
10940         Remove auto-indent feature as it is now in language-support
10942 2006-08-09 Naba Kumar  <naba@gnome.org>
10944         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
10945         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10946         Added missing files.
10948         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
10949         get_use_spaces(), set_tabsize() and set_use_spaces().
10951 2006-08-09 Naba Kumar  <naba@gnome.org>
10953         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
10954         succeeded in activating.
10956         * plugins/document-manager/plugin.c: Added debug message.
10958         * libanjuta/interfaces/libanjuta.idl,
10959         plugins/editor/text_editor.c: Implemented get_tabsize(),
10960         get_use_spaces(), set_tabsize() and set_use_spaces().
10962         * plugins/language-support-cpp-java/Makefile.am,
10963         plugins/language-support-cpp-java/plugin.c,
10964         plugins/language-support-cpp-java/plugin.h: Used editor parameters
10965         for indentation. Added preferences page for paramenters.
10967         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
10969 2006-08-08 Naba Kumar  <naba@gnome.org>
10971         * libanjuta/interfaces/libanjuta.idl,
10972         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10973         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10974         plugins/editor/text_editor.c,
10975         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
10976         and implemented it for both scintilla and sourceview.
10978         * plugins/search/plugin.c: Use the new grab_focus() to transfer
10979         focus back to editor (happens when pressing esc in incremental
10980         search box).
10982 2006-08-08 Naba Kumar  <naba@gnome.org>
10984         * libanjuta/interfaces/libanjuta.idl,
10985         plugins/editor/text_editor.c,
10986         plugins/editor/text_editor.h,
10987         plugins/editor/text-editor-iterable.c,
10988         plugins/sourceview/sourceview-cell.c,
10989         plugins/sourceview/sourceview.c: Implemented editor attributes
10990         methods.
10991         
10992         * plugins/editor/aneditor.cxx: Disabled old indentation code.
10993         plugins/language-support-cpp-java/plugin.c: Implemented indentation
10994         code (not complete yet).
10996         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
10997         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
10998         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10999         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11000         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11001         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11003 2006-08-04 Naba Kumar  <naba@gnome.org>
11005         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11006         implementation.
11007         
11008 2006-08-03  Johannes Schmid <jhs@gnome.org>
11010         * configure.in: Add a more informative text to valgrind plugin
11012         * TODO.tasks:
11013         Modified Preferences tasl
11014         * libanjuta/anjuta-plugin.c: 
11015         * libanjuta/anjuta-preferences-dialog.c: 
11016         * libanjuta/anjuta-preferences-dialog.h:
11017         * libanjuta/anjuta-preferences.c:
11018         * libanjuta/anjuta-preferences.h:
11019         * libanjuta/interfaces/Makefile.am.iface:
11020         * libanjuta/interfaces/libanjuta.idl:
11021         Added IAnjutaPreferences interface which every plugin that has preferences should
11022         implement. Call merge() and unmerge() at plugin activation/deactivation.
11023         Fixed preferences_page_remove()
11024         
11025         * plugins/build-basic-autotools/build-basic-autotools.c:
11026         * plugins/cvs-plugin/plugin.c: 
11027         * plugins/document-manager/plugin.c:
11028         * plugins/editor/plugin.c:
11029         * plugins/editor/plugin.h:
11030         * plugins/file-manager/plugin.c: 
11031         * plugins/gtodo/main.h:
11032         * plugins/gtodo/plugin.c: 
11033         * plugins/gtodo/preferences.c: 
11034         * plugins/message-view/anjuta-msgman.c: 
11035         * plugins/message-view/anjuta-msgman.h:
11036         * plugins/message-view/plugin.c:
11037         * plugins/sourceview/plugin.c: 
11038         * plugins/sourceview/plugin.h:
11039         * plugins/symbol-browser/an_symbol_prefs.c:
11040         * plugins/symbol-browser/plugin.c: 
11041         * plugins/terminal/terminal.c: 
11042         * plugins/valgrind/plugin.c
11043         * src/anjuta-app.c:
11044         
11045         Updated preference loading/unloading for all plugins
11047 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11048         
11049         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11050         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11051     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11052         recommended by the autoconf manual. 
11053         - Fixes compiling with autoconf 2.60.
11054         
11055         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11057 2006-08-02      Johanes Schmid <jhs@gnome.org>
11059         * plugins/profile-default/plugin.c:
11060         Fixed session handling
11062 2006-08-01  Johannes Schmid <jhs@gnome.org>
11064         * configure.in
11065         * plugins/Makefile.am:
11066         Disabled devhelp and glade for now as they do not work (#341073
11067         and #341170)
11068         
11069         * plugins/profile-default/anjuta-default-profile.ui (removed):
11070         * plugins/profile-default/plugin.c:
11071         * plugins/profile-default/plugin.h:
11072         * plugins/project-manager/anjuta-project-manager.ui:
11073         * plugins/project-manager/plugin.c:
11074         * plugins/project-manager/plugin.h:
11075         Limted multiple project support #315043
11077         * libanjuta/interfaces/libanjuta.idl:
11078         Added ianjuta_profile_unload
11080 2006-07-31 Naba Kumar  <naba@gnome.org>
11082         * libanjuta/interfaces/libanjuta.idl,
11083         plugins/editor/text-editor-iterable.c,
11084         plugins/editor/text_editor.c,
11085         plugins/sourceview/anjuta-view.c,
11086         plugins/sourceview/anjuta-view.h,
11087         plugins/sourceview/sourceview.c: Fixed text iteration and 
11088         IAnjutaEditor implementations in both scintilla
11089         and sourceview. Cleand up libanjuta API: Removed redundant
11090         erase_range() method from IAnjutaEditor interface, fixed
11091         ianjuta_editor_get_text to take length instead of range (consistency).
11092         autoindentation in both sourceview and scintilla more or less works,
11093         but still disabled for now because there are still some anomalies
11094         in text iteration.
11096         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11098         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11099         API changes.
11101 2006-07-30  Johannes Schmid <jhs@gnome.org>
11103         * plugins/sourceview/anjuta-document.c:
11104         * plugins/sourceview/anjuta-document.h:
11105         * plugins/sourceview/anjuta-view.c: 
11106         * plugins/sourceview/sourceview.c:
11107         Wrote a new "char_added" implementation, I hope this one is good
11109         * plugins/sourceview/sourceview-cell.c:
11110         Fixed typo: "text_iter" instead of "iter"
11112 2006-07-30 Naba Kumar  <naba@gnome.org>
11114         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11116 2006-07-30  Johannes Schmid <jhs@gnome.org>
11118         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11119         
11120         * plugins/debug-manager/plugin.c: 
11121         * plugins/patch/plugin.c:
11122         Use IAnjutaIndicable to mark debugger position
11124         * plugins/sourceview/sourceview.c:
11125         Define colors for IAnjutaIndicable
11127 2006-07-29  Johannes Schmid <jhs@gnome.org>
11129         * plugins/debug-manager/anjuta-debug-manager.ui:
11130         * plugins/debug-manager/breakpoints.c:
11131         * plugins/debug-manager/images/Makefile.am:
11132         * plugins/debug-manager/images/run-to-cursor.png:
11133         * plugins/debug-manager/plugin.c:
11134         Added toolbar and some icons
11136         * plugins/patch/anjuta-patch.ui:
11137         * plugins/patch/patch-plugin.c:
11138         * plugins/patch/patch-plugin.glade:
11139         * plugins/patch/plugin.c:
11140         * plugins/patch/plugin.h:
11141         Improved patch plugin (GUI and function)
11143         * plugins/sourceview/sourceview.c:
11144         Fixed another Gtk-Critical
11146         * plugins/tools/anjuta-tools.ui:
11147         * plugins/tools/plugin.h:
11148         Put Patch plugin in tools menu and changed ui file
11150 2006-07-29  Johannes Schmid <jhs@gnome.org>
11152         * plugins/document-manager/plugin.c:
11153         Fixed accelator Gtk-Warning
11155         * plugins/message-view/anjuta-msgman.c: 
11156         Fixed Gtk-Warning
11158         * plugins/sourceview/anjuta-document.c:
11159         * plugins/sourceview/anjuta-document.h:
11160         * plugins/sourceview/anjuta-marshal.list:
11161         Wrote a better emitter for the char-added signal
11163         * plugins/sourceview/sourceview.c:
11164         Fixed Redo/Undo to void Gtk-Criticals
11165         
11166         * plugins/sourceview/sourceview-args.c:
11167         * plugins/sourceview/sourceview-cell.c:
11168         * plugins/sourceview/sourceview-scope.c:
11169         * plugins/sourceview/sourceview-tags.c: 
11170         Adapted to new IAnjutaIterator API
11172 2006-07-28 Naba Kumar  <naba@gnome.org>
11174         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11176         * plugins/symbol-browser/an_symbol.c,
11177         plugins/symbol-browser/an_symbol_iter.c,
11178         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11179         subclass of AnjutaSymbol so that the symbol is accessible from
11180         the iter in light of changes in IAnjutaIterable.
11182         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11183         implementation of IAnjutaIterable.
11185 2006-07-28 Naba Kumar  <naba@gnome.org>
11187         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11188         IAnjutaIterable. They were kind of useless since the interface is
11189         defined on the data object itself. Added set_position() method
11190         in IAnjutaIterable to allow setting arbitrary current index to the
11191         iter.
11192         Added erase() and erase_range() in IAnjutaEditor.
11194         * plugins/editor/text-editor-iterable.c: Fixed 
11195         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11196         methods in editor. Fixed get_line_from_position() method.
11198         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11199         code. It's disabled for now.
11201         * plugins/sourceview/sourceview-cell.c,
11202         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11203         implementation.
11205 2006-07-27  Johannes Schmid <jhs@gnome.org>
11207         * plugins/sourceview/sourceview-cell.c:
11208         Fixed IAnjutaEditorCell to work only on a single line
11209         Fixed crasher in finalize
11211         * plugins/symbol-browser/an_symbol_prefs.c:
11212         * global-tags/Makefile.am:
11213         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11214         script installation     
11216 2006-07-26 Naba Kumar  <naba@gnome.org>
11218         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11219         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11220         
11221         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11222         
11223         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11224         support plugins
11225         
11226         * plugins/editor/text-editor-iterable.c,
11227         plugins/editor/text_editor.c,
11228         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11229         method to work correctly, it was ignoring start and end parameters.
11230         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11231         emission.
11232         
11233         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11234         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11236 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11238         * plugins/symbol-browser/an_symbol_view.c,
11239         plugins/symbol-browser/an_symbol_view.h,
11240         plugins/symbol-browser/plugin.c:
11241     fix a matching case into sv_extract_type_qualifier_from_expr ()
11242     and some minor issues.
11244 2006-07-26  Johannes Schmid <jhs@gnome.org>
11246         * plugins/language-support-cpp-java/plugin.c:
11247         Fixed to work kind of with sourceview editor
11248         * plugins/sourceview/anjuta-document.c: 
11249         * plugins/sourceview/anjuta-view.c: 
11250         * plugins/sourceview/sourceview-cell.c:
11251         * plugins/sourceview/sourceview.c:
11252         Fixed IAnjutaEditorCell and "char-added" signal
11254 2006-07-24 Naba Kumar  <naba@gnome.org>
11256         * plugins/document-manager/plugin.c,
11257         plugins/document-manager/plugin.h: Initial implementedion for loading
11258         support plugins.
11259         
11260         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11261         implementation.
11262         
11263         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11264         indicators are cleared (that leaved grey texts).
11266 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11268         * libanjuta/interfaces/libanjuta.idl,
11269         plugins/debug-manager/breakpoints.c,
11270         plugins/debug-manager/memory.c,
11271         plugins/debug-manager/registers.c,
11272         plugins/debug-manager/debug_tree.c,
11273         plugins/debug-manager/debugger.c,
11274         plugins/gdb/debugger.c,
11275         plugins/gdb/debugger.h,
11276         plugins/gdb/plugin.c:
11277         Add a parameter for reporting error
11278         Add a new interface for using gdb variable object
11279         Allow to cancel commands
11280         Rewrite handling of debugger state
11282         * plugins/debug-manager/plugin.c,
11283         plugins/debug-manager/locals.c,
11284         plugins/debug-manager/locals.h,
11285         plugins/debug-manager/register.c,
11286         plugins/debug-manager/stack_trace.c,
11287         plugins/debug-manager/stack_trace.h:
11288         Create and destroy local and stack trace windows when needed
11290 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11292         * plugins/document-manager/plugin.c:
11293         Fixed "Automatic" highlighting
11295 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11297         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11299         * plugins/sourceview/anjuta-view.c:
11300         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11302 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11303         
11304         * configure.in: Check for C/C++-Compiler correctly
11306 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11308         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11310         * plugins/debug-manager/stack_trace.c:
11311         Destroy stack window when debuuger is disabled (#347414)
11312         
11313         * plugins/sourceview/anjuta-view.c:
11314         Fix a crash with popup-menu (#347412)
11316 2006-07-13 Naba Kumar  <naba@gnome.org>
11318         * plugins/editor/Makefile.am,
11319         plugins/editor/text_editor.h,
11320         plugins/editor/text-editor-iterable.h,
11321         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11322         tested yet).
11323         
11324         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11325         code.
11326         
11327         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11329 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11331         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11332         Bug #342937
11333         
11334 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11336         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11338         * libanjuta/anjuta-preferences-dialog.c:
11339         Do not use the page_num returned by gtk_notebook_append_page to
11340         remove the page as it cause bugs when pages removal is not done
11341         in LIFO.
11343         * plugins/document-manager/anjuta-docman.c:
11344         * src/anjuta-app.c:
11345         makes Anjuta display dock_items which have previously been hidden
11347 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11349         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11351         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11352         * plugins/sourceview/sourceview.c: (imark_unmark):
11353         
11354         Patches for bugs #346450 and #346295
11355         
11356         * AUTHORS: Added Fredrik
11358 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11360         * plugins/message-view/anjuta-msgman.c: 
11361         Fixed close button/icon size (like in docman)
11363 2006-06-10 Naba Kumar <naba@gnome.org>
11365         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11366         being set.
11367         
11368 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11370         * libanjuta/interfaces/libanjuta.idl:
11371         Move inspect_memory function in IAnjutaCpuDebugger interface
11372         Rename Boolean type to State
11374         * plugins/debug-manager/breakpoint.c:
11375         Rename Boolean type to State
11377         * plugins/debug-manager/Makefile.am,
11378         plugins/debug-manager/anjuta-marshal.list,
11379         plugins/debug-manager/data_view.c,
11380         plugins/debug-manager/data_view.h,
11381         plugins/debug-manager/data_buffer.c,
11382         plugins/debug-manager/data_buffer.h,
11383         plugins/debug-manager/chunk_view.c,
11384         plugins/debug-manager/chunk_view.h,
11385         plugins/debug-manager/anjuta-debug-manager.ui,
11386         plugins/debug-manager/debugger.c,
11387         plugins/debug-manager/memory.c,
11388         plugins/debug-manager/memory.h,
11389         plugins/debug-manager/plugin.c,
11390         plugins/gdb/debugger.c,
11391         plugins/gdb/debugger.h,
11392         plugins/gdb/plugin.c:
11393         Rewrite memory window using a special widget
11394         Rename Boolean type to State
11396 2006-06-08 Naba Kumar <naba@gnome.org>
11398         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11399         Do not return garbage characters and return NULL when there is no
11400         current word.
11401         
11402         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11403         work correctly.
11404         
11405         * plugins/search/search-replace.c: Fixed a mem leak.
11407 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11409         * libanjuta/anjuta-launcher.c:
11410         Added debug message (see #343522)
11411         
11412         * plugins/build-basic-autotools/build-basic-autotools.c:
11413         Patch from Günther Brammer to fix #344015
11415         * plugins/sourceview/sourceview.c:
11416         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11417         automatic highlight of build messages)
11419 2006-06-06 Naba Kumar <naba@gnome.org>
11421         * configure.in,
11422         libanjuta/interfaces/libanjuta.idl,
11423         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11424         plugins/Makefile.am,
11425         plugins/document-manager/action-callbacks.c,
11426         plugins/document-manager/plugin.c,
11427         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11428         interface for language highlight selection and langauge change
11429         signal.
11430         
11431         * plugins/language-support-cpp-java: Added language support
11432         plugin for cpp and java.
11434 2006-05-27  Naba Kumar  <naba@gnome.org>
11436         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11437         plugins/debug-manager/*, data/Makefile.am,
11438         manuals/reference/libanjuta/libanjuta.types,
11439         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11440         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11441         merged anjuta-new-debugger branch into trunck.
11442         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11444 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11445         
11446         * libanjuta/interfaces/libanjuta.idl,
11447         plugins/debug-manager/debugger.c,
11448         plugins/debug-manager/debugger.h,
11449         plugins/gdb/anjuta-gdb.plugin.in,
11450         plugins/gdb/debugger.c,
11451         plugins/gdb/debugger.h,
11452         plugins/gdb/plugin.c:
11453         Add new IAnjutaCpuDebugger interface to access cpu register
11454         Run gdb instead of /usr/local/bin/gdb
11455         
11456         * plugins/debug-manager/plugin.c,
11457         plugins/debug-manager/registers.c,
11458         plugins/debug-manager/registers.h:
11459         Rewrite register window
11460         Rename Load target menu item to Run target
11462 2006-05-07  Naba Kumar  <naba@gnome.org>
11464         * plugins/gdb.init
11465         
11466 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11468         * plugins/debug-manager/watch.c,
11469         plugins/debug-manager/breakpoint.c,
11470         plugins/debug-manager/breakpoint.h:
11471         Fix crash: disconnect save and load session signals
11473 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11475         * libanjuta/interface/libanjuta.idl,
11476         plugins/debug-manager/debugger.c,
11477         plugins/gdb/plugin.c:
11478         Add a value parameter for evaluate command
11480         * plugins/debug-manager/anjuta-debug-manager.glade:
11481         Create new dialog box for watches using glade
11483         * plugins/debug-manager/anjuta-debug-manager.ui:
11484         Move watch menu items near the end
11485         Move breakpoint menu items outside the sub menu
11487         * plugins/debug-manager/debug_tree.c,
11488         plugins/debug-manager/debug_tree.h,
11489         plugins/debug-manager/debug_tree.h,
11490         plugins/debug-manager/watch.c:
11491         Move all GUI code from watch.c to debug_tree.c
11492         Add an auto update property to watches
11493         
11494         * plugins/debug-manager/locals.c,
11495         plugins/debug-manager/locals.h,
11496         plugins/debug-manager/stack_trace.c,
11497         plugins/debug-manager/stack_trace.h,
11498         plugins/debug-manager/plugin.c:
11499         Register actions before starting debugger
11501         * plugins/gdb/debugger.c:
11502         Do not call callback function if not present
11504 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11506         * libanjuta/interfaces/libanjuta.idl,
11507         plugins/debug-manager/stack_trace.c,
11508         plugins/debug-manager/stack_trace.h,
11509         plugins/debug-manager/anjuta-debug-manager.ui,
11510         plugins/gdb/debugger.c:
11511         Add a popup menu in stack frame window
11512         Add a new frame-changed event
11513         Use MI command for getting stack informations
11514         Get filename with full path (need gdb > 6.3)
11516         * libanjuta/interfaces/libanjuta.idl,
11517         plugins/debug-manager/debug_tree.c,
11518         plugins/debug-manager/debugger.c,
11519         plugins/debug-manager/locals.c,
11520         plugins/debug-manager/locals.h,
11521         plugins/debug-manager/plugin.c,
11522         plugins/gdb/debugger.c,
11523         plugins/gdb/debugger.h,
11524         plugins/gdb/parser.c,
11525         plugins/gdb/parser.h,
11526         plugins/gdb/plugin.c,
11527         plugins/gdb/Makefile.am:
11528         Pass watch data with string instead of Watch structures
11529         Use debug_tree in local window
11530         Remove info local
11531         Remove parser.{ch}
11533         * plugins/debug-manager/breakpoints.c,
11534         plugins/debug-manager/utilities.c,
11535         plugins/debug-manager/utilities.h:
11536         Use a GtkListStore instead of a GtkTreeStore
11537         move goto_location_in_editor in utilities.c
11538         
11539 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11541         * libanjuta/interfaces/libanjuta.idl,
11542         plugins/debug-manager/anjuta-debug-manager.ui,
11543         plugins/debug-manager/breakpoints.c,
11544         plugins/debug-manager/plugin.c,
11545         plugins/gdb/debugger.c:
11546         Add a breakpoint type
11547         Add new popup menu in breakpoint window
11548         Add toggle breakpoint in editor popup menu
11549         Save and restore breakpoint enable
11550         Fix bug in clear all breakpoints
11551         Remove old useless code
11553         * plugins/debug-manager/debugger.c:
11554         Fix some problem with debugger states
11556         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11557         Update documentation
11558         
11559 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11561         * data/Makefile.am,
11562         plugins/gdb/Makefile.am,
11563         plugins/gdb/gdb.init:
11564         Move gdb.init crom data to plugins/gdb
11566         * plugins/gdb/gdb.init,
11567         libanjuta/interfaces/libanjuta.idl,
11568         plugins/debug-manager/breakpoints.c,
11569         plugins/debug-manager/debugger.c,
11570         plugins/debug-manager/plugin.c,
11571         plugins/gdb/debugger.c,
11572         plugins/gdb/plugin.c:
11573         Support pending breakpoints
11574         Rewrite debugger states
11575         Split ianjuta_debugger_log into _enable_log and _disable_log
11577         * plugins/debug-manager/start.c,
11578         plugins/debug-manager/debug_tree.c,
11579         plugins/gdb/parser.c:
11580         Remove some useless lines
11582         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11583         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11584         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11585         Update documentation
11587 2006-03-12 Naba Kumar <naba@gnome.org>
11589         * manuals/references/libanjuta/libanjuta.types: Fixed
11590         debug-manager name.
11591         
11592 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11594         * libanjuta/anjuta-debugger.c,
11595         libanjuta/anjuta-debugger.h:
11596         Remove those files
11597         
11598         * libanjuta/interfaces/libanjuta.idl,
11599         plugins/debug-mananger/breakpoints.c,
11600         plugins/debug-manager/debug_tree.c,
11601         plugins/debug-manager/debugger.c,
11602         plugins/debug-manager/plugin.c,
11603         plugins/debug-manager/registers.c,
11604         plugins/debug-manager/sharedlib.c,
11605         plugins/debug-manager/signal.c,
11606         plugins/debug-manager/stack_trace.c,
11607         plugins/debug-manager/start.c,
11608         plugins/debug-manager/watch.c,
11609         plugins/gdb/debugger.c,
11610         plugins/gdb/debugger.h,
11611         plugins/gdb/parser.c,
11612         plugins/gdb/parser.h,
11613         plugins/gdb/plugin.c:
11614         Move types definitions from libanjuta/anjuta-debugger.{ch}
11615         Rename types from AnjutaDebugger* to IAnjutaDebugger*
11616         
11617         * plugins/gdb/Makefile.am:
11618         Remove user interface from gdb plugin
11620 2006-03-12 Naba Kumar <naba@gnome.org>
11622         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
11624 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
11626         Modified Patch from Marc Maurer <uwog@uwog.net>:
11627         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
11628         Fixes #342447
11629         
11630         * plugins/sourceview/Makefile.am:
11631         * plugins/sourceview/sourceview-cell.c:
11632         * plugins/sourceview/sourceview-cell.h:
11633         * plugins/sourceview/sourceview.c: 
11634         
11635         Implemented IAnjutaEditorCell
11637 2006-05-21  Naba Kumar  <naba@gnome.org>
11639         * libanjuta/interfaces/libanjuta.idl,
11640         plugins/document-manager/action-callbacks.c,
11641         plugins/document-manager/plugin.c,
11642         plugins/editor/print.c, plugins/editor/text_editor.c,
11643         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
11644         Fixed zooming and added icons and shortcuts for zoom menu items.
11646 2006-05-21  Naba Kumar  <naba@gnome.org>
11648         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
11649         whitespaces.
11651 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11653         * plugins/document-manager/anjuta-docman.c:
11654         Fixed close button reaction by setting the correct current editor
11656 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11658         Patch from Yang Hong <yanghong@ccoss.com.cn>:
11659         * plugins/document-manager/anjuta-docman.c
11660         - Fix close button, you can close any tab as you wish now.
11661         - Fadeout mime icon as the same as close image  
11663 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11665         Patch from Marc Maurer <uwog@uwog.net>
11666         * main.c: Compile fix when NLS is enabled
11667         
11668         AUTHORS: Added Marc
11670 2006-05-20  Naba Kumar  <naba@gnome.org>
11672         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
11673         while loading abiword-2.4.4/abi project).
11675 2006-05-18 Naba Kumar  <naba@gnome.org>
11677         * libanjuta/interfaces/libanjuta.idl,
11678         plugins/document-manager/action-callbacks.c,
11679         plugins/editor/print.c,
11680         plugins/editor/text_editor.c,
11681         plugins/editor/text_editor.h,
11682         plugins/editor/text_editor_prefs.c: Fixed zooming.
11683         
11684         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
11685         interface for character iteration and IAnjutaEditorAssist interface
11686         for autocompletions and editor tips.
11688 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
11690         Patch from Günther Brammer <GBrammer@gmx.de>:
11691         * plugins/document-manager/anjuta-docman.c:
11692         Make tabs smaller but keep nice closing icon
11694         * plugins/document-manager/anjuta-docman.c:
11695         * plugins/document-manager/Makefile.am:
11696         
11697         Added nice mime-icons to the editor tabs
11699 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
11701         * configure.in: Bumped version to 2.0.3 (pre-release increment)
11702         
11703         * plugins/symbol-browser/an_symbol_view.c:
11704         - Fixed crasher
11705         - Fixed symbol searching (Yang Hong (#341997))
11706         
11707         * plugins/devhelp/htmlview.c:
11708         Fixed devhelp plugin
11709         
11710         * plugins/build-basic-autotools/build-basic-autotools.c:
11711         * plugins/search/search-replace.c:
11712         * plugins/document-manager/anjuta-docman.c:
11713         
11714         Only add a marker to a line where it makes sense!
11716 === anjuta 2.0.2 ===
11718 2006-05-15  Naba Kumar  <naba@gnome.org>
11720         * configure.in: set required versions for
11721         gdl and glade3.
11722         
11723 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11725         * plugins/glade/plugin.c:
11726         Fixed signal connection for "gtk-doc-search"
11728 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11730         * NEWS: Set release date, add known issues
11731         
11732         * libanjuta/anjuta-shell.c:
11733         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
11734         and debug other gtk-warnings/criticals)
11735         
11736         * plugins/build-basic-autotools/build-basic-autotools.c:
11737         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
11738         
11739         * plugins/sourceview/anjuta-view.c:
11740         * plugins/sourceview/sourceview-args.c:
11741         * plugins/sourceview/sourceview-scope.c:
11742         * plugins/sourceview/sourceview-tags.c:
11743         Fixed gtk-criticals (gtk_source_language_get_mime_types)
11745 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11747         * pixmaps/Makefile.am:
11748         Add preferences_general.png
11749         
11750         * plugins/devhelp/plugin.c:
11751         Fixed some more realise things
11752         
11753         * plugins/message-view/anjuta-msgman.c:
11754         Support stock icons for message panes
11755         
11756         * plugins/search/search-replace.c:
11757         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
11758          
11759         * plugins/search/search-replace_backend.c:
11760         Fixed #341359
11761         
11762         * plugins/sourceview/anjuta-document.c:
11763         * plugins/sourceview/sourceview.c:
11764         Fixed finalise and tag completion
11765         
11766         * src/anjuta-app.c:
11767         Use preferences_general icon
11769 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11771         * pixmaps/Makefile.am:
11772         Fixed EXTRA_DIST
11774 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11776         * plugins/sourceview/sourceview-prefs.c:
11777         Fixed font & color handling
11778         
11779         * plugins/symbol-browser/an_symbol_view.c:
11780         Fixed crasher
11782 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
11784         * plugins/macro/macros.xml:
11785         Fixed bug #341583 (Address of FSF)
11787 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
11789         * src/main.c:
11790         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
11791         Update: Do it the cool way...
11792         
11793 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11795         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
11796         Implement gtk-api-help signals of glade3
11797         * configure.in: Bump to glade3 2.91.2
11798         
11799         * plugins/devhelp/plugin.c:
11800         Fixed some realize stuff in the devhelp plugin
11801         
11802         * plugins/sourceview/anjuta-document.c:
11803         fixed bug with scope completion
11805 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11807         * plugins/symbol-browser/an_symbol_view.c
11808         * plugins/symbol-browser/an_symbol_prefs.c
11809         * plugins/symbol-browser/an_symbol_prefs.h
11810         * global_tags/create_global_tags.sh:
11811         
11812         Automaticly create global tags on first startup
11814 2006-05-08  Massimo Cora'  <maxcvs@email.it>
11816         * configure.in:
11817         * plugins/project-wizard/templates/Makefile.am:
11818         * (added) plugins/project-wizard/templates/cpp-logo.png:
11819         * (added) plugins/project-wizard/templates/cpp.wiz:
11820         * (added) plugins/project-wizard/templates/cpp/*:
11822         Added a generic c++ template. It's a simple hello world.
11824 2006-05-07  Massimo Cora' <maxcvs@email.it>
11826         * plugins/symbol-browser/an_symbol_view.c:
11827         fixed a stupid crasher.
11829 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
11831         * plugins/project-wizard/templates/wxwin/configure.in.tpl
11832         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
11833         
11834         Fixed WxWidgets project type
11836 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11838         * plugins/devhelp/htmlview.c: 
11839         * plugins/devhelp/plugin.c:
11840         Maybe I fixed the crash this time! I could at least not reproduce anymore!
11841         
11842         * plugins/project-wizard/install.c:
11843         Don't set a message - thanks to seb
11845 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11847         * plugins/devhelp/htmlview.c: 
11848         * plugins/symbol-browser/an_symbol_view.c:
11849         
11850         There is a weird crash in gtk_idle which I still did not completly fix!
11851         
11852         * plugins/project-wizard/install.c:
11853         Default to success instead of failure
11855 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
11857         * plugins/devhelp/htmlview.c:
11858         * plugins/devhelp/plugin.c:
11859         Fixed bug and libdevhelp issue!
11861         * plugins/project-wizard/install.c:
11862         Fixed message string!
11864 2006-05-03  Massimo Cora' <maxcvs@email.it>
11865        
11866         * plugins/symbol-browser/an_symbol_view.c:
11867         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
11869 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11871         * pixmaps/Makefile.am:
11872         * src/main.c:
11873         * anjuta.desktop.in.in
11874         
11875         GNOME Goal #2.1: Install theme-friendly icons
11877 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11879         * plugins/devhelp/htmlview.c: Reload page on reparent
11880         * plugins/document-manager/anjuta-docman.c:
11881         Present document-manager when document is selected in file-manager
11883 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11885         * plugins/symbol-broser/an_symbol_view.c:
11886         Fixed crasher in namespace exploration
11888 2006-05-01  Massimo Cora' <maxcvs@email.it>
11890         * configure.in:
11891         * plugins/valgrind/Makefile.am:
11893         Optional compiling of Valgrind plugin
11895 2006-05-01  Massimo Cora' <maxcvs@email.it>
11897         * plugins/symbol-browser/an_symbol_view.c:
11898         - modularized code. Marked with FIXME the parts which need improvement.
11899         - More comments.
11900     - Added basic namespace completion for Gtkmm type project:
11901     - namespace1::MyClass *class;
11902     - class-> [display]
11903     - Namespaces must be anyway improved.
11905 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11907         * plugins/devhelp/plugin.c: 
11908         Fixed up plugin unloading and show html widget on link selected
11909         
11910         * NEWS: Updated
11911         
11912 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11914         * plugins/devhelp/Makefile.am:
11915         * plugins/devhelp/anjuta-devhelp.plugin.in:
11916         * plugins/devhelp/htmlview.c:
11917         * plugins/devhelp/htmlview.h:
11918         * plugins/devhelp/plugin.c: 
11919         * plugins/devhelp/plugin.h:
11920         Reimplemeted devhelp plugin from scratch
11921         
11922         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
11923         Fixed crasher
11925 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
11927         * plugins/sourceview/sourceview-tags.c:
11928         complete some more tag types
11929         
11930         * plugins/valgrind/plugin.c:
11931         * plugins/valgrind/preferences.c:
11932         * plugins/valgrind/vggeneralprefs.c:
11933         
11934         Fixed lots of gtk warnings
11936 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
11938         * plugins/sourceview/sourceview-scope.c:
11939         Implemented type-ahead for scope completion
11941 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
11943         * manuals/C/Makefile.am:
11944         * manuals/Makefile.am:
11945         * plugins/document-manager/Makefile.am:
11946         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11947         * plugins/sourceview/Makefile.am:
11948         * tagmanager/c.c:
11949         
11950         Fixed distcheck
11951         
11952         * plugins/class-gen/goc_template_header: G_END_DECLS
11954 2006-05-27  Naba Kumar <naba@gnome.org>
11956         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
11957         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
11958         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
11959         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
11960         scintilla/include/Scintilla.iface,
11961         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
11962         cvs. Fixed compile flags. Removed outdated patches.
11964 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
11966         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
11968         * plugins/sourceview/anjuta-document.c:
11969         * plugins/sourceview/sourceview-args.c:
11970         * plugins/sourceview/sourceview-scope.c:
11971         
11972         Add End/Home keypresses and support completion if symbol start with '!' for example
11973         in an if statement
11975 2006-04-27 Massimo Cora' <maxcvs@email.it>
11977         * libanjuta/interfaces/libanjuta.idl:
11979         * plugins/sourceview/sourceview-scope.c:
11980         * plugins/sourceview/tag-window.c: 
11981         * plugins/sourceview/tag-window.h:
11982         * plugins/symbol-browser/an_symbol_view.c:
11983         * plugins/symbol-browser/an_symbol_view.h:
11984         * plugins/symbol-browser/plugin.c:
11985         
11986         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
11987         interface.
11988         Code and ideas for C/C++ new completion engine comes from IComplete written by
11989         Martin Stubenschrott <stubenschrott@gmx.net>.
11990         Currently the interface works only with GtkSourceView plugin.   
11991         
11992         * tagmanager/Makefile.am:
11993         * tagmanager/c.c: 
11994         * tagmanager/entry.h:
11995         * tagmanager/get.c:
11996         * tagmanager/get.h:
11997         * tagmanager/include/tm_file_entry.h:
11998         * tagmanager/include/tm_project.h:
11999         * tagmanager/include/tm_source_file.h:
12000         * tagmanager/include/tm_symbol.h:
12001         * tagmanager/include/tm_tagmanager.h:
12002         * tagmanager/include/tm_work_object.h:
12003         * tagmanager/include/tm_workspace.h:
12004         * tagmanager/parse.c:
12005         * tagmanager/read.c: 
12006         * tagmanager/read.h:
12007         * tagmanager/tm_project.c: 
12008         * tagmanager/tm_source_file.c: 
12009         * tagmanager/tm_workspace.c:
12010         
12011         Tagmanager can now parse a memory buffer and generate/update 
12012         tags into tm_workspace/tm_project on the fly, without using files.
12013         C/C++ is supported now.
12014         
12015 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12017         * plugins/sourceview/anjuta-document.c:
12018         * plugins/sourceview/sourceview-args.c:
12019         * plugins/sourceview/sourceview-scope.c:
12020         * plugins/sourceview/sourceview.c:
12021         
12022         Fixed some memory leaks and argument completion
12024 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12026         * plugins/glade/plugin.c:
12027         
12028         Fixed glade plugin build because of API changes in glade3
12030 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12032         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12033         Updated editor section
12034         
12035         * manuals/C/anjuta-manual/interface.xml:
12036         * manuals/C/anjuta-manual/preferences.xml:
12037         * manuals/C/anjuta-manual/projects.xml:
12038         Updated manual
12039         
12040         * plugins/editor/anjuta-editor.plugin.in:
12041         Better plugin name
12043 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12045         * configure.in:
12046         * plugins/editor/anjuta-editor.plugin.in:
12047         * plugins/sourceview/sourceview.plugin.in:
12049         Build both editors and let the user decide a runtime!
12050         
12051         * plugins/sourceview/sourceview-scope.c:
12052         Fixed bug in regex to allow test()-> completions
12054 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12056         * plugins/sourceview/anjuta-document.c:
12057         * plugins/sourceview/sourceview-args.c: 
12058         * plugins/sourceview/sourceview-scope.c:
12059         * plugins/sourceview/sourceview-tags.c:
12060         * plugins/sourceview/tag-window.c: 
12061         
12062         Improved callltip windows
12064 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12066         * src/anjuta-app.c: (on_session_save):
12067         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12068         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12070 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12072         * libanjuta/anjuta-utils.c: 
12073         * plugins/cvs-plugin/cvs-execute.c:
12074         Off-by-one...
12076         * scintilla/LexInno.cxx:
12077         * scintilla/LexOpal.cxx:
12078         * scintilla/LexTCL.cxx:
12080         Added missing files from scintilla-update
12082 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12084         * configure.in:
12085         * manuals/C/Makefile.am:
12086         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12087         * manuals/C/anjuta-manual/Makefile.am:
12088         * manuals/C/anjuta-manual/anjuta-manual.xml:
12089         * manuals/C/anjuta-manual/build.xml:
12090         * manuals/C/anjuta-manual/debugger.xml:
12091         * manuals/C/anjuta-manual/execute.xml:
12092         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12093         * manuals/C/anjuta-manual/figures/arguments.png:
12094         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12095         * manuals/C/anjuta-manual/figures/file_menu.png:
12096         * manuals/C/anjuta-manual/figures/menu_main.png:
12097         * manuals/C/anjuta-manual/figures/menubar.png:
12098         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12099         * manuals/C/anjuta-manual/figures/project_info.png:
12100         * manuals/C/anjuta-manual/figures/scrshot.png:
12101         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12102         * manuals/C/anjuta-manual/figures/tool-editor.png:
12103         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12104         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12105         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12106         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12107         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12108         * manuals/C/anjuta-manual/fileoperations.xml:
12109         * manuals/C/anjuta-manual/interface.xml:
12110         * manuals/C/anjuta-manual/introduction.xml:
12111         * manuals/C/anjuta-manual/preferences.xml:
12112         * manuals/C/anjuta-manual/projects.xml:
12113         * manuals/C/anjuta-manual/tools.xml:
12114         * manuals/Makefile.am:
12115         
12116         Updated manual and faq
12118         * scintilla/CallTip.cxx:
12119         * scintilla/CallTip.h:
12120         * scintilla/CellBuffer.cxx:
12121         * scintilla/CellBuffer.h:
12122         * scintilla/ContractionState.cxx:
12123         * scintilla/Document.cxx:
12124         * scintilla/Document.h:
12125         * scintilla/DocumentAccessor.cxx:
12126         * scintilla/Editor.cxx:
12127         * scintilla/Editor.h:
12128         * scintilla/ExternalLexer.cxx:
12129         * scintilla/Indicator.cxx:
12130         * scintilla/KeyMap.cxx:
12131         * scintilla/KeyWords.cxx:
12132         * scintilla/LexAU3.cxx:
12133         * scintilla/LexBash.cxx:
12134         * scintilla/LexCPP.cxx:
12135         * scintilla/LexCaml.cxx:
12136         * scintilla/LexCsound.cxx:
12137         * scintilla/LexEiffel.cxx:
12138         * scintilla/LexGui4Cli.cxx:
12139         * scintilla/LexHTML.cxx:
12140         * scintilla/LexLua.cxx:
12141         * scintilla/LexMSSQL.cxx:
12142         * scintilla/LexOthers.cxx:
12143         * scintilla/LexPOV.cxx:
12144         * scintilla/LexPython.cxx:
12145         * scintilla/LexRuby.cxx:
12146         * scintilla/LexSQL.cxx:
12147         * scintilla/LexVB.cxx:
12148         * scintilla/Makefile.am:
12149         * scintilla/PlatGTK.cxx:
12150         * scintilla/PropSet.cxx:
12151         * scintilla/RESearch.cxx:
12152         * scintilla/RESearch.h:
12153         * scintilla/ScintillaBase.cxx:
12154         * scintilla/ScintillaGTK.cxx:
12155         * scintilla/StyleContext.h:
12156         * scintilla/ViewStyle.cxx:
12157         * scintilla/ViewStyle.h:
12158         * scintilla/XPM.cxx:
12159         * scintilla/include/KeyWords.h:
12160         * scintilla/include/Platform.h:
12161         * scintilla/include/PropSet.h:
12162         * scintilla/include/SciLexer.h:
12163         * scintilla/include/Scintilla.h:
12164         * scintilla/include/Scintilla.iface:
12165         * scintilla/include/ScintillaWidget.h:
12166         * scintilla/lexers.make:
12168         Update to scintilla 1.68
12170         * src/anjuta-app.c:
12171         Only show help items which are really availible
12173         * plugins/cvs-plugin/cvs-callbacks.c
12174         * plugins/cvs-plugin/cvs-execute.c
12175         * plugins/cvs-plugin/subversion-callbacks.c:
12176         * libanjuta/anjuta-utils.c:
12177         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12179 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12181         * plugins/project-wizard/install.c,
12182         * plugins/project-wizard/autogen.c:
12183         Add error messages if using a read only directory
12184         Improve fix for bug #339296
12186 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12188         * libanjuta/interfaces/libanjuta.idl:
12189         * plugins/document-manager/action-callbacks.c:
12190         * plugins/document-manager/plugin.c:
12191         * plugins/editor/text_editor.c:
12192         Added IAnjutaEditorGoto 
12194         * plugins/editor/aneditor.cxx:
12195         * plugins/editor/aneditor.h:
12196         * plugins/editor/text_editor.h:
12197         * plugins/editor/text_editor_prefs.c:
12198         
12199         Fixed #305076
12201 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12203         * libanjuta/interfaces/libanjuta.idl:
12204         * plugins/document-manager/action-callbacks.c:
12205         * plugins/document-manager/anjuta-docman.c:
12206         * plugins/document-manager/plugin.c:
12207         * plugins/editor/text_editor.c: 
12208         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12209         
12210         * plugins/sourceview/sourceview.c:
12211         * plugins/sourceview/sourceview.glade:
12212         Fixed some uft-8 issues and added a preference option
12213         to enable/disable gnome-vfs monitoring
12214         
12215         * scintilla/Makefile.am:
12216         * scintilla/include/Makefile.am:
12217         Fixed build
12219 2006-04-20  Massimo Cora' <maxcvs@email.it>
12221         * libanjuta/interfaces/libanjuta.idl:
12222         Remove get_current_pos () because we have get_position()
12224 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12226         * NEWS: Updated
12227         * plugins/sourceview/tag-window.c:
12228         Don't close window on PageUp/PageDown
12230 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12232         * data/Makefile.am:
12233         * manuals/reference/libanjuta/Makefile.am:
12234         
12235         Some build fixes
12236         
12237         * src/Makefile.am:
12238         * src/bacon-message-connection.c: 
12239         * src/bacon-message-connection.h: (both from gedit)
12240         * src/main.c:
12241         
12242         Fixed #312319 (Opening files when Anjuta is already open)
12244 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12246         * TODO.tasks: Updated
12247         * plugins/sourceview/anjuta-view.c: 
12248         * plugins/sourceview/anjuta-view.h:
12249         * plugins/sourceview/sourceview.c: 
12250         
12251         * configure.in: Fix --enable-plugin-scintilla
12252         
12253         Added char_added signal
12255 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12257         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12258         
12259         Fixed diff for utf8
12260         
12261         * plugins/sourceview/sourceview.c:
12262         Fixed VFS monitoring (still a bit buggy)
12263         
12264         * plugins/sourceview/sourceview-args.c:
12265         * plugins/sourceview/tag-window.c: 
12266         
12267         Better sizing for the popup-window
12269 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12271         * plugins/project-wizard/templates/gnome/src/main.c:
12272         * plugins/project-wizard/templates/gnome/src/project.glade:
12273         * plugins/project-wizard/templates/gtk/src/main.c: 
12274         * plugins/project-wizard/templates/gtk/src/project.glade:
12275         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12276         
12277         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12278         
12279 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12281         * configure.in: More removal of obsoleteness.
12282         * po/no.po:
12284 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12286         * ROADMAP:
12287         * libanjuta/anjuta-preferences.c: 
12288         * libanjuta/anjuta-utils.c: 
12289         * libanjuta/anjuta-utils.h:
12290         * plugins/message-view/message-view.c:
12291         
12292         Changed color functions and moved convert_color to anjuta-utils.h
12293         
12294         * plugins/message-view/anjuta-message-manager-plugin.glade:
12295         GnomeColorPicker -> GtkColorButton (bug #309154)
12296         
12297         * plugins/sourceview/plugin.c:
12298         * plugins/sourceview/sourceview-prefs.c:
12299         * plugins/sourceview/sourceview.glade:
12300         Added color and font preferences
12302         * plugins/sourceview/sourceview-tags.c:
12303         Only show as much choices as configured in preferences
12305 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12307         * ROADMAP, NEWS: Updated (we are far behind ;-)
12308         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12310 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12312         * configure.in:
12313         * plugins/editor/Makefile.am:
12314         * scintilla/Makefile.am
12315         
12316         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12317         
12318         * global-tags/Makefile.am:
12319         * global-tags/create_global_tags.sh:
12320         * plugins/symbol-browser/an_symbol_prefs.c:
12321         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12322         * plugins/symbol-browser/plugin.h:
12323         * tagmanager/include/tm_workspace.h:
12324         * tagmanager/tm_workspace.c:
12325         
12326         Fixed symbol-browser prefs and move global tags generation from installtion to
12327         preferences to make the life easier for distributers and to allow updates after installtion
12329         * plugins/document-manager/action-callbacks.c: 
12330         * plugins/document-manager/action-callbacks.h:
12331         * plugins/document-manager/anjuta-document-manager.ui:
12332         * plugins/document-manager/indent-util.c:
12333         * plugins/document-manager/plugin.c:
12334         * plugins/editor/text_editor.c:
12335         
12336         Moved indent stuff to document-manager
12337         
12338         * plugins/sourceview/anjuta-view.c: 
12339         * plugins/sourceview/sourceview-args.c: 
12340         * plugins/sourceview/sourceview-scope.c:
12341         * plugins/sourceview/sourceview-tags.c: 
12342         * plugins/sourceview/sourceview.c:
12343         
12344         Fixed several bugs
12345         
12346         * plugins/sourceview/sourceview.plugin (removed):
12347         * plugins/sourceview/sourceview.plugin.in:
12348         Editor is not user-activatible
12349         
12350         * plugins/sourceview/sourceview.png:
12351         Updated icon
12353 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12355         * src/anjuta-app.c: Fixed crasher on plugin unloading
12357 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12359         * plugins/sourceview/sourceview.c
12360         * plugins/sourceview/sourceview-args.c
12361         * plugins/sourceview/sourceview-args.h:
12362         
12363         Polished argument completion
12365 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12367         * plugins/message-view/anjuta-msgman.c:
12368         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12369         
12370         Show message pane on switch (does not work, anjuta_shell needs a fix)
12371         
12372         * plugins/sourceview/Makefile.am:
12373         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12374         * plugins/sourceview/sourceview-args.c: 
12375         * plugins/sourceview/sourceview-args.h:
12376         * plugins/sourceview/sourceview-private.h:
12377         * plugins/sourceview/sourceview-scope.c: 
12378         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12379         * plugins/sourceview/sourceview-tags.c:
12380         * plugins/sourceview/sourceview.c:
12381         * plugins/sourceview/tag-window.c:
12382         * plugins/sourceview/tag-window.h:
12383         
12384         Added scope and argument completion
12386 2006-04-03  Johannes Schmid <jhs@gnome.org>
12388         * TODO.tasks
12389         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12390         (on_widget_remove):
12391         Save toolbar state
12393         * plugins/sourceview/sourceview.c: (iselect_clear):
12394         Make "Delete"-key working
12396         * configure.in: #336389
12398 2006-04-03  Johannes Schmid <jhs@gnome.org>
12400         * plugins/sourceview/Makefile.am:
12401         * plugins/sourceview/anjuta-view.c:
12402         * plugins/sourceview/plugin.c: 
12403         * plugins/sourceview/sourceview-private.h:
12404         * plugins/sourceview/sourceview-scope.c:
12405         * plugins/sourceview/sourceview-scope.h:
12406         * plugins/sourceview/sourceview-tags.c: 
12407         * plugins/sourceview/sourceview-tags.h:
12408         * plugins/sourceview/sourceview.c:
12409         * plugins/sourceview/sourceview.h:
12410         * plugins/sourceview/tag-window.c:
12411         
12412         - fixed goto_file_line
12413         - scroll to cursor on undo/redo
12414         - show correct popup-menu
12415         - scope completion (not ready yet)
12417 2006-04-03  Johannes Schmid <jhs@gnome.org>
12419         * plugins/sourceview/plugin.c: 
12420         * plugins/sourceview/sourceview-tags.c:
12421         * plugins/sourceview/sourceview.c: 
12422         * plugins/sourceview/sourceview.h:
12423         * plugins/sourceview/tag-window.c:
12424         
12425         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12427 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12429         * plugins/sourceview/sourceview.c:
12430         Fixed next/previous bookmark.
12431         Toggled bookmark (set/unset).
12433 2006-04-03  Johannes Schmid <jhs@gnome.org>
12435         * plugins/document-manager/action-callbacks.c:
12436         Fixed Gtk-Warning in goto_line
12437         
12438         * plugins/sourceview/Makefile.am:
12439         * plugins/sourceview/anjuta-document.c:
12440         * plugins/sourceview/anjuta-view.c: 
12441         * plugins/sourceview/anjuta-view.h:
12442         * plugins/sourceview/sourceview-autocomplete.c:
12443         * plugins/sourceview/sourceview-autocomplete.h:
12444         * plugins/sourceview/sourceview-private.h:
12445         * plugins/sourceview/sourceview-tags.c:
12446         * plugins/sourceview/sourceview-tags.h:
12447         * plugins/sourceview/sourceview.c:
12448         * plugins/sourceview/tag-window.c:
12449         * plugins/sourceview/tag-window.h:
12450         Created a nice API for tag and completion windows
12451         
12452         * plugins/sourceview/sourceview-print.h:
12453         * plugins/sourceview/sourceview-print.c:
12454         Added printing
12455                 
12456 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12458         * plugins/sourceview/sourceview.c:
12459         Fixed typo (Sort bookmarks).
12460         
12461 2006-04-01  Johannes Schmid <jhs@gnome.org>
12463         * plugins/sourceview/anjuta-document.c:
12464         * plugins/sourceview/anjuta-document.h:
12465         * plugins/sourceview/anjuta-view.c:
12466         * plugins/sourceview/anjuta-view.h:
12467         * plugins/sourceview/sourceview-autocomplete.c:
12468         * plugins/sourceview/sourceview-autocomplete.h:
12469         * plugins/sourceview/sourceview-prefs.c:
12470         * plugins/sourceview/sourceview-prefs.h:
12471         * plugins/sourceview/sourceview-private.h:
12472         * plugins/sourceview/sourceview-tags.c:
12473         * plugins/sourceview/sourceview-tags.h:
12474         * plugins/sourceview/sourceview.c:
12475         * plugins/sourceview/sourceview.glade:
12476         * plugins/sourceview/tag-window.c: 
12477         * plugins/sourceview/tag-window.h:
12478         
12479         Improved code complete and autocomplete
12481 2006-04-01  Johannes Schmid <jhs@gnome.org>
12483         * plugins/sourceview/Makefile.am:
12484         * plugins/sourceview/bookmark.png:
12485         * plugins/sourceview/marker-attentive.png:
12486         * plugins/sourceview/marker-basic.png:
12487         * plugins/sourceview/marker-intense.png:
12488         * plugins/sourceview/marker-light.png:
12489         * plugins/sourceview/sourceview.c: 
12490         
12491         Added pixmaps for all marker types and show bookmarks
12492         
12493         * configure.in
12494         * plugins/sourceview/Makefile.am:
12495         Build sourceview on 2.14 only
12497 2006-03-31  Johannes Schmid <jhs@gnome.org>
12499         * plugins/sourceview/Makefile.am:
12500         * plugins/sourceview/anjuta-document.c:
12501         * plugins/sourceview/anjuta-view.c:
12502         * plugins/sourceview/anjuta-view.h:
12503         * plugins/sourceview/sourceview-autocomplete.c:
12504         * plugins/sourceview/sourceview-private.h:
12505         * plugins/sourceview/sourceview-tags.c:
12506         * plugins/sourceview/sourceview-tags.h:
12507         * plugins/sourceview/sourceview.c: 
12508         * plugins/sourceview/tag-window.c:
12509         * plugins/sourceview/tag-window.h:
12510         
12511         Added code completion with tag manager to the editor and fixed a save_as bug
12513 2006-03-31  Johannes Schmid <jhs@gnome.org>
12515         * src/main.c: Revert patch from Rob to allow building with
12516         Gnome 2.12
12517         * configure.in: Require at least 2.12 libraries
12519 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12521         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12523         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12524         Improve anjuta-plugin project template: Added missed files dist tarball
12525         (make dist)
12527         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12528         typo
12530 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12532         reviewed by: Johannes Schmid <jhs@gnome.org>
12534         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12535         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12536         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12537         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12538         
12539         Improve anjuta-plugin project template. Also fix for #322744
12541 2006-03-27  Johannes Schmid <jhs@gnome.org>
12543         * plugins/sourceview/sourceview-private.h:
12544         plugins/sourceview/sourceview.c:
12545         
12546         Added basic bookmark support
12548 2006-03-27  Johannes Schmid <jhs@gnome.org>
12550         * TODO.tasks:
12551         Updated
12552         
12553         Patch from Rob Bradfort <robster@debian.org>:
12554         * src/main.c: (get_command_line_args), (main):
12555         Migration from popt to GOption
12556         
12557 2006-03-26 Naba Kumar  <naba@gnome.org>
12559         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12560         size to scale itself with theme.
12562 2006-03-26 Naba Kumar  <naba@gnome.org>
12564         * plugins/file-manager/an_file_view.c,
12565         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12566         when symbolview and fileview objects are destroyed to avoid crashes
12567         after the plugins are disabled.
12569 2006-03-26 Naba Kumar <naba@gnome.org>
12571         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12572         Deleted unused file.
12573         
12574         * plugins/glade/plugin.c: Be able to close glade plugin when there
12575         there is no glade project loaded.
12576         
12577         * plugins/sourceview/sourceview.plugin,
12578         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12580 2006-03-23  Naba Kumar  <naba@gnome.org>
12582         * plugins/editor/print.c: Fixed a bug where some sections of
12583         printed/previewed text is not highlighted.
12584         
12585 2006-03-20  Johannes Schmid <jhs@gnome.org>
12587         * libanjuta/interfaces/libanjuta.idl:
12588         Added IAnjutaPrint
12589         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12590         as we do not use private apis. Show help window and startup because it does 
12591         not survive gdl
12592         
12593         * plugins/document-manager/action-callbacks.c:
12594         plugins/editor/Makefile.am:
12595         plugins/editor/text_editor.c:
12596         plugins/editor/print.c:
12597         plugins/editor/print.h:
12598         
12599         Fixed printing (nobody has missed it BTW ;-)
12600         
12601         * plugins/sourceview/sourceview.c:
12602         Fixed a crasher
12604 2006-03-20 Naba Kumar <naba@gnome.org>
12606         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12607         devhelp >= 0.9 < 0.11 versions.
12608         
12609 2006-03-20  Johannes Schmid <jhs@gnome.org>
12611         * plugins/sourceview/anjuta-document-loader.c
12612         plugins/sourceview/sourceview.c:
12613         
12614         Fixed encoding bugs
12616 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12618         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
12619         Fixed bug (line position)
12620         Give the good line position whatever the active editor.
12622 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
12624         * configure.in: Added fi to ALL_LINGUAS
12626 2006-03-19  Johannes Schmid <jhs@gnome.org>
12628         * plugins/sourceview/anjuta-document-loader.c:
12629         replace gnome_vfs_get_mime_type_for_name_and data
12631         * plugins/build-basic-autotools/build-basic-autotools.c:
12632         Fixed #335142
12634 2006-03-17  Johannes Schmid <jhs@gnome.org>
12636         * plugins/editor/editor.glade:
12637         Added style-editor again after it got lost somehow
12639 2006-03-17  Johannes Schmid <jhs@gnome.org>
12641         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
12642         configure.in: require devhelp 0.11
12643         
12644         Post 0.11 devhelp versions (CVS) do not work because of an API change...
12646         plugins/build-basic-autotools/build-basic-autotools.c:
12647         forgot a an installtion callback for the "install as root"-feature
12649 2006-03-17  Massimo Cora' <maxcvs@email.it>
12651         reviewed by: Johannes Schmid <jhs@gnome.org>
12653         * plugins/class-gen/anjuta-class-gen-plugin.glade
12654         plugins/class-gen/class_gen.c 
12655         plugins/class-gen/goc_template_header
12656         plugins/class-gen/goc_template_source
12657         
12658         Fixed bug #334663
12660 2006-03-16  Johannes Schmid <jhs@gnome.org>
12662         * plugins/sourceview/sourceview.c:
12663         Fixed "save-point" signal for undo actions
12665 2006-03-16  Massimo Cora' <maxcvs@email.it>
12666         
12667         reviewed by: Johannes Schmid <jhs@gnome.org>
12668         
12669         * plugins/document-manager/anjuta-docman.c:
12670         Implement tab drag and drop
12672 2006-03-16  Johannes Schmid <jhs@gnome.org>
12674         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
12675         plugins/build-basic-autotools/build-basic-autotools.c:
12676         
12677         Implemented "install as root"-feature (#321455)
12679 2006-03-16  Johannes Schmid <jhs@gnome.org>
12681         * mime/.cvsignore
12682         plugins/sourceview/.cvsignore
12683         plugins/tools/scripts/.cvsignore:
12684         Added/extended .cvsignore files
12685         
12686         * plugins/sourceview/sourceview-autocomplete.c:
12687         plugins/sourceview/sourceview-autocomplete.h:
12688         plugins/sourceview/sourceview-prefs.c:
12689         plugins/sourceview/sourceview-private.h:
12690         plugins/sourceview/sourceview.glade:
12691         Autcomplete just works(tm) now and respects preferences
12692         
12693         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
12694         Use better algorithm from autocomplete
12696 2006-03-15  Johannes Schmid <jhs@gnome.org>
12698         * src/anjuta-app.c:
12699         Fixed bug #304495
12701 2006-03-15  Johannes Schmid <jhs@gnome.org>
12703         * libanjuta/interfaces/libanjuta.idl:
12704         plugins/class-gen/class_gen.c:
12705         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
12706         plugins/project-manager/plugin.c:
12707         
12708         Allow to add multiple source files (#320191)
12709         
12710         * configure.in: Require gnome-build 0.1.3
12712 2006-03-14  Johannes Schmid <jhs@gnome.org>
12714         * plugins/macro/macro-utils.c: Fixed bug #333606
12715         * plugins/file-wizard/file.c: Fixed bug #333601
12717 2006-03-13  Johannes Schmid <jhs@gnome.org>
12719         * plugins/sourceview/sourceview_autocomplete.c
12720         plugins/sourceview/sourceview_autocomplete.h
12721         plugins/sourceview/sourceview.c
12722         plugins/sourceview/sourceview-private.h
12723         plugins/sourceview/sourceview-prefs.c:
12724         
12725         Cleaned up and fixed several issues
12726         
12727 2006-03-13  Johannes Schmid <jhs@gnome.org>
12729         * plugins/sourceview/Makefile.am:
12730         plugins/sourceview/sourceview-autocomplete.c
12731         plugins/sourceview/sourceview-autocomplete.h:
12732         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12733         plugins/sourceview/sourceview-private.h:
12734         plugins/sourceview/sourceview.c:
12735         
12736         Added (buggy) autocomplete feature to sourceview
12737         
12738 2006-03-12 Naba Kumar <naba@gnome.org>
12740         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
12741         libanjuta/anjuta-session.c: Added API docs.
12743 2006-03-12 Naba Kumar <naba@gnome.org>
12745         * TODO.tasks: Added couple of tasks.
12746         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
12747         Register private class as early as possible so that members could
12748         point to self class. Code clean up.
12750 2006-03-12 Naba Kumar <naba@gnome.org>
12752         * po/POTFILES.in, po/POTFILES.skip: Updated.
12754 2006-03-11 Naba Kumar <naba@gnome.org>
12756         * libanjuta/anjuta-shell.c,
12757         plugins/document-manager/anjuta-docman.c,
12758         plugins/document-manager/plugin.c,
12759         plugins/symbol-browser/an_symbol_search.c,
12760         plugins/valgrind/vgrule-list.c: Use correct signal names while
12761         creating them.
12762         
12763         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
12764         signal names and fixed enum IANJUTA_TYPE_* macro.
12766 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12768         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
12769         plugins/search/search-replace.c :
12770         Fixed bug (Bookmark the good line).
12771         Search & Replace (Mark all matched strings).
12772         
12773 2006-03-09  Johannes Schmid <jhs@gnome.org>
12775         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
12776         Completed changes from yesterday
12777         
12778         * plugins/document-manager/anjuta-document-manager.glade:
12779         plugins/editor/editor.glade
12780         plugins/editor/plugin.c: (activate_plugin)
12781         plugins/editor/text_editor.c
12782     plugins/sourceview/Makefile.am
12783         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
12784         plugins/sourceview/sourceview.glade:
12785         Completed preference changes
12787 2006-03-08  Johannes Schmid <jhs@gnome.org>
12789         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
12790         plugins/search/plugin.c: (activate_plugin):
12791         
12792         Removed Gtk-Criticals
12793         
12794         * plugins/document-manager/anjuta-document-manager.glade:
12795         plugins/document-manager/plugin.c: (on_docman_auto_save),
12796         (on_gconf_notify_timer), (prefs_init):
12797     plugins/document-manager/plugin.h:
12798         plugins/editor/text_editor.c: (text_editor_instance_init),
12799         (text_editor_dispose):
12800         plugins/editor/text_editor.h:
12801         plugins/editor/text_editor_cbs.c:
12802         plugins/editor/text_editor_cbs.h:
12803         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
12804         plugins/glade/plugin.c: (activate_plugin):
12805         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12806         plugins/sourceview/sourceview-private.h:
12807         plugins/sourceview/sourceview.c: (on_menu_popup),
12808         (sourceview_new), (ifile_open), (ifile_savable_save),
12809         (ifile_savable_save_as), (ieditor_set_popup_menu),
12810         (ieditor_get_filename), (imark_mark):
12812     Moved autosave from editor to document manager and fixed some things in 
12813     Sourceview plugin
12815 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12817         * plugins/search/anjuta-search.glade :
12818         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
12819         plugins/search/search-replace_bachend.c: Fixed a crash bug.
12820         plugins/search/search-replace.c : Fixed bug.
12821         
12822 2006-03-08  Johannes Schmid <jhs@gnome.org>
12824     * plugins/search/anjuta-search.glade
12825     Fixed widget names (glade is a bit stupid on copying widgets to other files)
12827 2006-03-07  Johannes Schmid <jhs@gnome.org>
12829         * plugins/document-manager/action-callbacks.c
12830         plugins/document-manager/anjuta-document-manager.glade
12831         plugins/document-manager/plugin.c: (prefs_init),
12832         (activate_plugin):
12833         plugins/editor/Makefile.am:
12834         plugins/editor/editor.glade:
12835         plugins/editor/plugin.c: (on_style_button_clicked),
12836         (activate_plugin), (dispose):
12837         plugins/editor/style-editor.c:
12838         
12839         Startet to seperate document-manager and editor preferences
12841         * plugins/search/Makefile.am:
12842         plugins/search/anjuta-search.glade:
12843         plugins/search/search-replace.c:
12844         
12845         Moved search GUI to search-plugin
12846                 
12847         * plugins/sourceview/sourceview-prefs.c:
12848         plugins/sourceview/sourceview-prefs.h:
12849         plugins/sourceview/sourceview-private.h:
12850         plugins/sourceview/sourceview.c: 
12851         plugins/sourceview/sourceview.h:
12852         plugins/sourceview/Makefile.am:
12853         plugins/sourceview/anjuta-document.h:
12854         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
12855         plugins/sourceview/plugin.c: 
12856         
12857         Added some preferences to sourceview and fixed vfs_monitor
12858         
12859         * tagmanager/c.c: (parseParens): 
12860         Removed annoying debug message
12861         
12862         * libanjuta/interfaces/libanjuta.idl: 
12863         Removed IAnjutaEditorFactory::create_style_editor()
12865 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12867         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
12868         Search : Bookmark all matched lines.
12870 2006-03-06  Johannes Schmid <jhs@gnome.org>
12872         * plugins/class-gen/anjuta-class-gen.plugin.in
12873         plugins/file-loader/plugin.c: (sort_wizards)
12874         (on_create_submenu), (activate_plugin)
12875         plugins/file-wizard/anjuta-file-wizard.plugin.in
12876         plugins/glade/anjuta-glade.plugin.in
12877         plugins/project-import/anjuta-project-import.plugin.in
12878         plugins/project-wizard/anjuta-project-wizard.plugin.in:
12879         
12880         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
12881         sorted alphabeticly
12882         
12883         * plugins/project-wizard/templates/mkfile.wiz:
12884         Use configured project directory instead of ~/myproject
12885         
12886         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
12887         (ifile_open):
12888         Show markers (again) and monitor uri
12890 2006-03-06  Naba Kumar  <naba@gnome.org>
12892         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
12893         typedefs separately so that forward linking would work.
12894         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
12896 2006-03-05  Naba Kumar  <naba@gnome.org>
12898         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
12899         passing Enums and Structs in signals. Define struct _Name in
12900         generated code, so that forward referencing.
12901         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
12902         
12903         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
12904         
12905 2006-03-05  Naba Kumar  <naba@gnome.org>
12907         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
12908         support. Generate GType definitions for enums in generated codes
12909         so that enums could be passed as signal params.
12910         
12911 2006-03-04  Naba Kumar  <naba@gnome.org>
12913         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
12914         Restored cvs-moved revision files. They were originally marked
12915         deleted at their older locations. Now they are restored at
12916         their new locations. The changeset is one that was committed
12917         as part of document-manager, editor, search and print plugins
12918         separation from editor plugin.
12919         
12920 2006-03-03  Johannes Schmid <jhs@gnome.org>
12922         * plugins/sourceview/*:
12923         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
12924         poiting this out!
12926 2006-03-04  Naba Kumar  <naba@gnome.org>
12928         * plugins/gdb/*: Deleted removed files (see previous changlog
12929         entry for files list).
12930         
12931 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
12933         * plugins/debug-mananger/breakpoints.c,
12934         plugins/debug-manager/breakpoints.h,
12935         plugins/debug-manager/debug_tree.c,
12936         plugins/debug-manager/debug_tree.h,
12937         plugins/debug-manager/info.c,
12938         plugins/debug-manager/info.h,
12939         plugins/debug-manager/locals.c,
12940         plugins/debug-manager/locals.h,
12941         plugins/debug-manager/memory.c,
12942         plugins/debug-manager/memory.h,
12943         plugins/debug-manager/registers.c,
12944         plugins/debug-manager/registers.h,
12945         plugins/debug-manager/sharedlib.c,
12946         plugins/debug-manager/sharedlib.h,
12947         plugins/debug-manager/signal.c,
12948         plugins/debug-manager/signal.h,
12949         plugins/debug-manager/stack_trace.c,
12950         plugins/debug-manager/stack_trace.h,
12951         plugins/debug-manager/watch.c,
12952         plugins/debug-manager/watch.h,
12953         plugins/debug-manager/Makefile.am:
12954         Move from gdb plugin to debug manager plugin
12956         * plugins/debug-manager/anjuta-debug-manager.glade,
12957         plugins/debug-manager/anjuta-debug-manager.ui:
12958         Move all user interface from gdb to debug manager
12960         * plugins/debug-manager/utilities.c,
12961         plugins/debug-manager/utilities.h:
12962         Remove some unused code
12963         Add useful code from gdb plugin
12965         * plugins/debug-manager/start.c,
12966         plugins/debug-manager/start.h:
12967         Include code of attach_process
12968         Add more code to start the debugger
12970         * plugins/debug-manager/plugin.c,
12971         plugins/debug-manager/plugin.h,
12972         plugins/debug-manager/anjuta-debug-manager.plugin.in:
12973         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
12975         * plugins/debug-manager/debugger.c,
12976         plugins/debug-manager/debugger.h:
12977         Implement a queue of debugger command
12979         * plugins/gdb/actions.c,
12980         plugins/gdb/actions.h,
12981         plugins/gdb/watch_cbs.c,
12982         plugins/gdb/watch_cbs.h,
12983         plugins/gdb/watch_gui.c,
12984         plugins/gdb/watch_gui.h:
12985         Removed 
12987         * plugins/gdb/debugger.c,
12988         plugins/gdb/debugger.h,
12989         plugins/gdb/gdbmi.c,
12990         plugins/gdb/gdbmi.h,
12991         plugins/gdb/utilities.c,
12992         plugins/gdb/utilities.h,
12993         plugins/gdb/Makefile.am,
12994         plugins/gdb/anjuta-gdb.plugin.in:
12995         Implement necessary functions
12997         * plugins/gdb/parser.c,
12998         plugins/gdb/parser.h:
12999         Code for parsing variable previously in debug_tree.c
13001         * plugins/gdb/anjuta-gdb.glade,
13002         plugins/gdb/anjuta-gdb.ui:
13003         Remove user interface
13005         * plugins/gdb/gdbmi-test.c:
13006         Need update
13008         * plugins/gdb/anjuta-gdb.plugin.png:
13009         Try an improved icon for gdb (archer fish)
13011         * libanjuta/anjuta-debugger.c,
13012         libanjuta/anjuta-debugger.h,
13013         libanjuta/interfaces/libanjuta.idl,
13014         libanjuta/interfaces/anjuta-idl-compiler.pl,
13015         libanjuta/Makefile.am:
13016         Add declaration used in new IAnjutaDebugger interface
13018         * manuals/reference/libanjuta.types,
13019         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13020         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13021         Update documentation
13023 2006-03-02  Naba Kumar  <naba@gnome.org>
13025         * manuals/reference/libanjuta/Makefile.am,
13026         manuals/reference/libanjuta/libanjuta-docs.sgml,
13027         manuals/reference/libanjuta/libanjuta-sections.txt,
13028         manuals/reference/libanjuta/libanjuta.types,
13029         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13030         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13031         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13032         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13033         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13034         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13035         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13036         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13037         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13038         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13039         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13040         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13041         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13042         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13043         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13044         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13045         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13046         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13047         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13048         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13049         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13050         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13051         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13052         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13053         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13054         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13055         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13056         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13057         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13058         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13059         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13060         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13061         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13062         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13063         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13064         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13065         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13066         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13067         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13068         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13069         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13070         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13071         manuals/reference/libanjuta/tmpl/plugins.sgml,
13072         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13073         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13074         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13075         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13076         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13077         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13078         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13079         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13080         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13081         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13082         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13083         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13084         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13085         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13086         documentation.
13088 2006-02-28  Naba Kumar <naba@gnome.org>
13090         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13091         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13092         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13093         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13094         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13095         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13096         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13097         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13098         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13099         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13100         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13101         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13102         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13103         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13105 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13107         * plugins/sourceview/sourceview.c:
13108         Select to brace, select block.
13110 2006-02-28  Johannes Schmid <jhs@gnome.org>
13112         * plugins/file-wizard/Makefile.am
13113         plugins/file-wizard/action-callbacks.c (removed)
13114         plugins/file-wizard/action-callbacks.h (removed)
13115         plugins/file-wizard/anjuta-file-wizard.ui
13116         plugins/file-wizard/plugin.c: (activate_plugin),
13117         (deactivate_plugin)
13118         plugins/file-wizard/plugin.h:
13119         Removed Edit->Insert Text submenu (replace by macros plugin)
13120         
13121         * plugins/sourceview/sourceview.c: (sourceview_new),
13122         (ieditor_set_popup_menu):
13123         Fixed some more bugs
13124         
13125         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13127 2006-02-28  Naba Kumar <naba@gnome.org>
13129         * plugins/file-manager/an_file_view.c,
13130         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13131         rows also and with delay 1 sec (the color and timout value should
13132         probably be picked up from some system wide preference key).
13134 2006-02-28  Naba Kumar <naba@gnome.org>
13136         * libanjuta/interfaces/libanjuta.idl,
13137         plugins/document-manager/action-callbacks.c,
13138         plugins/document-manager/plugin.c,
13139         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13140         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13141         Added interface checks in document manager and enable/disable
13142         menus based on supported interface.
13143         
13144         * plugins/project-import/anjuta-project-import.glade: Set some
13145         resonable size for the import dialog.
13147  2006-02-27  Naba Kumar  <naba@gnome.org>
13149         * libanjuta/interfaces/libanjuta.idl,
13150         plugins/document-manager/action-callbacks.c,
13151         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13152         and eol conversion actions.
13154 2006-02-27  Johannes Schmid <jhs@gnome.org>
13155         
13156         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13157         * plugins/file-manager/an_file_view.c
13158         plugins/file-manager/plugin.h:  Added tooltips
13159         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13161 2006-02-26  Naba Kumar  <naba@gnome.org>
13163         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13164         plugins/build-basic-autotools/build-basic-autotools.c,
13165         plugins/build-basic-autotools/build-basic-autotools.h,
13166         plugins/build-basic-autotools/executer.c,
13167         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13168         disable indicator highlights preferences from message manager to
13169         build plugin. Implemented message indicator highlights in build tool.
13170         
13171         * plugins/editor/text_editor.c: Fixed indicators.
13173 2006-02-26  Johannes Schmid <jhs@gnome.org>
13175         * plugins/sourceview/sourceview.c:
13176         - Fixed some bugs
13177         - Added markers
13178         * plugins/subversion/svn_auth.c:
13179         Fixed username/password authentification but there might be a memory corruption
13181 2006-02-26  Naba Kumar  <naba@gnome.org>
13183         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13184         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13185         libanjuta/anjuta-launcher.h: Added documentation.
13187 2006-02-24  Naba Kumar  <naba@gnome.org>
13189         * plugins/editor/text_editor.c: Fixed change in API in
13190         IAnjutaEditorSelection::set().
13191         
13192 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13194         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13195         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13196         libanjuta/interfaces/libanjuta.idl :
13197         Search in sourceview editor (Select in buffer).
13200 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13202         * plugins/sourceview/sourceview.c :
13203         Fixed Replace, to_upper, to_lower.
13204         
13205         * plugins/search/search-replace_backend.c :
13206         Renamed header name.
13208 2006-02-22  Naba Kumar  <naba@gnome.org>
13210         * libanjuta/anjuta-plugin-description.c,
13211         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13212         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13213         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13214         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13215         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13216         
13217         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13218         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13219         
13220 2006-02-21  Naba Kumar  <naba@gnome.org>
13222         * libanjuta/interfaces/libanjuta.idl,
13223         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13224         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13225         interface for editor.
13227 2006-02-21  Naba Kumar  <naba@gnome.org>
13229         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13231         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13232         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13234 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13236         * GTKSOURCEVIEW EDITOR
13237         plugins/sourceview/sourceview.c :
13238         Fixed copy and Goto Line.
13239         
13240         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13241         plugins/macro/plugin.c :
13242         Fixed Insert key word and Insert macro.
13244 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13246         * plugins/document-manager/anjuta-docman.c:
13247         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13248         
13249         * configure.in:
13250         plugins/Makefile.am:
13251         plugins/sourceview/.cvsignore:
13252         plugins/sourceview/Makefile.am:
13253         plugins/sourceview/plugin.c: :
13254         plugins/sourceview/plugin.h:
13255         plugins/sourceview/sourceview.c: 
13256         plugins/sourceview/sourceview.h:
13257         plugins/sourceview/sourceview.plugin:
13258         plugins/sourceview/sourceview.plugin.in:
13259         plugins/sourceview/sourceview.png:
13261         Added sourceview editor plugin
13263 2006-02-19 Naba Kumar  <naba@gnome.org>
13265         * libanjuta/interfaces/libanjuta.idl,
13266         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13267         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13268         plugins/cvs-plugin/cvs-interface.c,
13269         plugins/document-manager/action-callbacks.c,
13270         plugins/document-manager/action-callbacks.h,
13271         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13272         plugins/search/plugin.c, plugins/search/search-replace.c,
13273         plugins/search/search-replace_backend.c,
13274         plugins/subversion/subversion-actions.c,
13275         plugins/subversion/subversion-callbacks.c,
13276         plugins/tools/editor.c, plugins/tools/execute.c,
13277         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13278         few fatal warnings.
13280 2006-02-15 Naba Kumar  <naba@gnome.org>
13282         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13283         within another.
13284         
13285         * libanjuta/interfaces/libanjuta.idl,
13286         plugins/document-manager/anjuta-docman.c,
13287         plugins/document-manager/plugin.c,
13288         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13289         unnecessary parameters from IAnjutaEditor interface and used proper
13290         types instead of 'gpointer'. Fixed various compiler warnings.
13291         
13292         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13293         file
13295 2006-02-12 Naba Kumar  <naba@gnome.org>
13297         * po/POTFILES.in: Updated.
13298         
13299 2006-02-11 Naba Kumar  <naba@gnome.org>
13301         * plugins/editor/properties.[cxx,h],
13302         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13303         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13304         to sci_prop_*(), because they were conflicting with external
13305         functions (in some ssl library).
13306         
13307 2006-02-08 Naba Kumar  <naba@gnome.org>
13309         Patch from Massimo Cora  <maxcvs@email.it>:
13310         * plugins/valgrind/anjuta-valgrind.schemas,
13311         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13312         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13313         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13314         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13315         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13316         plugins/valgrind/vgtoolview.c,
13317         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13318         before running the debugging session. I've added also a
13319         preference in Anjuta Preferences where you can specify
13320         the path to the valgrind binary. The default is /usr/bin/valgrind.
13321         Now it displays a dialog with the error. [it can be -program
13322         exited- or -file loaded or end of input-]. Some valgrind 3.x
13323         compatibility.
13324         
13325 2006-01-29 Naba Kumar  <naba@gnome.org>
13327         Patch from Massimo Cora  <maxcvs@email.it>:
13328         * configure.in, plugins/Makefile.am,
13329         plugins/valgrind/*: Valgrind plugin (requires
13330         binutils-dev and valgrind to be installed.
13332 2005-01-24 Johannes Schmid <jhs@gnome.org>
13334         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13335         plugins/tools/variables.c:
13336         Added current directory to possible variables
13338         * Patch from Günther Brammer <gbrammer@gmx.de>
13339         plugins/document-manager/anjuta-docman.c:
13340         Fix a crash on opening a file
13342         AUTHORS: Added Günther Brammer
13344 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13346         * libanjuta/anjuta-launcher.c:
13347         Fix a bug in AnjutaLauncher when output is bigger than buffer
13348         Probably fix bug #315188 and #305134
13350 2005-12-28      Johannes Schmid <jhs@gnome.org>
13351         
13352         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13353         * src/about.c: Use new gtk about dialog
13354         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13355         Updated anjuta_ui_add_action_group_entries call
13356         
13357         Patch from Jean Breford <jean.breford@normalesup.org>
13358         and Markus Habermehl <bmh1980de@yahoo.de>:
13359         
13360         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13361         * AUTHORS: Added Jean and Markus
13363 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13364         * plugins/search/search-replace.c :
13365         Bookmark all matched lines.
13366         * plugins/search/search-replace_backend.c :
13367         Fixed bug (Search in all project files).
13369 2005-12-21      Johannes Schmid <jhs@gnome.org>
13370         
13371         * plugins/search/plugin.c:
13372         Fixed signal names
13373         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13374         investigation needed.
13375         
13376         AUTHORS: Added Ross Goldner
13378 2005-12-19  Ross Golder  <ross@golder.org>
13380         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13381         application/xml MIME type.
13383 2005-12-18  Johannes Schmid <jhs@gnome.org>
13384         
13385         po/POTFILES.in: Updated files after directory changes
13386         HACKING: Removed outdated section 3 (anoncvs)
13388 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13390         * plugins/build-basic-autotools/build-basic-autotools.c:
13391         Save all files in editor before running a command
13393         * plugins/tools/execute.c:
13394         Use document manager plugin instead of each editor for
13395         saving all files
13397 2005-12-15  Johannes Schmid <jhs@gnome.org>
13399         * plugins/document-manager/action-callbacks.c:
13400         (on_save_all1_activate), (on_swap_activate)
13401         plugins/document-manager/anjuta-docman.c:
13402         (on_save_as_filesel_response), (on_notebook_switch_page):
13403         
13404         Fixed some remaining issues in document-manger
13406 2005-12-15      Johannes Schmid <jhs@gnome.org>
13408         * plugins/profile-default/default.anjuta:
13409         Load Search plugin and Message Manager by default
13411 2005-12-14  Johannes Schmid <jhs@gnome.org>
13412         
13413         * plugins/editor/text_editor.c
13414         libanjuta/anjuta-utils.c:
13415         
13416         Check if files differ when gnome-vfs monitoring is used.
13417         (Bug #309688)
13419 2005-12-13  Johannes Schmid <jhs@gnome.org>
13421         * plugins/document-manager/plugin.c:
13422         Only save modified files in ianjuta_file_savable_save() for document-manager
13423         as discussed on mailing list.
13424         
13425         * plugins/cvs-plugin/cvs-callbacks.c:
13426         Fixed dialog handling for empty log message
13428 2005-12-13  Johannes Schmid <jhs@gnome.org>
13430         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13431         
13432         * plugins/project-manager/* Removed ununsed files
13433         
13434         * plugins/symbol-browser/an_symbol_iter.c
13435         plugins/build-basic-autotools/build-basic-autotools.c
13436         plugins/build-basic-autotools/executer.c
13437         plugins/class-gen/class_gen.c
13438         plugins/class-inheritance/class-inherit.c
13439         plugins/cvs-plugin/cvs-actions.c
13440         plugins/cvs-plugin/cvs-interface.c
13441         plugins/debug-manager/attach_process.
13442         plugins/devhelp/plugin.c
13443         plugins/document-manager/plugin.c
13444         plugins/document-manager/indent_util.c
13445         plugins/editor/properties.cxx
13446         plugins/editor/aneditor.cxx
13447         plugins/editor/style-editor.c
13448         plugins/editor/text_editor.c
13449         plugins/macro/macro_db.c
13450         tagmanager/c.c:
13451         
13452         Use DEBUG_PRINT for debug messages
13454         libanjuta/anjuta-debug.h: Include config.h
13455         
13456         HACKING: Updated (BTW: does anyone read this?)
13457         
13458 2005-12-12  Johannes Schmid <jhs@gnome.org>
13460         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13461         * plugins/gdb/debugger.c
13462         
13463         Fix a crasher in gdb plugin
13464         
13465         * plugins/gtodo/plugin.c
13466         plugins/search/plugin.c
13467         
13468         Fixed bug #305301
13469         
13470         * plugins/document-manager/anjuta-docman.c:
13471         
13472         Fixed error markers 
13473         
13474         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13475         
13476         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13477         
13478         * plugins/document-manager/anjuta-docman.c:
13479         highlight changed files in docman popup-menu
13480         * plugins/gdb/debug-tree.c:
13481         plugins/gdb/debugger.c
13482         Do not corupt entire "locals" tree when variable pointer have
13483         additional info and arrays/strucs/unions correctly.
13484         
13486 2005-12-11  Johannes Schmid <jhs@gnome.org>
13488         * plugins/document-manager/anjuta-docman.c
13489         plugins/document-manager/plugin.c
13490         plugins/editor/text_editor.c:
13491         
13492         AUTHORS: Added Johan Ersvik
13494         Fixed "is-dirty" bug and tab ordering
13496 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13497         
13498         * plugins/editor/aneditor-autocomplete.cxx
13499         plugins/editor/aneditor-calltip.cxx
13500         plugins/editor/aneditor-priv.h
13501         plugins/symbol-browser/an_symbol.c
13502         plugins/symbol-browser/an_symbol_view.c
13503         tagmanager/entry.h
13504         tagmanager/tm_symbol.c
13505         tagmanager/tm_tag.c
13506         tagmanager/include/tm_symbol.h
13507         tagmanager/include/tm_tag.h
13508         tagmanager/c.c
13510         Better pointer recognition in tagmanager and symbol browser
13512 2005-12-11  Johannes Schmid <jhs@gnome.org>
13514         * plugins/search/*: New search plugin derived from search code in old editor
13515         plugin.
13516         
13517         * plugins/document-manager/*: new document-manger which is now seperated from
13518         editor to allow implementation of other editor widgets. Code is mostly derived
13519         from old editor plugin
13521         * plugins/print/* new print plugin which is not fully implemented in the
13522         moment
13524         * plugins/editor/text_editor.c: Added lots of interface code
13525         
13526         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13527         IAnjutaEditorFactory and extended IAnjutaEditor
13528         
13529         * configure.in, plugins/Makefile.am updated build system for new
13530         plugins
13532         This is a huge commit which might still contain some bugs and also has
13533         some fixmes. Things that are not working are the search toolbar because it
13534         does not use the same backend as any other searching function and printing
13535         (easy to fix) because it did not yet implement IAnjutaPrintable.
13537 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13539         * plugins/project-wizard/property.c:
13540         Use newer GtkFileChooser instead of GtkFileSelection with
13541         GnomeFileEntry to avoid a bug
13543         * plugins/project-wizard/install.c:
13544         Avoid an endless loop if project directory is not writable
13545         
13546         * plugins/project-wizard/druid.c:
13547         Allow creating project in empty directory without a
13548         warning
13550 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13551         
13552         Patch from Massimo Cora <maxcvs@email.it>
13553         * plugins/class-inheritence/class-inherit.c
13554         plugins/class-inheritence/plugin.c
13555         plugins/class-inheritence/plugin.h
13556         configure.in
13557         
13558         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13559         no longer supported!
13561 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13562         
13563         Patch from Johan Ersvik <jersvik@fastmail.fm>
13564         * plugins/message-view/message-view.c
13565         plugins/build-basic-autotools/build-basic-autotools.c
13566         plugins/build-basic-autotools/automake-c.filters
13568         This patch correct regex-filters for newer automake
13569         versions
13571 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13573        * plugins/tools/execute.c:
13574        Detect variables inside a word
13576 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13578         * libanjuta/anjuta-status.[ch],
13579         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13580         plugins/editor/anjuta-docman.c :
13581         New anjuta-status procedure.
13583 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13585         *Modified Files:
13586         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13587         plugins/editor/Makefile.am
13588         plugins/editor/anjuta-document-manager.glade
13589         plugins/editor/plugin.c plugins/editor/plugin.h
13590         plugins/editor/text_editor.c plugins/editor/text_editor.h
13591         *Added Files:
13592         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13593         plugins/editor/indent-util.c plugins/editor/indent-util.h
13594         plugins/editor/indent_test.c :
13595         Set and Preview indent preferences parameters.
13596         Saved indent user parameters.
13598 2005-10-27  Naba Kumar  <naba@gnome.org>
13600         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13601         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13602         theme color for saved documents.
13603         
13604 2005-10-26  Naba Kumar  <naba@gnome.org>
13606         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13607         list. Fixed bug #316731.
13608         
13609 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13611         * tagmanager/tm_symbol.c: Fixed bug #315218
13613 2005-10-23  Adam Weinberger  <adamw@gnome.org>
13615         * plugins/build/build_file.c
13616           plugins/build-basic-autotools/build-basic-autotools.c
13617           plugins/tools/execute.c
13618           plugins/build/compile.c
13619           plugins/build/configurer.c
13620           plugins/debug-manager/plugin.c
13621           plugins/editor/plugin.c
13622           plugins/editor/print.c
13623           plugins/editor/text_editor.c
13624           plugins/file-loader/plugin.c
13625           plugins/file-manager/an_file_view.c
13626           plugins/symbol-browser/an_symbol_view.c
13627           plugins/gdb/debugger.c
13628           plugins/gdb/plugin.c
13629           plugins/glade/plugin.c
13630           plugins/macro/macro-actions.c
13631           plugins/macro/plugin.c
13632           plugins/profile-default/plugin.c
13633           plugins/project-manager/plugin.c
13634           plugins/project-manager/project_import.c
13635           plugins/symbol-browser/plugin.c
13636           plugins/tools/execute.c
13637           src/anjuta.c
13638           src/anjuta-actions.h
13639           src/shell.c:
13640           Correct spacing errors before and after "...".
13642 2005-10-20  Naba Kumar  <naba@gnome.org>
13644         * plugins/gdb/debugger.c: Fixed attach/detach process to
13645         updated UI properly.
13646         
13647 2005-10-18  Naba Kumar  <naba@gnome.org>
13649         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
13650         #171314 too).
13651         
13652 2005-10-13  Naba Kumar  <naba@gnome.org>
13653         
13654         * plugins/project-mkfile-import/*: Removed separate import wizard for
13655         makefile based projects (because single widzard handles all wizards).
13657         * plugins/project-import/project-import.c: Made wizard window
13658         transient to main window.
13660         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
13661         
13662         * AUTHORS: Added Eric's name in contributors list.
13663         
13664         * configure.in, plugins/Makefile.am,
13665         plugins/project-import/Makefile.am,
13666         plugins/project-import/anjuta-project-import.glade,
13667         plugins/project-import/project-import.c,
13668         plugins/project-import/project-import.h: Import wizard now detects
13669         both makefile and automake projects together instead of separate wizard.
13670         
13671         * plugins/project-wizard/templates/java/project.anjuta,
13672         plugins/project-wizard/templates/mkfile/project.anjuta,
13673         plugins/project-wizard/templates/python/project.anjuta,
13674         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
13675         name to make it appropriate.
13677 2005-10-11  Naba Kumar  <naba@gnome.org>
13679         * configure.in: Fixed glade3 version requirement.
13681 2005-09-29  Alexander Shopov  <ash@contact.bg>
13683         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
13685 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
13687         * plugins/subversion/svn_auth.c
13688         plugins/subversion/anjuta_subversion.glade:
13689         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
13691 2005-09-22  Naba Kumar  <naba@gnome.org>
13693         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
13695         * configure.in,  plugins/Makefile.am
13696         plugins/project-manager/anjuta-project-manager.plugin.in,
13697         plugins/project-manager/plugin.c,
13698         (added) plugins/project-mkfile-import/.cvsignore,
13699         (added) plugins/project-mkfile-import/Makefile.am,
13700         (added) plugins/project-mkfile-import/
13701             anjuta-project-mkfile-import-plugin.png,
13702         (added) plugins/project-mkfile-import/
13703             anjuta-project-mkfile-import.glade,
13704         (added) plugins/project-mkfile-import/
13705             anjuta-project-mkfile-import.plugin.in,
13706         (added) plugins/project-mkfile-import/plugin.c,
13707         (added) plugins/project-mkfile-import/plugin.h,
13708         (added) plugins/project-mkfile-import/project-mkfile-import.c,
13709         (added) plugins/project-mkfile-import/project-mkfile-import.h,
13710         plugins/project-wizard/templates/Makefile.am,
13711         (added) plugins/project-wizard/templates/mkfile-logo.png,
13712         (added) plugins/project-wizard/templates/mkfile.wiz,
13713         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
13714         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
13715         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
13716         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
13717         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
13718         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
13719         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
13720         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
13721         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
13722         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
13723         (added) plugins/project-wizard/templates/mkfile/src/main.c:
13724         Added makefile based project import wizard and wizard template.
13726 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
13728         * libanjuta/anjuta-launcher.c: Reduced false password detections
13730 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13732         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
13733         messages correctly.a
13735 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13736         
13737         * scintilla/Makefile.am: Changed scintilla library to noinst
13738         * pixmaps/Makefile.am: Install password.png
13739         * libanjuta/anjuta-launcher.c: Changed password detection
13740         to be able to access GNOME CVS with ssh.
13741         
13742 2005-08-31  Naba Kumar  <naba@gnome.org>
13744         * plugins/glade/plugin.c: Set transient window for the widget
13745         dialogs.
13746         
13747 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
13749         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
13751 2005-08-10  Naba Kumar  <naba@gnome.org>
13753         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
13754         as shortcut key for execute.
13756         * src/about.c: Clean up.
13757         
13758         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
13759         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
13760         entry boxes.
13761         
13762 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13764         * plugins/editor/search-replace_backend.c :
13765         Fixed search in File Patterns.
13767 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
13769         * plugins/gdb/Makefile.am: Fixed a make -j x bug
13770         
13771 2005-08-04  Naba Kumar  <naba@gnome.org>
13773         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13774         for pango-1.8 rendering bug.
13775         
13776 2005-08-03  Naba Kumar  <naba@gnome.org>
13778         * plugins/glade/plugin.c: Proper names for plugin widgets.
13779         
13780         * plugins/subversion/anjuta-subversion.glade,
13781         plugins/subversion/svn-auth.c: Fixed authentication dialog and
13782         string allocations. Use passed default values when available.
13783         Set proper focus and dialog default response. Destroy dialog after use.
13784         Return error when appropriate.
13786 2005-08-02  Naba Kumar  <naba@gnome.org>
13788         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13789         for pango-1.8 rendering bug.
13790         
13791 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
13793         * scintilla/Makefile.am: Fixed a make -j x bug
13794         
13795 2005-08-02  Johannes Schmid <jhs@gnome.org>
13796         
13797         * plugins/subversion/svn-auth.c: Added username/password 
13798         auto function.
13800 2005-08-01  Naba Kumar  <naba@gnome.org>
13802         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
13803         checks for character width calculations.
13804         
13805 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13807         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
13809 2005-07-31  Naba Kumar  <naba@gnome.org>
13811         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
13812         messup with pango 1.8. Fixed bug #311846.
13814 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13816         * plugins/gdb/memory.c : Fixed bug 305082.
13817         
13818         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13819         plugins/project-wizard/templates/gcj.wiz,
13820         plugins/project-wizard/templates/gnome.wiz,
13821         plugins/project-wizard/templates/gtk.wiz,
13822         plugins/project-wizard/templates/java.wiz,
13823         plugins/project-wizard/templates/python.wiz,
13824         plugins/project-wizard/templates/wxwin.wiz,
13825         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
13827 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
13829         * plugins/tools/execute.c:
13830         Correct a crash if editor is closed while a tool still use it.
13832 2005-07-28  Naba Kumar  <naba@gnome.org>
13834         * scintilla/*: Updated scintilla from their latest CVS.
13836 2005-07-27  Naba Kumar  <naba@gnome.org>
13838         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
13839         plugins/build-basic-autotools/build-basic-autotools.c,
13840         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
13841         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
13842         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
13843         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
13844         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
13845         plugins/message-view/plugin.c, plugins/patch/plugin.c,
13846         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
13847         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13848         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
13849         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
13850         argument to anjuta_ui_add_action_group_entries() and
13851         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
13852         Fixed all plugins to pass translation domain. This fixes untranslated
13853         UI bugs. 
13855 2005-07-27  Naba Kumar  <naba@gnome.org>
13857         * plugins/class-inheritance/class-callbacks.c,
13858         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
13859         proper system colors.
13861 2005-07-26  Naba Kumar  <naba@gnome.org>
13863         * ROADMAP: Updated and added more tasks.
13865 2005-07-25  Naba Kumar  <naba@gnome.org>
13867         * ROADMAP: Updated and added more tasks.
13868         
13869 2005-07-24  Naba Kumar  <naba@gnome.org>
13871         * HACKING: Fixed format.
13873 2005-07-24  Naba Kumar  <naba@gnome.org>
13875         * ROADMAP: Fixed format.
13876         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
13878 2005-07-24  Naba Kumar  <naba@gnome.org>
13880         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
13881         * data/properties/cpp.properties: Added *.c++ as file extension for c++
13883 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
13885         * plugins/tools/dialog.c, plugins/tools/dialog.h:
13886         Correct wrong sensitivity setting
13887         
13888         * plugins/tools/tool.c: Correct a crash when removing overridden tool
13889         
13890         * plugins/tools/variable.c:     Add variables for project manager
13892 2005-07-23  Naba Kumar  <naba@gnome.org>
13894         * ROADMAP: updated.
13896 2005-07-23 Naba Kumar  <naba@gnome.org>
13898         * plugins/subversion/Makefile.am,
13899         plugins/subversion/svn-auth.c,
13900         plugins/subversion/svn-auth.h: Added subversion authentication code
13901         stubs.
13902         
13903         * plugins/subversion/subversion-callbacks.c,
13904         plugins/subversion/subversion-callbacks.h,
13905         plugins/subversion/svn-backend-priv.h,
13906         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
13907         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
13908         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
13909         Added file mode line.
13911 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
13913         * configure.in: Added 'gl' to ALL_LINGUAS.
13915 2005-07-21 Naba Kumar  <naba@gnome.org>
13917         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
13918         the active sources and kill the running process without emitting
13919         signals (which could be fatal because the object is being destroyed).
13920         Incidentally, fixed the crash that happens when stopping an active
13921         debugger session. Disabled debug prints and code clean up.
13922         Fixed bug #305587.
13923         
13924         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
13925         message view object, because that prevents many unprocessed outputs
13926         from the cvs command from being appended in view. Does not set NULL
13927         to mesg_view private member (not required) so that any pending outputs
13928         to view is processed.Fixed bug #172666.
13930         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
13931         type in supported list.
13932         
13933 2005-07-18  Adam Weinberger  <adamw@gnome.org>
13935         * plugins/file-manager/anjuta-file-manager-plugin.glade:
13936           grammar/spelling fixes.
13938 2005-07-17 Naba Kumar  <naba@gnome.org>
13940         * (new) plugins/project-wizard/templates/terminal/cvsignore,
13941         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
13942         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
13943         plugins/project-wizard/templates/anjuta-plugin.wiz,
13944         plugins/project-wizard/templates/gcj.wiz,
13945         plugins/project-wizard/templates/gnome.wiz,
13946         plugins/project-wizard/templates/gtk.wiz,
13947         plugins/project-wizard/templates/gtkmm.wiz,
13948         plugins/project-wizard/templates/java.wiz,
13949         plugins/project-wizard/templates/python.wiz,
13950         plugins/project-wizard/templates/terminal.wiz,
13951         plugins/project-wizard/templates/terminal/Makefile.am,
13952         plugins/project-wizard/templates/terminal/po/Makefile.am,
13953         plugins/project-wizard/templates/terminal/src/Makefile.am,
13954         plugins/project-wizard/templates/wxwin.wiz,
13955         plugins/project-wizard/templates/xlib-dock.wiz,
13956         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
13957         wizards and updated .wiz files to install them in newly created
13958         projects.
13960 2005-07-16 Naba Kumar  <naba@gnome.org>
13962         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
13963         
13964         * plugins/file-manager/an_file_view.c,
13965         plugins/file-manager/plugin.c: Added file manager preferences to
13966         show/hide files ignored by version control (e.g. cvsignore).
13967         
13968         * plugins/editor/text_editor.c: Initialize vfs info struct.
13969         
13970         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
13971         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
13972         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
13973         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
13974         omf-install/.cvsignore, pixmaps/.cvsignore,
13975         plugins/file-manager/anjuta-file-manager-plugin.glade,
13976         scintilla/.cvsignore, scintilla/include/.cvsignore,
13977         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
13978         tagmanager/python.c: Updated.
13980 2005-07-16 Naba Kumar  <naba@gnome.org>
13982         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
13983         Fixed python parser to parser class methods.
13985 2005-07-15 Naba Kumar  <naba@gnome.org>
13987         * plugins/project-wizard/property.c: Used parenthesis to remove
13988         ambiguty.
13989         
13990         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13991         plugins/project-wizard/templates/gcj.wiz,
13992         plugins/project-wizard/templates/gnome.wiz,
13993         plugins/project-wizard/templates/gtk.wiz,
13994         plugins/project-wizard/templates/gtkmm.wiz,
13995         plugins/project-wizard/templates/java.wiz,
13996         plugins/project-wizard/templates/python.wiz,
13997         plugins/project-wizard/templates/terminal.wiz,
13998         plugins/project-wizard/templates/wxwin.wiz,
13999         plugins/project-wizard/templates/xlib-dock.wiz,
14000         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14001         and names.
14003 2005-07-15 Naba Kumar  <naba@gnome.org>
14005         * plugins/project-wizard/templates/java.wiz,
14006         plugins/project-wizard/templates/java/Makefile.am,
14007         plugins/project-wizard/templates/java/project.anjuta,
14008         plugins/project-wizard/templates/python.wiz,
14009         plugins/project-wizard/templates/python/Makefile.am,
14010         plugins/project-wizard/templates/python/project.anjuta: Use different
14011         project files for java and python module where debugger is not
14012         included in the list of plugins.
14014 2005-07-15 Naba Kumar  <naba@gnome.org>
14016         * configure.in, plugins/project-wizard/templates/Makefile.am,
14017         plugins/project-wizard/templates/gcj-logo.png,
14018         plugins/project-wizard/templates/gcj.wiz,
14019         plugins/project-wizard/templates/gcj/.cvsignore,
14020         plugins/project-wizard/templates/gcj/Makefile.am,
14021         plugins/project-wizard/templates/gcj/configure.in.tpl,
14022         plugins/project-wizard/templates/gcj/src/.cvsignore,
14023         plugins/project-wizard/templates/gcj/src/Makefile.am,
14024         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14025         plugins/project-wizard/templates/java-logo.png,
14026         plugins/project-wizard/templates/java.wiz,
14027         plugins/project-wizard/templates/java/configure.in.tpl,
14028         plugins/project-wizard/templates/java/po/Makefile.am,
14029         plugins/project-wizard/templates/java/po/POTFILES.in,
14030         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14031         plugins/project-wizard/templates/java/src/main.java,
14032         plugins/project-wizard/templates/python-logo.png,
14033         plugins/project-wizard/templates/python.wiz,
14034         plugins/project-wizard/templates/python/.cvsignore,
14035         plugins/project-wizard/templates/python/Makefile.am,
14036         plugins/project-wizard/templates/python/configure.in.tpl,
14037         plugins/project-wizard/templates/python/po/.cvsignore,
14038         plugins/project-wizard/templates/python/po/Makefile.am,
14039         plugins/project-wizard/templates/python/po/POTFILES.in,
14040         plugins/project-wizard/templates/python/src/.cvsignore,
14041         plugins/project-wizard/templates/python/src/Makefile.am,
14042         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14043         plugins/project-wizard/templates/python/src/main.py: Added Generic
14044         gcj and python project wizards. Fixed Generic java project to
14045         use _JAVA primary. Update gnome-build from cvs for them to work
14046         correctly.
14048 2005-07-12 Naba Kumar  <naba@gnome.org>
14050         * plugins/project-manager/plugin.c: Automatically determine
14051         project backend by probing.
14052         
14053 2005-07-04 Naba Kumar  <naba@gnome.org>
14055         * Makefile.am: Do not install old anjuta.glade file which conflicts
14056         with newer src/anjuta.glade.
14058 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14060         * plugins/an_symbol_prefs.c:
14061         Sort list of available symbol files
14063 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14065         * plugins/build-basic-autotools.c:
14066         Fixed #307810
14067         
14068         * plugins/gtodo/libgtodo.c:
14069         Possible fix for #307800
14071         * libanjuta/anjuta-encodings.c
14072         libanjuta/anjuta-launcher.c
14073         libanjuta/anjuta-preference-dialog.c
14074         libanjuta/anjuta-preferences.c
14075         libanjuta/anjuta-ui.c
14076         libanjuta/anjuta-util.c
14077         libanjuta/cell-renderer-captioned-image.c
14078         libanjuta/plugin.c:
14079         
14080         Patch from de_lupus@pandora.be (Kristof Vansant):
14081         Replaced deprecated gnome-i18n.h
14082         Closed #309153
14084 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14085         
14086         * plugins/subversion/anjuta-subversion.glade
14087         plugins/subversion/anjuta-subversion.ui
14088         plugins/subversion/plugin.c
14089         plugins/subversion/subversion-actions.c
14090         plugins/subversion/subversion-callbacks.h
14091         plugins/subversion/subversion-callbacks.c
14092         plugins/subversion/svn-backend-priv.h
14093         plugins/subversion/svn-backend.h
14094         plugins/subversion/svn-backend.c
14095         plugins/subversion/svn-thread.h
14096         plugins/subversion/svn-thread.c:
14097         
14098         Implemented Subversion diff
14099         
14100 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14101         
14102         * plugins/build-basic-autotools/build-basic-autotools.c:
14103         Fixed crash bug! Might be useful to release 2.0.2 soon
14104         because this bug will crash any build which produces errors
14105         or warnings
14107 === Anjuta 2.0.1 ===
14109 2005-06-27 Naba Kumar  <naba@gnome.org>
14111         * plugins/tools/execute.c: Formated code.
14112         
14113 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14115         * plugins/build-basic-autotools/build-basic-autotools.c:
14116         Remove two memory leaks
14117         Check command output versus untranslated strings too
14119         * plugins/tools/execute.c:
14120         Remove two memory leaks
14121         Check command output versus untranslated strings too
14122         Remove description message
14124         * plugins/tools/fileop.c:
14125         Escape tool name in xml configuration file
14127 2005-05-26 Naba Kumar  <naba@gnome.org>
14129         * configure.in: Bumped version to 2.0.1
14130         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14132         * plugins/tools/execute.c: Fixed clickable messages.
14133         * NEWS: Updated.
14135         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14136         Deactivate glade plugin when last glade project is closed. Reorder
14137         glade widgets in layout. Change glade project when user selects a
14138         new project. Removed project from the list when user closes it. Fixed
14139         glade project file loading from URI. Save and restored loaded glade
14140         projects in/from session.
14142         * plugins/class-gen/action-callbacks.c,
14143         plugins/class-gen/anjuta-class-gen-plugin.glade,
14144         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14145         plugins/file-wizard/anjuta-file-wizard.glade,
14146         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14147         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14148         "Add to project" correctly. Use the source file path returned after
14149         adding to project. Fixed memory leaks. Deactivate wizard plugins
14150         after use.
14151         
14152         * plugins/project-manager/plugin.c,
14153         plugins/project-wizard/anjuta-project-wizard.glade,
14154         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14155         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14156         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14157         project-wizard preference page to anjuta app, because they are
14158         more appropriated as general preferences. Renamed username and
14159         useremail properties keys.
14160         
14161         * po/POTFILES.in: Updated.
14163         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14164         saved at closing.
14165         
14166         * plugins/file-loader/plugin.c: Do not use static variable to store
14167         created submenu in factory. Fixed crash in anjuta exit.
14168         
14169 2005-05-24 Naba Kumar  <naba@gnome.org>
14171         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14172         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14173         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14174         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14175         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14176         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14177         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14178         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14179         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14180         
14181         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14182         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14183         plugins/build-basic-autotools/build-basic-autotools.c,
14184         plugins/build-basic-autotools/build-basic-autotools.h,
14185         plugins/build-basic-autotools/executer.c,
14186         plugins/build-basic-autotools/executer.h,
14187         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14188         plugins/tools/variable.c: Added an extra argument to
14189         anuta_util_dialog_input() to pass default value. Save/load project
14190         configure and execution parameters in/from session.
14192         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14193         symbol browser is loaded.
14194         
14195         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14196         freeze/thaw.
14198         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14199         deactivate would not start shell.
14201 2005-05-24 Naba Kumar  <naba@gnome.org>
14203         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14204         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14205         libegg/egg-submenu-action.c, libegg/test-actions.c,
14206         plugins/build-basic-autotools/build-basic-autotools.c,
14207         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14208         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14209         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14210         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14211         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14212         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14213         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14214         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14215         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14216         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14218 2005-05-24 Naba Kumar  <naba@gnome.org>
14220         * data/properties/styles.properties: Fixed defalt font.
14222         * plugins/editor/search-replace.c,
14223         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14224         project openness wihtout activating project-manager plugin (i.e.
14225         using anjuta_shell_get()).
14226         
14227         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14228         - Completed add_source(), add_group() and add_target() methods of
14229         IAnjutaProjectManager.
14230         - Change their definition to return the added element (or NULL).
14231         - Used interface API for project main menus and 'add to project'
14232         from file-manager context menu.
14233         - Select proper default target/group when prompting for adding
14234         source/target/group.
14235         - Do not expand all nodes in selection tree when default selection
14236         are given (eases navigation in big projects).
14237         - Code clean ups.
14238         - Marked strings for translation.
14240 2005-05-23 Naba Kumar  <naba@gnome.org>
14242         * src/anjuta-app.c: Save menu accelerators on change.
14243         * NEWS: Updated.
14244         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14245         save-as dialog (leading to crash later).
14247 2005-05-22 Naba Kumar  <naba@gnome.org>
14249         * NEWS: Updated.
14250         * AUTHORS: Added developers for other projects. Updated.
14251         * TODO.tasks: Updated.
14252         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14253         
14254 2005-05-22 Naba Kumar  <naba@gnome.org>
14256         * plugins/tools/execute.c: Make parsable lines distinct by adding
14257         a "Click me" description in the message. Allow tools to open arbibrary
14258         file in editory using gdb-styled annotation (The line starts with two
14259         \032 characters followed by the file:line).
14260         
14261         * plugins/tools/scripts/prepare-changelog.pl,
14262         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14263         ChangeLog file itself and open it.
14265 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14267         * plugins/tools/execute.c:
14268         Parse output in message pane
14269         Correct a crash on plugin deactivation
14271         * plugins/tools/fileop.c,
14272         plugins/tools/tool.c,
14273         plugins/tools/tool.h:
14274         Load only valid tools
14276 2005-06-21  Naba Kumar  <naba@gnome.org>
14278         * anjuta.spec.in: Fixed devel package requirement.
14280         * plugins/message-view/message-view.c: Scroll message on next/previous.
14282         * TODO.tasks: Updated.
14284         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14285         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14286         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14287         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14288         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14289         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14290         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14291         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14293         * libanjuta/anjuta-preferences.c,
14294         plugins/build-basic-autotools/build-basic-autotools.c,
14295         plugins/build-basic-autotools/executer.c,
14296         plugins/class-gen/action-callbacks.c,
14297         plugins/class-gen/action-callbacks.h,
14298         plugins/class-gen/class_gen.c,
14299         plugins/cvs-plugin/cvs-interface.c,
14300         plugins/debug-manager/attach_process.c,
14301         plugins/debug-manager/plugin.c,
14302         plugins/debug-manager/utilities.c,
14303         plugins/debug-manager/utilities.h,
14304         plugins/editor/aneditor-autocomplete.cxx,
14305         plugins/editor/aneditor.cxx,
14306         plugins/editor/search-replace.c,
14307         plugins/editor/search-replace_backend.c,
14308         plugins/gdb/breakpoints.c,
14309         plugins/gdb/registers.c,
14310         plugins/patch/plugin.c,
14311         plugins/project-wizard/druid.c,
14312         plugins/project-wizard/install.c,
14313         plugins/subversion/plugin.c,
14314         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14315         codes.
14317         * plugins/class-gen/action-callbacks.c,
14318         plugins/project-wizard/parser.c,
14319         plugins/project-wizard/property.c,
14320         plugins/project-wizard/values.c,
14321         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14323         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14324         alphabetically
14326 2005-06-20  Naba Kumar  <naba@gnome.org>
14328         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14329         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14330         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14331         
14332         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14333         exit idle function.
14334         
14335         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14336         Fixed possible memory corruption.
14338         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14339         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14340         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14341         progress bar increment and added progress status for symbol refresh
14342         and project loading.
14343         
14344         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14345         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14346         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14347         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14348         bar.
14350         * TODO.tasks: Updated.
14352 2005-06-19  Naba Kumar  <naba@gnome.org>
14354         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14355         Fixed warning.
14356         
14357         * plugins/project-import/project-import.c: Deactivate plugin when done.
14358         
14359 2005-06-18  Naba Kumar  <naba@gnome.org>
14361         * plugins/profile-default/plugin.c: Fixed error when loading another
14362         project while a project is still loaded.
14363         
14364         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14365         signal from gnome-build to popup group properties.
14366         
14367         * src/anjuta.c: Load default session by default.
14369         * po/POTFILES.in: Added missing files.
14370         
14371         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14372         activate plugin on load (activate it separately). Connect to activate
14373         and deactivate signals for housekeeping, so that if plugins are
14374         activated or deactivate externally, they are properly recorded.
14375         
14376         * plugins/profile-default/plugin.c: Save profile before a project
14377         is loaded so that it could be restored when project is closed.
14378         
14379         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14381 2005-06-17  Naba Kumar  <naba@gnome.org>
14383         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14384         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14385         for project. The plugins loaded for the project is restored when project
14386         is loaded next time.
14387         
14388         * TODO.tasks: Updated.
14389         
14390 2005-06-15  Naba Kumar  <naba@gnome.org>
14392         * plugins/tools/scripts/find-fixmes.pl,
14393         (new) plugins/tools/scripts/translation-status.pl,
14394         plugins/tools/scripts/tools-2.xml.in,
14395         plugins/tools/scripts/Makefile.am,
14396         plugins/tools/scripts/prepare-changelog.pl: Added translation
14397         status script. Completed find-fixmes.pl script. Fixed bugs.
14399         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14400         tool path.
14402 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14404         * plugins/message-view/anjuta-message-manager-plugin.glade :
14405         renamed "messages.tag.position" to "messages.tab.position".
14406         plugins/message-view/anjuta-msgman.c : 
14407         Messages tab position prefrences.
14408         
14409 2005-06-14  Naba Kumar  <naba@gnome.org>
14411         * (new) plugins/tools/scripts/find-fixmes.pl,
14412         (new) plugins/tools/scripts/tools-2.xml.in,
14413         (new) plugins/tools/scripts/Makefile.am,
14414         (new) plugins/tools/scripts/prepare-changelog.pl,
14415         plugins/tools/plugin.h, plugins/tools/fileop.c,
14416         plugins/tools/Makefile.am, configure.in: Added system tools.
14418 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14420         * plugins/tools/editor.c:
14421         Take care of creating .anjuta directory if missing
14423 2005-06-10  Naba Kumar  <naba@gnome.org>
14425         * configure.in: Increased gnome-build required to version 0.1.2.
14426         
14427         * plugins/project-manager/plugin.c: Fixed target/group removal.
14428         Fixed memory leaks.
14429         
14430 2005-06-10  Naba Kumar  <naba@gnome.org>
14432         * plugins/project-manager/plugin.c: Implemented target/group
14433         configuration (update gnome-build module from cvs).
14434         
14435 2005-06-07  Naba Kumar  <naba@gnome.org>
14437         Patch from: Massimo Cora'  <maxcvs@email.it>:
14438         * plugins/class-inheritance/Makefile.am,
14439         plugins/class-inheritance/class-inherit.c,
14440         plugins/class-inheritance/class-inherit.h,
14441         plugins/class-inheritance/plugin.c,
14442         plugins/class-inheritance/plugin.h,
14443         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14444         expanded view of classes in hierarchy canvas (collapsable again).
14445         
14446 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14448         * scintilla/patches/scintilla-64-bit.diff (added)
14449         * plugins/patch/patch-plugin.c:
14450         Conditional build for GTK 2.4 and GTK 2.6
14452 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14454         * plugins/tools/anjuta-tools.glade,
14455         plugins/tools/editor.c,
14456         plugins/tools/plugin.h,
14457         plugins/tools/fileop.c:
14458         Add a check box to edit an user script
14459         Correct a few memory leak
14461         * plugins/tools/execute.c,
14462         plugins/tools/tool.c,
14463         plugins/tools/tool.h:
14464         Move utility remove_mnemonic function in tool.c
14465         Small fix
14467 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14469         Patch from sbrabec@suse.cz:
14470         * configure.in
14471         scintilla/include/Scintilla.h:
14472         
14473         Fix 64-Bit warnings in gcc 4
14475 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14476         
14477         * plugins/patch/patch_plugin.c
14478         plugins/patch/patch.h
14479         plugin/patch/patch-plugin.glade
14480         plugin/patch/Makefile.am:
14481         
14482         Changed patch plugin to use libglade and new gtk 2.6 widgets
14484 2005-05-31  Naba Kumar  <naba@gnome.org>
14486         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14487         * plugins/editor/text_editor.c: Don't show error
14488         for empty files.
14489         
14490 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14491         
14492         * plugins/message-view/anjuta-message-manager.ui,
14493         plugins/message-view/anjuta-msgman.c,
14494         plugins/message-view/anjuta-msgman.h,
14495         plugins/message-view/message-view.c,
14496         plugins/message-view/message-view.h,
14497         plugins/message-view/plugin.c:
14498         Add a popup menu in messages panes
14499         Move save message pane option in it
14501 2005-05-28  Naba Kumar  <naba@gnome.org>
14503         * data/properties/styles.properties: Fixed default font
14504         names and sizes.
14506         * plugins/editor/style-editor.c: cleanup.
14507         
14508 2005-05-25  Naba Kumar  <naba@gnome.org>
14510         * plugin/gdb/plugin.c: Start gdb even if the program does
14511         not exists. Fixes bug #305074
14512         
14513 2005-05-24  Naba Kumar  <naba@gnome.org>
14515         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14516         * configure.in: graphviz pkgconfig path.
14518 2005-05-24  Naba Kumar  <naba@gnome.org>
14520         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14521         * TODO.tasks: Updated.
14522         
14523 2005-05-22  Naba Kumar  <naba@gnome.org>
14525         * anjuta.spec.in: Fixed spec file
14526         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14528 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14529         
14530         * TODO.tasks: Updated.
14532         * plugins/message-view/anjuta-message-manager.ui,
14533         plugins/message-view/message-view.c,
14534         plugins/message-view/message-view.h,
14535         plugins/message-view/plugin.c:
14536         Add shortcut for next and previous message
14537         Add a save message menu item
14538         Fix a bug in previous message
14540 2005-05-21  Naba Kumar  <naba@gnome.org>
14542         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14543         doc/Makefile.am, global-tags/create_global_tags.sh,
14544         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14545         and rpm package creation. Fixed installation paths.
14546         
14547         * plugins/editor/anjuta-document-manager.glade,
14548         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14549         and indent options.
14550         
14551         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14553 2005-05-21  Naba Kumar  <naba@gnome.org>
14555         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14556         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14557         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14558         tagmanager/Makefile.am: Fixed paths configure variables to take
14559         automake configure variables instead of hardcoding.
14561         * global-tags/tm_global_tags.c: Formated code.
14563         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14564         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14565         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14566         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14567         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14568         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14569         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14570         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14571         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14573 2005-05-20  Naba Kumar  <naba@gnome.org>
14575         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14576         and fixed rpm spec file (more testing required).
14577         
14578         * data/gdb.init: Don't set gdb prompt.
14579         
14580         * mime/Makefile.am: run update-mime-data only on system-wide install.
14581         
14582         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14584 2005-05-19  Naba Kumar  <naba@gnome.org>
14586         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14587         while it's not visible.
14589         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14590         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14591         
14592 2005-05-19  Naba Kumar <naba@gnome.org>
14594         * configure.in: Fixed subversion checks. Added
14595         --disable-plugin-subversion and --disable-plugin-glade
14596         configure flags to manually turn off their plugin builds.
14598         * plugins/editor/plugin.c: Save and restore current editor line
14599         positions in session.
14601 2005-05-18  Naba Kumar  <naba@gnome.org>
14603         * AUTHORS: Fixed email address.
14604         
14605         * libanjuta/anjuta-utils.c,
14606         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14607         when the projectmanager toplevel is not a window. Check for valid
14608         gtkwindow type before using the passed window as parent for anjuta
14609         dialogs.
14611 2005-05-17  Naba Kumar  <naba@gnome.org>
14613         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
14614         
14615         * plugins/cvs-plugin/Makefile.am,
14616         plugins/devhelp/plugin.c,
14617         plugins/file-loader/Makefile.am,
14618         plugins/macro/Makefile.am,
14619         plugins/message-view/Makefile.am,
14620         plugins/patch/Makefile.am,
14621         plugins/project-manager/Makefile.am,
14622         plugins/subversion/Makefile.am,
14623         plugins/symbol-browser/Makefile.am: Removed -module flags
14624         from libtool flags
14626         * MAINTAINERS: Added file so that I could recieve bugzilla
14627         reports.
14629         * plugins/glade/plugin.c: Fixed compile error.
14631 === Anjuta 2.0.0 ===
14633 2005-05-15  Naba Kumar  <naba@gnome.org>
14635         * configure.in: Adjusted gdl version requirement. Bumped anjuta
14636         version to 2.0.0.
14638         * plugins/symbol-browser/an_symbol_view.c,
14639         plugins/symbol-browser/plugin.c,
14640         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
14641         symbols have been updated. Reset file symbols when update
14642         occurs. Fixed memory leaks.
14644         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14645         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
14646         
14647 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
14649         * plugins/tools/anjuta-tools.glade:
14650         Remove unused parameter dialog
14652         * plugins/tools/dialog.c,
14653         plugins/tools/fileop.c,
14654         plugins/tools/fileop.h,
14655         plugins/tools/tool.c,
14656         plugins/tools/tool.h,
14657         plugins/tools/variable.c:
14658         Add a few comments and cleanups
14660         * plugins/tools/editor.c,
14661         plugins/tools/editor.h:
14662         Remove code from previous plugin and add comments
14663         Use main window as parent (instead of tool list)
14665         * plugins/tools/execute.c,
14666         plugins/tools/execute.h:
14667         Remove code from previous plugin and add comments
14668         Fix warnings
14670 2005-05-14  Naba Kumar  <naba@gnome.org>
14672         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
14673         release.
14674         
14675         * configure.in: Fixed
14676         
14677         * plugins/class-inheritance/class-inheritance.png: New icon.
14678         
14679         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
14680         screws up when reparented.
14682 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14684         * plugins/editor/search-replace.c,
14685         plugins/editor/search-replace_backend.c
14686         plugins/project-manager/plugin.c : Clear find pane if searching same 
14687         expression. Clean code.
14689 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
14691         * configure.in: Added ne in ALL_LINGUAS
14692         
14693 2005-05-13  Naba Kumar  <naba@gnome.org>
14695         * configure.in: Fixed glade-3 version.
14696         
14697         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
14698         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
14699         plugins/gdb/watch.c: Update locals, watch and frame document on
14700         frame change.
14702 2005-05-12  Naba Kumar  <naba@gnome.org>
14704         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
14705         scope autocompletion when the function definition is incomplete.
14706         
14707         * plugins/class-gen/anjuta-class-gen.plugin.in,
14708         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14709         plugins/gdb/plugin.c,
14710         plugins/glade/anjuta-glade.plugin.in,
14711         plugins/project-import/anjuta-project-import.plugin.in,
14712         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
14713         titles for the wizards.
14715 2005-05-11  Naba Kumar  <naba@gnome.org>
14717         * configure.in, plugins/debug-manager/Makefile.am,
14718         plugins/debug-manager/plugin.c,
14719         (added) plugins/debug-manager/images/.cvsignore,
14720         (added) plugins/debug-manager/images/Makefile.am,
14721         (added) plugins/debug-manager/images/detach-16.png,
14722         (added) plugins/debug-manager/images/detach.png,
14723         (added) plugins/debug-manager/images/step-into-16.png,
14724         (added) plugins/debug-manager/images/step-into.png,
14725         (added) plugins/debug-manager/images/step-out-16.png,
14726         (added) plugins/debug-manager/images/step-out.png,
14727         (added) plugins/debug-manager/images/step-over-16.png,
14728         (added) plugins/debug-manager/images/step-over.png,
14729         plugins/gdb/Makefile.am,
14730         plugins/gdb/breakpoints.c,
14731         plugins/gdb/plugin.c,
14732         (added) plugins/gdb/images/.cvsignore,
14733         (added) plugins/gdb/images/Makefile.am,
14734         (added) plugins/gdb/images/breakpoint.png,
14735         (added) plugins/gdb/images/locals.png,
14736         (added) plugins/gdb/images/stack.png,
14737         (added) plugins/gdb/images/watch.png: Fixed breakpoints
14738         'remove all'. Added debugger icons.
14740         * plugins/editor/text_editor.c: Fixed file monitor.
14742         Patch from: Massimo Cora'  <maxcvs@email.it>
14743         * plugins/patch/anjuta-patch-plugin.png,
14744         plugins/class-gen/Makefile.am,
14745         plugins/class-gen/action-callbacks.c,
14746         plugins/class-gen/class_gen.c,
14747         plugins/class-gen/class_logo.xpm: Implemented vcs
14748         file addions. New icons by Fabio Zecchini
14750 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14752         * libanjuta/interfaces/libanjuta.idl
14753         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
14754         plugins/editor/search-replace_backend.c
14755         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
14757 2005-05-11  Naba Kumar  <naba@gnome.org>
14758         
14759         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
14760         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
14761         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
14762         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
14763         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
14764         memory leaks.
14765         
14766         * plugins/symbol-browser/an_symbol_prefs.c,
14767         plugins/symbol-browser/an_symbol_search.c,
14768         plugins/symbol-browser/an_symbol_view.c,
14769         plugins/symbol-browser/an_symbol_view.h,
14770         plugins/symbol-browser/plugin.c: Fixed memory leaks.
14772 2005-05-11  Naba Kumar  <naba@gnome.org>
14774         * libanjuta/anjuta-shell.c: Fixed runtime warning.
14775         
14776         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
14777         progress bar location at create time, instead of hardcoding.
14778         
14779         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
14780         Added mini splash screen.
14781         
14782         * plugins/editor/text_editor.c: Do not produce warning when file
14783         monitor could not be created.
14784         
14785         * plugins/profile-default/plugin.c: Save project session on exit.
14786         Show mini splash with progress bar at profile load.
14788 2005-05-10  Naba Kumar  <naba@gnome.org>
14790         * configure.in, manuals/Makefile.am: Fixed compile flags.
14791         Disable outdated manuals builds.
14792         
14793         * global-tags/Makefile.am: Uninstall tags files on
14794         'make uninstall'
14795         
14796         * libegg/Makefile.am: Use configured deprecated flags.
14797         
14798         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14799         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14800         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
14801         Updated.
14802         
14803         * mime/Makefile.am: Take DESTDIR into account.
14804         
14805         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
14806         
14807         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
14808         on scope autocompletion.
14809         
14810         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14811         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
14812         shared libs and static libs paths for debugging. Order them
14813         correctly.
14814         
14815         * po/POTFILES.in: Updated.
14817 2005-05-09  Naba Kumar  <naba@gnome.org>
14819         * libanjuta/interfaces/libanjuta.idl,
14820         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
14821         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
14822         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
14823         Implemented debugger source directory search and emits location changed
14824         signal with absolute path of the file.
14826         * plugins/tools/tool.c: Fixed compile errors.
14827         
14828 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
14830         * plugins/tools/anjuta-tools.glade,
14831         plugins/tools/dialog.h,
14832         plugins/tools/dialog.c,
14833         plugins/tools/plugin.c,
14834         plugins/tools/editor.c:
14835         Improve graphical user interface
14836         Remove old code
14837         Correct an error on close
14838         Some cleanups
14840         * plugins/tools/fileop.c,
14841         plugins/tools/tool.h,
14842         plugins/tools/tool.c:
14843         Change the tool internal structure
14844         Support having tools configuration in several places
14846 2005-05-08  Naba Kumar  <naba@gnome.org>
14848         * plugins/gdb/actions.c,
14849         (removed) plugins/gdb/registers_cbs.c,
14850         (removed) plugins/gdb/registers_cbs.h,
14851         (removed) plugins/gdb/registers_gui.c,
14852         (removed) plugins/gdb/sharedlib_cbs.c,
14853         (removed) plugins/gdb/sharedlib_cbs.h,
14854         (removed) plugins/gdb/sharedlib_gui.c,
14855         (removed) plugins/gdb/signals_cbs.c,
14856         (removed) plugins/gdb/signals_cbs.h,
14857         (removed) plugins/gdb/signals_gui.c: Removed dead files.
14859 2005-05-08  Naba Kumar  <naba@gnome.org>
14861         * plugins/build-basic-autotools/executer.c: Fixed programs
14862         listing dialog.
14863         
14864         * plugins/debug-manager/Makefile.am,
14865         plugins/debug-manager/anjuta-debug-manager.glade,
14866         plugins/debug-manager/plugin.c,
14867         plugins/gdb/Makefile.am: Used libglade for programs listing
14868         dialog.
14869         
14870         * (added) plugins/gdb/pointer.png: Stack pointer image.
14871         
14872         * libanjuta/anjuta-marshal.list,
14873         pixmaps/Makefile.am,
14874         plugins/gdb/actions.c,
14875         plugins/gdb/actions.h,
14876         plugins/gdb/anjuta-gdb-plugin.ui,
14877         plugins/gdb/anjuta-gdb.glade,
14878         plugins/gdb/breakpoints.c,
14879         plugins/gdb/breakpoints.h,
14880         plugins/gdb/debug_tree.c,
14881         plugins/gdb/debug_tree.h,
14882         plugins/gdb/debugger.c,
14883         plugins/gdb/debugger.h,
14884         plugins/gdb/gdbmi-test.c,
14885         plugins/gdb/gdbmi.c,
14886         plugins/gdb/gdbmi.h,
14887         plugins/gdb/info.c,
14888         plugins/gdb/info.h,
14889         plugins/gdb/locals.c,
14890         plugins/gdb/locals.h,
14891         plugins/gdb/memory.c,
14892         plugins/gdb/memory.h,
14893         plugins/gdb/plugin.c,
14894         plugins/gdb/plugin.h,
14895         plugins/gdb/registers.c,
14896         plugins/gdb/registers.h,
14897         plugins/gdb/registers_cbs.c,
14898         plugins/gdb/registers_cbs.h,
14899         plugins/gdb/registers_gui.c,
14900         plugins/gdb/sharedlib.c,
14901         plugins/gdb/sharedlib.h,
14902         plugins/gdb/sharedlib_cbs.c,
14903         plugins/gdb/sharedlib_cbs.h,
14904         plugins/gdb/sharedlib_gui.c,
14905         plugins/gdb/signals.c,
14906         plugins/gdb/signals.h,
14907         plugins/gdb/signals_cbs.c,
14908         plugins/gdb/signals_cbs.h,
14909         plugins/gdb/signals_gui.c,
14910         plugins/gdb/stack_trace.c,
14911         plugins/gdb/stack_trace.h,
14912         plugins/gdb/utilities.c,
14913         plugins/gdb/utilities.h,
14914         plugins/gdb/watch.c,
14915         plugins/gdb/watch.h,
14916         plugins/gdb/watch_cbs.c,
14917         plugins/gdb/watch_cbs.h,
14918         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
14919         it for all debugger component updates and listing. Implemented
14920         user custom debugger command window. Fixed all debugger components
14921         to work correctly. Implemented debugger as GObject. Removed
14922         deprecated codes.
14923         
14924 2005-05-06  Naba Kumar  <naba@gnome.org>
14925         
14926         * TODO.tasks: Updated.
14927         
14928         * plugins/build-basic-autotools/Makefile.am,
14929         plugins/file-loader/Makefile.am,
14930         plugins/profile-default/Makefile.am,
14931         plugins/sample1/Makefile.am,
14932         plugins/symbol-browser/images/Makefile.am,
14933         src/Makefile.am: Fixed 'make distcheck' errors.
14935         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
14936         updates.
14938         * tagmanager/tm_workspace.c: Include prototypes in getting
14939         scope members.
14941 2005-05-06  Naba Kumar  <naba@gnome.org>
14943         * TODO.tasks: Updated.
14944         
14945         * configure.in, plugins/cvs-plugin/Makefile.am,
14946         plugins/debug-manager/Makefile.am,
14947         plugins/devhelp/Makefile.am,
14948         plugins/editor/Makefile.am,
14949         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
14950         
14951         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
14952         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
14953         interfaces.
14954         
14955         * tagmanager/tm_workspace.c,
14956         tagmanager/include/tm_workspace.h,
14957         plugins/editor/aneditor-autocomplete.cxx,
14958         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
14959         to return all matching tag types when no name is given instead of
14960         returning empty array.
14961         
14962         * plugins/symbol-browser/Makefile.am,
14963         (added) plugins/symbol-browser/an_symbol.c,
14964         (added) plugins/symbol-browser/an_symbol.h,
14965         plugins/symbol-browser/an_symbol_info.c,
14966         plugins/symbol-browser/an_symbol_info.h,
14967         (added) plugins/symbol-browser/an_symbol_iter.c,
14968         (added) plugins/symbol-browser/an_symbol_iter.h,
14969         plugins/symbol-browser/an_symbol_search.c,
14970         plugins/symbol-browser/an_symbol_view.c,
14971         plugins/symbol-browser/an_symbol_view.h,
14972         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
14973         plugins/symbol-browser/plugin.c,
14974         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
14975         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
14976         plugin and implemented IAnjutaIterable interface for symbol search
14977         and iteration.
14979         * plugins/class-inheritance/Makefile.am,
14980         plugins/class-inheritance/class-inherit.c,
14981         plugins/class-inheritance/class-inherit.h,
14982         plugins/class-inheritance/plugin.h: Use the newly added
14983         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
14984         get rid of libanjuta-ctags.la dependencies.
14986 2005-05-02  Naba Kumar  <naba@gnome.org>
14988         * plugins/class-inheritance/class-inherit.c,
14989         plugins/class-inheritance/plugin.c,
14990         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
14991         be found for a class. Formated code.
14993         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
14994         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
14995         of editor tabs.
14996         
14997 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
14999         * libanjuta/anjuta-launcher.c:
15000         Keep trying sending data until all bytes have been written
15002         * plugins/tools/anjuta-tools.glade,
15003         plugins/tools/editor.c:
15004         Add a combo box to defined data from stdin
15006         * plugins/tools/execute.c:
15007         Send data in stdin if needed
15008         Code cleanups
15010         * plugins/tools/fileop.c,
15011         plugins/tools/tool.h,
15012         plugins/tools/tool.c:
15013         Store, load and save stdin data
15014         Use tools-2.xml instead of tools.xml
15016         * plugins/tools/plugin.c,
15017         plugins/tools/plugin.h:
15018         Code cleanups
15020         * plugins/tools/dialog.c,
15021         plugins/tools/dialog.h:
15022         Few code cleanups
15024         * plugins/tools/variable.c,
15025         plugins/tools/variable.h:
15026         Add editor related variables
15027         Code cleanups
15029 2005-04-29  Naba Kumar  <naba@gnome.org>
15031         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15033         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15034         
15035         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15036         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15037         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15038         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15039         working on gdb MI interface. Completed MI parser interface.
15041         Patch from  Massimo Cora <maxcvs@email.it>:
15042         * plugins/class-inheritance/Makefile.am,
15043         plugins/class-inheritance/class-inherit.c,
15044         plugins/class-inheritance/class-inherit.h,
15045         plugins/class-inheritance/plugin.c,
15046         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15047         Used system theme for colors. Display class members on mouse click.
15048         
15049 2005-04-28  Naba Kumar  <naba@gnome.org>
15051         * plugins/symbol-browser/an_symbol_prefs.c
15052         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15053         implementation to create/add/remove custom tags files in symbol
15054         brower preferences.
15056         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15057         EXTRA_DIST.
15059         * plugins/project-import/project-import.c: Fixed memory leaks and
15060         use correct debug prints.
15061         
15062         * TODO.tasks: Updated.
15063         
15064 2005-04-27  Naba Kumar  <naba@gnome.org>
15066         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15067         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15068         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15070         * plugins/editor/anjuta-docman.c,
15071         plugins/editor/anjuta-docman.h,
15072         plugins/editor/plugin.c: Emit editor-added signal from docman
15073         and connect signals to new editor correctly.
15075         * plugins/class-inheritance/plugin.c,
15076         plugins/symbol-browser/plugin.c: Added stock icons.
15077         
15078         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15079         plugins/build-basic-autotools/executer.c,
15080         plugins/build-basic-autotools/executer.h: Added missing files
15081         for the execute programs implementation.
15083 2005-04-26  Naba Kumar  <naba@gnome.org>
15084         
15085         * TODO.tasks: Updated.
15087         * plugins/file-loader/plugin.c,
15088         plugins/project-import/anjuta-project-import.plugin.in,
15089         plugins/project-import/plugin.c,
15090         plugins/project-import/project-import.c,
15091         plugins/project-import/project-import.h: Be able to import older
15092         anjuta projects.
15094 2005-04-26  Naba Kumar  <naba@gnome.org>
15096         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15097         removing it from the shell.
15099         * libanjuta/anjuta-shell.c,
15100         libanjuta/anjuta-shell.h,
15101         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15102         so that widget additions are freezed or thaw using a pending queue.
15103         Fixded UI flicker while loading projects.
15105 2005-04-26  Naba Kumar  <naba@gnome.org>
15107         * TODO.tasks: Updated.
15108         
15109         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15110         IAnjutaBuildable interface.
15111         
15112         * plugins/build-basic-autotools/Makefile.am,
15113         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15114         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15115         plugins/build-basic-autotools/build-basic-autotools.c,
15116         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15117         interface and UI for executing project/file programs. Implemented
15118         IAnjutaFile interface so that executables could be opened directly.
15119         
15120         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15121         Authors line (Reserved for external plugins, which do not have a way to
15122         show their credits).
15123         
15124         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15125         [File Loader] group for menu labels (default to "Name" if it is not
15126         defined.
15127         
15128         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15129         for executing external commands.
15131 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15133         * plugins/project-wizard/property.c:
15134         Correct a memory leak
15136         * libanjuta/interfaces/libanjuta.idl,
15137         plugins/editor/text_editor.c:
15138         Add erase_all and replace_selection function to IAnjutaEditor
15140         * plugins/tools/anjuta-tools.glade,
15141         plugins/tools/fileop.c,
15142         plugins/tools/editor.c,
15143         plugins/tools/tool.c
15144         plugins/tools/tool.h:
15145         Add shortcut and icon 
15147         * plugins/tools/variable.c,
15148         plugins/tools/variable.h:
15149         Add a variable asking parameters at run time
15151         * plugins/tools/execute.c:
15152         Add a warning message for missing document manager
15153         Add replace buffer and replace selection output
15154         Correct an error in popup output
15156         * plugins/tools/plugin.c,
15157         plugins/tools/plugin.h,
15158         plugins/tools/anjuta-tools.ui,
15159         src/anjuta.ui:
15160         Few clean up
15161         Attach tools menu to a new place
15163 2005-04-25  Naba Kumar  <naba@gnome.org>
15165         * libanjuta/plugins.c, src/about.c, src/about.h,
15166         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15167         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15168         plugins (about box for plugins) menu.
15170 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15172         *  plugins/editor/search-replace.c :
15173         Displayed full path in Search pane window. 
15174         Bug 300231 : Selected line in Search pane window .
15175                 
15176 2005-04-23  Naba Kumar  <naba@gnome.org>
15178         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15180 2005-04-22  Naba Kumar  <naba@gnome.org>
15182         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15183         
15184         * plugins/project-wizard/templates/java.wiz,
15185         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15186         to create bytecodes (.class) files.
15187         
15188         * plugins/symbol-browser/an_symbol_info.c,
15189         plugins/symbol-browser/an_symbol_info.h,
15190         plugins/symbol-browser/an_symbol_search.c,
15191         plugins/symbol-browser/an_symbol_view.c,
15192         plugins/symbol-browser/plugin.c,
15193         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15194         in file symbol list.
15196 2005-04-22  Naba Kumar  <naba@gnome.org>
15198         * TODO.tasks: Updated.
15199         
15200         * plugins/class-inheritance/Makefile.am,
15201         plugins/subversion/Makefile.am: Do not install plugin files when
15202         plugin build condition is false.
15203         
15204         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15205         plugins/build-basic-autotools/build-basic-autotools.c,
15206         plugins/build-basic-autotools/build-basic-autotools.h,
15207         plugins/file-loader/anjuta-loader-plugin.ui,
15208         plugins/file-loader/dnd.c,
15209         plugins/file-loader/plugin.c,
15210         plugins/file-loader/plugin.h,
15211         plugins/project-manager/anjuta-project-manager.ui,
15212         plugins/project-manager/plugin.c: Added open file and build context
15213         menu in project manager context menu.
15215 2005-04-22  Naba Kumar  <naba@gnome.org>
15217         * configure.in: Added message output showing conditional plugins to
15218         build or not.
15219         
15220         * src/layout.xml: Added layout for class-inheritance plugin widget.
15221         
15222         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15223         plugin name to remove redundant terms.
15224         
15225         * TODO.tasks: Updated.
15226         
15227         * configure.in,
15228         plugins/symbol-browser/Makefile.am,
15229         plugins/symbol-browser/an_symbol_view.c,
15230         (removed) plugins/symbol-browser/sv_class.xpm,
15231         (removed) plugins/symbol-browser/sv_function.xpm,
15232         (removed) plugins/symbol-browser/sv_macro.xpm,
15233         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15234         (removed) plugins/symbol-browser/sv_private_var.xpm,
15235         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15236         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15237         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15238         (removed) plugins/symbol-browser/sv_public_var.xpm,
15239         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15240         (removed) plugins/symbol-browser/sv_static_var.xpm,
15241         (removed) plugins/symbol-browser/sv_struct.xpm,
15242         (removed) plugins/symbol-browser/sv_unknown.xpm,
15243         (removed) plugins/symbol-browser/sv_variable.xpm,
15244         (added) plugins/symbol-browser/images/.cvsignore,
15245         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15246         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15247         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15248         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15249         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15250         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15251         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15252         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15253         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15254         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15255         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15256         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15257         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15258         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15259         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15260         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15261         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15262         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15263         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15264         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15265         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15266         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15267         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15268         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15269         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15270         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15271         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15272         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15273         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15274         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15275         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15276         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15277         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15278         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15279         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15280         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15281         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15282         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15283         pixmaps and added new icons (taken from monodevelop).
15285 2005-04-21  Naba Kumar  <naba@gnome.org>
15287         Patch from  Massimo Cora <maxcvs@email.it>:
15289         * configure.in, plugins/Makefile.am
15290         (new) plugins/class-inheritance/.cvsignore,
15291         (new) plugins/class-inheritance/Makefile.am,
15292         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15293         (new) plugins/class-inheritance/class-inherit.c,
15294         (new) plugins/class-inheritance/class-inherit.h,
15295         (new) plugins/class-inheritance/plugin.c,
15296         (new) plugins/class-inheritance/plugin.h,
15297         (new) plugins/class-inheritance/class-inheritance.png: Added class
15298         inheritance plugin.
15299         
15300         Changes by naba: Added pkgconfig check for graphviz and conditionally
15301         build graphviz.
15302         
15303         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15305 2005-04-20  Naba Kumar  <naba@gnome.org>
15307         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15308         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15309         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15310         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15311         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15312         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15313         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15314         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15315         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15316         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15317         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15318         
15319         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15320         message view management.
15322         * libanjuta/anjuta-children.[ch],
15323         plugins/build-basic-autotools/build-basic-autotools.c,
15324         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15325         Removed anjuta_children_init() function,
15326         because it is done automatically when first invoked. Introduced
15327         anjuta_children_recover() to recover the child signalling. Fixed
15328         child exit management to correctly recover the exit status.
15329         
15330         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15331         to properly shutdown the launcher and to kill the running process
15332         (without emitting any signal).
15333         
15334         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15335         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15336         gdb and program instance.
15338 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15340         * plugins/editor/search-replace.c :
15341         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15343 2005-04-18  Naba Kumar  <naba@gnome.org>
15345         * TODO.tasks: Marked completed items.
15346         
15347         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15348         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15349         plugins/project-manager/plugin.c: Prompt user for the debugging
15350         target (select from a list of project's executable targets) and
15351         correctly start debugger. Take care of libtool wrapping when the
15352         target selected is libtool target. Fixed debugger menu items
15353         sensitivity.
15355 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15357         * plugins/tools/execute.c,
15358         plugins/tools/execute.h:
15359         Implement save all files before running a command
15360         Implement all options for stdout and stderr except replace buffer
15361         Allow running several tools
15363         * plugins/tools/plugin.c:
15364         Move anjuta launcher in execute.c
15366         * plugins/tools/tools.h,
15367         plugins/tools/variable.c:
15368         Small changes
15370 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15372         * plugins/tools/anjuta-tools.glade:
15373         Add new properties in tool editor dialog
15374         Cosmetic improvements
15375         
15376         * plugins/tools/anjuta-tools.ui:
15377         Attach tool menu as a build menu
15379         * plugins/tools/dialog.c:
15380         Set tool menu item sensitivity in tool list
15381         Fix bugs
15383         * plugins/tools/editor.c,
15384         plugins/tools/editor.h,
15385         plugins/tools/fileop.c,
15386         plugins/tools/tool.c,
15387         plugins/tools/tool.h:
15388         Add new properties (active, save file...)
15389         Most of them are still not implemented
15391         * plugins/tools/execute.c,
15392         plugins/tools/execute.h:
15393         Reorganize code to support multiple run
15394         Support run in terminal
15395         
15396         * plugins/tools/plugin.c
15397         plugins/tools/plugin.h:
15398         Move message handling in execute.c
15400         * plugins/tools/variable.h,
15401         plugins/tools/variable.c:
15402         Add useful variables
15403         
15404 2005-04-13  Naba Kumar  <naba@gnome.org>
15406         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15407         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15408         
15409 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15411         * plugins/tools/dialog.c plugins/tools/tool.c :
15412         Fixed bugs.
15414 2005-04-06  Naba Kumar  <naba@gnome.org>
15416         * src/anjuta.c: Load default session only when
15417         "anjuta.session.load.last" preference is enabled.
15418         
15419 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15421         * plugins/tools/Makefile.am,
15422         plugins/tools/variable.c,
15423         plugins/tools/variable.h:
15424         Add new code for handling variables
15426         * plugins/tools/anjuta-tools.glade:
15427         Improve tool editor dialog
15428         Add variable selection dialog
15430         * plugins/tools/dialog.c,
15431         plugins/tools/dialog.h,
15432         plugins/tools/plugin.c,
15433         plugins/tools/plugin.h:
15434         Add variable object
15435         Add a function to get it
15437         * plugins/tools/editor.c:
15438         Add gui code for variable selection dialog
15440         * plugins/tools/execute.c:
15441         Use variables for executing command
15442         
15443         * Naba: Compile warning fixes.
15445 2005-04-06  Naba Kumar  <naba@gnome.org>
15447         * TODO.tasks: Marked completed items.
15448         
15449 2005-04-06  Naba Kumar  <naba@gnome.org>
15451         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15452         compile error.
15453         
15454         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15456 2005-04-04  Naba Kumar  <naba@gnome.org>
15458         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15459         inside Main window.
15460         
15461 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15463         * plugins/tools/Makefile.am,
15464         plugins/tools/anjuta-tools.plugin.in,
15465         plugins/tools/anjuta-tools.ui,
15466         plugins/tools/anjuta-tools.gladei,
15467         plugins/tools/anjuta-tools-plugin.png,
15468         plugins/tools/plugin.c,
15469         plugins/tools/plugin.h,
15470         plugins/tools/dialog.c,
15471         plugins/tools/dialog.h,
15472         plugins/tools/fileop.c,
15473         plugins/tools/fileop.h,
15474         plugins/tools/tool.c,
15475         plugins/tools/tool.h,
15476         plugins/tools/editor.c,
15477         plugins/tools/editor.h,
15478         plugins/tools/execute.c,
15479         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15480         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15481         Not fully working
15483         * anjuta-tools.[ch]: Removed old tools code.
15484         
15485 2005-04-01  Steve Murphy  <murf@e-tools.com>
15487         * configure.in: Added "rw" to ALL_LINGUAS.
15489 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15491         * Modified Files:
15492         manuals/C/anjuta-manual/fileoperations.xml
15493         Added Files:
15494         manuals/C/anjuta-manual/figures/search_expr.png
15495         manuals/C/anjuta-manual/figures/search_expr_basic.png
15496         manuals/C/anjuta-manual/figures/search_file_list.png
15497         manuals/C/anjuta-manual/figures/search_file_pattern.png
15498         manuals/C/anjuta-manual/figures/search_replace.png
15499         manuals/C/anjuta-manual/figures/search_setting.png
15500         manuals/C/anjuta-manual/figures/search_target.png
15501         manuals/C/anjuta-manual/figures/search_target_action.png
15502         manuals/C/anjuta-manual/figures/search_target_in.png
15503         Removed Files:
15504         manuals/C/anjuta-manual/figures/find_files.png
15505         manuals/C/anjuta-manual/figures/find_replace.png
15506         manuals/C/anjuta-manual/figures/find_text.png :
15507         Updated Anjuta manual (File Operations)
15509 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15511         * manuals/C/anjuta-manual/fileoperations.xml,
15512         manuals/C/anjuta-manual/figures/open_file.png,
15513         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15514         manuals/C/anjuta-manual/figures/prefs_print.png,
15515         manuals/C/anjuta-manual/figures/print_dlg.png,
15516         manuals/C/anjuta-manual/figures/print_preview.png.
15517         * Added Files:
15518         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15519         manuals/C/anjuta-manual/figures/display_macro.png,
15520         manuals/C/anjuta-manual/figures/insert_text.png,
15521         manuals/C/anjuta-manual/figures/keyword_macro.png,
15522         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15523         manuals/C/anjuta-manual/figures/save_as_file.png :
15524         Updated Anjuta Manual (File Operations)
15526 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15528         * plugins/editor/action-callbacks.c,
15529           plugins/file-loader/plugin.c,
15530           plugins/gtodo/main.c,
15531           plugins/project-wizard/druid.c:
15532           Fix spelling/grammar errors. Fixes bugs
15533           169068, 169137, 169138, and 169139.
15535 2005-03-21  Naba Kumar  <naba@gnome.org>
15537         Patch from: Massimo Cora' <maxcvs@email.it>:
15538         
15539         * plugins/editor/Makefile.am
15540         plugins/editor/anjuta-docman.c,
15541         (added) plugins/editor/editor-tooltips.c,
15542         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15543         editor tabs to show full path.
15545 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15546         
15547         * plugins/subversion/svn-backend.c:
15548         Removed "apr-0/" from include because this is 
15549         already included in SVN_INCLUDE and broke building if
15550         apr >= 1.0 was installed.
15552 2005-03-18  Naba Kumar  <naba@gnome.org>
15554         Patch from: Massimo Cora' <maxcvs@email.it>:
15556         * plugins/editor/action-callbacks.c,
15557         plugins/editor/aneditor-calltip.cxx,
15558         plugins/editor/aneditor-priv.h,
15559         plugins/editor/aneditor.cxx,
15560         plugins/editor/aneditor.h,
15561         plugins/editor/anjuta-document-manager.ui: Added calltip
15562         activation from menu.
15564 2005-03-16  Naba Kumar  <naba@gnome.org>
15566         Patch from: Massimo Cora' <maxcvs@email.it>:
15567         
15568         * plugins/class-gen/action-callbacks.c,
15569         plugins/class-gen/anjuta-class-gen-plugin.glade,
15570         plugins/class-gen/class_gen.c,
15571         plugins/class-gen/class_gen.h,
15572         plugins/class-gen/class_logo.xpm,
15573         plugins/class-gen/plugin.c: Create files without project
15574         being open. Add to project support. And other enhancements.
15576 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15578         * anjuta.glade,
15579           plugins/debug-manager/utilities.c,
15580           plugins/file-loader/plugin.c,
15581           plugins/gdb/utilities.c,
15582           plugins/profile-default/plugin.c,
15583           plugins/project-import/project-import.c,
15584           src/anjuta-actions.h:
15585           Spelling/grammar fixes.
15587 2005-03-13  Naba Kumar  <naba@gnome.org>
15588         
15589         * plugins/editor/action-callbacks.c,
15590         plugins/editor/action-callbacks.h,
15591         plugins/editor/anjuta-document-manager.ui,
15592         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15593         submenu. Moved menuitems from Format to View->Editor.
15594         
15595         * src/action-callbacks.c, src/action-callbacks.h,
15596         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15597         layout and lock layout menus in View submenu. Get rid of
15598         Settings->Layout Manager menu.
15599         
15600         * plugins/project-import/anjuta-project-import.plugin.in:
15601         Fixed icon name
15603         * global-tags/Makefile.am,
15604         global-tags/create_global_tags.sh,
15605         plugins/editor/aneditor-autocomplete.cxx,
15606         plugins/editor/aneditor-priv.h,
15607         plugins/editor/aneditor.cxx,
15608         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15609         in editor and made it work in global symbols also.
15610         
15611         * src/anjuta-app.c: Always use priority texts besides icons style
15612         for toolbars, because other styles look horible for Anjuta (fixme).
15614 2005-03-11  Naba Kumar  <naba@gnome.org>
15616         * configure.in: Removed test for iconv.
15618         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
15619         before scintilla widget is realized.
15620         
15621         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
15622         for Update menuitem.
15623         
15624         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
15625         already applied in scintilla main stream.
15626         
15627         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
15628         and notified scintilla developer.
15629         
15630 2005-03-10  Naba Kumar  <naba@gnome.org>
15632         * src/action-callbacks.c: Removed reference to src/help.h (dead
15633         file).
15635         * plugins/editor/text_editor.c: Removed reference to
15636         src/launcher.h (a dead file).
15638         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
15639         src/controls.c, src/controls.h, src/fileselection.c,
15640         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
15641         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
15642         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
15643         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
15644         src/session.h, src/support.c, src/support.h, src/toolbar.c,
15645         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
15646         Removed these dead files from CVS.
15649 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15651         * plugins/file-wizard/action-callbacks.c : Added error message.
15652         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
15655 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
15656         
15657         * plugins/cvs-plugin/cvs-callbacks.c
15658         plugins/cvs-plugin/plugin.c:
15659         Fixed preferences page init and busy handling
15660         
15661         * plugins/subversion/plugin.c:
15662         Fixed preferences page init
15664 2005-03-09  Naba Kumar  <naba@gnome.org>
15666         * plugins/Makefile.am, plugins/glade/Makefile.am,
15667         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
15668         enabled glade plugin in Anjuta. The plugin is built only when
15669         glade3 is installed.
15670         
15671 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15673         * plugins/project-wizard/templates/java.wiz
15674         plugins/project-wizard/templates/java-logo.png (*)
15675         plugins/project-wizard/templates/java/*
15676         plugins/project-wizard/templates/Makefile.am
15677         configure.in:
15678         
15679         Add Java project type. It generates a autoconf/automake
15680         project which is compiled using gcj. It requires automake 
15681         > 1.4 (1.9 is known to work) to work!
15682         
15683         (*) still awaiting response from the gcj team if we
15684         may use their logo.
15685         
15686 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15687         
15688         * plugins/project-import/*
15689         plugins/Makefile.am
15690         configure.in:
15691         Added project import plugin. Might be a bit buggy and limited
15692         but works for now.
15693         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15694         Icon from old pixmaps dir
15696 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15698         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
15699         plugins/macro/macro-util.c, plugins/macro/macros.xml :
15700         Added C Custom_Indent line macro.
15701         Cleaned macros.xml
15703 2005-03-09  Naba Kumar  <naba@gnome.org>
15705         * TODO.tasks: Added new message-manager tasks.
15706         
15707         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15708         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15709         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15710         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15711         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15712         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15713         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15714         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15715         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15716         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15717         
15718         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
15719         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
15720         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
15721         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
15722         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
15723         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
15724         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
15725         Removed debugger widgets from shell on debugger shutdown. Added
15726         scrolled windows for docked widgets. Removed unnecessary widget refs
15727         and unrefs. Destroy widgets correctly on debugger shutdown.
15728         
15729         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
15730         with project description title. Removed frame shadow.
15731         
15732         * plugins/project-wizard/druid.c: Initializes tooltips.
15733         
15734         * scintilla/Makefile.am: Fixed comiple error.
15736 2005-03-08  Adam Weinberger  <adamw@gnome.org>
15738         * plugins/class-gen/anjuta-class-gen-plugin.glade,
15739           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
15741 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15743         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15744         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15745         plugins/macro/macro-util.c, plugins/macro/macro-util.h
15746         plugins/macro/macros.xml, plugins/macro/plugin.c :
15747         Moved cursor at the '|' position defined in macros.
15749 2005-03-07  Naba Kumar  <naba@gnome.org>
15751         * plugins/subversion/Makefile.am: Fixed build error.
15753         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
15754         types (perl, python, shellscript).
15755         
15756         * plugins/editor/plugin.c: Fixed to show all highlight options.
15757         
15758 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15760         * TODO.tasks : updated tasks.
15761         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
15763 2005-03-07  Naba Kumar  <naba@gnome.org>
15765         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
15766         or disable subversion file-manager submenu. If "Subvesion" is also
15767         valid directory, we should also check for it.
15769         * configure.in: Disable cygwin macro until someone fixes the
15770         autoconf warnings.
15771         
15772         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
15773         backward compatibility.
15774         
15775 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15777         * src/about.c : Cleaned code.
15778         * plugins/macro/macros.xml : Added "do_while" C macro.
15779         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
15780         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
15781         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
15782         Closed registers, shared libraries, kernel signals dialogs with ESC key.
15783         
15784 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15786         * plugins/class-gen/plugin.c:
15787         Removed "return" to activate project_root_uri watching.
15789 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15791         * plugins/Makefile.am
15792         plugins/subversion/*:
15793         Added subversion plugin. Add, Remove, Commit and Update work
15794         everything else needs work.
15795         
15796         * plugins/terminal/terminal.c
15797         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
15798         we still have focus problems with the editor.
15800 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15802         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
15803         
15804 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15806         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
15808 2005-03-04  Naba Kumar  <naba@gnome.org>
15810         Patch from Massimo Cora' <maxcvs@email.it>:
15812         * plugins/class-gen/Makefile.am,
15813         plugins/class-gen/action-callbacks.c,
15814         plugins/class-gen/action-callbacks.h,
15815         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
15816         plugins/class-gen/anjuta-class-gen.plugin.in,
15817         plugins/class-gen/class_gen.c,
15818         plugins/class-gen/class_gen.h,
15819         (removed) plugins/class-gen/clsGen.c,
15820         (added) plugins/class-gen/goc_template_header,
15821         (added) plugins/class-gen/goc_template_source,
15822         plugins/class-gen/plugin.c,
15823         plugins/class-gen/plugin.h: Refactored class gen code.
15824         Added GOCBuilder code. Fixed UI. Implemented plugin.
15826 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
15828         * plugins/project-wizard/property.c
15829         plugins/project-wizard/install.c
15830         plugins/project-wizard/druid.c
15831         plugins/editor/goto_line.c
15832         plugins/editor/plugin.c
15833         plugins/gtodo/add_edit_item.c
15834         plugins/gtodo/ligtodo.c
15835         plugins/gtodo/main.c
15836         plugins/gtodo/preferences.c:
15837         Fixed #167559, #167534, #167266, #167357
15838         (Bad English in strings...)
15839         
15840         Thanks to Adam Weinberger and Thierry Moisan for
15841         reporting!
15843 2005-03-03  Naba Kumar  <naba@gnome.org>
15845         * libegg/Makefile.am, libegg/menu/Makefile.am,
15846         (added) libegg/egg-submenu-action.c,
15847         (added) libegg/menu/egg-submenu-action.h: Created a new action for
15848         submenu (used for wizard listing).
15849         
15850         * plugins/file-loader/anjuta-loader-plugin.ui
15851         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
15852         and toolbar.
15853         
15854         * plugins/editor/action-callbacks.c,
15855         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
15856         ctrl+tabbing because it was interfaring with focus navigation.
15857         Focus editor on "Esc" in incremental search entry. Cleanups.
15858         
15859         * plugins/file-manager/an_file_view.c,
15860         plugins/symbol-browser/plugin.c,
15861         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
15862         Cleanups.
15863         
15864         * plugins/profile-default/plugin.c,
15865         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
15866         for sesssion load.
15867         
15868         * (removed) scintilla/patches/a64-crash-fix.patch,
15869         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
15870         scintilla patches.
15872 2005-03-03  Naba Kumar  <naba@gnome.org>
15874         * HACKING: Fixed typos.
15875         
15876         * plugins/editor/aneditor-indent.cxx: Clean up.
15877         
15878         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
15879         Enable/disable save, undo and redo actions depending on state
15880         of the editor.
15881         
15882 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15884         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
15885         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
15886         Displayed search_incremental status.
15888         * Removed plugins/editor/search_incremental.[ch]
15890 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
15891         
15892         * plugins/cvs-plugin/cvs-execute.c
15893         plugins/cvs-plugin/cvs-callbacks.c:
15894         - Use weak reference on mesg_view and reuse tab if
15895         it still exists to avoid cluttering message manager.
15896         - Fixed bug in cvs remove
15897         
15898         README, HACKING: Updated
15899         
15900         configure.in: Added check for libsvn
15902 2005-02-29  Naba Kumar  <naba@gnome.org>
15903         
15904         * plugins/file-manager/an_file_view.c,
15905         plugins/symbol-browser/an_symbol_view.c,
15906         plugins/symbol-browser/plugin.c: Hide column headers (they
15907         are redundant).
15909 2005-02-29  Naba Kumar  <naba@gnome.org>
15911         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15912         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15913         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15914         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15915         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15916         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15917         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15918         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15919         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15920         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15922         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
15923         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
15924         (added) libanjuta/anjuta-session.[hc],
15925         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15926         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
15927         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
15928         src/main.c:
15929         
15930         Implemented session management. Implemented session
15931         container class. Added session notifications from shell. Implemented
15932         session save/load in editor, file-loader, default-profile-plugin
15933         and anjuta-app. Fixed window sizing and restoration. Cleaned up
15934         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
15935         and maximized states in session. Implemented project session
15936         management.
15938 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15940         * plugins/class-gen/action-callbacks.[ch],
15941         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
15942         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
15943         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
15944         with Escape key.
15946 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
15947         
15948         * plugins/project-wizard/anjuta-project-wizard.glade,
15949         plugins/project-wizard/druid.c:
15950         Add some padding in tab label in project selection page
15951         
15952         * plugins/project-wizard/druid.c,
15953         plugins/project-wizard/parser.c:
15954         Search for project template recursively
15955         Add ~/.anjuta/project to the search paths
15957 2005-02-26  Naba Kumar  <naba@gnome.org>
15959         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
15960         * plugins/file-loader/plugin.c: Fixed crash bug.
15961         * libanjuta/plugins.c: Fixed memory leak.
15962         
15963 2005-02-26  Naba Kumar  <naba@gnome.org>
15964         
15965         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
15966         "UserActivatable" attribute for plugins. This attribute if set to
15967         "no" will prevent users from activating/deactivating it from
15968         plugins dialog. Added a toggle button in plugins dialog to toggle
15969         the plugins list between list of activatable plugins (default) to
15970         list of all plugins. anjuta_plugin_select() now only selects the
15971         plugin. Added anjuta_plugins_select_and_activate() method that will
15972         select and activate it.
15973         
15974         * plugins/profile-default/Makefile.am,
15975         plugins/profile-default/anjuta-default-profile.ui,
15976         plugins/profile-default/plugin.c,
15977         plugins/profile-default/plugin.h,
15978         plugins/project-manager/anjuta-project-manager.ui,
15979         plugins/project-manager/plugin.c,
15980         plugins/project-manager/plugin.h:
15981         
15982         Anjuta projects (*.anjuta) files define the profile of respective
15983         projects. Profile is a set of related plugins required for the
15984         project to open. Moved "close project" action from Project Manager
15985         to Profile Manager plugin. Implemented loading and unloading of
15986         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
15987         (instead of Project Manager) now handles opening of *.anjuta files.
15988         Close Project menuitem is now moved to File submenu (being
15989         consistent with Anjuta 1.x versions and avoiding creating Project
15990         submenu when project manager is not loaded).
15991         
15992         * src/anjuta-actions.h: Fixed short-cut key for Help content.
15993         
15994         * src/anjuta.ui: Fixed place holder for projects.
15995         
15996         * (new) plugins/profile-default/default.anjuta: default startup
15997         profile. Removed the hardcoded plugins loading in
15998         DefaultProfilePlugin.
16000         * anjuta.anjuta,
16001         plugins/project-wizard/templates/terminal/project.anjuta:
16002         Implemented project format in newly created projects.
16004         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16005         plugins/class-gen/anjuta-class-gen.plugin.in,
16006         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16007         plugins/editor/anjuta-document-manager.plugin.in,
16008         plugins/file-loader/anjuta-loader.plugin.in,
16009         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16010         plugins/gdb/anjuta-gdb.plugin.in,
16011         plugins/glade/anjuta-glade.plugin.in,
16012         plugins/message-view/anjuta-message-manager.plugin.in,
16013         plugins/profile-default/anjuta-default-profile.plugin.in,
16014         plugins/project-manager/anjuta-project-manager.plugin.in,
16015         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16016         Defined UserActivatable attributes. Added supported types attribute.
16018         * plugins/project-wizard/anjuta-project-wizard.glade
16019         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16020         "Project Wizard" in preferences title.
16022         * TODO.tasks: Updated.
16023         
16024         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16025         Updated.
16026         
16027 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16029         * plugins/file-wizard/anjuta-file-wizard.glade
16030         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16031         
16032         Integrated License macros, cleaned file.c.
16033         
16034 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16035         
16036         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16037         username can not be found correctly.
16039 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16041         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16042         plugins/macro/macros.xml :
16043         
16044         Added Headers macros. Cleaned file.c
16046 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16048         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16049         plugins/macro/macros.xml :
16050         
16051         Fixed a bug. Added Header macro.
16053         
16054 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16056         * plugins/file-wizard/action-callbacks.c, 
16057         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16058         plugins/macro/macros.xml :
16059         
16060         Added FileName, Header template macros.
16061         
16062 2005-02-24  Naba Kumar  <naba@gnome.org>
16063         
16064         * plugins/patch/patch-plugin.c: Fixed a function call.
16065         
16066         * src/anjuta.c, src/main.c: Save and load default session.
16067         
16068 2005-02-24  Naba Kumar  <naba@gnome.org>
16070         * libanjuta/interfaces/libanjuta.idl,
16071         plugins/message-view/anjuta-msgman.c,
16072         plugins/message-view/anjuta-msgman.h,
16073         plugins/message-view/plugin.c: Added and implemented
16074         set_view_title() method.
16075         
16076         * plugins/build-basic-autotools/build-basic-autotools.c,
16077         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16078         build context pooling. Maximum 3 contexts are reused. Additional
16079         contexts are created when all are busy.
16081 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16083         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16084         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16085         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16086         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16088         Added Copyright, Changelog macros.
16089                 
16090 2005-02-23  Naba Kumar  <naba@gnome.org>
16092         Patch from Massimo Cora' <maxcvs@email.it>:
16093         * plugins/Makefile.am,
16094         plugins/patch/Makefile.am,
16095         (added) plugins/patch/anjuta-patch-plugin.png,
16096         (added) plugins/patch/anjuta-patch.plugin.in,
16097         (added) plugins/patch/anjuta-patch.ui,
16098         plugins/patch/patch-plugin.c,
16099         (added) plugins/patch/patch-plugin.h,
16100         (added) plugins/patch/plugin.c,
16101         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16102         architecture.
16104 2005-02-23  Naba Kumar  <naba@gnome.org>
16106         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16107         file-loader/plugin.c, profile-default/plugin.c:
16108         Implemented "activated" and "deactivated" signals for plugin class.
16109         Renamed *_location() functions to *_id(), because location is
16110         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16111         anjuta_plugins_unload_plugin().
16112         
16113         * class-gen/plugin.c: Fixed complier warning and utility function call.
16114         
16115         * debug-manager/plugin.c: Unload debugger plugin correctly.
16116         
16117         * project-manager/plugin.c:     Fixed compiler warnings.
16118         
16119         * plugins/project-wizard/templates/gnome/.cvsignore,
16120         plugins/project-wizard/templates/gnome/po/.cvsignore,
16121         plugins/project-wizard/templates/gnome/src/.cvsignore,
16122         plugins/project-wizard/templates/gtk/po/.cvsignore,
16123         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16124         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16125         
16126         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16127         build (we need to fix this thing).
16128         
16129 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16131         * plugins/macro/macro-action.[ch]
16132         plugins/macro/macro-edit.c
16133         plugins/macro/macro-dialog.c
16134         plugins/macro/macro-db.[ch]
16135         plugins/macro/plugin.[ch]
16136         plugins/macro/macro-util.[ch] (added)
16137         
16138         Cleaned up macro plugin and preview expanded macros.
16140 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16142         * plugins/cvs-plugin/cvs-interface.c:
16144         Fixed option setting when using no compression and not 
16145         ignoring .cvsrc
16147 2005-02-23  Naba Kumar  <naba@gnome.org>
16148         
16149         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16150         geometry on exit and startup (only if there is no geometry from the
16151         session).
16153         * TODO.tasks: Updated.
16154         
16155         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16156         
16157         * manuals/reference/libanjuta/Makefile.am,
16158         manuals/reference/libanjuta/libanjuta-docs.sgml,
16159         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16160         documentation for writing project templates.
16162 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16164         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16165         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16166         
16167         Expansion keywords in macros. 
16169 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16171         * plugins/file-wizard/action-callbacks.c,
16172         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16173         plugins/macro/macros.xml :
16174         
16175         Inserting text by macro plugin
16176         In progress ...
16178 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16180         * plugins/macro/plugin.c
16181         plugins/cvs-plugin/plugin.c:
16182         
16183         Fixed interfaces (use static)
16185 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16186         
16187         * plugins/macro/macro-actions.[ch]
16188         plugins/macro/plugin.c
16189         libanjuta/interfaces/libanjuta.idl:
16190         
16191         Implemented IAnjutaMacro interface to be used by file-wizard
16192         
16193         * plugins/cvs-plugin/plugin.c
16194         libanjuta/interfaces/libanjuta.idl:
16195         
16196         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16197         for all version control systems and not only for cvs.
16199 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16201         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16202         insert_macro.
16203         
16204         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16207 2005-02-21  Naba Kumar  <naba@gnome.org>
16209         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16210         IAnjutaDebugger interface.
16211         
16212         * plugins/debug-manager/anjuta-debug-manager.ui,
16213         plugins/debug-manager/attach_process.c,
16214         plugins/debug-manager/attach_process.h,
16215         plugins/debug-manager/plugin.c,
16216         plugins/debug-manager/plugin.h,
16217         plugins/gdb/actions.c,
16218         plugins/gdb/actions.h,
16219         plugins/gdb/anjuta-gdb-plugin.ui,
16220         plugins/gdb/breakpoints.c,
16221         plugins/gdb/breakpoints.h,
16222         plugins/gdb/debugger.c,
16223         plugins/gdb/debugger.h,
16224         plugins/gdb/memory.c,
16225         plugins/gdb/plugin.c,
16226         plugins/gdb/plugin.h,
16227         plugins/gdb/sharedlib.h,
16228         plugins/gdb/sharedlib_cbs.c,
16229         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16230         correctly between debug-manager and debugger. Implemented debugger
16231         interface in gdb plugin. Fixed action names. Added UI updating.
16232         Start and stop debugger (does not work yet). Fixed UI merging.
16233         Fixed debugger plugin handling in debug-manager.
16235 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16237         * plugins/editor/aneditor-autocomplete.cxx:
16238         
16239         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16240         crash with C++ "template" keyword.
16242 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16244         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16245         Fixed bug (Closed macro dialogs with Esc key).
16246         
16247 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16248         
16249         * plugins/project-wizard/xlib.wiz,
16250         plugins/project-wizard/xlib-logo.png,
16251         plugins/project-wizard/xlib/*:
16252         Port old xlib anjuta project on new project wizard
16253         
16254         * plugins/project-wizard/xlib-dock.wiz,
16255         plugins/project-wizard/xlib-dock/*:
16256         Port old xlib dock anjuta project on new project wizard
16257         
16258         * plugins/project-wizard/wxwin.wiz,
16259         plugins/project-wizard/wxwin-logo.png,
16260         plugins/project-wizard/wxwin/*:
16261         Port old wxwin anjuta project on new project wizard
16262         
16263         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16264         necessary changes for the new templates.
16265         
16266 2005-02-18  Naba Kumar  <naba@gnome.org>
16268         * plugins/Makefile.am: Added class-gen
16269         
16270 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16272         * plugins/project-wizard/header.c:
16273         Fix a bug in sorting of project categories
16275 2005-02-18  Naba Kumar  <naba@gnome.org>
16277         Patch from Massimo Cora  <maxcvs@email.it>:
16278         
16279         * plugins/class-gen/.cvsignore,
16280         plugins/class-gen/Makefile.am,
16281         (added) plugins/class-gen/action-callbacks.c,
16282         (added) plugins/class-gen/action-callbacks.h,
16283         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16284         (added) plugins/class-gen/class_gen.c,
16285         (added) plugins/class-gen/class_gen.h,
16286         (added) plugins/class-gen/plugin.c,
16287         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16288         new architecture.
16289         
16290         * plugins/project-manager/plugin.c: implemented add_source().
16292 2005-02-17  Naba Kumar  <naba@gnome.org>
16294         * plugins/file-loader/plugin.c: Fixed possible crash.
16295         
16296         * src/action-callbacks.c, src/action-callbacks.h,
16297         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16299 2005-02-17  Naba Kumar  <naba@gnome.org>
16300         
16301         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16302         plugins/project-wizard/templates/gnome.wiz,
16303         plugins/project-wizard/templates/gtk.wiz,
16304         plugins/project-wizard/templates/gtkmm.wiz,
16305         plugins/project-wizard/templates/terminal.wiz,
16306         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16307         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16308         plugins/project-wizard/templates/gnome/src/callbacks.c,
16309         plugins/project-wizard/templates/gnome/src/callbacks.h,
16310         plugins/project-wizard/templates/gnome/src/main.c,
16311         plugins/project-wizard/templates/gtk/src/callbacks.c,
16312         plugins/project-wizard/templates/gtk/src/callbacks.h,
16313         plugins/project-wizard/templates/gtk/src/main.c,
16314         plugins/project-wizard/templates/gtkmm/src/main.cc,
16315         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16316         to generate licence correctly (without any extra newlines). Removed
16317         IncludeGNUHeader macro definition and added proper licence property.
16318         Fixed project directory paths in file contents.
16320 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16322         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16323         Closed macro dialogs with Esc key.
16325 2005-02-16  Naba Kumar  <naba@gnome.org>
16327         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16328         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16329         plugins/project-wizard/templates/gnome/src/callbacks.c,
16330         plugins/project-wizard/templates/gnome/src/callbacks.h,
16331         plugins/project-wizard/templates/gnome/src/main.c,
16332         plugins/project-wizard/templates/gtk/src/main.c,
16333         plugins/project-wizard/templates/gtkmm/src/main.cc,
16334         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16335         macros to avoid blank newlines.
16337 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16339         * plugins/project-wizard/autogen.c:
16340         Correct a problem when having property value in UTF-8
16342         * plugins/project-wizard/druid.c:
16343         Correct a bug when reselecting a new project (all pages
16344         must be removed)
16346         * plugins/project-wizard/property.c:
16347         Avoid having default invalid properties
16349         * plugins/project-wizard/templates/terminal.wiz,
16350         plugins/project-wizard/templates/terminal/po/ChangeLog,
16351         plugins/project-wizard/templates/terminal/src/main.c:
16352         Remove command for testing run function
16353         Move destination directory to second page and include
16354         project name. Add exist tag. Remove unused properties.
16356 2005-02-16  Naba Kumar  <naba@gnome.org>
16358         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16359         plugins/debug-manager/anjuta-debug-manager.ui,
16360         plugins/debug-manager/plugin.c,
16361         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16362         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16363         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16364         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16365         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16366         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16367         (removed) src/anjuta_info.c,
16368         (removed) src/anjuta_info.h,
16369         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16370         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16371         (added) plugins/gdb/actions.c,
16372         (added) plugins/gdb/actions.h: Completed initial
16373         porting of debugger to new architecture. Fixed many of the debugger
16374         functions.
16376         * plugins/file-loader/plugin.c: Detect some important mime ourself
16377         to avoid inconsistencies when mime system isn't working.
16378         
16379 2005-02-16  Naba Kumar  <naba@gnome.org>
16381         * plugins/editor/Makefile.am,
16382         (added) plugins/editor/aneditor-autocomplete.cxx,
16383         (added) plugins/editor/aneditor-calltip.cxx,
16384         (added) plugins/editor/aneditor-indent.cxx,
16385         (added) plugins/editor/aneditor-priv.h,
16386         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16387         different smaller chunks to make it easy to maintain.
16389 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16391         * plugins/project-wizard/druid.c :
16392         
16393         Found system Email address if not defined in Preferences.
16395 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16396         
16397         * plugins/project-wizard/gtkmm.wiz
16398         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16399         plugins/project-wizard/gtkmm/*
16400         
16401         Added GTKmm (C++) project type
16403 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16405         * plugins/message-view/plugin.c
16406         plugins/message-view/message-view.c
16407         TODO.gtodo:
16408         Implemented next/prev action
16410 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16412         * plugins/project-wizard/templates/libglade2.* :
16413         Removed libglade2 project.
16414         
16415         * plugins/project-wizard/templates/gtk* :
16416         Removed interface.[ch] & support.[ch].
16417         
16418 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16420         * plugins/project-wizard/anjuta-project-wizard.glade,
16421         plugins/project-wizard/property.[ch],
16422         plugins/project-wizard/templates/anjuta-plugin.wiz :
16423         Added a new property ("iconfile").
16425 2005-02-14  Naba Kumar  <naba@gnome.org>
16427         * plugins/project-wizard/install.c,
16428         plugins/project-wizard/plugin.c,
16429         plugins/project-wizard/templates/anjuta-plugin.wiz,
16430         plugins/project-wizard/templates/gnome.wiz,
16431         plugins/project-wizard/templates/gtk.wiz,
16432         plugins/project-wizard/templates/libglade2.wiz,
16433         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16434         newly created projects and open them. Fixed message buffering in
16435         wizard.
16437 2005-02-14  Naba Kumar  <naba@gnome.org>
16439         * src/about.c, pixmaps/Makefile.am,
16440         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16441         
16442         * mime/gnome-mime-application-x-anjuta.png,
16443         pixmaps/anjuta_icon.png,
16444         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16445         done by 9-speed at:
16446         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16447         
16448 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16450         * configure.in,
16451         plugins/project-wizard/templates/libglade2-logo.png,
16452         plugins/project-wizard/templates/libglade2.wiz,
16453         plugins/project-wizard/templates/libglade2/* :
16454         Add Glade2 project
16457 2005-02-14  Naba Kumar  <naba@gnome.org>
16459         * TODO.tasks: Updated.
16460         
16461         * plugins/editor/anjuta-docman.c,
16462         plugins/editor/text_editor.c,
16463         plugins/editor/text_editor.h,
16464         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16465         for file modification, but it is still not functioning.
16467 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16469         * plugins/project-wizard/values.c,
16470         plugins/project-wizard/values.h,
16471         plugins/project-wizard/property.c,
16472         plugins/project-wizard/property.h,
16473         plugins/project-wizard/druid.c:
16474         Rewrite mandatory property check
16475         Add check of exist property
16476         Rewrite handling of cached property page
16478 2005-02-13  Naba Kumar  <naba@gnome.org>
16480         Patch from Igor Kovalenko  <garrison@mail.ru>:
16481         * tagmanager/tm_workspace.c: Improved performance.
16483 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16485         *plugins/project-wizard/templates/*.wiz,
16486         plugins/project-wizard/druid.c,
16487         plugins/project-wizard/templates/terminal/src/main.c,
16488         plugins/project-wizard/templates/gtk/src/*.[ch],
16489         plugins/project-wizard/templates/gtk/src/Makefile.am,
16490         plugins/project-wizard/templates/gnome/src/*.[ch],
16491         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16492         Add Copyright date & Email address,
16493         Correct terminal project.
16494         
16495 2005-02-12  Naba Kumar  <naba@gnome.org>
16497         * plugins/project-wizard/property.c: Fixed hidden
16498         properties to take values.
16500         * plugins/project-wizard/file.[ch]: Renamed
16501         true/false enum values to fix compile error
16502         (conflict with other definition).
16503         
16504         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16505         even when mime type detection fails (for example, when Anjuta is
16506         installed in non-system prefix).
16508 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16510         * plugins/project-wizard/values.c,
16511         plugins/project-wizard/values.h:
16512         Rewrite file with more comments
16514         * plugins/project-wizard/druid.c,
16515         plugins/project-wizard/druid.h,
16516         plugins/project-wizard/autogen.c,
16517         plugins/project-wizard/autogen.h,
16518         plugins/project-wizard/druid.c,
16519         plugins/project-wizard/druid.h:
16520         Add more comments
16521         Use values instead of properties
16522         Move default properties to druid.c
16524         * plugins/project-wizard/install.c,
16525         plugins/project-wizard/install.h:
16526         Use values instead of properties
16527         Add a check to avoid overwriting files
16529         * plugins/project-wizard/parser.c,
16530         plugins/project-wizard/property.c,
16531         plugins/project-wizard/property.h:
16532         Update to use new values
16533         Add an "exist" attribute to check if a directory already exist
16535         * plugins/project-wizard/anjuta-project-wizard.glade:
16536         Change project selection page (GtkTextView => GtkLabel,
16537         GtkTable => GtkVBox)
16539         * plugins/project-wizard/templates/terminal.wiz:
16540         Move destination directory on second page
16541         
16542         * plugins/project-wizard/action.c:
16543         Add a few comments
16545 2005-02-12  Naba Kumar  <naba@gnome.org>
16547         * plugins/file-manager/an_file_view.c,
16548         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16549         views. Created dynamic update date of view depending on project
16550         changes -- similar to file-manager view.
16551         
16552         * plugins/devhelp/plugin.c: Load help on idle.
16553         
16554         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16555         autoformat' to proper location in preferences.
16556         
16557         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16558         compatibility.
16559         
16560         * plugins/editor/plugin.c: Fixed accel name.
16562 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16564         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16565         plugins/project-wizard/templates/gnome.wiz,
16566         plugins/project-wizard/templates/gtk.wiz,
16567         plugins/project-wizard/anjuta-project-wizard.glade,
16568         plugins/project-wizard/autogen.c:
16569         Add Username & Email address in Project preferences.
16571 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16573         *plugins/project-wizard/templates/gnome-logo.png,
16574         plugins/project-wizard/templates/gnome.wiz,
16575         plugins/project-wizard/templates/gnome/* :
16576         Add Gnome project
16578 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16580         * plugins/project-wizard/templates/terminal/src/main.c, 
16581         plugins/project-wizard/templates/terminal/src/main.c,
16582         plugins/project-wizard/templates/terminal/src/main.[ch] :
16583         Insert License in projects
16584         
16585 2005-02-11  Naba Kumar  <naba@gnome.org>
16587         * TODO.tasks: Added message manager task.
16588         
16589         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16590         
16591         * plugins/editor/plugin.c: Use bookmark stock icons.
16592         
16593         * plugins/message-view/anjuta-message-manager.ui,
16594         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16596 2005-02-10  Naba Kumar  <naba@gnome.org>
16598         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16599         
16600 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16602         * global-tags/Makefile.am
16603         Error during 'make install'
16605 2005-02-09  Naba Kumar  <naba@gnome.org>
16607         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16608         missing file.
16609         
16610 2005-02-08  Naba Kumar  <naba@gnome.org>
16612         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
16613         
16614         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
16615         Show busy cursur when updating global tags in preferences.
16617         * configure.in: Fixed.
16618         
16619 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16621         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
16622           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
16623          
16624         - Fixed anjuta-plugin project (glade)
16626 2005-02-08  Naba Kumar  <naba@gnome.org>
16628         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
16629         Fixed automatic indentations.
16631         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
16632         Global tags are now segregated into smaller api tags, which can be
16633         selectively loaded from symbol browser preferences.
16635         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
16636         Implemented IProjectManager interface in project-manager. Mostly getter
16637         methods for now, but need to add add() and remove() methods to add
16638         or remove project elements.
16640         * plugins/gdb/debug_tree.c: Small fix.
16642         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
16643         plugins/symbol-browser/an_symbol_info.c,
16644         plugins/symbol-browser/an_symbol_info.h,
16645         plugins/symbol-browser/an_symbol_search.c,
16646         plugins/symbol-browser/an_symbol_search.h,
16647         plugins/symbol-browser/an_symbol_view.c,
16648         plugins/symbol-browser/an_symbol_view.h,
16649         plugins/symbol-browser/plugin.c,
16650         plugins/symbol-browser/plugin.h,
16651         tagmanager/c.c,
16652         tagmanager/entry.h,
16653         tagmanager/tm_project.c,
16654         tagmanager/tm_symbol.c,
16655         tagmanager/tm_tag.c,
16656         tagmanager/tm_workspace.c,
16657         tagmanager/vstring.c,
16658         tagmanager/include/tm_tag.h,
16659         tagmanager/include/tm_workspace.h:
16660         
16661         - Fixed tagmanager parsing of source files to parse for typedefines and
16662         properly record element scopes. Implemented scope autocompletion
16663         (autocompletion on '.', '->', '::' and ':'. The functionality is not
16664         fully working. It was based on older patch for Anjuta 1.2.2 in SF
16665         patch list (author is unknown).
16666         - Implemented symbol-browser preferences for dynamically loading and
16667         saving tags API segments.
16668         - Fixed symbol-search to use tagmanager directly instead of depending
16669         on symbol-view for tags list.
16670         - Fixed symbol-view to create the tree using TMSymbol tree directly.
16671         - Fixed TMSymbol to create the complete tags tree instead of letting the
16672         symbol-view created the root nodes.
16673         - Changed project tags cache name to .tm_project2.cache because the
16674         newer format records additional scope information.
16675         
16676 2005-02-07  Naba Kumar  <naba@gnome.org>
16678         * plugins/editor/style-editor.c,
16679         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
16680         and GtkFontButton instead of deprecated widgets in
16681         style editor.
16682         
16683 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
16685         * plugins/project-wizard/action.c,
16686         plugins/project-wizard/action.h,
16687         plugins/project-wizard/autogen.c,
16688         plugins/project-wizard/autogen.h,
16689         plugins/project-wizard/file.c,
16690         plugins/project-wizard/file.h,
16691         plugins/project-wizard/install.c,
16692         plugins/project-wizard/install.h,
16693         plugins/project-wizard/parser.h,
16694         plugins/project-wizard/parser.c,
16695         plugins/project-wizard/property.c,
16696         plugins/project-wizard/property.h,
16697         plugins/project-wizard/plugin.h,
16698         plugins/project-wizard/plugin.c,
16699         plugins/project-wizard/values.c,
16700         plugins/project-wizard/values.h:
16701         Replace C++ comments by C comments
16703         * plugins/project-wizard/autogen.c,
16704         plugins/project-wizard/autogen.h:
16705         Add a run time check of autogen version.
16706         Add UserName variable.
16708         * plugins/project-wizard/anjuta-project-wizard.glade,
16709         plugins/project-wizard/header.c,
16710         plugins/project-wizard/druid.c,
16711         plugins/project-wizard/druid.h:
16712         Sort project in alphabetic order.
16713         Correct selection troubles in notebooks.
16715         * plugins/project-wizard/parser.c:
16716         Add some check when reading the project header block.
16718 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16720         * plugins/project-wizard/action.c,
16721         plugins/project-wizard/action.h,
16722         plugins/project-wizard/autogen.c,
16723         plugins/project-wizard/autogen.h,
16724         plugins/project-wizard/file.c,
16725         plugins/project-wizard/file.h,
16726         plugins/project-wizard/install.c,
16727         plugins/project-wizard/parser.h,
16728         plugins/project-wizard/parser.c,
16729         plugins/project-wizard/property.c,
16730         plugins/project-wizard/property.h,
16731         plugins/project-wizard/values.c,
16732         plugins/project-wizard/values.h,
16733         Add a space between function name and open.
16735         * plugins/project-wizard/plugin.h,
16736         plugins/project-wizard/plugin.c,
16737         plugins/project-wizard/install.c,
16738         Avoid a crash if the user close the message view used by the .
16740         * plugins/project-wizard/anjuta-project-wizard,
16741         plugins/project-wizard/druid.c,
16742         plugins/project-wizard/druid.h,
16743         plugins/project-wizard/header.h,
16744         plugins/project-wizard/header.c,
16745         Add a text view with the description of each.
16746         Add a tab for each project.
16747         Replace some C++ comments to C comments.
16749 2005-02-05  Naba Kumar  <naba@gnome.org>
16751         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
16752         New icon from Sebastien Granjoux .
16753         
16754 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16756         * libanjuta/anjuta-preferences.c:
16757         Set file property even without a focus out event (file selected 
16758         the browse dialog)
16760 2005-02-04  Naba Kumar  <naba@gnome.org>
16762         * plugins/glade/plugin.c: Fixed glade function calls.
16763         * configure.in: Fixed a typo.
16764         * TODO.tasks: Updated.
16766 2005-02-03  Naba Kumar  <naba@gnome.org>
16768         * plugins/project-manager/plugin.c: Fixed memory corruption.
16770         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
16771         build error.
16772         
16773         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
16774         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16775         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
16776         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16778         * libanjuta/interfaces/libanjuta.idl,
16779         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
16780         interface.
16781         
16782         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
16784         Patch from Massimo Cora <maxcvs@email.it>:
16785         * plugins/editor/plugin.c: Fixed update UI for created buffers.
16786         
16787 2005-02-01  Naba Kumar  <naba@gnome.org>
16789         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
16790         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
16791         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
16792         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
16793         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
16794         from sourceforge -- a64 crash fixes (correct typing for GType)
16795         and fixes compile errors in sun.
16797         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
16798         paste (shift+insert) in terminal.
16800 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
16802         * configure.in: Add «nb» to ALL_LINGUAS.
16804 2005-02-01  Naba Kumar  <naba@gnome.org>
16806         * TODO.tasks, TODO: Updated todo tasks.
16807         
16808         * plugins/editor/anjuta-document-manager.glade: Improved search
16809         relace dialog.
16810         
16811         * TODO.tasks: Fixed xml format.
16812         
16813         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
16814         work yet).
16815         
16816         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
16817         cleanups.
16818         
16819         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
16820         format during save (removed unwanted text nodes). Fixed scrollbars.
16822 2005-01-31  Naba Kumar  <naba@gnome.org>
16824         * libanjuta/interfaces/libanjuta.idl,
16825         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
16826         Implemented append() method for IAnjutaEditor interface and fixed
16827         various bugs with text insertions (cvs diff and macro insertions).
16828         
16829         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
16830         automatic indentation.
16831         
16832         * plugins/editor/action-callbacks.c,
16833         plugins/editor/action-callbacks.h,
16834         plugins/editor/anjuta-docman.c,
16835         plugins/editor/anjuta-document-manager.ui,
16836         plugins/editor/plugin.c,
16837         plugins/editor/text_editor.c,
16838         plugins/editor/text_editor.h,
16839         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
16840         Fixed highlight issues.
16842         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
16843         macro.
16844         
16845         * plugins/symbol-browser/an_symbol_view.c: Force update project.
16847         * data/properties/*: Updated properties files from scite. Created
16848         styles.properties to override the scite styles.
16849         
16850         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
16852         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
16853         
16854 2005-01-30  Naba Kumar  <naba@gnome.org>
16856         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
16857         unused definitions.
16858         
16859         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
16860         
16861         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
16862         plugins/editor/text_editor.c,
16863         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
16864         fixed linuwidth preference setting, fixed insert text interface
16865         implementation. Improved automatice-indentation for cpp lexer.
16866         
16867         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
16869 2005-01-29  Naba Kumar  <naba@gnome.org>
16871         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
16872         option in update dialog as default. Improved import dialog. Sized
16873         log dialog.
16875         * configure.in: Fixed underquoted warning from autoconf.
16876         
16877         * plugins/editor/action-callbacks.c,
16878         plugins/editor/aneditor.cxx,
16879         plugins/editor/aneditor.h,
16880         plugins/editor/anjuta-document-manager.glade,
16881         plugins/editor/plugin.c,
16882         plugins/editor/plugin.h,
16883         plugins/editor/text_editor.c,
16884         plugins/editor/text_editor.h,
16885         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
16886         for Editor and fixed all preferences syncronization and notifys for
16887         visible prefs (in editor preferences page).
16888         
16889         * plugins/file-loader/plugin.c: Load recent files on idle.
16891 2005-01-28  Naba Kumar  <naba@gnome.org>
16893         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16894         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
16896         * plugins/editor/action-callbacks.c,
16897         plugins/editor/action-callbacks.h,
16898         plugins/editor/aneditor.cxx,
16899         plugins/editor/aneditor.h,
16900         plugins/editor/anjuta-document-manager.ui,
16901         plugins/editor/plugin.c,
16902         plugins/editor/text_editor.c,
16903         plugins/editor/text_editor.h,
16904         plugins/editor/text_editor_cbs.c,
16905         plugins/editor/text_editor_cbs.h,
16906         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
16907         Text editor.
16909         Patch from Massimo Cora <maxcvs@email.it>:
16910         * plugins/editor/an_symbol_search.c,
16911         plugins/editor/an_symbol_search.c: Fixed crash bugs.
16912         
16913 2005-01-27  Naba Kumar  <naba@gnome.org>
16914         
16915         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
16916         minimum size request to 200.
16918         * plugins/symbol-browser/an_symbol_info.c,
16919         plugins/symbol-browser/an_symbol_info.h,
16920         plugins/symbol-browser/an_symbol_search.c,
16921         plugins/symbol-browser/an_symbol_search.h,
16922         plugins/symbol-browser/an_symbol_view.c,
16923         plugins/symbol-browser/an_symbol_view.h,
16924         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
16925         pixbuf retrieval. Fixed runtime warning. Code clean up.
16927 2005-01-27  Naba Kumar  <naba@gnome.org>
16929         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
16930         src/anjuta.ui, (new) plugins/glade/.cvsignore,
16931         (new) plugins/glade/Makefile.am,
16932         (new) plugins/glade/anjuta-glade-plugin.png,
16933         (new) plugins/glade/anjuta-glade.plugin.in,
16934         (new) plugins/glade/anjuta-glade.ui,
16935         (new) plugins/glade/plugin.c,
16936         (new) plugins/glade/plugin.h,
16937         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
16938         now until glade3 works properly.
16940         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
16941         they are generated.
16942         
16943 2005-01-26  Naba Kumar  <naba@gnome.org>
16945         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
16946         Added mime icon for anjuta projects.
16947         
16948         patch from Massimo Cora <maxcvs@email.it>:
16949         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
16950         an_symbol_search.h, an_symbol_view.c, plugin.c:
16951         Fix/implement objects destroying/freeing.
16953 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
16954         
16955         * src/action-callback.[ch], src/anjuta-actions.h:
16956         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
16957         because it has not been updated for years and we know have a devhelp plugin
16958         which can do the job much better.
16959         * TODO.tasks: Updated done items
16961 2005-01-25  Naba Kumar  <naba@gnome.org>
16963         * autogen.sh: Fixed to generate interface files.
16965         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
16966         session save filenames.
16967         
16968         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
16969         
16970 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
16972         * plugins/project-wizard/Makefile.am,
16973         plugins/project-wizard/install.c,
16974         plugins/project-wizard/install.h,
16975         plugins/project-wizard/parser.c,
16976         plugins/project-wizard/parser.h,
16977         plugins/project-wizard/templates/terminal.wiz:
16978         Add action list block in wizard template
16979         * plugins/project-wizard/file.c,
16980         plugins/project-wizard/autogen.c:
16981         Small fixes
16983 2005-01-23  Naba Kumar  <naba@gnome.org>
16985         * configure.in: Fixed build error.
16987 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
16989         * plugins/project-wizard/druid.c,
16990         plugins/project-wizard/parser.c,
16991         plugins/project-wizard/property.c: Rewrite parser with
16992         better error handling
16994 2005-01-22  Naba Kumar  <naba@gnome.org>
16996         * plugins/symbol-browser/plugin.c: Changed c++ coments
16997         to c commnets and formated code to anjuta coding styles.
16998         
16999 2005-01-21  Naba Kumar  <naba@gnome.org>
17001         * configure.in, autogen.sh: Fixed build errors in newer automake.
17002         
17003         * plugins/editor/anjuta-docman.c: Do not emit change editor
17004         signal while in dispose.
17006         Patch from: Massimo Corà <maxcvs@email.it>
17007         * plugins/symbol-browser/Makefile.am,
17008         plugins/symbol-browser/an_symbol_view.c,
17009         plugins/symbol-browser/an_symbol_view.h,
17010         plugins/symbol-browser/plugin.c,
17011         plugins/symbol-browser/plugin.h,
17012         plugins/symbol-browser/test-symbol-browser.c,
17013         (new) plugins/symbol-browser/an_symbol_info.c,
17014         (new) plugins/symbol-browser/an_symbol_info.h,
17015         (new) plugins/symbol-browser/an_symbol_search.c,
17016         (new) plugins/symbol-browser/an_symbol_search.h:
17017         Added a cool real-time symbol-search-view in symbol browser.
17019 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17020         
17021         * plugin/macro/plugin.c
17022         plugin/macro/anjuta-macro-plugin.ui
17023         plugin/macro/macro-db.[ch]
17024         plugin/macro/macro-dialog.[ch]
17025         plugin/macro/macro-actions.[ch]
17026         plugin/macro/macro-edit.[ch]
17027         plugin/macro/plugin.[ch]:
17028         
17029         Implemented three menu items as Naba proposed:
17030         Edit->Macro->
17031                 Insert Macro: Pops of a border-less window to enter a shortcut
17032                 Add Macro: Same as Manage Macro => New
17033                 Manage Macros: Full-features macro dialog
17035 2005-01-20  Naba Kumar  <naba@gnome.org>
17037         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17038         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17039         libanjuta/anjuta-shell.h,
17040         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17041         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17042         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17043         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17044         src/main.c, src/shell.c: Implemented command line args processing
17045         and session management. Fixed geometry restoration.
17047 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17048         
17049         * plugins/macro/macro-db.c,
17050         plugins/macros.xml:
17051         Cleaned up XML interface and use attributes now for name, category and 
17052         shortcut. CDATA is used to avoid xml errors inside of macros.
17054 2005-01-19  Naba Kumar  <naba@gnome.org>
17056         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17058 2005-01-18  Naba Kumar  <naba@gnome.org>
17059         
17060         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17061         to work.
17063         * scintilla/*: Updated scintilla to current cvs and updated
17064         scintilla patches.
17065         
17066 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17067         
17068         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17069         plugins/cvs-plugin/cvs-actions.c:
17070         Added "Whole project" infrastructure but it does not
17071         work because I did not find a way to get the current project's
17072         root dir.
17074 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17076         * plugins/cvs-plugin/Makefile.am
17077         plugins/cvs-plugin/anjuta-cvs.plugin.in
17078         plugins/cvs-plugin/cvs-actions.c
17079         plugins/cvs-plugin/cvs-callbacks.c
17080         plugins/cvs-plugin/cvs-interface.[ch] (added)
17081         plugins/cvs-plugin/plugin.c:
17082         
17083         Added IAnjutaCVS interface and improved cvs plugin. There
17084         is still some work to do on cvs import and to add a current
17085         project toggle.
17087 2005-01-17  Naba Kumar  <naba@gnome.org>
17089         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17090         
17091         * configure.in: Fixed build errors.
17093         * data/Makefile.am,     (removed) data/README.stock_libs,
17094         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17095         (removed) data/header.c, (removed) data/stock_libs.anj,
17096         (removed) data/x-anjuta-project.desktop,
17097         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17099         * libanjuta/anjuta-plugin-description.c,
17100         libanjuta/anjuta-shell.c: Updated documentations.
17102         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17103         
17104         * libanjuta/anjuta-launcher.c,
17105         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17106         x86_64 systems.
17108 2005-01-17  Naba Kumar  <naba@gnome.org>
17109         
17110         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17111         plugins/project-wizard/templates/gtk.wiz,
17112         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17113         Updated templates to new format.
17114         
17115         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17116         * plugins/project-wizard/druid.c,
17117         plugins/project-wizard/parser.c,
17118         plugins/project-wizard/property.c,
17119         plugins/project-wizard/property.h,
17120         plugins/project-wizard/templates/terminal.wiz,
17121         plugins/project-wizard/templates/terminal/AUTHORS,
17122         plugins/project-wizard/templates/terminal/ChangeLog,
17123         plugins/project-wizard/templates/terminal/NEWS,
17124         plugins/project-wizard/templates/terminal/README,
17125         plugins/project-wizard/templates/terminal/project.anjuta,
17126         plugins/project-wizard/templates/terminal/src/main.c:
17127         Moveed code related to property types from druid.c and parser.c to 
17128         property.c. Changed tag from "<string ..." to
17129         "<property type="string..."     and so on. Rewrite parser
17130         (warning still in progress). Added list property. Changed
17131         terminal project to avoid using autogen on some file (much 
17132         faster) using the autogen attribute. Add a license list box in
17133         terminal project (just as an example). _label in item list is
17134         optional now.
17136 2005-01-16  Naba Kumar  <naba@gnome.org>
17138         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17139         plugins/edtior/anjuta-docman.c: Fixed build errors.
17140         
17141         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17142         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17143         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17144         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17145         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17146         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17147         libanjuta/resources.h,
17148         plugins/build-basic-autotools/build-basic-autotools.c,
17149         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17150         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17151         plugins/gtodo/plugin.c, src/Makefile.am,
17152         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17153         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17154         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17155         should be handled in respective plugins. Added API documentations.
17157         * libanjuta-docs.sgml, libanjuta-sections.txt,
17158         libanjuta.types,
17159         (added) tmpl/anjuta-debug.sgml,
17160         (added) tmpl/anjuta-launcher.sgml,
17161         tmpl/anjuta-plugin.sgml,
17162         tmpl/anjuta-preferences.sgml,
17163         tmpl/anjuta-shell.sgml,
17164         (added) tmpl/anjuta-status.sgml,
17165         (removed) tmpl/anjuta-stock.sgml,
17166         tmpl/anjuta-utils.sgml,
17167         (removed) tmpl/defaults.sgml,
17168         (removed) tmpl/fileselection.sgml,
17169         (removed) tmpl/gnomefilelist.sgml,
17170         tmpl/ianjuta-buildable.sgml,
17171         (added) tmpl/ianjuta-debugger-manager.sgml,
17172         (added) tmpl/ianjuta-debugger.sgml,
17173         tmpl/ianjuta-document-manager.sgml,
17174         tmpl/ianjuta-editor.sgml,
17175         tmpl/ianjuta-file.sgml,
17176         tmpl/ianjuta-loader.sgml,
17177         tmpl/ianjuta-markable.sgml,
17178         tmpl/ianjuta-message-view.sgml,
17179         (added) tmpl/ianjuta-project-manager.sgml,
17180         (added) tmpl/ianjuta-todo.sgml,
17181         (added) tmpl/ianjuta-wizard.sgml,
17182         tmpl/libanjuta-iface-marshallers.sgml,
17183         tmpl/libanjuta-unused.sgml,
17184         (removed) tmpl/pixmaps.sgml,
17185         tmpl/plugins.sgml,
17186         (removed) tmpl/properties.sgml,
17187         tmpl/resources.sgml: Updated API documentations.
17189 2005-01-15  Naba Kumar  <naba@gnome.org>
17191         * libanjuta/anjuta-launcher.c: Added API docs.
17192         
17193         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17194         plugins/project-wizard/templates/gtk.wiz,
17195         plugins/project-wizard/templates/terminal.wiz,
17196         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17197         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17198         plugins/project-wizard/templates/gtk/src/main.c,
17199         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17200         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17201         template files.
17203         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17204         * plugins/project-wizard/anjuta-project-wizard.glade,
17205         plugins/project-wizard/autogen.c,
17206         plugins/project-wizard/druid.c,
17207         plugins/project-wizard/druid.h,
17208         plugins/project-wizard/file.c,
17209         plugins/project-wizard/file.h,
17210         plugins/project-wizard/install.c,
17211         plugins/project-wizard/parser.c,
17212         plugins/project-wizard/plugin.c,
17213         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17214         setting the default project directory. Fix HIDDEN property, it's
17215         working but I think we could make this cleaner. Removed the
17216         copy of the string in mandatory_property. Add an optional autogen
17217         attribute, to force or avoid using autogen on some files, default
17218         without any attribute is autodetect.+ Replace the script tag with
17219         a normal file tag and an attribute execute.
17220         
17221 2005-01-14  Naba Kumar  <naba@gnome.org>
17223         * plugins/editor/action-callbacks.c,
17224         plugins/editor/search_incremental.c,
17225         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17226         works now.
17227         
17228         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17229         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17230         tabs.
17232 2005-01-12  Naba Kumar  <naba@gnome.org>
17234         * configure.in,
17235         plugins/project-wizard/templates/Makefile.am,
17236         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17237         plugins/project-wizard/templates/anjuta-plugin.wiz,
17238         (added) plugins/project-wizard/templates/gtk-logo.png,
17239         (added) plugins/project-wizard/templates/gtk.wiz,
17240         (added) plugins/project-wizard/templates/terminal-logo.png,
17241         plugins/project-wizard/templates/terminal.wiz,
17242         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17243         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17244         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17245         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17246         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17247         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17248         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17249         (added) plugins/project-wizard/templates/gtk/src/main.c,
17250         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17251         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17252         GTK+ project templated and fixed other templates. Updated template
17253         logos.
17255 2005-01-12  Naba Kumar  <naba@gnome.org>
17257         * plugins/macro/anjuta-macro.glade: Improved GUI.
17258         
17259 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17261         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17262         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17263         * plugins/cvs-plugin/cvs.[ch] (removed)
17264         Removed old unused files
17265         
17266         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17267         * plugins/cvs-plugin/cvs-actions.c
17268         * plugins/cvs-plugin/Makefile.am:
17269         Seperate callback functions for better error
17270         handling. Cleaned up code.
17271         
17272         * plugins/macro/macros.xml: removed corrupt cvs
17273         macros for now.
17275 2005-01-10  Naba Kumar  <naba@gnome.org>
17277         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17278         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17279         and leaks.
17281 2005-01-09  Naba Kumar  <naba@gnome.org>
17283         * libegg/egg-recent-action.c, libegg/test-actions.c,
17284         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17285         recent files models.
17286         
17287         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17288         two models -- one for projects and other for regular files and show
17289         both in recent files menu. Changed recent files group from "anjuta"
17290         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17291         when adding the URI in recent files.
17292         
17293         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17294         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17295         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17296         * plugins/macro/macros.xml: Fixed xml errors.
17298 2005-01-08  Naba Kumar  <naba@gnome.org>
17299         
17300         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17301         libegg/test-actions.c, libegg/menu/Makefile.am,
17302         libegg/menu/egg-recent-action.h: Added a new action for
17303         recent files.
17305         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17306         Fixed dispose. Cleanup.
17307         
17308         * plugins/file-loader/anjuta-loader-plugin.ui,
17309         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17310         Use the new action for recent files. Added recent files in
17311         toolbar.
17313         * plugins/project-wizard/druid.c: Show busy cursor and
17314         de-sensitize druid buttons during page change.
17315         
17316         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17317         * plugins/project-wizard/Makefile.am,
17318         plugins/project-wizard/druid.c,
17319         plugins/project-wizard/druid.h,
17320         plugins/project-wizard/install.c,
17321         plugins/project-wizard/plugin.c,
17322         plugins/project-wizard/plugin.h,
17323         plugins/project-wizard/property.c,
17324         plugins/project-wizard/property.h,
17325         (added) plugins/project-wizard/values.c,
17326         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17327         objects (in values.c and values.h) containing the values of all
17328         properties. The NPWProperty objects now keep their values in this
17329         object which is persistant for one activation of the plugin, so the
17330         user keeps all the values even if he goes backward. Used an anjuta
17331         message view to list all files copied by the project wizard.
17333 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17335         * plugins/macro/plugin.[ch],
17336         plugins/macro/macro-dialog.[ch]
17337         plugins/macro/macro-edit.[ch]
17338         plugins/macro/macro-db.[ch]
17339         plugins/macro/macro-actions.[ch]
17340         plugins/macro/anjuta-macro.plugin.in
17341         plugins/macro/anjuta-macro.glade
17342         plugins/macro/anjuta-macro.png
17343         plugins/macro/Makefile.am
17344         plugins/macro/macros.xml
17345         plugins/macro/anjuta-macro.ui (all added)
17346         configure.in
17347         plugins/Makefile.am:
17348         Added new macro plugins
17349         
17350         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17351         New icon
17352         
17353         * manuals/reference/template (removed)
17354         Removed old api reference
17355         
17356         * plugins/message-view/message-view.c:
17357         "Fixed" crash in on_row_deleted and added a
17358         comment that I cannot work this way. We will
17359         have to change everything a bit to avoid losing
17360         memory there.
17361         
17362         * plugins/text-editor/text_editor.c:
17363         Update line number width on file save
17366 2005-01-07  Naba Kumar  <naba@gnome.org>
17368         * plugins/project-wizard/anjuta-project-wizard.glade,
17369         plugins/project-wizard/druid.c,
17370         plugins/project-wizard/templates/anjuta-plugin.wiz,
17371         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17372         Display page description in bold. Fixed mandatory field check.
17374         * configure.in,
17375         libanjuta/libanjuta-1.0.pc.in,
17376         plugins/project-wizard/druid.c,
17377         plugins/project-wizard/parser.c,
17378         plugins/project-wizard/property.h,
17379         plugins/project-wizard/templates/anjuta-plugin.wiz,
17380         plugins/project-wizard/templates/terminal.wiz,
17381         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17382         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17383         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17384         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17385         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17386         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17387         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17388         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17389         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17390         plugins/project-wizard/templates/terminal/configure.in.tpl,
17391         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17392         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17393         a new property type -- hidden. Fixed terminal and anjuta-plugin
17394         project templates.
17396 2005-01-07  Naba Kumar  <naba@gnome.org>
17398         * templates/anjuta-plugin.wiz,
17399         templates/terminal.wiz,
17400         templates/terminal/Makefile.am.tpl,
17401         templates/terminal/autogen.sh,
17402         (Removed) templates/terminal/configure.ac.tpl,
17403         (Added) templates/.cvsignore,
17404         (Added) templates/Makefile.am,
17405         (Added) templates/anjuta-plugin/.cvsignore,
17406         (Added) templates/anjuta-plugin/Makefile.am,
17407         (Added) templates/anjuta-plugin/src/.cvsignore,
17408         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17409         (Added) templates/terminal/.cvsignore,
17410         (Added) templates/terminal/Makefile.am,
17411         (Added) templates/terminal/configure.in.tpl,
17412         (Added) templates/terminal/po/.cvsignore,
17413         (Added) templates/terminal/po/ChangeLog,
17414         (Added) templates/terminal/po/Makefile.am,
17415         (Added) templates/terminal/po/POTFILES.in,
17416         (Added) templates/terminal/src/.cvsignore,
17417         (Added) templates/terminal/src/Makefile.am,
17418         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17419         project wizard. Fixed configure/po/Makefile template errors.
17421 2005-01-06  Naba Kumar  <naba@gnome.org>
17423         * configure.in: Added project templates.
17424         * plugins/project-wizard/templates/*: Added to project and renamed
17425         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17426         for the project templates (so that they do not conflict with autotools
17427         build. Created proper configure.ac.tpl and autogen.sh for project
17428         templates.
17429         
17430 2005-01-06  Naba Kumar  <naba@gnome.org>
17432         * plugins/project-wizard/anjuta-project-wizard.glade,
17433         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17434         Fixed file list parsing and to take absolute file paths (for example,
17435         from an icon selected previously). Used toggle buttons for boolean
17436         properties. Check if all mandatory fields are given before going
17437         forward in the wizard. Use scrollable viewport for listing property
17438         widgets incase the list goes out of wizard's size. Added tooltips
17439         as descriptions of the property widgets. And other fixes.
17441         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17442         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17443         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17444         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17445         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17446         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17447         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17448         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17449         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17450         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17451         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17452         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17453         Restructured template files.
17455 2005-01-06  Naba Kumar  <naba@gnome.org>
17457         * configure.in: Added check for autogen.
17458         
17459         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17460         in dispose.
17461         
17462         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17463         Do not emit changed signal when in dispose.
17465         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17466         symbol-view widget has been destroyed.
17467         
17468         * src/anjuta-app.c: Set null to preference, status and ui object
17469         pointers when they are destroyed.
17471         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17472         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17473         Added boolean, integer and file property types.
17474         
17475         * plugins/project-wizard/Makefile.am,
17476         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17477         project wizard templates.
17479 2005-01-04  Naba Kumar  <naba@gnome.org>
17481         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17482         added widgets.
17483         
17484         * plugins/editor/aneditor.cxx,
17485         plugins/editor/anjuta-docman.c,
17486         plugins/editor/plugin.c,
17487         plugins/editor/text_editor.c:
17488         Removed unnecessary ref/unref of scintilla.
17489         
17490         * plugins/message-view/anjuta-msgman.c,
17491         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17492         make close button similar to document manager.
17493         
17494         * plugins/project-manager/plugin.c,
17495         plugins/project-manager/plugin.h: Removed dead codes. Removed
17496         unnecessary ref/unref.
17497         
17498         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17499         instead of hard refs.
17501 2005-01-03  Naba Kumar  <naba@gnome.org>
17503         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17504         generate() methods for IAnjutaBuildable interface.
17506         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17507         IAnjutaBuildable inteface.
17509         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17510         to destroy build context when message view is destroyed.
17511         
17512         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17513         a ref to it and unref in destructor. AnEditor class wants to be the
17514         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17515         comparisions.
17516         
17517         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17518         complicate the scene. Removed editor widget from AnjutaDocman when
17519         the widget is destroyed.
17520         
17521         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17522         from shell. It will be removed from shell when the widget is destroyed.
17523         
17524         * plugins/editor/text_editor.c: Added debug codes to track object
17525         finalizations.
17527         * plugins/message-view/anjuta-msgman.c: Remove message view on
17528         widget destroy. Destroy message view on remove. Removed all views
17529         correctly.
17530         
17531         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17532         from container.
17534 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17536         * plugins/file-wizard/action-callbacks.c,
17537         plugins/file-wizard/anjuta-file-wizard.glade,
17538         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17539         Insert Licence, copyright, header template ...
17540         
17541 2005-01-02  Naba Kumar  <naba@gnome.org>
17543         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17544         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17545         anjuta_status_add_widget() to allow setting busy cursor on non
17546         toplevel windows.
17548         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17550         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17551         mime types to take text/source also.
17552         
17553         * plugins/editor/anjuta-docman.c,
17554         plugins/editor/anjuta-docman.h,
17555         plugins/editor/plugin.c,
17556         plugins/editor/text_editor.c,
17557         plugins/editor/text_editor.h,
17558         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17559         AnjutaStatus and set busy cursor on editors.
17561         * plugins/file-loader/Makefile.am,
17562         plugins/file-loader/plugin.c,
17563         (added) plugins/file-loader/dnd.c,
17564         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17566         * src/anjuta.c: Hide anjuta window before destruction.
17568         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17569         * configure.in, plugins/Makefile.am,
17570         (removed) plugins/project-wizard/appwiz_page1.c,
17571         (removed) plugins/project-wizard/appwiz_page2.c,
17572         (removed) plugins/project-wizard/appwiz_page3.c,
17573         (removed) plugins/project-wizard/appwiz_page4.c,
17574         (removed) plugins/project-wizard/appwizard.c,
17575         (removed) plugins/project-wizard/appwizard.h,
17576         (removed) plugins/project-wizard/appwizard_cbs.c,
17577         (removed) plugins/project-wizard/appwizard_cbs.h,
17578         (removed) plugins/project-wizard/appwizard_gui.c,
17579         (removed) plugins/project-wizard/gnome_project.c,
17580         (removed) plugins/project-wizard/gnome_project.h,
17581         (removed) plugins/project-wizard/wizard_gui.c,
17582         (removed) plugins/project-wizard/wizard_gui.h,
17583         (added) plugins/project-wizard/.cvsignore,
17584         (added) plugins/project-wizard/Makefile.am,
17585         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17586         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17587         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17588         (added) plugins/project-wizard/applogo.png,
17589         (added) plugins/project-wizard/appwizard.png,
17590         (added) plugins/project-wizard/autogen.c,
17591         (added) plugins/project-wizard/autogen.h,
17592         (added) plugins/project-wizard/druid.c,
17593         (added) plugins/project-wizard/druid.h,
17594         (added) plugins/project-wizard/file.c,
17595         (added) plugins/project-wizard/file.h,
17596         (added) plugins/project-wizard/header.c,
17597         (added) plugins/project-wizard/header.h,
17598         (added) plugins/project-wizard/install.c,
17599         (added) plugins/project-wizard/install.h,
17600         (added) plugins/project-wizard/parser.c,
17601         (added) plugins/project-wizard/parser.h,
17602         (added) plugins/project-wizard/plugin.c,
17603         (added) plugins/project-wizard/plugin.h,
17604         (added) plugins/project-wizard/property.c,
17605         (added) plugins/project-wizard/property.h: Removed old application-wizard
17606         codes and added new template based (autogen based) project wizard
17607         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17609 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17611         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17612         * plugins/cvs-plugin/cvs-execute.c:
17613         Fix cvs_log which did not work because of some
17614         glade problem
17615         Patch from Mark R. Pariente <markpariente@cmu.edu>
17616         - Fix message highlighting
17618 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17619         
17620         * template/*,
17621         date/template/*,
17622         configure.in:
17623         Removed template stuff completly because we dicussed to implement
17624         a macro system for Edit->Insert Text
17626 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17627         
17628         * plugins/editor/aneditor.cxx,
17629         plugins/editor/text_editor.c:
17630         Set line number width dynamically
17631         * src/about.c:
17632         Prepered new GTK 2.6 about dialog
17634 2004-12-30  Naba Kumar  <naba@gnome.org>
17636         patch from: Massimo Corà  <maxcvs@email.it>
17637         * plugins/editor/aneditor.cxx: Highlights correct function
17638         argument in recursive calltips.
17640 2004-12-30  Naba Kumar  <naba@gnome.org>
17642         * plugins/symbol-browser/plugin.c,
17643         libanjuta/interfaces/libanjuta.idl,
17644         plugins/editor/text_editor.c: Fixed editor markers and added a new
17645         marker (BASIC) to indicate line numbers. Fixed symbol browser to
17646         mark the line visited.
17647         
17648         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
17649         libegg/Makefile.am, libegg/eggcomboselect.c,
17650         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
17651         widget for use with symbol view in toolbar.
17652         
17653         * plugins/cvs-plugin/anjuta-cvs.ui,
17654         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
17655         placeholder for cvs plugin context menu in filemanager.
17656         
17657 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17658         
17659         * plugins/cvs-plugin/plugin.c:
17660         Show popup menu only if the file is contained in
17661         a directory containing a "CVS" directory
17663 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17664         
17665         * plugins/cvs-plugin/cvs-action.[ch],
17666         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17667         * plugins/cvs-plugin/anjuta-cvs.ui,
17668         * plugins/cvs-plugin/plugin.c:
17669         Implemented "Import"
17670         
17671         Patch from Mark R. Pariente <markpariente@cmu.edu>:
17672         Added right-click-menu for file-manager
17674 2004-12-26  Naba Kumar  <naba@gnome.org>
17676         * src/action-callbacks.c, src/action-callbacks.h,
17677         src/anjuta-actions.h, src/anjuta-app.c,
17678         src/anjuta.ui: Added fullscreen action.
17680         * plugins/cvs-plugin/cvs-actions.c,
17681         plugins/cvs-plugin/plugin.c,
17682         plugins/cvs-plugin/plugin.h: Watches current editor,
17683         project and file manager selection in plugin
17684         implementation.
17685         
17686 2004-12-26  Naba Kumar  <naba@gnome.org>
17688         * src/anjuta-app.c, src/anjuta.c, src/main.c,
17689         src/action-callbacks.c: Fixed app finalization. Added a
17690         command line arg --proper-shutdown (-p), which when set
17691         will release all plugins and their resources (this option
17692         is mainly for debugging).
17693         
17694         * plugins/file-loader/plugin.c: Fixed filename duplications
17695         in recent files history.
17696         
17697         * plugins/profile-default/plugin.c: Disabled problematic
17698         plugins for now to load at startup.
17699         
17700         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
17701         annoying debug prints.
17702         
17703 2004-12-23  Naba Kumar  <naba@gnome.org>
17705         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
17706         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17707         plugins/cvs-plugin/anjuta-cvs.ui,
17708         plugins/cvs-plugin/cvs-actions.c,
17709         plugins/cvs-plugin/cvs-actions.h,
17710         plugins/cvs-plugin/cvs-execute.c,
17711         plugins/cvs-plugin/cvs-execute.h,
17712         plugins/cvs-plugin/Makefile.am,
17713         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
17714         Added cvs log command.
17716 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
17717         
17718         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
17719         default
17721 2004-12-20  Naba Kumar  <naba@gnome.org>
17723         patch from: Massimo Corà  <maxcvs@email.it>
17724         * plugins/editor/aneditor.cxx: Added recursive calltips.
17726 2004-12-20  Naba Kumar  <naba@gnome.org>
17727         
17728         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
17729         Show busy cursor during loading and unloading.
17730         
17731 2004-12-19  Naba Kumar  <naba@gnome.org>
17733         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
17734         memory leaks. Disabled debug print.
17736         * plugins/symbol-browser/an_symbol_view.c,
17737         plugins/symbol-browser/plugin.c,
17738         plugins/symbol-browser/plugin.h: Fixed loading and unloading
17739         problems. Creates SymbolView object every time when the
17740         plugin is activated.
17742         * plugins/project-manager/plugin.c: Close project when
17743         deactivating.
17744         
17745 2004-12-18  Naba Kumar  <naba@gnome.org>
17747         * po/POTFILES.in: Removed commented lines.
17748         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
17749         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
17750         * plugins/gdb/plugin.c: Fixed compile error.
17751         
17752         Patch from: Mark R. Pariente  <mark@demar.com.tr>
17753         * libegg/eggcellrendererkeys.c: Fixed compile error.
17754         
17755 2004-12-18  Naba Kumar  <naba@gnome.org>
17757         * plugins/file-loader/plugin.c: Fixed loading bug.
17758         
17759         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
17760         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17761         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
17762         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
17763         and corruptions. Fixed loading and unloading of plugins.
17764         
17765 2004-12-17  Naba Kumar  <naba@gnome.org>
17766         
17767         * plugins/file-loader/Makefile.am,
17768         plugins/file-loader/plugin.c,
17769         plugins/project-manager/plugin.c: Fixed memory corruption
17770         and disposition codes. Added missing plugin.h in Makefile.am.
17772 2004-12-16  Naba Kumar  <naba@gnome.org>
17774         * plugins/symbol-browser/an_symbol_view.c,
17775         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
17776         codes. Fixed memory leaks and corruptions.
17778         * plugins/build-basic-autotools/build-basic-autotools.c
17779         plugins/editor/anjuta-docman.c,
17780         plugins/editor/text_editor.c,
17781         plugins/file-loader/plugin.c,
17782         plugins/file-manager/plugin.c,
17783         plugins/file-wizard/plugin.c,
17784         plugins/message-view/anjuta-msgman.c,
17785         plugins/message-view/anjuta-msgman.h,
17786         plugins/message-view/message-view.c,
17787         plugins/message-view/plugin.c,
17788         plugins/message-view/plugin.h,
17789         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
17791         * src/about.c, src/about.h, src/action-callbacks.c,
17792         src/action-callbacks.h, src/anjuta-actions.h,
17793         src/anjuta-app.c, src/anjuta-app.h,
17794         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
17795         src/anjuta.c, src/anjuta.h, src/getline.c, 
17796         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
17797         src/start-with.c, src/start-with.h: Fixed emacs modes.
17799         * src/layout.xml: Brought document manager in front.
17800         
17801 2004-12-15  Naba Kumar  <naba@gnome.org>
17803         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
17804         properly removed.
17805         
17806         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
17807         finalization. Added a method to unload all plugins and destroy them.
17808         Fixed memory leaks.
17809         
17810         * plugins/sample1/plugin.c: Proper finalization code and renamed
17811         functions to proper names.
17812         
17813         * plugins/build-basic-autotools/build-basic-autotools.c,
17814         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
17816         * src/shell.c: Unload all plugins on exit, so that memory profilers
17817         can detect memory leaks in plugins.
17819 2004-12-13  Naba Kumar  <naba@gnome.org>
17821         * plugins/devhelp/plugin.c: Delay widget initialization, now that
17822         docking is working.
17823         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
17824         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
17826 2004-12-11  Naba Kumar  <naba@gnome.org>
17828         * data/properties/anjuta.properties: Fixed font size.
17829         * plugin/build-basic-autotools/build-basic-autotools: Added initial
17830         compile file function. There are some fixmes there.
17831         * plugins/message-view/anjuta-msgman.c,
17832         * plugins/message-view/message-view.c: Fixed bugs and clean up.
17833         
17834 2004-12-08  Naba Kumar  <naba@gnome.org>
17836         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
17837         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
17838         to escape quotes in a string.
17839         
17840         * plugins/cvs-plugin/cvs-actions.c,
17841         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
17842         cvs diff command.
17844         * plugins/build-basic-autotools/build-basic-autotools.c,
17845         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
17846         filters.
17847         
17848 2004-12-07  Naba Kumar  <naba@gnome.org>
17850         * plugins/build-basic-autotools/build-basic-autotools.c,
17851         plugins/build-basic-autotools/automake-c.filters: Completed directory
17852         tracking. Double click on Errors and warnings now work as expected.
17854         * plugins/build-basic-autotools.c: Added codes to track build directory
17855         so that absolute path of the files could be determined.
17857 2004-12-06  Naba Kumar  <naba@gnome.org>
17859         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
17860         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
17861         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
17862         
17863 2004-12-05  Naba Kumar  <naba@gnome.org>
17865         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
17866         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
17867         
17868         * plugins/cvs-plugin/plugin.c,
17869         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
17870         
17871 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
17872         
17873         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17874         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
17875         plugins/cvs-plugin/cvs-execute.[ch]:
17876         Implemented cvs status and cvs diff
17877         Known bugs:
17878         - rdiff command is not correct
17879         - Must find a way to allow selection of directies AND files 
17880         in GtkFileChooser
17882 2004-12-03  Naba Kumar  <naba@gnome.org>
17884         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
17885         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
17886         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
17887         session.properties file if it is for the first time.
17888         
17889 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
17890         
17891         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
17892         commit.
17893         
17894         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
17895         plugins/cvs-plugin/anjuta-cvs.ui:
17896         Implemented update/commit and changed menu layout 
17898 2004-12-02  Naba Kumar  <naba@gnome.org>
17900         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
17901         property name (for cvs path property). Beautified dialogs.
17903 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
17904         
17905         * plugins/message-view/anjuta-msgman.c: Changed callback name
17906         and changed switch-page handling.
17907         
17908         * plugins/cvs-plugin/cvs-actions.c:
17909         * plugins/cvs-plugin/cvs-execute.c:
17910         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17911         - Implemented cvs add and cvs removed - both working now
17912         - Created a useful preferences page
17913         
17915 2004-11-30  Naba Kumar  <naba@gnome.org>
17917         * libanjuta/anjuta-status.c: Fixed runtime warning.
17918         
17919         * plugins/editor/Makefile.am:
17920         plugins/editor/anjuta-document-manager.glade,
17921         plugins/editor/plugin.c
17922         plugins/editor/plugin.h
17923         plugins/editor/style-editor.c (new, moved from src/),
17924         plugins/editor/style-editor.h (new, moved from src/),
17925         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
17926         settings in preferences.
17928         * plugins/editor/text_editor.c,
17929         plugins/editor/text_editor.h: Do not take unused args in
17930         text_editor_get_props().
17932         * src/style-editor.c, src/style-editor.h: Removed, moved to
17933         plugins/editor/ directory.
17935 2004-11-29  Naba Kumar  <naba@gnome.org>
17937         * plugins/editor/text_editor_cbs.c: Emit click signal in
17938         IAnjutaMarkable.
17939         * libanjuta/anjuta-status.c: More spacing between items.
17940         
17941 2004-11-29  Naba Kumar  <naba@gnome.org>
17943         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
17944         
17945         * libanjuta/interfaces/libanjuta.idl,
17946         plugins/debug-manager/anjuta-debug-manager.plugin.in,
17947         plugins/debug-manager/plugin.c,
17948         plugins/gdb/breakpoints.c,
17949         plugins/gdb/breakpoints.h,
17950         plugins/gdb/debugger.c,
17951         plugins/gdb/debugger.h,
17952         plugins/gdb/plugin.c,
17953         plugins/gdb/plugin.h,
17954         plugins/gdb/utilities.c,
17955         plugins/gdb/utilities.h: Code cleanups and partial implementation of
17956         toggle breakpoint margin clicks.
17958 2004-11-28  Naba Kumar  <naba@gnome.org>
17960         * TODO.tasks: Fixed indentations.
17961         * plugins/gtodo/libgtodo.c: Save with indentation.
17962         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
17963         * plugins/project-manager/plugin.c: Fixed runtime warnings.
17964         * libanjuta/anjuta-status.c: Fixed busy cursors.
17965         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
17966         * po/POTFILES.in: Updated.
17967         
17968 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
17969         
17970         * plugins/editor/anjuta-document-manager.glade,
17971           plugins/editor/search-replace.[c,h], 
17972           plugins/editor/search-replace_backend.h
17973           plugins/editor/search-preferences.[c,h] :
17974           Saved Search-Preferences (gconf),
17975           Basic search by default.
17977 2004-11-22  Naba Kumar  <naba@gnome.org>
17979         * configure.in: Fixed build error.
17981 2004-11-21  Naba Kumar  <naba@gnome.org>
17983         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
17984         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
17985         Added AnjutaStatus class to libanjuta.
17986         Added anjuta_shell_get_status() method.
17987         
17988         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
17989         and fixed marshaller generation.
17990         
17991         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
17992         "updade_ui" signals to IAnjutaEditor interface.
17993         
17994         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
17995         
17996         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
17997         regexes.
17998         
17999         * plugins/class-gen/clsGen.c: Intial port.
18000         
18001         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18002         name.
18003         
18004         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18005         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18006         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18007         Implemented status update. Emits "update_ui" and "char_added" signals.
18008         Added view preferences.
18009         
18010         * plugins/file-loader/plugin.c: Added open with plugins in open with
18011         menus.
18012         
18013         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18014         
18015         * plugins/message-view/anjuta-msgman.c,
18016         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18017         to close correct message view rather than current view.
18019 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18020         
18021         * plugins/cvs-plugin/cvs-actions.c
18022         plugins/cvs-plugin/plugin.[ch]
18023         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18024         Implemented cvs add but ran into a launcher/message_view
18025         problem because of a limitation of the idl compiler
18027 2004-11-19  Naba Kumar  <naba@gnome.org>
18029         * plugins/project-manager/plugin.c: Displays a progress window during
18030         project load.
18031         
18032         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18033         Fixed UI separators.
18034         
18035         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18036         UI placeholder.
18037         
18038         * plugins/project-manager/anjuta-project-manager.ui,
18039         plugins/project-manager/plugin.[c,h]: Added add/remove context
18040         menus and implemented them. Added file manager merge menu.
18042 2004-11-18  Naba Kumar  <naba@gnome.org>
18044         * TODO.tasks: Updated.
18045         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18046         plugins/message-view/message-view.c: Fixed finalize and dispose
18047         methods.
18048         * plugins/debugger/*: Removed from cvs (development now in
18049         debug-manager).
18051 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18053         Reviewed by Naba Kumar  <naba@gnome.org>:
18054         
18055         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18056         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18057         plugins/gdb/breakpoints.c: all marker related stuff moved from
18058         editor and docman interfaces to IAnjutaMarkable
18060 2004-11-17  Naba Kumar  <naba@gnome.org>
18062         * TODO.tasks: Updated.
18063         
18064         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18065         
18066         * libegg/egg-combo-action.c: Block changed signal when changing model.
18067         
18068         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18069         Emit changed signal. Removed dead codes.
18070         
18071         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18072         that recent files history do not duplicate.
18073         
18074         * plugins/symbol-browser/an_symbol_view.c,
18075         plugins/symbol-browser/an_symbol_view.h,
18076         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18077         Fixed a bug.
18079 2004-11-15  Naba Kumar  <naba@gnome.org>
18081         * plugins/project-manager/plugin.c: Opens targets on double click.
18082         
18083         * plugins/message-view/message-view.c,
18084         plugins/file-manager/anjuta-file-manager-plugin.glade,
18085         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18086         Added proper class finalization
18087         and disposition. Added preferences notifications and callbacks to
18088         change info/warning/error colors.
18089         
18090         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18091         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18092         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18093         Implemented finalize method for AnjutaApp. Code cleanups.
18094         
18095         * plugins/message-view/plugin.c: Static parent_class.
18096         
18097 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18098         * plugins/editor/search-replace.[c,h], 
18099           plugins/editor/search-replace_backend.c
18100           Update search entry in main toolbar.
18101           Clean code.
18103 2004-11-11  Naba Kumar  <naba@gnome.org>
18105         * TODO.tasks: Updated.
18107         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18108         and completed on-the-fly-change preferences. Removed "changed"
18109         signal as it is no longer necessary (use notify for similar
18110         purpose to monitor individual preferences).
18112         
18113         * plugins/editor/anjuta-document-manager.glade: Added view menu
18114         preferences so that they are registered.
18115         
18116         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18117         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18118         connection to "changed" signal of preferences and implemented
18119         notifications for some editor preferences. More to implement.
18121 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18122         * plugins/editor/print.c
18123         Fixed bug 1047624 : Add line number every X lines.
18125 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18126         * plugins/editor/search-replace.c
18127         Fixed a crash bug (995755) when searching "%n"
18129 2004-11-09  Naba Kumar  <naba@gnome.org>
18131         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18132         Fixed to refresh categories list on file load.
18134 2004-11-08  Naba Kumar  <naba@gnome.org>
18135         
18136         * configure.in, plugins/Makefile.am,
18137         plugins/profile-default/plugin.c: Added cvs plugin in build.
18138         
18139         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18140         
18141         * plugins/debug-manager/.cvsignore: Added file to ignore.
18142         
18143         * plugins/debug-manager/Makefile.am: Removed dead codes.
18144         
18145         * src/anjuta.ui: Added placeholder for version control UI.
18147 2004-11-08  Naba Kumar  <naba@gnome.org>
18149         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18150         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18151         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18152         Updated.
18154         * global-tags/Makefile.am: Fixed make error.
18156         * plugins/profile-default/plugin.c: Added debug-manager
18157         and gdb plugins to load at startup so that debugger
18158         windows are docked properly. They will be removed
18159         later when we figure out runtime docking.
18161         * plugins/sample1/*: Restored to last working state.
18163         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18164         windows in lower pane. Named the windows appropriately.
18166         * ChangeLog: Fixed format.
18167         
18168 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18170         * libanjuta/interfaces/libanjuta.idl,
18171         libanjuta/anjuta-marshal.c,
18172         plugins/Makefile.am,
18173         plugins/debug-manager/plugin.c,
18174         plugins/editor/plugin.c,
18175         plugins/editor/text_editor.c,
18176         plugins/gdb/breakpoints.c,
18177         plugins/gdb/debugger.c,
18178         plugins/gdb/plugin.c,
18179         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18181 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18182         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18183         plugins/editor/search-replace.c,
18184         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18185         Search and Replace; Show result in find pane
18186           
18187 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18188         
18189         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18190         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18191         (added features: starting debugger and loading of core/executable,
18192         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18193         partially works)
18195 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18196         
18197         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18198         my cvs-plugin files...
18199         I hope I have rescued everything possible.
18200         
18201         * Naba: Could you please fix sample1 because I messed it up to 
18202         but there should be a histroy of this directory we should commit
18204 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18205         
18206         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18207         infrastructure
18208         * plugins/cvs-plugin/plugin.c,
18209         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18210         Added preferences dialog (not yet complete)
18212 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18213         
18214         * global-tags/Makefile.am, mime/Makefile.am:
18215         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18216         
18217         * template/xmltemplate.[ch],
18218         template/xmlstrings.[ch],
18219         template/autotools.[ch] removed,
18220         template/prj_template.[ch] removed,
18221         template/lang_template.[ch] removed,
18222         template/lib_template.[ch] removed,
18223         template/Makefile.am adjusted,
18224         template/dtds/lang.dtd removed, 
18225         template/dtds/lib.dtd removed,
18226         template/dtds/prj.dtd removed,
18227         template/dtds/autotools.dtd removed,
18228         data/template/lib/* removed,
18229         data/template/language/* removed,
18230         data/template/library/* removed,
18231         data/template/project/* removed,
18232         date/template/Makefile.am adjusted:
18233         Remove everything except text-templates to replace hardcoded 
18234         Edit->Insert texts with dynamic loaded.
18236         * plugins/cvs-plugin/plugin.[ch],
18237         plugins/cvs-actions.[ch],
18238         plugins/Makefile.am,
18239         plugins/cvs-plugin/Makefile.am,
18240         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18241         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18242         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18243         Added initial cvs-plugin code
18245 2004-10-21  Naba Kumar  <naba@gnome.org>
18246         
18247         * libanjuta/anjuta-plugin.c,
18248         plugins/build-basic-autotools/build-basic-autotools.c,
18249         plugins/debugger/plugin.c,
18250         plugins/devhelp/plugin.c,
18251         plugins/editor/anjuta-docman.c,
18252         plugins/editor/goto_line.c,
18253         plugins/editor/plugin.c,
18254         plugins/editor/search-replace.c,
18255         plugins/editor/text_editor.c,
18256         plugins/file-loader/plugin.c,
18257         plugins/file-manager/plugin.c,
18258         plugins/file-wizard/file.c,
18259         plugins/file-wizard/plugin.c,
18260         plugins/gdb/plugin.c,
18261         plugins/gtodo/plugin.c,
18262         plugins/message-view/anjuta-msgman.c,
18263         plugins/profile-default/plugin.c,
18264         plugins/project-manager/plugin.c,
18265         plugins/sample1/plugin.c,
18266         plugins/terminal/terminal.c: Defined all global variables static,
18267         particularly class parent_class variables. They were getting
18268         confused at link time.
18270         * libanjuta/plugins.c: Do not unload plugins when they are
18271         deactivated. Simply cache them for later activation. Unloading
18272         modules have some problem with shared libs using static class
18273         registration. Fixed hash type for installed plugins. Eventually,
18274         we want to add "CanUnload" attribute for .plugin files (in
18275         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18276         be unloaded from memory. Those plugins declaring CanUnload=false
18277         will not be unloaded from memory and will be put in the cache. Those
18278         not declaring anything or declaring CanUnload=true, will be unloaded
18279         from memory when they are deactivated.
18281         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18282         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18283         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18284         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18285         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18286         activation, deactivation. Fixed memory leaks.
18288 2004-10-20  Naba Kumar  <naba@gnome.org>
18290         * TODO.tasks: Updated.
18291         
18292         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18293         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18294         macro for adding interfaces to plugin types. Code cleanup.
18295         
18296         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18297         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18298         
18299         * plugins/build-basic-autotools/build-basic-autotools.c,
18300         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18301         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18302         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18303         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18304         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18305         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18306         plugins/project-manager/plugin.c,
18307         plugins/symbol-browser/an_symbol_view.c,
18308         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18309         newly defined macro to add interfaces to plugin types.
18311         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18313 2004-10-20  Naba Kumar  <naba@gnome.org>
18315         * TODO.tasks: Added task list.
18316         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18317         default values.
18319 2004-10-19  Naba Kumar  <naba@gnome.org>
18321         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18322         
18323         * plugins/editor/action-callbacks.c,
18324         plugins/editor/action-callbacks.h,
18325         plugins/editor/anjuta-docman.c,
18326         plugins/editor/anjuta-docman.h,
18327         plugins/editor/anjuta-document-manager.ui,
18328         plugins/editor/file_history.c,
18329         plugins/editor/file_history.h,
18330         plugins/editor/plugin.c: Added file history browsing.
18331         
18332         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18333         
18334         * plugins/message-view/anjuta-message-manager.ui,
18335         plugins/message-view/plugin.c: Added document manager context menu.
18336         
18337         * plugins/symbol-browser/an_symbol_view.c,
18338         plugins/symbol-browser/an_symbol_view.h,
18339         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18340         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18341         document manager context menu.
18342         
18343         * scintilla/*, scintilla/include/*: Updated to current cvs.
18344         
18345 2004-10-19  Naba Kumar  <naba@gnome.org>
18347         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18348         placeholder for debugger UI.
18349         
18350         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18351         * plugins/file-manager/plugin.c: Fixed loading bug.
18352         
18353         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18354         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18355         Initializes gconf database with default values when the
18356         values are not defined. Use bool and int prefs separately.
18358         * plugins/editor/plugin.c: Added encoding preferences.
18359         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18361         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18362         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18363         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18364         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18366 2004-10-18  Naba Kumar  <naba@gnome.org>
18368         * po/POTFILES.in: Updated.
18369         
18370         * libanjuta/anjuta-ui.c: Corrected debug messages.
18371         
18372         * libegg/egg-combo-action.c, libegg/test-actions.c,
18373         libegg/menu/egg-combo-action.h: Fixed combo action.
18374         
18375         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18376         Fixed format.
18377         
18378         * plugins/editor/action-callbacks.[c,h],
18379         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18380         Implemented file swap. Removed dead codes.
18381         
18382         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18383         dead codes.
18384         
18385         * plugins/symbol-browser/an_symbol_view.[c,h],
18386         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18387         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18388         Implemented file symbols. Implemented goto file line when symbol is
18389         selected.
18390         
18391         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18392         
18393 2004-10-10  Naba Kumar  <naba@gnome.org>
18395         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18396         
18397         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18398         
18399         * plugins/debugger/.cvsignore,
18400         (added) plugins/debugger/Makefile.am,
18401         (added) plugins/debugger/anjuta-debugger.glade,
18402         (added) plugins/debugger/anjuta-debugger.plugin.in,
18403         (added) plugins/debugger/anjuta-debugger.plugin.png,
18404         (added) plugins/debugger/anjuta-debugger.ui,
18405         plugins/debugger/attach_process.c,
18406         (removed) plugins/debugger/attach_process_cbs.c,
18407         (removed) plugins/debugger/attach_process_cbs.h,
18408         (removed) plugins/debugger/breakpoints.c,
18409         (removed) plugins/debugger/breakpoints.h,
18410         (removed) plugins/debugger/debug_tree.c,
18411         (removed) plugins/debugger/debug_tree.h,
18412         (removed) plugins/debugger/debugger.c,
18413         (removed) plugins/debugger/debugger.h,
18414         (removed) plugins/debugger/memory.c,
18415         (removed) plugins/debugger/memory.h,
18416         (added) plugins/debugger/plugin.c,
18417         (added) plugins/debugger/plugin.h,
18418         (removed) plugins/debugger/registers.c,
18419         (removed) plugins/debugger/registers.h,
18420         (removed) plugins/debugger/registers_cbs.c,
18421         (removed) plugins/debugger/registers_cbs.h,
18422         (removed) plugins/debugger/registers_gui.c,
18423         (removed) plugins/debugger/sharedlib.c,
18424         (removed) plugins/debugger/sharedlib.h,
18425         (removed) plugins/debugger/sharedlib_cbs.c,
18426         (removed) plugins/debugger/sharedlib_cbs.h,
18427         (removed) plugins/debugger/sharedlib_gui.c,
18428         (removed) plugins/debugger/signals.c,
18429         (removed) plugins/debugger/signals.h,
18430         (removed) plugins/debugger/signals_cbs.c,
18431         (removed) plugins/debugger/signals_cbs.h,
18432         (removed) plugins/debugger/signals_gui.c,
18433         (removed) plugins/debugger/stack_trace.c,
18434         (removed) plugins/debugger/stack_trace.h,
18435         (added) plugins/debugger/utilities.c,
18436         (added) plugins/debugger/utilities.h,
18437         (removed) plugins/debugger/watch.c,
18438         (removed) plugins/debugger/watch.h,
18439         (removed) plugins/debugger/watch_cbs.c,
18440         (removed) plugins/debugger/watch_cbs.h,
18441         (removed) plugins/debugger/watch_gui.c,
18442         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18443         
18444         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18445         Added debugger gdb backend plugin.
18446         
18447         * plugins/message-view/plugin.c: Registered all message stock icons.
18448         
18449         * plugins/profile-default/plugin.c: Loads debugger plugin.
18450         
18451         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18453 2004-10-08  Naba Kumar  <naba@gnome.org>
18455         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18456         information.
18457         
18458         * plugins/symbol-browser/.cvsignore,
18459         plugins/symbol-browser/Makefile.am,
18460         plugins/symbol-browser/an_symbol_view.c,
18461         plugins/symbol-browser/an_symbol_view.h,
18462         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18463         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18464         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18465         plugins/symbol-browser/plugin.c,
18466         plugins/symbol-browser/plugin.h,
18467         plugins/symbol-browser/sv_class.xpm,
18468         plugins/symbol-browser/sv_function.xpm,
18469         plugins/symbol-browser/sv_macro.xpm,
18470         plugins/symbol-browser/sv_private_fun.xpm,
18471         plugins/symbol-browser/sv_private_var.xpm,
18472         plugins/symbol-browser/sv_protected_fun.xpm,
18473         plugins/symbol-browser/sv_protected_var.xpm,
18474         plugins/symbol-browser/sv_public_fun.xpm,
18475         plugins/symbol-browser/sv_public_var.xpm,
18476         plugins/symbol-browser/sv_static_fun.xpm,
18477         plugins/symbol-browser/sv_static_var.xpm,
18478         plugins/symbol-browser/sv_struct.xpm,
18479         plugins/symbol-browser/sv_unknown.xpm,
18480         plugins/symbol-browser/sv_variable.xpm,
18481         plugins/symbol-browser/test-symbol-browser.c,
18482         plugins/Makefile.am: Implemented Symbol
18483         browser plugin.
18484         
18485         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18486         
18487         * plugins/build-basic-autotools/Makefile.am,
18488         plugins/devhelp/Makefile.am,
18489         plugins/editor/Makefile.am,
18490         plugins/file-loader/Makefile.am,
18491         plugins/file-manager/Makefile.am,
18492         plugins/file-wizard/Makefile.am,
18493         plugins/gtodo/Makefile.am,
18494         plugins/message-view/Makefile.am,
18495         plugins/profile-default/Makefile.am,
18496         plugins/project-manager/Makefile.am
18497         plugins/sample1/Makefile.am,
18498         plugins/terminal/Makefile.am,
18499         scintilla/Makefile.am,
18500         libegg/Makefile.am,
18501         launcher/Makefile.am,
18502         libanjuta/Makefile.am,
18503         src/Makefile.am,
18504         tagmanager/Makefile.am,
18505         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18506         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18507         files. Also fixed library dependencies.
18508         
18509         * plugins/editor/aneditor.cxx: Disabled unused codes.
18510         * plugins/file-manager/an_file_view.c: Added copyright.
18511         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18512         
18513         * plugins/profile-default/plugin.c: Can load plugins by location.
18514         * plugins/project-manager/plugin.c: Remove project_root_uri value
18515         when project is closed.
18516         
18517 2004-10-06  Naba Kumar  <naba@gnome.org>
18519         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18520         
18521         * libanjuta/interfaces/libanjuta.idl,
18522         plugins/editor/text_editor.c: Added get_length()
18523         and get_current_word() methods in IAnjutaEditor interface.
18524         
18525         * libegg/Makefile.am: Added test_actions target.
18526         
18527         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18528         
18529         * plugins/build-basic-autotools/build-basic-autotools.c,
18530         plugins/file-loader/plugin.c,
18531         plugins/message-view/message-view.c: Added code to go to file and
18532         line number,
18533         
18534         * plugins/devhelp/plugin.c: Context sensitive help now works.
18535         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18536         uri as line number and goes to that line number.
18537         
18538         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18539         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18540         gtodo_client_load() method to load from a diffrent file. Watched 
18541         project root directory in plugin to open TODO.tasks of the project.
18542         
18543         * plugins/project-manager/plugin.c: Updates project UI
18544         sensitive/insensitive.
18546         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18547         anjuta-shell program to test plugins.
18548         
18549         * src/anjuta-app.c: Registered UI accels.
18550         
18551 2004-09-28  Naba Kumar  <naba@gnome.org>
18553         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18554         method.
18555         
18556         * src/anjuta-app.c: Implemented present widget method.
18557         
18558         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18559         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18560         
18561         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18562         added editor.
18563         
18564         * plugins/editor/text_editor.c: Connects to preferences changed signal
18565         correctly.
18566         
18567 2004-09-28  Naba Kumar  <naba@gnome.org>
18568         
18569         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18570         print code.
18571         
18572         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18573         size to 5 pix.
18574         
18575         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18576         in changed signal callback.
18577         
18578         * plugins/editor/action-callbacks.c: Implemented save_all action
18579         callback. Removed dead code. Do save_as when saving a new file.
18580         Implemented incremental search.
18581         
18582         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18583         
18584         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18585         
18586         * src/anjuta-app.c: Registers UI accelerators.
18587         
18588 2004-09-27  Naba Kumar  <naba@gnome.org>
18590         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18591         
18592         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18593         plugins/devhelp/anjuta-devhelp.plugin.in,
18594         plugins/file-loader/anjuta-loader.plugin.in,
18595         plugins/file-manager/anjuta-file-manager.plugin.in,
18596         plugins/gtodo/anjuta-gtodo.plugin.in,
18597         plugins/project-manager/anjuta-project-manager.plugin.in,
18598         plugins/terminal/anjuta-terminal.plugin.in:
18599         Gave proper plugin names.
18601         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18602         error when regex fail.
18603         
18604         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18605         Added help and context search. Watches current editor. More menus
18606         in Help submenu. Update UI (sensitive when required) properly.
18607         
18608         * plugins/editor/anjuta-document-manager.ui,
18609         plugins/devhelp/anjuta-devhelp.ui,
18610         plugins/message-view/anjuta-message-manager.ui,
18611         src/anjuta.ui: Goto menu actions are in separate submenu.
18612         
18613         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
18614         Removed unimplemented UI elements.
18615         
18616         * src/anjuta-app.c: Larger (and normal) icon size.
18617         
18618         * src/layout.xml: Task manager plugin along with document (in middle).
18619         
18620         * plugins/editor/plugin.c, plugins/file-loader.c,
18621         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
18622         in gtkactions. Enable/disable UI properly.
18623         
18624 2004-09-26  Naba Kumar  <naba@gnome.org>
18626         * po/POTFILES.in: Updated, added missing files.
18628         * .cvsignore: Updated.
18629         
18630         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
18631         a new function to get User input text.
18632         
18633         * libanjuta/resources.[c,h]: Added a function to created sized image.
18634         
18635         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
18636         from filename, as thats the correct representation.
18637         
18638         * plugins/build-basic-autotools/Makefile.am,
18639         (added) plugins/build-basic-autotools/automake-c.filters,
18640         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18641         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
18642         Rearragned UI elements in the build menu. Added codes to read build
18643         filter rules from external file. Implemented all build, configure,
18644         autogen commands. Watches current editor and project.
18645         
18646         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
18647         Added editor changed signal and exports current editor value.
18648         Fixed parameter names. Fixed get_uri() interface implementation to
18649         return correct uri.
18650         
18651         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
18652         elements.
18653         
18654         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
18655         
18656         * plugins/file-manager/an_file_view.c,
18657         plugins/file-manager/an_file_view.c: Exports file uri correctly.
18658         
18659         * plugins/file-wizard/file.c: Reads uri correctly.
18660         
18661         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
18662         sets the page to the new view.
18663         
18664         * plugins/message-view/message-view.c: Unrefs the tree model when done.
18665         Fixed signal connecting.
18666         
18667         * plugins/project-manager/plugin.c: Changed "project_root_directory"
18668         to "project_root_uri" and exports as uri.
18669         
18670 2004-09-24  Naba Kumar  <naba@gnome.org>
18672         * libanjuta/anjuta-ui.c: Fixed a crash bug.
18673         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
18674         in correct way.
18675         * plugins/file-manager/plugin.c: Fixed crash in unloading.
18676         * plugins/file-loader/plugin.c: Added comments.
18677         * plugins/build-basic-autotools/plugin.c: Added comments.
18678         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
18679         
18680         * libanjuta/interfaces/libanjuta.idl,
18681         plugins/message-view/anjuta-msgman.c,
18682         plugins/message-view/message-view.c,
18683         plugins/message-view/message-view.h,
18684         plugins/message-view/plugin.c: Buffering and appending messages have
18685         been separated. message-view implementations cleaned up. Signals
18686         Emissions fixed. Messages now displayed in summary and details show
18687         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
18688         API.
18689         
18690         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
18691         preferences.
18692         
18693         * plugins/build-basic-autotools/Makefile.am,
18694         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
18695         parsing of output to create message summaries. Uses new message view
18696         API.
18697         
18698         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
18699         preferences to make dialog box smaller.
18700         
18701         * plugins/editor/search-replace.c: Fixed compile error with change
18702         in IAnjutaMessageView API.
18703         
18704 2004-09-21  Naba Kumar  <naba@gnome.org>
18706         * plugins/Makefile.am: Deletes old (installed) plugins before
18707         installing new ones.
18708         
18709         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18710         plugins/build-basic-autotools/build-basic-autotools.c,
18711         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
18712         file URI from filemanager. Only disables/enables build submenu in file
18713         manager, instead of merging/unmerging.
18714         
18715         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
18716         non-text files.
18717         
18718         * plugins/file-loader/anjuta-loader-plugin.ui,
18719         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18720         Implemented "Open with" file manager submenu. Displays error message
18721         when file can not be opened.
18722         
18723         * plugins/file-manager/an_file_view.c: Renamed
18724         file_manager_current_filename value name to file_manager_current_uri
18725         and exports proper URI.
18726         
18727         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
18729 2004-09-19  Naba Kumar  <naba@gnome.org>
18731         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18732         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
18733         save point signal to change editor tabs. Fixed accels.
18734         
18735         * plugins/file-loader/plugin.c: Fixed accels.
18737         * plugins/project-manager/plugin.c: Added target selection callback.
18738         
18739         * plugins/project-manager/plugin.c: Added URI activation.
18740         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
18741         Fixed dialog and closed it on ok. Fixed a crash bug.
18742         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
18744         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
18745         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
18746         plugins/file-loader/anjuta-loader-plugin.ui,
18747         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18748         Added recent files in file loade plugin.
18749         
18750         * ChangeLog: Fixed entry dates.
18751         
18752 2004-09-18  Naba Kumar  <naba@gnome.org>
18754         * plugins/devhelp/plugin.c: Added UI sensitization and removed
18755         an unnecessary GtkFrame.
18756         
18757 2004-09-17  Naba Kumar  <naba@gnome.org>
18759         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
18761         * TODO: Updated.
18762         
18763         * data/Makefile.am: Disabled installing old mime info.
18764         
18765         * mime/anjuta.applications, mime/anjuta.keys: Updated.
18766         
18767         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
18768         plugins/editor/anjuta-document-manager.ui,
18769         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18770         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
18771         Added Editor context popup menu.
18772         
18773         * plugins/project-manager/anjuta-project-manager-plugin.png:
18774         Update image.
18775         
18776         * plugins/project-manager/anjuta-project-manager.plugin.in:
18777         Support .anjuta mime type.
18778         
18779         * plugins/project-manager/plugin.c: Exports "project_root_directory"
18780         value.
18781         
18782         * plugins/file-manager/plugin.c: Watches "project_root_directory"
18783         value.
18784         
18785         * src/layout.xml, plugins/profile-default/plugin.c:
18786         Added project manager plugin for startup.
18788 2004-09-16  Naba Kumar  <naba@gnome.org>
18789         
18790         * anjuta.prj: Updated.
18791         
18792         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
18793         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
18794         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
18795         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
18796         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
18797         plugins/terinal/Makefile.am, src/Makefile.am,
18798         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
18799         Fixed makefile syntax errors.
18801 2004-09-16  Naba Kumar  <naba@gnome.org>
18803         * configure.in, src/layout.xml,
18804         plugins/profile-default/plugin.c,
18805         libanjuta/interfaces/libanjuta.idl,
18806         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
18807         
18808         * configure.in, plugins/Makefile.am,
18809         plugins/project-manager/.cvsignore, 
18810         plugins/project-manager/Makefile.am,
18811         plugins/project-manager/anjuta-project-manager-plugin.png,
18812         plugins/project-manager/anjuta-project-manager.plugin.in,
18813         plugins/project-manager/anjuta-project-manager.ui,
18814         plugins/project-manager/plugin.c,
18815         plugins/project-manager/plugin.h: Added project manager plugin
18816         based on gnome-build.
18817         
18818         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
18819         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
18820         
18821         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
18822         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18823         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
18824     
18825 2004-09-16  Naba Kumar  <naba@gnome.org>
18827         * plugins/editor/action-callbacks.c: Fixed compile error.
18828         
18829 2004-09-15  Naba Kumar  <naba@gnome.org>
18831         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
18832         
18833         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
18834         New improved splace with nicer progress.
18835         
18836         * configure.in, plugins/Makefile.am,
18837         (added) file-wizard/.cvsignore,
18838         (added) file-wizard/Makefile.am,
18839         (added) file-wizard/action-callbacks.c,
18840         (added) file-wizard/action-callbacks.h,
18841         (added) file-wizard/anjuta-file-wizard-plugin.png,
18842         (added) file-wizard/anjuta-file-wizard.glade,
18843         (added) file-wizard/anjuta-file-wizard.plugin.in,
18844         (added) file-wizard/anjuta-file-wizard.ui,
18845         (added) file-wizard/file.c,
18846         (added) file-wizard/file.h,
18847         (added) file-wizard/plugin.c,
18848         (added) file-wizard/plugin.h:
18849         Created new file wizard and added it. The wizard takes care of text
18850         bit insertions and new files creation.
18852         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18853         plugins/editor/action-callbacks.h,
18854         plugins/editor/anjuta-document-manager.glade,
18855         plugins/editor/anjuta-document-manager.ui,
18856         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18857         (removed) plugins/editor/file.[c,h]: Removed text insertions and
18858         new files code and moved into a new plugin (file wizard).
18859         
18860         * libanjuta/plugins.[c,h]: Added plugins selection function.
18861         
18862         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
18863         get_position(), insert() in IAnjutaEditor interface. Added
18864         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
18865         interface (for wizard plugins).
18867         * plugins/file-loader/anjuta-loader-plugin.ui,
18868         plugins/file-loader/plugin.c: Added wizard launcher interface which
18869         scans for plugins implement IAnjutaWizard interface and presents the
18870         list to user for selection. The selected plugin is then activated
18871         for the wizard.
18873         * libanjuta/interfaces/.cvsignore: Updated.
18874         * plugins/message-view/.cvsignore: Updated.
18875         * plugins/launcher/*: Removed as launcher has already been moved to
18876         libanjuta as class.
18878         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18879         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18880         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18881         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18882         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
18883         Updated API documentations.
18885 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
18887         * configure.in: Added Punjabi to ALL_LINGUAS
18889 2004-07-29  Naba Kumar  <naba@gnome.org>
18891         * configure.in: Added file-loader plugin Makefile path and
18892         fixed devhelp version requirement.
18894 2004-07-28  Naba Kumar  <naba@gnome.org>
18896         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
18897         terminal/preferences-terminal.png (added), message-view/*.png (added),
18898         message-view/*.xpm (added), editor/*.png (added),
18899         editor/*.xpm (added), plugins/editor/Makefile.am,
18900         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
18901         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
18902         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
18903         respective plugins directories.
18905         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
18906         pixmaps/block-end-16.png, pixmaps/block-end.png
18907         pixmaps/block-start-16.png, pixmaps/block-start.png
18908         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
18909         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
18910         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
18911         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
18912         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
18913         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
18914         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
18915         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
18916         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
18917         pixmaps/preferences-editor.png, pixmaps/undock.png
18918         pixmaps/error-next-16.png, pixmaps/error-next.png
18919         pixmaps/error-prev-16.png, pixmaps/error-prev.png
18920         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
18921         pixmaps/preferences-terminal.png: Deleted
18923         * libanjuta/properties* (removed), plugins/editor/properties* (added),
18924         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18925         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
18926         plugins/editor/anjuta-document-manager.plugin.in,
18927         plugins/editor/anjuta-document-manager.ui,
18928         plugins/editor/plugin.c, plugins/editor/print.c,
18929         plugins/editor/search-replace_backend.c,
18930         plugins/editor/search_preferences.h,
18931         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
18932         Moved properties souce files to editor plugin as it not required in
18933         libanjuta. Other editor fixes.
18935         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
18936         libegg/dock/* (removed)
18937         : Restored GDL external dependencies and removed libegg dock
18938         sources, because gdl is being developed.
18939         
18940         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
18941         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
18942         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
18943         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
18944         libanjuta/plugins.c, libanjuta/plugins.h,
18945         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
18946         gconf system. Shell now takes docking positions. Added more utility
18947         functions. Added plugins query function. And other fixes.
18949         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
18950         
18951         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
18952         plugin to load files based on mime type.
18953         
18954         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
18955         
18956         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
18957         plugins/file-manager/plugin.c: File manager now uses file loader to
18958         open files.
18960         * plugins/message-view/anjuta-msgman.c,,
18961         plugins/message-view/message-view.c,
18962         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
18964         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
18965         plugins/terminal/terminal.c, src/Makefile.am,
18966         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
18967         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
18968         
18969         * libegg/dock/*: Removed directory.
18970         
18971 2004-07-28  Naba Kumar  <naba@gnome.org>
18973         * configure.in: Reduced gnome-print version requirement.
18974         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
18976 2004-07-21  Ray Strode  <rstrode@redhat.com>
18977         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
18978         new mime sytem.
18980 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
18981         
18982         * plugins/editor/search-replace.c: Some fixes
18983         * plugins/terminal/Makefile.am:
18984         Patch from: Alexey Rusakov <ktirf@users.sf.net>
18986 2004-05-19  Naba Kumar  <naba@gnome.org>
18988         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
18989         compiler warning.
18991 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
18993         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
18994         Implemented IAnjutaSavable
18995         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
18997 2004-05-17  Naba Kumar  <naba@gnome.org>
18999         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19000         plugins/build-basic-autotools/.cvsignore,
19001         plugins/build-basic-autotools/Makefile.am,
19002         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19003         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19004         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19005         plugins/build-basic-autotools/build-basic-autotools.c,
19006         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19007         build plugin.
19008         
19009         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19010         definition.
19011         
19012         * plugins/file-manager/an_file_view.c,
19013         plugins/file-manager/anjuta-file-manager.ui,
19014         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19015         Added context menu UI.
19016         
19017         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19018         in view menu.
19020 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19021         
19022         * libanjuta/anjuta-preferences.[ch]: 
19023         Added save/load_gconf functions
19024         * src/action_callbacks.[ch], src/preferences.c: 
19025         Load global prefs from gconf at startup and save them
19026         on exit. Prefs load and save correctly but something resets
19027         them to default after loading...
19028         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19029         Somehow the linker does not find save/load_gconf functions
19030         in libanjuta. Must be a stupid mistake, I would be glad
19031         if someone could fix that.
19032         * manuals/reference/libanjuta-sections.txt: Added new
19033         preferences functions and removed gnome-filelist
19034         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19035         * plugins/file-manager/plugin.c:
19036         Added root-path property
19038 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19039         
19040         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19041         they are not longer needed.
19042         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19043         anjuta-sections.txt: Remove references to the files
19044         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19045         Use new nautilus icons for file-manager, looks incredible
19046         cool!
19048 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19049         
19050         * plugins/editor/anjuta-docman.c: gchar* to 
19051         const gchar* in arguments
19052         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19053         Interface
19054         * plugins/file-manager/an_file_view.c: Open files on
19055         double-click. Does not work yet because it does not
19056         find IAnjutaFile interface in document manager
19058 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19059         
19060         * plugins/editor/anjuta-docman.c
19061         * plugins/editor/text_editor.c:
19062         Made close button working, made multiple selection in
19063         File/Open dialog possble, fixed crash bug if file cannot
19064         be opened.
19066 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19067         
19068         * plugins/editor/action-callbacks.c
19069         * plugins/editor/anjuta-docman.c
19070         * plugins/editor/anjuta-docman.h
19071         * plugins/editor/search-replace.c
19072         * plugins/editor/search-replace_backend.c
19073         * plugins/editor/text_editor.c
19074         * plugins/editor/text_editor.h:
19075         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19076         able to open all files, use uri instead of full_filename, fixed
19077         many bugs.
19080 2004-05-13  Naba Kumar  <naba@gnome.org>
19082         * plugins/message-view/anjuta-message-manager-plugin.glade:
19083         HIG compliant.
19085         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19086         management.
19088         * pixmaps/anjuta_splash.png: Added border.
19089         
19090         * plugins/editor/anjuta-document-manager.png: New icon.
19091         
19092         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19093         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19094         
19095         plugins/editor/Makefile.am,
19096         plugins/editor/search-replace.c,
19097         plugins/editor/search-replace.h,
19098         plugins/editor/search-replace_backend.c,
19099         plugins/editor/search-replace_backend.h,
19100         plugins/editor/search_preferences.h,
19101         plugins/editor/search_preferences.c: Merged changes from
19102         ANJUTA_1_2_0 branch.
19103         
19104         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19105         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19106         operational.
19108         * plugins/terminal/Makefile.am,
19109         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19110         dialog.
19111         
19112         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19113         submenu.
19115 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19116         * plugins/message-view/plugin.c: Fixed glade file loading
19117         Removed "Show messages" menu item
19118         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19119         twice because of this load system layout hack.
19120         * libanjuta/anjuta-ui.h: Removed #include config.h
19121         * libanjuta/libanjuta.pc: Fixed path and depencies
19122         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19123         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19124         * libanjuta/properties.cxx : #include "properties_cxx.h"
19125         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19127 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19128         * plugins/message-view/*: Fixed message view preferences
19129         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19130         * anjuta.glade: Removed messages stuff
19132 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19133         
19134         * Removed libanjutamm, it is now hosted on SF.net:
19135         cvs.sf.net/cvsroot/anjuta/libanjutamm
19137 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19138         
19139         * libanjutamm/*
19140         Added some experimental code to add support for C++ plugins.
19141         Nothing works yet and it is likely that it will disappear but
19142         I have some questions to murrayc and he wants to see the code.
19144 2004-05-11  Naba Kumar  <naba@gnome.org>
19146         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19148         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19149         hightlight style menu actions.
19151         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19152         manuals/reference/libanjuta/plugin-description-file.sgml,
19153         manuals/reference/libanjuta/writing-plugins.sgml,
19154         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19155         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19156         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19158         * src/anjuta-app.c: Always load system layout for now.
19160         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19161         
19162         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19163         manuals/reference/libanjuta/libanjuta-sections.txt,
19164         manuals/reference/libanjuta/libanjuta.types,
19165         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19166         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19167         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19168         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19169         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19170         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19171         Updated documentation.
19173         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19174         plugins/profile-default/plugin.c, src/layout.xml:
19175         Created terminal plugin.
19176          
19177         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19178         (new) plugins/file-manager/.cvsignore,
19179         plugins/file-manager/an_file_view.c,
19180         plugins/file-manager/plugin.c,
19181         plugins/file-manager/plugin.h: Moved preferences to separate
19182         glade file and added cvsignore file.
19183         
19184         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19185         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19186         from the branch. I tried it     but there were way too many conflicts.
19187         
19188         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19189         
19190         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19191         util functions required during the merge.
19192         
19193         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19194         interface.
19195         
19196         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19197         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19198         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19199         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19200         Merged with ANJUTA_1_2_0 branch.
19202 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19204         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19206 2004-05-07  Naba Kumar  <naba@gnome.org>
19208         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19210         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19211         Added preferences reading and loading.
19212         
19213         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19214         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19215         libanjuta/fileselection.c, libanjuta/fileselection.h,
19216         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19217         
19218         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19220         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19221         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19222         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19223         data/macros/autogen.sh, data/macros2/autogen.sh
19224         data/properties/ada.properties, data/properties/anjuta.properties,
19225         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19226         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19227         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19228         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19229         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19230         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19231         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19232         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19233         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19234         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19235         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19236         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19237         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19238         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19239         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19240         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19241         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19242         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19243         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19244         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19245         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19246         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19247         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19248         (added) scintilla/scintilla-marshal.c,
19249         (added) scintilla/scintilla-marshal.h,
19250         (added) scintilla/scintilla-marshal.list,
19251         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19252         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19253         (added) scintilla/patches/scintilla-calltip-align.patch,
19254         (added) scintilla/patches/scintilla-minor.patch,
19255         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19257 2004-05-06  Naba Kumar  <naba@gnome.org>
19259         * (added) plugins/file-manager/Makefile.am,
19260         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19261         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19262         (added) plugins/file-manager/anjuta-file-manager.ui,
19263         (added) plugins/file-manager/plugin.c,
19264         (added) plugins/file-manager/plugin.h,
19265         (removed) plugins/file-manager/an_file_view.h,
19266         plugins/Makefile.am, configure.in,
19267         plugins/file-manager/an_file_view.c: Created file manager plugin.
19268         
19269         * plugins/profile-default/plugin.c: Added file manager plugin in default
19270         profile.
19271         
19272         * libanjuta/Makefile.am: Fixed dependencies.
19273         * pixmaps/anjuta_splash.png: New splash screen.
19275 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19276         
19277         * template/template.c/h: Added in-line doc
19278         * manuals/reference/template/*: Added template documentation
19279         * configure.in: Build template docs
19281 2004-05-05  Naba Kumar  <naba@gnome.org>
19283         * autogen.sh: Added commands to generate initial interfaces.
19284         
19285         * libanjuta/Makefile.am,
19286         (removed)libanjuta/anjuta-plugin-parser.c,
19287         (removed)libanjuta/anjuta-plugin-parser.h,
19288         (added)libanjuta/anjuta-plugin-description.c,
19289         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19290         plugin description.
19291         
19292         * libanjuta/anjuta-plugin.c,
19293         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19294         
19295         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19296         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19297         widget add_widget() method.
19298         
19299         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19300         and moved plugin sets loading in profile plugins.
19301         
19302         * libanjuta/interfaces/.cvsignore,
19303         (removed)libanjuta/interfaces/Makefile.am,
19304         libanjuta/interfaces/libanjuta.idl,
19305         libanjuta/interfaces/anjuta-idl-compiler.pl,
19306         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19307         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19308         (removed)libanjuta/interfaces/ianjuta-editor.c,
19309         (removed)libanjuta/interfaces/ianjuta-editor.h,
19310         (removed)libanjuta/interfaces/ianjuta-file.c,
19311         (removed)libanjuta/interfaces/ianjuta-file.h,
19312         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19313         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19314         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19315         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19316         *.h and Makefile.am files. They are autogenerated. Interfaces are
19317         by anjuta-idl-compiler.pl from libanjuta.idl file.
19318         
19319         * manuals/reference/libanjuta/Makefile.am,
19320         manuals/reference/libanjuta/anjuta-architecture.sgml,
19321         manuals/reference/libanjuta/libanjuta-docs.sgml,
19322         manuals/reference/libanjuta/libanjuta-sections.txt,
19323         manuals/reference/libanjuta/libanjuta.types,
19324         manuals/reference/libanjuta/plugin-description-file.sgml,
19325         manuals/reference/libanjuta/writing-plugins.sgml,
19326         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19327         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19328         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19329         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19330         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19331         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19332         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19333         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19334         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19335         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19336         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19337         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19338         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19339         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19340         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19341         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19342         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19343         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19344         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19345         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19346         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19347         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19348         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19349         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19350         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19351         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19352         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19353         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19354         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19355         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19356         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19357         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19358         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19359         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19360         interfaces template sgmls.
19361         
19362         * plugins/Makefile.am,
19363         plugins/devhelp/anjuta-devhelp.plugin.in,
19364         plugins/devhelp/plugin.c,
19365         plugins/editor/action-callbacks.c,
19366         plugins/editor/anjuta-document-manager.plugin.in,
19367         plugins/editor/plugin.c,
19368         plugins/editor/plugin.h,
19369         plugins/editor/text_editor.c,
19370         plugins/sample1/plugin.c,
19371         plugins/message-view/anjuta-message-manager.plugin.in,
19372         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19373         placement. Fixed other errors.
19374         
19375         * (added)plugins/profile-default/.cvsignore,
19376         (added)plugins/profile-default/Makefile.am,
19377         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19378         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19379         (added)plugins/profile-default/anjuta-default-profile.ui,
19380         (added)plugins/profile-default/plugin.c,
19381         (added)plugins/profile-default/plugin.h: Added a default new
19382         profile plugin.
19383         
19384         * src/Makefile.am,
19385         src/action-callbacks.c,
19386         src/anjuta-app.c,
19387         src/anjuta.c,
19388         src/main.cpp: Fixed necessary changes for libanjuta
19390 2004-05-04  Naba Kumar  <naba@gnome.org>
19392         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19393         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19394         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19395         placement for default widgets placements.
19397 2004-05-03  Naba Kumar  <naba@gnome.org>
19399         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19400         manuals/reference/libanjuta/libanjuta-docs.sgml,
19401         manuals/reference/libanjuta/plugin-description-file.sgml,
19402         manuals/reference/libanjuta/writing-plugins.sgml:
19403         Wrote more sections in writing-plugins document and fixed errors.
19405 2004-05-03  Naba Kumar  <naba@gnome.org>
19407         * libanjuta/interfaces/libanjuta.idl: Added interface
19408         IAnjutaFileManager.
19409         
19410         * manuals/reference/libanjuta/anjuta-architecture.dia,
19411         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19412         architecture diagram.
19413         
19414         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19415          manuals/reference/libanjuta/libanjuta-docs.sgml,
19416         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19417         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19418         Wrote writing-plugins document and separated chapters into
19419         separate sgml files.
19420         
19421         * plugins/file-manager/an_file_view.c,
19422         plugins/file-manager/an_file_view.h: New and improved directory
19423         rendering.
19425 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19427         * anjuta.glade: re-designed the new file dialog
19428         * anjuta_dialogs_strings.c: new strings from the new file dialog
19430 2004-04-30  Naba Kumar  <naba@gnome.org>
19432         * libanjuta/interfaces/Makefile.am.iface,
19433         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19434         
19435         * libanjuta/interfaces/libanjuta.idl: Updated.
19437         * libanjuta/interfaces/Makefile.am.iface,
19438         libanjuta/interfaces/libanjuta.idl: Updated.
19440 2004-04-29  Naba Kumar  <naba@gnome.org>
19441         
19442         * libanjuta/interfaces/Makefile.am.iface,
19443         libanjuta/interfaces/libanjuta.idl: Updated.
19445 2004-04-29  Naba Kumar  <naba@gnome.org>
19447         * libanjuta/interfaces/giface-idlc-c.pl,
19448         libanjuta/interfaces/libanjuta.idl: Upgraded.
19449         * libanjuta/interfaces/Makefile.am.iface: Added.
19450         
19451 2004-04-28  Naba kumar  <naba@gnome.org>
19453         * libanjuta/interfaces/giface-idlc-c.pl,
19454         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19455         definitions and wrote a compiler.
19456         
19457 2004-04-28  Naba Kumar  <naba@gnome.org>
19459         * libanjuta/anjuta-shell.c: Fixed docs.
19460         * libanjuta/interfaces/Makefile.am,
19461         libanjuta/interfaces/ianjuta-file.c,
19462         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19463         
19464         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19465         
19466         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19468         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19469         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19470         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19471         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19472         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19473         * src/anjuta-app.c: Fixed bug.
19475 2004-04-27  Naba Kumar  <naba@gnome.org>
19477         * libanjuta/anjuta-preferences-dialog.c,
19478         manuals/Makefile.am: Fixed document bugs and enabled docs
19479         building.
19481         * libanjuta/anjuta-preferences-dialog.c,
19482         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19483         More documentation.
19484         
19485         * libanjuta/anjuta-preferences.c,
19486         manuals/reference/libanjuta/libanjuta-docs.sgml,
19487         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19488         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19489         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19490         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19491         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19492         Wrote more documentations.
19494         * (removed) plugins/message-view/imessage-view.c,
19495         (removed) plugins/message-view/ianjuta-msgman.c,
19496         plugins/message-view/Makefile.am,
19497         plugins/message-view/anjuta-msgman.c,
19498         plugins/message-view/anjuta-msgman.h,
19499         plugins/message-view/message-view.c,
19500         plugins/message-view/message-view.h,
19501         plugins/message-view/plugin.c,
19502         plugins/message-view/plugin.h: Moved interface implementations
19503         in their respective classes and used correct macros to
19504         defined class types.
19506         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19507         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19508         AnjutaUI from GtkUIManager instead of GtkDialog.
19510         * manuals/reference/libanjuta/Makefile.am,
19511         manuals/reference/libanjuta/libanjuta-docs.sgml,
19512         manuals/reference/libanjuta/libanjuta-sections.txt,
19513         manuals/reference/libanjuta/libanjuta.types,
19514         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19515         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19516         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19517         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19518         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19519         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19520         Wrote more documentation, fixed typos, added architecture
19521         diagram, updated object types etc.
19523         * plugins/editor/text_editor.c: Fixed interface implementation.
19525 2004-04-26  Naba Kumar  <naba@gnome.org>
19527         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19528         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19529         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19530         architecture diagram and a new chapter on plugins description file.
19532 2004-04-25  Naba Kumar  <naba@gnome.org>
19534         *  libanjuta/anjuta-children.h,
19535         libanjuta/anjuta-plugin.c,
19536         libanjuta/anjuta-plugin.h,
19537         libanjuta/anjuta-preferences.c,
19538         libanjuta/anjuta-shell.c,
19539         libanjuta/anjuta-shell.h,
19540         libanjuta/e-splash.c,
19541         libanjuta/e-splash.h,
19542         manuals/reference/libanjuta/Makefile.am,
19543         manuals/reference/libanjuta/libanjuta-docs.sgml,
19544         manuals/reference/libanjuta/libanjuta-sections.txt,
19545         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19546         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19547         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19548         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19549         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19550         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19551         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19552         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19553         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19554         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19555         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19556         manuals/reference/libanjuta/tmpl/defaults.sgml,
19557         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19558         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19559         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19560         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19561         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19562         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19563         manuals/reference/libanjuta/tmpl/plugins.sgml,
19564         manuals/reference/libanjuta/tmpl/properties.sgml,
19565         manuals/reference/libanjuta/tmpl/resources.sgml,
19566         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19567         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19568         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19569         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19570         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19571         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19573         Added more template files and wrote more documentation.
19575 2004-04-24  Andras Timar  <timar@gnome.hu>
19577         * configure.in: Added hu to ALL_LINGUAS.
19579 2004-04-23  Naba Kumar  <naba@gnome.org>
19580         
19581         * configure.in: Fixed compile error.
19582         
19583         * libanjuta/anjuta-children.c,
19584         libanjuta/anjuta-children.h,
19585         libanjuta/anjuta-preferences.c,
19586         libanjuta/anjuta-preferences.h,
19587         libanjuta/anjuta-shell.c,
19588         libanjuta/anjuta-ui.c,
19589         libanjuta/anjuta-ui.h,
19590         manuals/reference/libanjuta/Makefile.am,
19591         manuals/reference/libanjuta/libanjuta-docs.sgml,
19592         manuals/reference/libanjuta/libanjuta.types,
19593         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19594         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19595         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19596         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19597         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19598         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19599         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19600         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19601         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19602         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19603         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19604         manuals/reference/libanjuta/tmpl/defaults.sgml,
19605         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19606         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19607         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19608         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19609         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19610         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19611         manuals/reference/libanjuta/tmpl/plugins.sgml,
19612         manuals/reference/libanjuta/tmpl/properties.sgml,
19613         manuals/reference/libanjuta/tmpl/resources.sgml,
19614         plugins/sample1/plugin.c: Added libanjuta API documentation.
19616 2004-04-22  Naba Kumar  <naba@gnome.org>
19618         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
19619         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19620         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19621         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
19622         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
19623         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
19624         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
19625         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
19626         (removed) libegg/eggradiotoolbutton.c,
19627         (removed) libegg/eggseparatortoolitem.c,
19628         (removed) libegg/eggtoggletoolbutton.c,
19629         (removed) libegg/eggtoolbar.c,
19630         (removed) libegg/eggtoolbutton.c,
19631         (removed) libegg/eggtoolitem.c,
19632         (removed) libegg/prop-editor.c,
19633         (removed) libegg/test-actions.c,
19634         (removed) libegg/test-drag.c,
19635         (removed) libegg/test-merge.c,
19636         (removed) libegg/test-toolbar.c,
19637         libegg/menu/Makefile.am,
19638         (removed) libegg/menu/egg-accel-dialog.h,
19639         (removed) libegg/menu/egg-action-group.h,
19640         (removed) libegg/menu/egg-action.h,
19641         libegg/menu/egg-entry-action.h,
19642         (removed) libegg/menu/egg-markup.h,
19643         (removed) libegg/menu/egg-menu-merge.h,
19644         (removed) libegg/menu/egg-menu.h,
19645         (removed) libegg/menu/egg-radio-action.h,
19646         (removed) libegg/menu/egg-toggle-action.h,
19647         (removed) libegg/menu/howitshouldwork.txt,
19648         (removed) libegg/toolbar/.cvsignore,
19649         (removed) libegg/toolbar/Makefile.am,
19650         (removed) libegg/toolbar/TODO,
19651         (removed) libegg/toolbar/eggradiotoolbutton.h,
19652         (removed) libegg/toolbar/eggseparatortoolitem.h,
19653         (removed) libegg/toolbar/eggtoggletoolbutton.h,
19654         (removed) libegg/toolbar/eggtoolbar.h,
19655         (removed) libegg/toolbar/eggtoolbutton.h,
19656         (removed) libegg/toolbar/eggtoolitem.h,
19657         (removed) libegg/toolbar/prop-editor.h,
19658         (removed) libegg/toolbar/toolbar-api.txt,
19659         (removed) libegg/toolbar/toolbar-ideas.txt,
19660         plugins/devhelp/anjuta-devhelp.ui,
19661         plugins/devhelp/plugin.c,
19662         plugins/editor/action-callbacks.c,
19663         plugins/editor/action-callbacks.h,
19664         plugins/editor/anjuta-docman.c,
19665         plugins/editor/anjuta-document-manager.ui,
19666         plugins/editor/plugin.c,
19667         P plugins/message-view/Makefile.am,
19668         plugins/message-view/anjuta-message-manager.ui,
19669         plugins/message-view/plugin.c,
19670         plugins/sample1/anjuta-sample.ui,
19671         plugins/sample1/plugin.c,
19672         src/action-callbacks.c,
19673         src/action-callbacks.h,
19674         src/anjuta-actions.h,
19675         src/anjuta-app.c,
19676         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
19677         Gtk actions and UIManager. Fixed all plugins to use this.
19678         
19679         * manuals/reference/gtkdoc-scangobj.diff,
19680         manuals/reference/libanjuta/Makefile.am,
19681         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19682         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19683         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19684         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19685         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
19687         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
19688         
19689 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
19690         
19691         * plugins/message-view/imessage-view.c
19692         * plugins/message-view/ianjuta-msgman.c:
19693         Added interfaces
19695 2004-04-17  Adam Weinberger  <adamw@gnome.org>
19697         * configure.in: Added en_CA to ALL_LINGUAS.
19699 2004-04-08  Naba Kumar  <naba@gnome.org>
19701         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
19702         libanjuta/interfaces/Makefile.am,
19703         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
19704         message manager and message view interfaces.
19706         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
19707         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19708         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19709         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
19710         src/anjuta-app.c: Used 'activate' and
19711         'deactivate' virtual methods for plugins. Fixed installed plugins
19712         dialogs. Added remove_widget() method for AnjutaShell.
19714         * libanjuta/interfaces/Makefile.am,
19715         libanjuta/interfaces/ianjuta-document-manager.c,
19716         libanjuta/interfaces/ianjuta-document-manager.h,
19717         libanjuta/interfaces/ianjuta-editor.c,
19718         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
19719         and editor interfaces.
19721         * plugins/devhelp/plugin.c,
19722         plugins/message-view/anjuta-message-manager.plugin.in,
19723         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
19724         plugins/sample1/plugin.c: Updated plugins implementation to
19725         reflect the changes.
19727 2004-04-07  Naba Kumar  <naba@gnome.org>
19729         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
19730         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
19731         libanjuta/interfaces/ianjuta-editor.h,
19732         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
19733         plugins/editor/anjuta-docman.c,
19734         plugins/editor/anjuta-document-manager.plugin.in,
19735         plugins/editor/plugin.c, plugins/sample1/plugin.c,
19736         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
19737         Added supported interfaces for plugins. Tested plugin interfaces
19738         through sample plugin.
19739         
19740 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
19741         
19742         * template/Makefile.am, data/templates/library/Makefile.am
19743         Fixed some automake-1.7 incompatibilities
19744         * template/xmltemplate.c: Small fix
19746 2004-02-23  Naba Kumar  <naba@gnome.org>
19748         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
19749         Added plugins manager dialog.
19750         
19751         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
19752         library dependencies.
19753         
19754         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
19755         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
19756         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
19757         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
19758         geometry command line option.
19759         
19760 2004-02-16  Naba Kumar  <naba@gnome.org>
19762         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
19763         Added interfaces and IAnjutaEditor editor interface.
19764         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
19765         interface.
19766         * libanjuta/anjuta-shell.h: Fixed bug.
19767         
19768 2004-02-13  Naba Kumar  <naba@gnome.org>
19770         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
19771         
19772 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
19773         
19774         * data/template/*/.cvsignore:
19775         Avoid all these ? in cvs output
19777 2004-02-13  Naba Kumar  <naba@gnome.org>
19779         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
19780         includes and linking.
19782         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
19783         and set required version to devhelp 0.8. This devhelp version
19784         can be acquired from gnome cvs branch devhelp branch
19785         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
19787         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
19788         src/actions-callbacks.c: Added Dock Manager settings menu item.
19790         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
19791         * plugins/devhelp/plugin.c: Fixed a linking bug.
19792         
19793         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
19794         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
19795         external GDL dependency and used libegg codes.
19796         
19797 2004-02-12  Naba Kumar  <naba@gnome.org>
19799         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
19800         Added devhelp plugin, but it can't be used without a
19801         patch in devhelp. So it's disabled for now.
19803         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
19804         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
19805         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
19806         Update cvsignore files.
19808         * libanjuta/plugins.c, widgets/e-splash.c:
19809         Fixed plugins loading to show splash icons.
19810         
19811         * plugins/message-view/anjuta-message-manager.plugin.in,
19812         plugins/message-view/plugin.c: Fixed plugin registered name.
19814         * plugins/message-view/anjuta-message-view.png,
19815         plugins/sample1/anjuta-sample-plugin.png: Update images.
19817         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
19818         src/main.c: Fixed layout loading.
19820         * plugins/devhelp/Makefile.am: Fixed error.
19822         * (removed) widgets/*, libanjuta/plugins.h,
19823         src/main.c: Transfered widgets to libanjuta/.
19824         
19825         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
19826         toplevel directory to created only one library as libanjuta-egg.
19828         * data/Makefile.am: Fixed build error.
19830         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
19831         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
19832         libegg/.cvsignore: Added egg dock widget.
19834         * gdl/*: Removed as they are now available in libegg.
19835         
19836 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
19838         * plugins/editor/anjuta-docman.c:
19839         Use stock close icon on tab close button
19841 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
19842         
19843         * data/template/Makefile.am
19844         data/template/language/Makefile.am
19845         data/template/library/Makefile.am
19846         data/template/text/Makefile.am
19847         data/template/project/Makefile.am
19848         data/template/project/terminal/Makefile.am
19849         configure.in: Created Makefile to install templates
19851 2004-02-11  Naba Kumar  <naba@gnome.org>
19853         * plugins/editor/action-callbacks.c,
19854         plugins/editor/anjuta-document-manager.ui,
19855         plugins/editor/plugin.c
19856         plugins/message-view/anjuta-message-manager.ui,
19857         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
19858         
19859 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
19860         
19861         * plugins/message-view/*: MessageView plugin is now loaded
19862         The menu items are still dummies.
19864 2004-02-09  Naba Kumar  <naba@gnome.org>
19866         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
19867         generation.
19868         
19869         * libanjuta/anjuta-preferences.h: Added some documentation.
19870         
19871         * libanjuta/anjuta-shell.h: Removed dead codes.
19872         
19873         * (removed) manuals/reference/gtkdoc-scangobj,
19874         manuals/reference/gtkdoc-scangobj.diff,
19875         manuals/reference/libanjuta/.cvsignore,
19876         manuals/reference/libanjuta/Makefile.am,
19877         manuals/reference/libanjuta/README.inline-doc,
19878         manuals/reference/libanjuta/README.sections,
19879         manuals/reference/libanjuta/libanjuta-docs.sgml,
19880         manuals/reference/libanjuta/libanjuta-sections.txt,
19881         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19882         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19883         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19884         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19885         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19886         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19887         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19888         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19889         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19890         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19891         manuals/reference/libanjuta/tmpl/defaults.sgml,
19892         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19893         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19894         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19895         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19896         manuals/reference/libanjuta/tmpl/plugins.sgml,
19897         manuals/reference/libanjuta/tmpl/properties.sgml,
19898         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
19899         of scan program. Updated templates.
19901         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
19902         editor action callbacks data.
19903         
19904         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
19905         scintilla object ref/unref.
19907 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
19908         
19909         * template/*: Added new xml based template system
19910         * template/dtds/*: Dtds to validate xml files of the template systems
19911         * data/template/*: Some sample template files
19912         Still needs some work but builds fine!
19914 2004-02-06  Naba Kumar  <naba@gnome.org>
19916         * cofigure.in, manuals/Makefile.am,
19917         (added) manuals/reference/*: Added API documentation
19918         structure (gtk-doc based).
19920         * libanjuta/libanjuta.h: Updated
19921         
19922 2004-02-05  Naba Kumar  <naba@gnome.org>
19923         
19924         * configure.in: Sets correct dependencies and
19925         uses gdl external library.
19927         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
19928         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
19929         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
19930         libanjuta/fileselection.h, libanjuta/glue-factory.c,
19931         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
19932         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
19933         and added file dialogs.
19935         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
19936         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
19937         Build dynamic libraries for libegg.
19939         * plugins/Makefile.am, plugins/editor/Makefile.am,
19940         plugins/editor/action-callbacks.c, 
19941         plugins/editor/action-callbacks.h,
19942         plugins/editor/anjuta-docman.c,
19943         plugins/editor/anjuta-docman.h
19944         plugins/editor/anjuta-document-manager.plugin.in
19945         plugins/editor/anjuta-document-manager.png
19946         plugins/editor/anjuta-document-manager.ui
19947         plugins/editor/file.c
19948         plugins/editor/file.h
19949         plugins/editor/plugin.c
19950         plugins/editor/print.c
19951         plugins/editor/print.h
19952         plugins/editor/search-replace.c
19953         plugins/editor/search_incremental.c
19954         plugins/editor/search_incremental.h
19955         plugins/editor/text_editor.c
19956         plugins/editor/text_editor.h
19957         plugins/editor/text_editor_cbs.c
19958         plugins/editor/text_editor_menu.h
19959         plugins/sample1/Makefile.am
19960         plugins/sample1/anjuta-sample-plugin.png
19961         plugins/sample1/anjuta-sample.plugin.in
19962         plugins/sample1/anjuta-sample.ui
19963         plugins/sample1/plugin-sample1.c
19964         plugins/sample1/plugin.c
19965         plugins/sample1/plugin.h: Created sample
19966         plugin and fixed editor plugin.
19968         * printing/*: Removed.
19970         * scintilla/Makefile.am: Builds dynamic library.
19972         * src/Makefile.am, src/action-callbacks.c,
19973         src/action-callbacks.h, (removed) src/an_symbol_view.c,
19974         src/anjuta-actions.h, src/anjuta-app.c,
19975         src/anjuta-app.h, src/anjuta-callbacks.c,
19976         src/anjuta-callbacks.h, (removed) src/anjuta.c,
19977         (removed) src/anjuta.h, src/anjuta.ui,
19978         src/layout.xml, src/main.c, src/preferences.h,
19979         src/utilities.c: Debuggged and finally made plugins
19980         loadable.
19982         * global-tags/Makefile.am: Fixed build error.
19984 2004-02-03  Naba Kumar  <naba@gnome.org>
19986         * configure.in: Users GDL from external package.
19987         * plugins/*: Added many new plugins (not ready though).
19988         * src/*: Removed many files (which have been transfered in plugins/).
19989         
19990 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
19992         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19994 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19996         * configure.in: Added editor plugins
19997         
19998         * plugins/Makefile.am, src/search-replace_backend.h,
19999         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20000         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20001         
20002         * Added: plugins/editor/search_incremental.c, 
20003         plugins/editor/search_incremental.h
20005         * Update search-replace in plugins/editor
20006         
20007 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20008         
20009         * plugins/message-view/message-view.c: Some code clean-up
20011 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20013         * Added: search_incremental[ch]
20014         
20015         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20016         src/mainmenu_callbacks.c, src/toolbar.c
20017         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20018         
20019         * Incremental Search
20021 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20022         
20023         * plugins/message-view/anjuta-msgman.[c/h]:
20024         Added message manager for easier message handling with a
20025         similar interface as docman. Of course you can still use
20026         MessageView standalone.
20027         * plugins/Makefile.am: Added message-view because it compiles
20028         without errors.
20030 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20031         
20032         * plugins/message-view/*: Added message-view plugin 
20033         (still incomplete) 
20034         * configure.in: Added plugins/message-view/Makefile
20036 2004-01-03  Naba Kumar  <naba@gnome.org>
20038         * libanjuta/*.c: Added new files and updated old ones.
20039         * plugins/editor/*: Added editor plugin.
20040         * configure.in: Added editor plugin and moved editor related
20041         files into it.
20043 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20045         * src/Makefile.am: Added search-replace_backend.[ch]
20046         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20047         find_replace.[ch]
20048         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20049         src/search-replace_backend.c, src/search-replace_backend.h,
20050         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20051         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20052         src/toolbar_callbacks.c
20053         * The advanced Search/Replace functionality now replaces the older
20054         Find/Replace stuff.
20055         * The Search/Replace functionality can be interrupted during a long
20056         Search/Replace;
20057         
20058 2003-12-11  Naba Kumar  <naba@gnome.org>
20060         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20061         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20062         errors.
20063         * Makefile.am, libanjuta/*: Added new module.
20064         * src/Makefile.am: Fixed linking error.
20065         * src/watch_cbs.c: Debugger clean up.
20066         * configure.in: Added libanjuta-2.0.pc
20068         * configure.in, libanjuta/Makefile.am,
20069         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20070         libanjuta instead.
20072 2003-12-11  Naba Kumar  <naba@gnome.org>
20074         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20076         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20077         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20078         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20079         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20080         The user can now give a name at the creation of a new file and
20081         insert automatically (user choice) header, gpl notice, header
20082         template. The file extension is added automatically according
20083         to the selected type of file. The various insert functions have
20084         been moved from mainmenu-callback.c to file.c. The cursor is now
20085         moved after an insert operation. Removes also useless code in
20086         memory.c and search-replace.c
20087         
20088 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20090         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20091         sortable headers, process tree, removal of path and process params
20092         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20093         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20094         code cleanup
20096 2003-12-10  Naba Kumar  <naba@gnome.org>
20098         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20099         
20100 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20102         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20104 2003-11-28  Naba Kumar  <naba@gnome.org>
20106         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20107         
20108         * manuals/de/*: Added german translation docs.
20109         
20110         * configure.in, Makefile.am, src/Makefile.am,
20111         libegg/*/*: Added libegg library.
20112         
20113         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20114         installation directory.
20115         
20116         * src/text_editor_cbs.c: Fixed closing of file.
20118 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20119                                                                                 
20120         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20122 2003-09-05  Naba Kumar  <naba@gnome.org>
20124         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20125         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20126         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20127         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20128         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20129         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20130         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20131         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20132         using libegg. Initial commit -- compiles but is not complete.
20134 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20136         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20138 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20140         * configure.in: Removed "ta" from ALL_LINGUAS.
20142 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20144         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20146 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20148         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20150 2004-04-24  Andras Timar  <tmar@gnome.hu>
20152         * configure.in: Added hu to ALL_LINGUAS.
20154 2004-04-14  Naba Kumar  <naba@gnome.org>
20156         * src/Makefile.am, printing/Makefile.am,
20157         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20158         because we are still using GtkCombo and build breaks with gtk-2.4.
20159         
20160 2004-04-13  Naba Kumar  <naba@gnome.org>
20162         * NEWS: Updated.
20163         * anjuta.spec.in: Fixed build error.
20164         * po/POTFILES.in: Updated.
20165         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20167 2004-04-11  Naba Kumar  <naba@gnome.org>
20169         * NEWS: Updated.
20170         * AUTHORS: Updated.
20171         * configure.in: Added ga in ALL_LINGUAS.
20172         * ChangeLog: Fixed dates.
20173         
20174 2004-04-09  Naba Kumar  <naba@gnome.org>
20176         * src/print.c: Fixed buffer styling bug when printing with
20177         selection.
20179         * data/properties/anjuta.properties: Defined only one base font and
20180         used courier instead of lucidatypewriter, because most newer systems are
20181         unlikely to have it (bug #885023, #925956, #890473).
20182         
20183         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20184         warning.
20185         
20186         * src/an_file_view.c: Fixed possible crash bug.
20188 2004-04-07  Naba Kumar  <naba@gnome.org>
20190         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20191         gtk_main_quit() etc..), so that atexit() functions are not called
20192         (which is apparently done to free up memory and we don't need to
20193         do that at this point). Incidentally, something also happens in the
20194         atexit call which freezes the UI for far too long when the application
20195         exits and we want to avoid that..
20196         * src/glade_iface.c: Fixed compiler warning.
20197         
20198 2004-04-06  Naba Kumar  <naba@gnome.org>
20200         * src/project_dbase_gui.c: Fixed errors.
20202         * src/registers_gui.c: Fixed possible crash bug.
20203         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20204         * src/signals.[c,h]: Used tree view and glade file for dialog.
20205         * src/Makefile.am, src/about.c, src/an_file_view.c,
20206         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20207         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20208         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20209         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20210         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20211         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20212         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20213         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20214         src/launcher.h, src/main.c, src/main_menubar.c,
20215         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20216         src/message-manager-private.cc, src/message-manager.cc,
20217         src/preferences.c, src/project_config.c, src/project_dbase.c,
20218         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20219         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20220         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20221         src/search-replace.c, src/search-replace_backend.c,
20222         src/search_incremental.c, src/search_preferences.c,
20223         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20224         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20225         src/signals_gui.c, src/source.c, src/src_paths.c,
20226         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20227         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20228         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20229         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20230         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20231         tagmanager/Makefile.am, scintilla/include/SString.h,
20232         widgets/Makefile.am, widgets/gnomefilelist.c:
20234         Removed all deprecated codes and substituted
20235         with newer APIs. Fixed some possible crash bugs where cell renderers
20236         were being shared.
20237         
20238         * scintilla/patches/scintilla-minor.patch: Minor patch.
20240 2004-04-06  Naba Kumar  <naba@gnome.org>
20242         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20243         tree after all the files have been added (and not everytime a file
20244         is added in the project). Also fixed some memory corruption
20245         (possibly bug #900478).
20246         
20247         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20248         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20249         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20250         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20251         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20252         qualifier wherever appropriate.
20254 2004-04-05  Naba Kumar  <naba@gnome.org>
20256         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20257         switch terminal echo on/off. Debugger requires it off, while the
20258         rest requires it on.
20260         * src/search-replace.c: sets search direction and action (in addtion
20261         to target) for find in files.
20262         
20263 2004-04-02  Naba Kumar  <naba@gnome.org>
20265         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20267         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20268         src/an_symbol_view.c: Added an gtk events loop for
20269         displaying project loading status (for loading large projects) and
20270         debugger program starting ... just to give an impression of fastness :-).
20272         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20274         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20275         crash bug, which occurs when opening and closing a large project
20276         repeatedly.
20277         
20278         * src/attach_process.c: Fixed a comiple error for old gcc.
20279         
20280         * src/launcher.c: Prints proper error message when launcher child
20281         could not be executed and exits properly. Fixed a crash
20282         bug (bug #926606).
20283         
20284         * src/resources.c, src/utilities.c, src/glade_iface.c,
20285         src/debugger.c, src/attach_process.c: Properly exits forked children
20286         when they could not be executed.
20287         
20288 2004-04-01  Naba Kumar  <naba@gnome.org>
20290         * src/search-replace.c: Fixed a crash bug (bug #921893).
20292 2004-03-31  Naba Kumar  <naba@gnome.org>
20294         * anjuta.glade: Added a note on compiler options dialog ->support
20295         dialog telling that supports are only available for file mode.
20297         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20298         src/anjuta_cbs.c:
20299         Improved shutdown time delay by bypassing project closing
20300         and unloading plugins.
20302         * src/build_file.c, data/properties/anjuta.properties: Added a property
20303         to toggle on/off for going to first error automatically.
20305 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20307         * src/debugger.c: fixed core file loading
20308         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20309         for long lines (bugs #700968 and #911376)
20310         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20311         #917982.
20312         * src/anjuta.c: Focuses current AnEditor correctly.
20314 2004-03-30  Naba Kumar  <naba@gnome.org>
20316         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20317         * AUTHORS: Updated with all contributors names.
20318         * NEWS: Updated.
20319         * src/about.c: Reads contributors names from AUTHORS file.
20320         * manuals/C/anjuta-manual/authors.xml: Points to online
20321         contributors list.
20322         
20323 2004-03-29  Naba Kumar  <naba@gnome.org>
20325         * data/properties/ada.properties: Fixed syntax colors. Patch
20326         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20327         (bug #923474).
20329         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20330         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20331         generated projects, so that their pixmap files are
20332         found properly (bug #919903).
20333         
20334         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20335         anjuta.
20337         * src/source.c: Installs .glade file of libgllade
20338         projects in $(datadir)/$(package)/glade (part of bug #861038).
20339         
20340         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20341         in compiler options (bug #883837).
20342         
20343         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20344         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20345         
20346 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20348         * anjuta/src/search-replace.c: fixed another crash bug in
20349         "Find Usage"
20350         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20351         breakpoint property fix
20353 2004-03-29  Naba Kumar  <naba@gnome.org>
20355         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20356         (new) manuals/C/anjuta-advanced-tutorial/*:
20357         Added menu entry for 'Anjuta Advanced Tutorial'
20358         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20360 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20361         
20362         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20363         Fixed bug #908941  ('Open' starts in wrong directory)
20364         
20365 2004-03-26  Naba Kumar  <naba@gnome.org>
20367         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20368         compile error and bug #905738 with terminal.
20370         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20371         src/search-replace.[h,c], src/search_incremental.[h,c],
20372         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20373         src/text_editor.[c,h]: Fixed compiler warnings.
20374         
20375         * src/search-replace.c: Fixed a memory corruption (possible
20376         fix for bug #921893, but not yet confirmed).
20377         
20378         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20379         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20380         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20381         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20383 2004-03-25  Naba Kumar  <naba@gnome.org>
20385         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20386         crash bug with attach process dialog and made the dialog closable
20387         with 'esc'.
20388         
20389         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20390         always display within the margin.)
20391         
20392         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20393         the old breakpoint when it's properties are updated
20394         (creating a new updated one).
20395         
20396 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20398         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20399         displayed for wrong file.
20400         * src/breakpoints.c: conditional breakpoints
20401         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20402         "Find in Files..." disabling policy
20404 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20406         * src/build_file.c: Fixed bug #874380
20407         Goto the first error if it exists.
20409 2004-03-24  Naba Kumar  <naba@gnome.org>
20411         * src/anjuta.c: Fixed to get correct child exit status
20412         using mask (bug #905738).
20413         
20414         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20415         Aligned buttons in the New file dialog,
20416         set default response to OK, entry box activates default response,
20417         ESC closes dialog and hides on delet_event.
20419 2004-03-19  Naba Kumar  <naba@gnome.org>
20421         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20422         tree).
20424 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20426         * src/search-replace.c: fixed "Find Usage" crash when no project open
20428 2004-03-17  Naba Kumar  <naba@gnome.org>
20430         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20431         Fixed the generated projects to read m4 directory if the directory
20432         exists (bug #917781).
20433         
20434 2004-03-12  Naba Kumar  <naba@gnome.org>
20436         * HACKING: Fixed formatting for auto-parsing.
20438 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20439         
20440         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20441         rework (bug #890609)
20443 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20444         
20445         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20447 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20448         
20449         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20450         * src/search_preferences.c: Fixed typo.
20451         
20452 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20453         
20454         * src/search-replace.c: improved Search&Replace
20455         For the moment "Replace All" does not work with non opened files
20456         but Anjuta should not crash now ! ??? 
20457         
20458 2004-02-26  Naba Kumar  <naba@gnome.or>
20460         * src/source.c: Fixed to pass cflags correctly
20461         and suppress the automake's default cflags.
20462         bug #816130, #801056, #782798, #773459
20463         
20464         * data/properties/anjuta.properties: Do not defualt to -k make option.
20465         bug #875486.
20467         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20468         bug #877683.
20469         
20470         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20471         
20472         * src/message-manager-private.cc: Disabled debug messages.
20473         
20474 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20476         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20478 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20479         * anjuta.glade, src/search-replace.c:
20480         Reduced Search&Replace dialog, bug #902636.
20481         
20482 2004-02-23  Naba Kumar  <naba@gnome.or>
20484         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20485         (bug #866143).
20487 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20488         
20489         * src/search_incremental.c: Fixed bug #900903
20491 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20492         
20493         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20494         src/anjuta.c: Fixed bugs #890609 and #890609
20496 2004-02-23  Naba Kumar  <naba@gnome.or>
20498         * src/message-manager.cc: Disconnects menuitem signal properly.
20499         Fixed bug #901723.
20500         
20501         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20502         bug #900897.
20503         
20504 2004-02-20  Naba Kumar  <naba@gnome.org>
20506         * src/message-manager-private.[c,h]: Implemented keypress
20507         event for the terminal and resets it when ctrl c or ctrl d
20508         is pressed. But it doesn't seem to be working on keypress.
20509         Added a workaround to let it work on key release instead.
20510         (bug #878357).
20511         
20512         * src/search-replace: Fixed compiler warnings.
20513         
20514 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20516         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20517         Use defined file name when saving new files (fixes bug #898105)
20518         Don't change filename when clicking on a directory
20519         
20520         BTW: Happy birthday to me :-)
20521         
20522 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20523         
20524         * src/search-replace.c: Fixed a crash bug 
20525         Crash on Find & Replace (#887833)
20526         
20527 2004-02-18  Naba Kumar  <naba@gnome.org>
20529         * src/executer.c: Fixed a crash bug.
20530         
20531         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20532         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20533         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20534         instead of GtkWindow (Part of bug #671596).
20535         
20536         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20537         src/registers_gui.c, src/registers_cbs.[h,c],
20538         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20539         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20540         src/compiler_options.c, src/an_file_view.c, start-with.c,
20541         src/anjuta-tools.c, help.c:
20543         Added "close" buttons on all
20544         dialogs (HIG) and fixed to properly response to ESC close
20545         (Part of bug #671596).
20547         * src/launcher.c: Disabled printing of long debug lines.
20548         
20549         * src/utilities.h: Fixed a compiler warning.
20550         
20551 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20553         * src/anjuta.c: "Save all" action now asks for filenames for new files
20554         (fixes bug #898111)
20556 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20558         * anjuta.glade, src/text_editor.c:
20559         Fixed a typo in Hello World indentation style 
20560         Fixed misuse of translated strings when looking for style
20561         This entry fixes bug #876037
20563 2004-02-16  Naba Kumar  <naba@gnome.org>
20565         * src/utilities.c: Fixed return value when dest file could
20566         not be created.
20568         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20569         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20570         internal function to compare files.
20571         
20572 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20574         * src/message-manager-private.cc:
20575         Set bold color as foreground color in terminal
20576         (fixes bug #864924)
20578         * src/aneditor.cxx:
20579         Use font style defined for message indicators in
20580         preferences/messages
20581         (fixes bug #885032)
20583 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20585         * src/build_project.c:
20586         Use build.silent option from preferences (fixes bug #895726)
20587         
20588 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20590         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20592 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20593         
20594         Patch from Massimo Corà <maxcvs@email.it>:
20595         * scintilla/LexCPP.cxx: Support "///" comments
20597 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20598         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20599         src/search_replace.h, src/search-replace_backend.h
20600         anjuta.glade
20601         
20602         * Added: src/search_preferences.c, src/search_preferences.h
20603         Allow the user to save search/replace settings and give them names.
20605 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20606         
20607         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20608         scintilla/ScintillaGTK.cxx:
20609         Hopefully fixed AMD 64 crash bug by using correct marshaller
20611 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
20613         * src/preferences.c: Save GtkOptionMenu properties properly
20614         * src/text_editor.c: Fixes editor mispell of fold.symbols property
20616 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20617         
20618         * configure.in, src/Makefile.am, scintilla/Makefile.am:
20619         Fixed libiconv issue
20620         * NEWS: Updated
20622 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20623         
20624         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
20625         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
20626         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
20627         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
20628         src/sharedlib_gui.c:
20629         Debugger speed-up, replaced deprecated GtkCList
20631 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
20633         * src/text-editor.c: Use stock gtk+ close button for editor tabs
20635 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
20637         * configure.in: Added "sq" to ALL_LINGUAS.
20639 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
20641         * configure.in: Added "ko" to ALL_LINGUAS.
20643 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20645         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
20646         src/search_incremental.c, src/search_incremental.h: 
20647         Search_incremental code cleanup
20649 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20651         * scintilla/*/*: Updated scintilla to CVS
20652         * Added: scintilla/Readme.sync
20653         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
20654         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
20655         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
20656         scintilla/ScintillaGTK.cxx,
20657         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
20658         scintilla/include/Scintilla.iface: Updated.
20660 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20662         * search-replace_backend.[ch], search_incremental[ch]: Added
20663         
20664         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20665         find_replace.[ch]: Removed.
20666         
20667         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20668         src/search-replace_backend.c, src/search-replace_backend.h,
20669         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20670         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20671         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
20672         functionality now replaces the older Find/Replace stuff. The Search/Replace
20673         functionality can be interrupted during a long Search/Replace.
20675 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
20677         * widgets/gnomefilesel.c: Fix use of previously freed memory on
20678         selecting ".." and "." from file selector. 
20680 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
20682         * anjuta.glade: Fixed wrong "fold.symbols" property
20684 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20685         
20686         * src/project_dbase_gui.c: Alphabetical order ;-)
20687         * src/compiler_options.c: Fixed bug #867539
20688         * src/launcher.c: Workaround for bugs #864922, #849928,
20689         #846386 and #845782: The launcher no longer hangs but does
20690         not get the exit status correctly sometimes.
20691         * Changes suggested by Bosik are obviously already in without
20692         any Changelog entry (ClsGen.c, project_dbase_gui.c)
20693         * NEWS, README, anjuta.prj, configure.in: 
20694         Changed version to 1.2.1
20695         
20696         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
20697         * anjuta_dialogs_strings.c, anjuta.glade: 
20698         Fixed bugs #860906, #859329
20699         
20700         Patch from grzegol@pld-linux.org
20701         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
20702         freedesktop.org standard)
20704 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20705         
20706         Patch from Stefano Vallarino <stevalla@libero.it>:
20707         * src/source.[c/h]: Fixes cpp sample file to conform to 
20708         ISO/IEC 14882, C++-Standard 
20710 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
20712         Review by Johannes Schmid <jhs@cvs.gnome.org>
20713         * src/build_file.[ch]: Add build_execute_shell_command which executes the
20714         command using sh -c.
20715         * src/compile.c: Use build_execute_shell_command when compiling single
20716         files.
20718 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20719         
20720         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
20721         * src/breakpoints.c: Code cleanup, workaroud for possible 
20722         launcher bug
20723         * src/src_paths.c: Update debugger dirs on directory change
20725 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
20727         Review by Johannes Schmid <jhs@cvs.gnome.org>
20728         * src/attach_process.c, src/attach_process.h, anjuta.glade:
20729         sortable headers, process tree, removal of path and process params
20730         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20731         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20732         code cleanup
20734 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20735         
20736         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20737         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
20738         Add a dialog for "New file" which lets the user set the 
20739         filename and to add copyright/header templates to the file
20740         * Review: Changed function names to contain modules name (file_)
20742 2003-12-09  Naba Kumar  <naba@gnome.org>
20744         * setup-gettext: Fixed a typo.
20745         * scintilla/Makefile.am: Fixed a build error for SMP systems.
20747 ---- Released version 1.2.0 ---
20749 2003-12-08  Naba Kumar  <naba@gnome.org>
20751         * src/preferences.c: Fixed compiler error.
20752         * global_tags/create_global_tags.sh: Fixed to install properly
20753         even when system.tags could not be generated.
20754         * NEWS: Updated.
20756 2003-12-06  Naba Kumar  <naba@gnome.org>
20758         * setup-gettext: Fixed to not generate intl directory with gettextize.
20760         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
20761         * src/anjuta.c: Filters out unnecessary files from find in files
20762         command.
20763         
20764         * NEWS: Updated.
20765         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
20766         * src/widzard_gui.c: Added horiz scrollbar for desc text.
20767         
20768 2003-12-04  Naba Kumar  <naba@gnome.org>
20769         
20770         * src/gnome_project.c: Enables debug and optimization flags for
20771         new projects.
20772         
20773         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
20774         
20775         * src/project_dbase_gui.c: combined header and c files for
20776         file selector.
20777         
20778         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
20779         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
20781 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20783         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20785 2003-11-29  Naba Kumar  <naba@gnome.org>
20787         * configure.in, anjuta.prj: Bumped version to 1.2.0.
20788         * NEWS: Updated.
20790 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
20791         
20792         * src/main_menubar.c: Now files cannot be opened twice in recently
20793         file menu
20795 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
20797         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
20799 2003-11-28  Naba Kumar  <naba@gnome.org>
20801         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
20802         
20803 2003-11-27  Naba Kumar  <naba@gnome.org>
20805         * src/breakpoints.c, src/launcher.c, src/find_text.c,
20806         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
20807         
20808         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
20809         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
20810         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
20811         checkbox in project wizard (project options page) to enable/disable
20812         source code generation with glade(mm).
20813         
20814         * NEWS: Updated
20815         
20816 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
20818         * src/dnd.c: Opening files with special characters in the name.
20820 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
20822         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
20823         a long time.
20825 2003-11-18  Naba Kumar  <naba@gnome.org>
20827         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
20828         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
20829         src/project_import.c, plugins/patch/patch-plugin.c:
20830         Fixed g_signal_diconnect calls to pass correct data.
20831         (Fixed possible crash in project imports).
20832         
20833         * NEWS: Updated.
20834         
20835 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
20837         Reviewed by Naba Kumar  <naba@gnome.org>
20838         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
20839         and debugger. Sets default settings for pty in launcher.
20840         * data/gdb.init: Removed charset work around (now works with user's
20841         native charset)
20842         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
20844 2003-11-18  Naba Kumar  <naba@gnome.org>
20846         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
20847         names of 'index' to 'idx'.
20848         
20849 2003-11-17  Naba Kumar  <naba@gnome.org>
20851         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
20852         * src/project_dbase.c: Prompts user for unsaved project files
20853         when project is closed.
20854         
20855 2003-11-16  Naba Kumar  <naba@gnome.org>
20857         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
20858         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
20859         older gcc.
20860         
20861 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
20862         
20863         * src/anjuta.c: Fixed crash related to tag == NULL while 
20864         anjuta is exiting
20866 2003-11-11  Naba Kumar  <naba@gnome.org>
20868         * src/glade_iface.c: Avoids error conditions for glade or glademm not
20869         found. It simply doesn't generate the c/c++ codes and continues with
20870         just a warning.
20871         * NEWS: Updated.
20872         
20873 2003-11-10  Naba Kumar  <naba@gnome.org>
20875         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
20876         'Start with dialog'.
20878         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
20879         German translation of anjuta-tutorial.
20880         
20881         * src/launcher.c: Fixed an encoding bug with GIOChannels.
20882         * NEWS: Updated.
20884 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20886         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
20887         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
20888         the syntax highlighting in Preferences, the automatic syntax
20889         highlighting is now selected. When the debugger is stopped and the
20890         breakpoints window not closed, the gtk_tree_view in this window is
20891         now made unsensitive.
20893 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
20895         * src/preferences.h, src/preferences.c, anjuta.glade:
20896         Fixed translation bug in preferences by using GtkOptionMenu
20897         * anjuta.prj: Project version 1.1.98
20899 ---------------- Released version 1.1.98 ----------------
20901 2003-11-07  Naba Kumar  <naba@gnome.org>
20903         * anjuta.spec.in: Revived docs package and combined all docs into
20904         one package.
20905         * configure.in: Bumped version to 1.1.98 rc2
20906         * NEWS: Updated.
20907         * anjuta.spec.in: Fixed scrollkeepr-update command.
20908         * anjuta.spce.in: Fixed file permissions.
20910 2003-11-06  Naba Kumar  <naba@gnome.org>
20912         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
20913         menus to activate anjuta helps.
20914         
20915         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
20916         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
20917         manuals/C/anjuta-faqs/legal.xml (added),
20918         manuals/C/anjuta-faqs/Makefile.am,
20919         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20920         manuals/C/anjuta-faqs/.cvsignore,
20921         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
20922         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
20923         manuals/C/anjuta-tutorial/legal.xml (added),
20924         manuals/C/anjuta-tutorial/Makefile.am,
20925         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20926         manuals/C/anjuta-tutorial/.cvsignore,
20927         manuals/C/anjuta-manual/*.sgml (removed),
20928         manuals/C/anjuta-manual/*.xml (added),
20929         manuals/C/anjuta-manual/Makefile.am,
20930         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20931         manuals/C/anjuta-manual/.cvsignore,
20932         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
20933         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
20934         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
20935         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
20936         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
20937         manuals/ja/anjuta-faqs/legal.xml (added),
20938         manuals/ja/anjuta-faqs/Makefile.am,
20939         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
20940         manuals/ja/anjuta-faqs/.cvsignore,
20941         manuals/ja/anjuta-manual/*.sgml (removed),
20942         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
20943         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
20944         manuals/ja/anjuta-manual/*.xml (added),
20945         manuals/ja/anjuta-manual/Makefile.am,
20946         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
20947         manuals/ja/anjuta-manual/.cvsignore,
20948         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
20949         manuals/sgmldocs.make (removed),
20950         manuals/xmldocs.make (added), manuals/omf.make (added),
20951         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
20952         documentations to newer docbook xml documentations. Converted 
20953         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
20954         Enabled manulas installations.
20955         
20956         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
20958 2003-11-05  Naba Kumar  <naba@gnome.org>
20960         * data/gdb.init: Sets host's charset to ascii to solve debugger
20961         freeze up due to uninitialized strings in target program.
20963         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
20964         Fixed a crash bug with 'Add expression in watch'. Bug #822017
20965         
20966         * NEWS: Updated.
20967         
20968         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
20969         src/launcher.c: Turns off echo in spawned pty to fix debugger.
20971 2003-11-04  Naba Kumar  <naba@gnome.org>
20973         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
20974         problems.
20975         
20976         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20977         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
20978         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20979         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
20980         in file headers.
20981         
20982         * src/search-replace.c: Fixed infinite loop bug.
20983         * start-with.c: Fixed a crash bug with "Open last project".
20984         
20985         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
20986         * scintilla/Makefile.am: Fixed compiler option.
20987         
20988 2003-10-16  Naba Kumar  <naba@gnome.org>
20990         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20991         * src/text_editor.c: Fixed autoformat.
20992         
20993 2003-10-15  Naba Kumar  <naba@gnome.org>
20995         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
20996         of CTRL+number.
20997         
20998 2003-10-09  Naba Kumar  <naba@gnome.org>
21000         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21001         
21002 2003-10-08  Naba Kumar  <naba@gnome.org>
21004         * src/source.c: Fixed a GETTEXT typo error.
21005         * anjuta.glade: Made 'Sorted in order you open them' default option
21006         for editor tabs.
21008         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21009         * anjuta.glade, data/properties/anjuta.properties:
21010         Fixed the freeze of the "Preferences" combos at the first Anjuta
21011         init is generated by:
21012                 - a not complete translation of preferences.c file
21013                 - a difference between 2 names in anjuta.glade and
21014                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21015                 - the same name given to 3 combos (anjuta.glade).
21016                 
21017         * src/find_text.c: If the "whole document" mode is selected,
21018         a new search will select the next occurrence (Bug #764954).
21019         It is now possible to use the shortcuts to search next or previous
21020         occurrence even if the search dialog has the focus.     Bug #790318
21021         
21022         * src/main_menubar_def.h: "Select code block" shortcut; the new
21023         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21024         (Bug #811016).
21026         Patch from: Richard Lee  <r.h.lee@comcast.net>
21027         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21028         tagmanager/tm_workspace.c: The following is a patch to fix a
21029         seemingly random occurence where Anjuta would crash when a
21030         certain key was pressed.
21032 2003-09-29  Naba Kumar  <naba@gnome.org>
21034         * src/find_in_files.c: Ignores binary by default. Disabled the option
21035         of NOCVS search, because launcher does not use sh and hence can not
21036         pipe.
21037         
21038         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21039         "clean before build" state in project session and not in account session,
21040         otherwise the state gets reflected to other projects causing annoyance.
21041         
21042         * src/compiler_options.c: Fixed a bug where compiler options were always
21043         claimed 'modified'.
21045         * src/build_project.c, data/properties/anjuta.properties,
21046         src/commands.[h]: Fixed a bad bug where clean-before-build
21047         doesn't work.
21048         
21049         * scintilla/patches/research-cvs-nolog.diff,
21050         scintilla/patches/scintilla-ac-gtk2-port.diff,
21051         scintilla/patches/scintilla-ac-sort-fix.diff,
21052         scintilla-optimization.diff: Removed, because they are already in
21053         scintilla CVS.
21054         
21055         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21056         2003-09-29).
21058         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21059         scintilla/LexYAML.cxx: Added new scintilla lexers.
21060         
21061         * TODO, NEWS: Updated.
21063         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21064         * src/utilities.c: Fixed typo bugs.
21066 2003-09-26  Naba Kumar  <naba@gnome.org>
21068         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21069         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21070         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21071         text_editor_find() and Fixed I-Search wrapping.
21072         * src/debugger.c: Fixed to pass a newline after a debugger
21073         command (which was broken since the launcher was refactored.
21074         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21076 2003-09-25  Naba Kumar  <naba@gnome.org>
21078         * src/toolbar_callbacks.c: Fixed start of incremental search.
21079         
21080         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21081         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21082         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21083         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21084         menu and implementation.
21086 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21088         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21089         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21090         variables in Locals window.
21092 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21094         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21095         * src/utilities.[ch] : Fix a tooltip bug in 
21096         anjuta_util_toolbar_append_stock(), the label appeared instead of
21097         the tooltip text. Remove label from arguments of the function
21098         because label is included in the stock icon data.
21099         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21100         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21101         * FIXME: translation file should be updated because of label text removal.
21103 2003-09-24  Naba Kumar  <naba@gnome.org>
21105         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21106         
21107         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21108         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21109         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21110         stdout and stderr. Also buffered output and check-for-password
21111         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21112         with password prompts. Checkes for password prompts from all outputs.
21113         
21114         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21115         which takes a string (which could be utf8 also) and converts into
21116         utf8 string.
21117         
21118         * src/main.c: Connects kernel signals after gnome_program_init().
21119         
21120         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21121         * src/message-manager.c: Fixed bug #787026 by converting the strings
21122         to proper UTF8.
21123         
21124 2003-09-22  Naba Kumar  <naba@gnome.org>
21126         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21127         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21128         GtkCList and using GtkTreeView instead. Added the patch.
21129         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21130         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21131         
21132 2003-09-19  Naba Kumar  <naba@gnome.org>
21134         * printing/print.c: Proper UTF8 printing support.
21135         * src/main.c: moved kernel signal connects at the
21136         end of application initialization.
21137         
21138 2003-09-18  Naba Kumar  <naba@gnome.org>
21140         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21141         (new) lexers.make, (new) lexers: Update scintilla to latest
21142         scintilla CVS (2003-09-18), added new lexers, automated
21143         lexers makefiles sections and scintilla update. Added
21144         patches. Optimized pango rendering. Fixed a crash bug
21145         in scintilla.
21146         
21147         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21148         patch to remove cvs log command from RESearch.cxx file.
21149         * scintilla/patches/scintilla-pango-always.diff:
21150         Fixed file name.
21151         * scintilla/RESearch.cxx: Removed spurious cvs log command
21152         and logs.
21153         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21154         
21155         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21156         * src/dnd.c: Fixed a crash bug with DND.
21157         
21158 2003-09-15  Naba Kumar  <naba@gnome.org>
21160         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21161         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21162         src/toolbar_callbacks.c: Added an additional parameter to
21163         text_editor_goto_line() funtion which decides if the line should
21164         be made visible (if it's under fold).
21165         
21166         * src/style-editor.c: Fixed a compiler warning.
21167         * src/message-manager.cc: Calls parent method correctly.
21169         * src/preferences.h: Fixed prent class.
21170         
21171         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21172         * src/project_dbase.c: Fixed bug #713210.
21173         
21174 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21175                                                                                 
21176         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21178 2003-09-11  Naba Kumar  <naba@gnome.org>
21180         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21181         * src/style-editor.c: Fixed bug #769130 (Crash on font
21182         selection dialog).
21183         
21184         * src/message-manger.[h,cc]: Made AnMessageManager
21185         derived from GtkFrame and removed deprecated code.
21186         
21187         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21188         compiler warnings.
21189         
21190 2003-09-09  Naba Kumar  <naba@gnome.org>
21192         * src/Makefile.am: Addded rules for built sources.
21193         
21194 2003-09-08  Naba Kumar  <naba@gnome.org>
21196         * (new) src/anjuta-marshalers.list: Added marshalers definition
21197         file.
21198         
21199         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21200         and CXXFLAGS are not overwriten by automake's default.
21201         * src/style-editor.c: Added 'operators' in the style editor.
21202         
21203         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21204         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21205         * src/message-manager-private.cc, src/message-manager.cc:
21206         Converts message going into message into UTF-8 endoding.
21207         * src/main.c: Uses UTF-8 codeset for localization.
21208         
21209 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21211         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21212         
21213 2003-09-08  Naba Kumar  <naba@gnome.org>
21215         * TODO: Updated.
21216         
21217         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21218         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21219         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21220         The combo entries were updated if the same data with a different
21221         case exist in the combo list. The combo entries are now case sensitive. 
21222         Search&Replace bug; First search ,max actions = 0 ==> now max
21223         actions = 100.
21224         
21225 2003-09-08  Naba Kumar  <naba@gnome.org>
21227         * TODO: Updated.
21228         * src/utilities.[c,h]: a function takes contant args.
21229         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21230         Now the child terminated signal is emitted properly.
21231         * src/Makefile.am: Used $(top_srcdir) for referring to 
21232         scintilla objects.
21233         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21234         definitions file which will generate anjuta-marshalers.[c,h] files.
21235         * src/.cvsignore: Updated.
21236         * src/build_project.c: Changed su command to preserve quotes.
21237         * src/anjuta-tools.c, tagmanager/tm_project.c,
21238         tagmanager/tm_workspace.c: Use standard tmp file.
21239         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21240         so that users could report bugs easily.
21241         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21242         
21243         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21244         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21245         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21246         src/attach_process.c, src/breakpoints.c, src/commands.c,
21247         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21248         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21249         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21250         src/memory.c, src/message-manager-private.c, src/preferences.c,
21251         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21252         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21253         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21254         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21255         Fixed compile warnings and cleanup.
21256         
21257         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21258         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21259         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21260         Removed libzvt usage and implemented child spawing differently. Launcher is
21261         now proper GObject, which can be created multiple times (and can be
21262         operated in parallel).
21264         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21265         * src/project_import_gui.c, src/project_import_cbs.c,
21266         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21267         (crash on project import). Removed deprecared codes.
21268         
21269 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21270         
21271         * src/cvs.c: Fixed cvs output bug.
21273 2003-09-03  Naba Kumar  <naba@gnome.org>
21275         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21276         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21277         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21278         src/text_editor_cbs.c: Implements --
21279                 If the debugger is started
21280                         A double click in the margin add or remove a breakpoint
21281                         A single click activate or deactivate the breakpoint
21282                 else
21283                         A double click in the margin add or remove a bookmark
21285 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21286         
21287         Reviewed by Naba Kumar  <naba@gnome.org>
21288         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21289         User is now able to choose a branch on cvs update for project.
21290         Cleaned up variable names.
21292 2003-09-03  Naba Kumar  <naba@gnome.org>
21294         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21295         src/Makefile.am: Added lexers.
21296         * scintilla/*/*: Updated...
21297         * src/an_symbol_view.c: Fixed a crash bug.
21298         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21299         and build bugs.
21300         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21301         * src/source.c: Fixed project generation bug with gettext code.
21302         * tagmanager/tm_project.c: Fixed a crash bug.
21303         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21304         bug when there is no project open. Bug #____.
21305         * src/source.c: Fixed a bug with build failure with non-gnome
21306         project with glade-generated source (eg. gtk2). Bug #____.
21307         * NEWS: Updated...
21309 2003-08-22  Naba Kumar  <naba@gnome.org>
21311         Patch from: Rob Bradford  <rob@debianplanet.org>
21312         * data/Makefile.am: Fixed to install properly during
21313         package building.
21314         
21315         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21316         * src/debug-tree.c: Fixed a crash bug.
21317         * src/compiler_options.c: Takes care of linking the missing pieces;
21318         C flags, libs, optimization options, debug and profile.
21320         Patch from: Enver ALTIN  <ealtin@casdb.com>
21321         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21322         
21323 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21325         Reviewed by Naba Kumar  <naba@gnome.org>
21326         * src/project_dbase.c: Fixed bugs #778263 and #778413
21327           Adding multiple files to project should work now.
21329 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21331         Reviewed by Naba Kumar  <naba@gnome.org>
21332         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21333         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21334         for Locals window.
21336 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21338         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21340 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21342         * src/text_editor.c: Fix translatable string (#113934).
21344 2003-07-04  Naba Kumar  <naba@gnome.org>
21346         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21347         bug when there is no project open. Bug #____.
21348         
21349         * src/source.c: Fixed a bug with build failure with non-gnome
21350         project with glade-generated source (eg. gtk2). Bug #____.
21352 2003-06-26  Naba Kumar  <naba@gnome.org>
21354         * src/anjuta.h: Removed reference to windows-dialog.h.
21355         * src/message-manager-private.[cc,h]: Fixed doulbe click
21356         activation of messages to properly jump at the destination.
21357         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21358         * src/toolbar.c: Code clean-ups.
21359         
21360         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21361         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21362         
21363         * src/message-manager-private.[cc,h]: Removed dead codes.
21364         
21365         * (new) data/properties/css.properties,
21366         data/properties/anjuta.properties, data/properties/Makefile.am:
21367         Added CSS syntax hiliting properties.
21368         
21369         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21370         * src/debugger.c: Clean ups.
21371         * src/lexer.h: Added CSS lexer definition.
21372         
21373         * Makefile.am: Installs destop file properly.
21374         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21375         * NEWS: Updated for 1.1.97 release.
21376         * src/main_menubar_def.h: Changed some non working shortcuts.
21377         
21378 2003-06-24  Naba Kumar  <naba@gnome.org>
21380         * src/search-replace.c: Shows the dialog properly, even when it is
21381         hidden behind another window.
21382         
21383         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21384         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21385         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21386         and code clean up.
21387         
21388         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21389         setup wizard dialogs.
21390         
21391         * src/debugger.c: Removed a redundant call to
21392         debugger_update_controls().
21393         * src/compiler_options.c, src/launcher.c: code cleanup.
21394         * src/executer.c: Fixed execution bug with 'Set Program params...".
21395         
21396 2003-06-23  Naba Kumar  <naba@gnome.org>
21398         * widgets/e-splash.c: Removed border around the splash image.
21399         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21400         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21401         * src/cvs.c: Added a frame around commit log text widget.
21402         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21403         crash bug associated with translated combo box list in preferences
21404         dialog (in different locale other than en_US). Used widget names
21405         to pass the combo list items.
21406         * po/POTFILES.in: Updated.
21407         * src/launcher.c: Creates the zvt terminal at startup (and not
21408         every time a build is done) -- speeds up buld operations.
21409         * src/file_history.c: Should be if() conditional instead of
21410         assertion check.
21411         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21412         Disabled useless warnings.
21413         * src/project_dbase.c: Fixed bonobo 2 project name.
21414         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21415         and uses correct glade-2 for file generation.
21416         
21417 2003-06-21  Naba Kumar  <naba@gnome.org>
21419         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21420         And disables autocomple show for numbers (very annoying).
21421         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21422         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21423         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21424         from view menu and adjust the controls accordingly.
21425         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21426         only OK button.
21427         * src/project_dbase.[c,h]: Removed show_local flag processing.
21428         * src/message-manager.[c,h]: Reorganized messages tabs in more
21429         sensible order.
21430         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21431         Also added PCRE dependency.
21432         
21433 2003-06-20  Naba Kumar  <naba@gnome.org>
21435         * pixmaps/anjuta_splash.png: New splash.
21436         from Jean Schurger  <yshartk@schurger.org>
21437         
21438         * src/controls.c: De-sensitize run-to-cursor when debugger
21439         is not running.
21440         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21441         
21442         * src/message-manager-private.cc: Fixed to properly jump at
21443         the right file:line.
21444         
21445         * src/appwiz_page1.c: Fixed to correctly determine the project
21446         trpe from the wizard.
21447         
21448 2003-06-20  Naba Kumar  <naba@gnome.org>
21450         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21451         * src/watch_gui.c: Code cleanups.
21452         * src/debugger.[c,h], src/stack_trace.[c,h],
21453         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21454         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21455         Removed direct access to stack_trace private data, Increased debugger
21456         command size from 256 to 1024 (to be on safer side). Also implemented
21457         row-activated signle for seting frame and viewing the source.
21458         * src/debugger.c: Avoids starting program and stopping debugger
21459         when starting debugger and stopping program, respectively.
21460         
21461         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21462         Reverted codes to start debugger automatically
21463         The file is brought to the state just after the branching 
21464         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21465         some code clean ups.
21466         
21467         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21468         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21469         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21470         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21471         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21472         src/project_dbase.c: Code clean ups.
21473         
21474         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21475         (Projects dir) so that correct $HOME/Projects path is set when
21476         anjuta is run for the first time.
21477         
21478 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21480         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21482 2003-06-13  Naba Kumar  <naba@gnome.org>
21484         * src/stack_trace_cbs.c: Moved variable declaration at the
21485         top of the block (bug #737867)
21486         
21487         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21488         just CFLAGS and CXXFLAGS (bug #743617).
21489         
21490         * src/create_global_tags.sh: Fixed shell script to properly
21491         detect installed *-config files.
21492         
21493 2003-06-12  Naba Kumar  <naba@gnome.org>
21495         * src/preferences.[c,h]: Added methods for custom widgets in
21496         preferences: using custom set/get methods for them.
21497         
21498         * src/anjuta-encoding.c: Implemented up/down of the encodings
21499         in the list and property saves correctly.
21500         
21501         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21502         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21503         the beginning of a file.
21505         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21506         * src/aneditor.cxx, src/aneditor.h,
21507         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21508         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21509         src/mainmenu_callbacks.h: Allows the operator to select the current
21510         word or the current line (Request: 680801). It puts also
21511         sensitive/unsensitive several select/comment menu items.
21513         * src/breakpoints.c: Presets by default the current line for a
21514         defined breakpoint.
21516 2003-06-11  Naba Kumar  <naba@gnome.org>
21518         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21519         color (red highlight) now cosistent for inactive tabs also.
21520         
21521         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21522         'Advanced search and replace' in Edit->Search submenu.
21523         
21524         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21525         wrappings '\' where     they were missing.
21526         
21527         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21528         message is now more descriptive and details the correct thing to do
21529         for GNOME2 desktop.
21530         
21531 2003-06-10  Naba Kumar  <naba@gnome.org>
21533         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21534         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21535         Removed any reference to particular version of automake/autoconf
21536         so that they could work with newer versions (Bug #659394).
21538         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21539         src/anjuta.c: Added coded to add/remove supported encodings.
21540         
21541         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21542         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21543         src/project_import.c, src/project_type.c, src/project_type.h,
21544         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21545         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21546         from the project wizard.
21548 2003-06-06  Naba Kumar  <naba@gnome.org>
21550         Patch from Etay Meiri  <etay-m@bezeqint.net>
21551         * src/compiler_options.c: Fixed bugs related to clean before
21552         build patch.
21553         
21554         * anjuta.desktop.in.in: Added commandline options.
21555         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21556         -dP and -A flags of CVS update into different options.
21557         
21558 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21560         * configure.in: Removed "ta" from ALL_LINGUAS.
21562 2003-06-02  Naba Kumar  <naba@gnome.org>
21564         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21565         return NULL for undefined properties and "" for defined but empty
21566         strings. It was creating many problems where both are assumed to be
21567         same. And besides, it doesn't matter to differentiate the two (the
21568         problem with preferences was due to a different bug).
21570         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21571         correctly. Also, s/props_build_in/props_built_in/g.
21572         
21573         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21574         list.
21575         
21576         * src/an_file_view.c: Unrefed pixbufs when done with them.
21578         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21579         (removed) file_text.png: Added and removed pixmaps.
21580         
21581 2003-05-30  Naba Kumar  <naba@gnome.org>
21583         * anjuta.glade: Fixed encodings preferences dialog
21584         
21585 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21586         
21587         Reviewed by Naba Kumar  <naba@gnome.org>
21588         
21589         * src/build_project.c src/clean_project/c: perform a clean before
21590         build, if required. Show the message manager on clean.
21591         * src/compiler_options.c: save the new options when window is closed
21592         and flag project to be cleaned before the next build.
21593         * src/project_dbase.c: added a 'clean before build' flag to project
21595 2003-05-29  Naba Kumar  <naba@gnome.org>
21597         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21598         dialog.
21599         
21600         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21601         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21602         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21603         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21604         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21605         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21606         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21607         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21608         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21610         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21611         Removed unused icons references.
21613 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
21615         Reviewed by Naba Kumar  <naba@gnome.org>
21616         
21617         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
21618           src/compiler_options.c, src/debugger.c, src/find_replace.c,
21619           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
21620           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
21621           src/toolbar_callbacks.c: HIG compliant dialogs.
21623         * src/utilities.c: anjuta_button_new_with_stock_image() and
21624           anjuta_dialog_add_button() stolen from gedit.
21626         * src/main_menubar_def.h: Fixed mnemonics.
21628 2003-05-26  Naba Kumar  <naba@gnome.org>
21630         * src/project_dbase_gui.c: Added header files filter for add file
21631         dialog box. Disabled project window to be transient window.
21632         
21633         * src/message-manager.cc: Disabled message manager window to be
21634         transient window.
21635         
21636         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
21637         a file could not be loaded.
21638         
21639         * src/project_dbase.c: Fixed a bug with GUI editor command
21640         where empty string is returned.
21641         
21642         * src/Makefile.am, src/preferences.h, src/text_editor.c
21643         src/text_editor.h, (new) src/anjuta-encodings.h,
21644         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
21645         Added encoding support and to handle characters encoding correctly
21646         by auto detecting it during load. Added preferences for selecting
21647         the encoding during save.
21649         * src/preferences.c, src/resources.c: Removed debug messages.
21651         Patch from: Alexander Nedotsukov <bland@mail.ru>
21652         * src/getline.c: Fixed many fatal bugs for FreeBSD.
21654 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21655         * src/anjuta.c: Try to sow the splash image more often.
21657 2003-05-20  Naba Kumar  <naba@gnome.org>
21659         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21660         * src/debug_tree.c: Colorize the modified locals during
21661         debugging and call memory analyze from the debugger.
21662         * src/breakpoints.c: The color is now different for the enabled
21663         and disabled breakpoints. Anjuta now can erase several
21664         breakpoints defined at the same line. The markers are updated
21665         according to the enable/disable action.
21666         
21667         Patch from Etay Meiri  <etay-m@bezeqint.net>
21668         * src/launcher.c: Fixes launcher freeze up bug during build.
21670 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
21672         Reviewed by Naba Kumar  <naba@gnome.org>
21673         * scintilla/PropSet.h: Change member variables from private to protected.
21674         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
21675         to PropSetFile class, which return a gchar * (and can therefore indicate
21676         whether properties are empty or do not exist) and make prop_get and
21677         prop_get_expanded use them.
21678         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
21679         that the result of of prop_get cannot be an empty string.
21681 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
21683         Reviewed by Naba Kumar  <naba@gnome.org>
21684         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
21685         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
21686         src/text_editor_cbs.c: When saving all the files in the project, the
21687         text editors are now only rehighlighted once instead of once for each
21688         file saved.
21690 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21691         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21692         * src/anjuta.desktop.in.in: Support startup notification.
21693 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21694         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21695         * src/anjuta.desktop.in.in: Support startup notification.
21698 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
21700         Reviewed by Naba Kumar  <naba@gnome.org>
21701         
21702         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
21703         memory leak from glade_xml_new call. Removed gxml field from Executer
21704         struct as only used in create_executer_dialog and then destroyed.
21705         
21706         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
21707         
21708         * src/configurer.c: Fix warning trying to connect signal to non-existent
21709         environment entry in configure dialog and fix crash when closing the
21710         window.
21711         
21712         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
21713         gnome_date_edit_get_time instead.
21714         
21715         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
21716         in view menu required renumbering elsewhere.
21718 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
21720         Reviewed by Naba Kumar  <naba@gnome.org>
21721         
21722         * src/breakpoints.c: fixed an error when removing breakpoint
21723         * src/controls.c: 'run to cursor' is sensitive when debugger not active
21724         * src/debugger.c: changes to the way the debugger is activated
21725         * src/debugger.h: clean ups
21727 2003-05-13  Naba Kumar  <naba@gnome.org>
21729         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21730         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
21731         src/memory.h: A new version of memory and the interface
21732         is now integrated in anjuta.glade
21734 2003-05-09  Naba Kumar  <naba@gnome.org>
21736         * configure.in: Bumped required gtk version to 2.0.8.
21737         
21738 2003-05-06  Naba Kumar  <naba@gnome.org>
21740         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
21742 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21743         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
21745 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21746         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
21747         , tagmanager/c.c: Support for ProC and RDB files.
21749 2003-05-06  Naba Kumar  <naba@gnome.org>
21751         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
21752         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
21753         Uncomment (Box & Stream), Select the current function,
21754         authorize the "Quit" button of the GotoLine window
21756 2003-05-05  Naba Kumar  <naba@gnome.org>
21758         * src/watch_gui.h: CVS added new file.
21760         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
21762         Patch from Etay Meiri <etay-m@bezeqint.net>
21763         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
21764         src/mainmenu_callbacks.c, src/message-manager.cc,
21765         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
21766         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
21767         Ported stack trace to GNOME2 and added it in the message manager
21768         pane.
21770 2003-05-02  Naba Kumar  <naba@gnome.org>
21772         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
21773         
21774         * src/preferences.[h,c]: Fixed preferences to save only one copy of
21775         preferences property.
21776         
21777         * anjuta.prj: Fixed multiple preferences saved data.
21778         
21779         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
21780         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
21781         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
21782         scintilla/include/Platform.h, scintilla/include/PropSet.h,
21783         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
21784         Upgraded scitilla from CVS with faster window repaint
21785         and more bugfixes.
21786         
21787         Patch from  Etay Meiri  <etay-m@bezeqint.net>
21788         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
21789         and code cleanups
21790         
21791 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
21793         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
21794         the window if messages are appended to the end and the scrollbar is
21795         at the end.
21797 2003-04-29  Naba Kumar  <naba@gnome.org>
21799         * configure.in: Removed omf-install from Makefiles list.
21801 2003-04-28  Naba Kumar  <naba@gnome.org>
21803         * po/POTFILES.in: Remvoded deleted files.
21804         
21805         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
21806         pixmaps/windows-style-undocked.png: Added setup wizard's images.
21808         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
21809         is executed as detached) is not set properly.
21810         
21811 2003-04-25  Naba Kumar  <naba@gnome.org>
21812         
21813         * anjuta.prj: Updated.
21814         * src/anjuta_info.c: Fixed text wrapping and column view.
21815         * data/welcome.txt.in: Removed unaligned characters.
21816         
21817 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21818         * src/main_menubar.c: Disable setup dialog.
21820 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21821         * src/breakpoints.c; Fixed compilation with older GCC
21822         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
21823         * HACKING: Spelling fixes (Suggested by Stephen Knight)
21825 2003-04-18  Naba Kumar  <naba@gnome.org>
21827         * anjuta.prj: Updated (includes compiler options).
21828         
21829         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
21830         function from anjuta.c (it was already available in anjuta-tools.c).
21831         
21832 2003-04-18  Naba Kumar  <naba@gnome.org>
21834         * src/about.c, THANKS: Updated
21835         
21836         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
21837         
21838         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
21839         properly from the project session before updating the file
21840         view.
21841         
21842         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
21843         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
21844         dialog settings (as it will not be required once GDL is in place) and
21845         added file view filters in the settings sub-menu.
21847 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21848         * HACKING: Updated
21849         * configure.in: Disable cast checks on final build.
21851 2003-04-17  Naba Kumar  <naba@gnome.org>
21853         * src/build_project.c: Fixed a compilation error.
21855         * src/launcher.c: Removed commnets.
21856         
21857         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
21858         properties from editor tab to indentation tab and fixed a property
21859         label for proper i18n translation. Fixed typos in project config
21860         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
21861         sorting and reordering in compiler options dialog.
21862         
21863         * src/compiler_options.c: Implemented _save() function to save the
21864         options (which was pending).
21865         
21866         * src/build_project.c: Destroys install-as-root dialog when it is done.
21867         
21868         * src/an_symbol_view.c: Change "event" event to "event-after" so
21869         that symbol row is selected first before the popup is shown.
21870         
21871 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21873         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
21874         file in CVS/Entries. (Reviewed and applied by Biswa)
21876 2003-04-16  Naba Kumar  <naba@gnome.org>
21878         * aneditor.cxx: use unicode everytime (fixed unicode related
21879         bugs).
21881         * anjuta.prj: Fixed UI editor name (blank to use default) and
21882         anjuta version.
21883         
21884         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
21885         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
21886         Editor preferences page.
21888 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21889         * src/anjuta.[ch], src/print.c: Fixed warnings
21890         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
21891         * configure.in: Profiling support with gprof
21893 2003-04-16  Naba Kumar  <naba@gnome.org>
21895         Patch from Gaëtan de Menten  <ged@bugfactory.org>
21896         * src/launcher.c: Fixed cvs dialog.
21897         
21898 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
21899         
21900         * src/message-manager-private.cc: Fixed double-click on first line of 
21901         output to properly select a line.
21902         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
21903         because still was a deprecatd GtkCTreeNode and always NULL anyway.
21905 2003-04-15  Naba Kumar  <naba@gnome.org>
21907         * src/message-manager-private.cc: Fixed the glade filename typo.
21909 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21910         * scintilla/*, data/properties/*: Scintilla CVS merge
21911         * anjuta.prj: Removed unnecessary files.
21912         * scintilla/PlatGTK.cxx: Force Pango fonts always
21913         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
21914         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
21915         for preferences.
21916         * configure.in: Change version no. for 1.1.1 (alpha release)
21917         * configure.in: Added '--with-pref-suffix' option.
21918         * config.guess, config.sub: Removed from CVS.
21920 2003-04-15  Naba Kumar  <naba@gnome.org>
21922         Patch from Timothee Besset  <ttimo@idsoftware.com>
21923         * Makefile.am: Fixed a shell script error during intallation.
21924         
21925 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21927         Reviewed by Naba Kumar  <naba@gnome.org>
21928         * src/message-manager.cc: Added popup-menu to TreeView and fixed
21929         set_wm_class to use "anjuta" instead of "an.
21930         * src/message-manager-private.cc: Headers are hidden again.
21932 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21933         * src/project_dbase_gui.c: Memory corruption fix.
21934         * anjuta.prj: Updated project file
21936 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21937         * an_file_view.c: Connect to event-after signal rather than event so that
21938         selection is updated first and thus context menu is for the right file.
21939         Reviewed and applied by Biswa.
21941 2003-04-14  Naba Kumar  <naba@gnome.org>
21943         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
21944         
21945         * src/auncher.c: More child exit fixes
21946         from Timothee Besset  <ttimo@idsoftware.com>
21948 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21949         
21950         Reviewed by Naba Kumar  <naba@gnome.org>
21951         
21952         * src/message-manager.[c/h], src/message-manager-private[c/h],
21953                 anjuta.[c/h]: Ported message-manager to Gtk2
21954         
21955         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21956         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
21957         src/clean_project.c, src/compile.c, src/configurer.c,
21958         src/controls.c, src/cvs.c, src/debugger.c,
21959         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21960         src/project_import.c, src/search-replace.c: Changed name from
21961         AnjutaMessageManager to AnMessageManager to avoid too long type
21962         and funtion names.
21964 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21965         * src/launcher.c: Fix build won't stop problem - TTimo
21966         * TODO: Updated
21967         * pixmaps/anjuta_splash.c: New splash screen prototype.
21968         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
21969         * src/compiler_options.c: Mute pkgconfig errors.
21970         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
21972 2003-04-10  Naba Kumar  <naba@gnome.org>
21974         * configurer.[c,h]: Fixed dialog to close properly.
21975         * src/project_dbase.c, widgets/gnomefilelist.c: Added
21976         debugging asserts.
21977         
21978 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21979         * anjuta.prj: Removed unnecessary files, load with 1.2.0
21980         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
21981         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
21982         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
21983         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
21984         src/makefile.am: Move gdl to it's own directory.
21985         * global-tags/create_global_tags.sh: Silently ignore SDL error.
21987 2003-04-09  Naba Kumar  <naba@gnome.org>
21989         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
21990         branch.
21992 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21993         * src/anjuta-tools.c: Use CDATA for saving tools data.
21994         * anjuta.glade, src/search-replace.c: Port from branch.
21995         * widgets/e-splash.*, src/main.c: Better splash screen.
21996         * configure.in, widgets/gdl*: Import GDL widgets.
21997         * ROADMAP: Updated roadmap.
21998         * src/an_file_view.c: Use GDL icons for file tree.
22000 2003-04-09  Naba Kumar  <naba@gnome.org>
22002         * anjuta.glade: Added (hidden) initial setup-wizard window.
22003         
22004         Patch from: Vitaly  <vvv@rfniias.ru>
22005         * src/preferences.c: Fixes a bug with libglace widget access with
22006         translated strings.
22008         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22009         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22010         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22011         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22012         src/toolbar_callbacks.[c,h],
22013         src/memory.c, src/message-manager-private.cc,
22014         src/message-manager-private.h, src/message-manager.cc,
22015         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22016         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22017         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22018         watch window to a subwindow in the notebook
22020 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22021         * ROADMAP: Updated roadmap.
22023 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22025         * configure.in: Added Belarusian to ALL_LINGUAS.
22027 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22028         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22029         Henry Jia
22030         * ROADMAP: Added roadmap for HEAD.
22032 2003-03-29  Naba Kumar  <naba@gnome.org>
22034         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22035         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22036         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22037         (new) pixmaps/start-with-wizard.png,
22038         (new) pixmaps/start-with-import.png,
22039         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22040         up on anjuta start-up to give quick access to opening file/project or
22041         creation wizards.
22043         * src/main.c: Sets proper data directory for the gnome
22044         program.
22046 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22047         * src/text_editor.c: Fixed error/warning indicators.
22049 2003-03-24  Naba Kumar  <naba@gnome.org>
22051         * README: Correct version.
22052         
22053 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22055         * configure.in: Added checks to see if were building on FreeBSD
22056         systems.  Sets -DFREEBSD if we are, and also attempts to find
22057         gmake if the host system is FreeBSD.
22059         * src/getline.c: New file used to provide the getline function,
22060         which isnt available on a FreeBSD system.  The function is only
22061         defined if FREEBSD is defined.
22063         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22065         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22066         configure.in sets this to gmake on FreeBSD systems, and make
22067         on everything else.
22069 2003-03-23  Naba Kumar  <naba@gnome.org>
22071         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22072         
22073         * anjuta.spec.in: Fixed spec file for correct file paths and
22074         corrected rpmbuild.
22076         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22077         the rpm build command separately now.
22078         
22079         * src/anjuta.c, windows-dialog.c: Added some more window management
22080         stuffs (not still fully working, though).
22082         * TODO: Updated.
22084 2003-03-22  Naba Kumar  <naba@gnome.org>
22086         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22088 2003-03-21  Naba Kumar  <naba@gnome.org>
22090         * README: Removed Andy Piper's name from the active maintainers
22091         list on his request.
22092         
22093         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22094         preferences.
22095         
22096         * src/anjuta-tools.c: Fixed compiler errors.
22098         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22099         show bugs.
22100         
22101         * src/commands.c, src/src_paths.c, src/style-editor.c,
22102         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22103         becuase they are now hidden by default (from glade editing).
22104         
22105         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22106         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22107         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22108         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22109         basic windows managements.
22110         
22111 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22112         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22113         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22114         Enver ALTIN (a.k.a. skyblue)
22116 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22117         * tagmanager/*: Added ignore-list for symbols. This will make
22118         parsing more accurate for projects. Doc updates needed.
22120 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22121         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22122         * launcher/Makefile.am: Link to correct libraries
22123         * src/launcher.c: Do not allow NULL shell
22125 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22126         * src/debug_tree.c: Improve debug tree view.
22128 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22130         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22131         'Run Configure Script' and 'Execute Program'. Increase minimum width
22132         of Configure dialog.
22133         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22134         list widget by setting a model and adding a column and renderer.
22135           Actually store the nocvs toggle button in FindInFiles data structure.
22136           Handle selection changes via changed signal rather than row_activated.
22137           Use response signal for handling the close and find buttons.
22138           Close window when escape is pressed.
22139         * find_replace.c: Close window when escape is pressed.
22140         * find_text.c: Close window when escape is pressed in find dialog as
22141         well as wrap search question, where now Yes is the default button.
22143 2003-03-05  Naba Kumar  <naba@gnome.org>
22145         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22147         * src/message-manager-private.cc: Fixed a bug with vte conditional
22148         compilation.
22149         * anjuta.glade: Hides all windows in glade file.
22151 2003-03-05  Naba Kumar  <naba@gnome.org>
22153         * src/an_file_view.c: Fixed a compilation warning.
22154         * src/message-manager-private.cc: Conditional compilation for vte
22155         API.
22156         
22157 2003-02-28  Naba Kumar  <naba@gnome.org>
22159         * configure.in, anjuta.spec.in: Updated dependency packages version.
22160         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22161         * src/preferences.c: Added debug assertions.
22162         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22163         editor to enable/disable bringing the recent editor tabs first.
22164         
22165         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22166         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22167         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22168         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22169         and     bug fixes. Also code clean ups.
22170         
22171         * (new) src/search-replace.[h,c]: New search replace implementation
22172         from ANJUTA_1_0_0 branch.
22173         
22174         * (new) src/windows-dialog.[h,c]: New windows management class
22175         [work in progress].
22177 2003-02-28  Naba Kumar  <naba@gnome.org>
22179         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22180         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22181         src/appwizard.c, src/build_file.c, src/build_project.c,
22182         src/clean_project.c, src/compile.c, src/configurer.c,
22183         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22184         src/message-manager-dock.c, src/message-manager-dock.h,
22185         src/message-manager-private.cc, src/message-manager.cc,
22186         src/preferences-dialog.c, src/preferences-dialog.h,
22187         src/preferences.c, src/preferences.h, src/project_dbase.c,
22188         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22189         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22190         src/utilities.c, src/utilities.h:
22191         
22192         Widgetized Preferences and gave proper function names.
22194         * src/executer.c: Fixed a session loading bug.
22195         
22196 2003-02-27  Naba Kumar  <naba@gnome.org>
22198         * printing/print.c: Fixed printing font bug that failed to load the
22199         proper fonts.
22200         
22201         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22202         
22203         * TODO, anjuta.prj: Updated.
22205 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22207         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22208         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22209         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22210         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22211         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22212         fixed omf errors
22214 2003-02-25  Naba Kumar  <naba@gnome.org>
22216         * Makefile.am: Excluded omf-install from installation as the docs are
22217         not ready.
22218         
22219         TODO: Updated.
22220         
22221         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22222         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22223         property names and added new editor properties and code cleanups.
22224         Also added new project properties.
22225         
22226         * src/compiler_options.[h,c]: Added pkg-config packages supports
22227         and fixed bugs.
22228         
22229         * src/glade_iface.h: Cleanups.
22230         
22231         * src/launcher.c: Used timer instead of idle to scan.
22232         
22233         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22234         src/project_config.[h,c], src/project_import.c: Implemented project
22235         property to define GUI editor and to handle it.
22236         
22237         * src/preferences.c: i18n fixes.
22238         
22239         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22240         unused (and old) pixmaps.
22241         
22242         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22243         
22244 2003-02-25  Naba Kumar  <naba@gnome.org>
22246         * src/message-manager-private.[h,cc], src/preferences.c,
22247         anjuta.glade, anjuta_dialog_strings.c: Implemented
22248         gnome terminal profiles for the terminal preferences and moved the
22249         addition of terminal preferences in the terminal constructor.
22250         
22251         * anjuta.prj: Updated.
22253 2003-02-24  Naba Kumar  <naba@gnome.org>
22255         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22256         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22257         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22258         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22259         preferences dialog.
22261         * TODO: Updated.
22263         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22264         text selection and child re-spawning.
22266         * src/pixmaps.h: Removed unused pixmaps definitions.
22267         
22268 2003-02-23  Naba Kumar  <naba@gnome.org>
22270         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22271         the project tree/window.
22273         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22274         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22275         Correct the use of a variable and implemented session save/load
22276         for tree expansion states.
22277         
22278         * src/main_menubar_def.h: Fixed shortcuts keys.
22279         
22280         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22281         
22282         * anjuta.prj: Updated.
22283         
22284 2003-02-22  Naba Kumar  <naba@gnome.org>
22286         * src/debug_tree.[c,h]: GNOME2 port from 
22287         Etay Meiri <etay-m@bezeqint.net>
22288         
22289         * src/an_file_view.c, src/resources.[h,c],
22290         data/properties/bash.properties,
22291         data/properties/cpp.properties,
22292         data/properties/html.properties,
22293         data/properties/make.properties,
22294         data/properties/others.properties,
22295         data/properties/perl.properties,
22296         data/properties/props.properties,
22297         data/properties/xml.properties: Standarized file icons. Icons are
22298         defined in respective .properties file and are retrieved as resource
22299         data.
22301         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22302         in labels from the commands editor as that would create
22303         problems for translators.
22305 2003-02-21  Naba Kumar  <naba@gnome.org>
22307         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22308         as they should be part of CVS(?).
22310         * Makefile.am: Corrected a typo for glade generated strings file.
22312         * configure.in, po/hi.po: Added new Hindi (hi) translation
22313         in ALL_LINGUS and added initial Hindi translation.
22315         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22316         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22317         sv_unknown.xpm to more proper icon.
22319         * (new)data/properties/php.properties, data/properties/Makefile.am,
22320         data/properties/anjuta.properties, data/properties/html.properties:
22321         Fixed PHP syntax hilighting bug by separating php properties into
22322         different file (because of file size).
22324         * TODO: Updated.
22325         
22326 2003-02-20  Naba Kumar <naba@gnome.org>
22328         * src/breakpoints.c: Fixed breakpoints session saving/loading
22329         crash bug.
22330         
22331         * scintilla/*, scintilla/include/*: Updated to scintilla
22332         release 1.51
22333         
22334 2003-02-19  Naba Kumar <naba@gnome.org>
22336         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22337         * TODO: Updated.
22339         * Makefile.am, src/Makefile.am,
22340         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22341         (removed) src/anjuta_dialog_strings.c,
22342         (removed) src/anjuta_dialogs_strings.c,
22343         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22344         (added) anjuta.glade: Transfered glade files from src/ directory
22345         to the top level directory.
22347         * po/POTFILES.in: Updated.
22348         
22349         * (removed) macrocs2/*: Transfered to data/ directory.
22350         
22351         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22352         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22353         requires to have macros dir, but the projects generated by anjuta
22354         require them.
22355         
22356         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22357         trees.
22358         
22359         * src/defaults.c: Corrected default compiler options.
22360         
22361         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22362         wizard.
22363         
22364         * src/message-manager-private.cc, src/message-manager-private.h,
22365         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22366         
22367         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22368         source code generation for gnome2 projects.
22370 2003-02-11  Naba Kumar <naba@gnome.org>
22372         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22373         restores the expand/collaspe states of the nodes after refresh.
22374         
22375         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22376         
22377 2003-02-11  Naba Kumar <naba@gnome.org>
22379         * src/style-editor.c: Fixed pango font description handling for fonts.
22380         * src/anjuta.glade: Removed font size spin button.
22381         * configure.in, src/anjuta.prj: Corrected version.
22382         * TODO: update.
22383         
22384 2003-02-10  Naba Kumar <naba@gnome.org>
22386         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22387         references of scroll-menu.h and add about.h in Makefile.am.
22388         
22389         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22390         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22391         (removed) widgets/scroll-menu.h: Removed unused files.
22392         
22393         * Makefile.am: Added proper i18n rules and added intl tools for
22394         distributions.
22395         
22396         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22397         to the stable release).
22398         
22399         * anjuta.spec.in: Removed manuals packaging.
22400         
22401         * data/Makefile.am: Removed 'macros' installation (not required for
22402         gnome2 projects).
22404 2003-02-10  Naba Kumar <naba@gnome.org>
22406         * po/POTFILES.in: Updated.
22408         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22409         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22410         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22411         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22412         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22413         icons and images.
22415         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22416         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22417         and fixed to properly handle focus in find entry box.
22419         * Makefile.am: Added code for RH system menu update.
22421         * .cvsignore: Updated.
22423         * NEWS: Updated.
22425 2003-02-03  Naba Kumar <naba@gnome.org>
22427         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22428         editor preferences. and fixes dialogs.
22430         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22431         Fixed linenumbers and header margins when they are disabled and
22432         removed unused header files.
22434         * src/attact_process.[h,c], src/debugger.c: Attach to process
22435         now works.
22437         * src/help.c: Fixed dialog response.
22439         * TODO: Updated.
22441         * data/properties/anjuta.properties: Corrected typo.
22443         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22444         Change the signal to "changed" in entry from "selection-changed" in
22445         list.
22447         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22448         short-cuts.
22450 2003-01-31  Naba Kumar <naba@gnome.org>
22452         * configure.in: Upgraded to use libgnomeprint-2.2
22453         
22454         * printing/Makefile.am: Updated
22455         
22456         *(removed) printing/print-doc.c, printing/print-doc.h,
22457         printing/print-util.c, printing/print-util.h: Removed because already
22458         merged with print.c.
22459         
22460         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22461         and libgnomeprintui-2.2 and fixed rendering problems.
22462         
22463         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22464         uneccessary print properties, as they are separately taken
22465         care in gnomeprint.
22466         
22467         * po/POTFILES.in: Update.
22469 2003-01-30  Naba Kumar <naba@gnome.org>
22471         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22472         for about dialog box.
22473         
22474         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22475         src/pixmaps.h: Modified for the above additions for about dialog.
22477 2003-01-29  Naba Kumar <naba@gnome.org>
22479         * src/style_editor.[c,h]: Added missing files.
22480         
22481 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22482         * scintilla/XPM.[cxx|h]: Added missing files
22484 2003-01-29  Naba Kumar <naba@gnome.org>
22485         
22486         * TODO, po/POTFILES.in: Updated.
22487         
22488         * anjuta.prj, src/anjuta.glade,
22489         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22491 2003-01-28  Naba Kumar <naba@gnome.org>
22492         
22493         * data/properties/anjuta.properties, src/aneditor.cxx,
22494         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22495         properties into text properties (earlier it was int properties).
22497         * TODO: Updated
22498         
22499         * scintilla/AutoComplete.c,xx,
22500         scintilla/AutoComplete.h,
22501         scintilla/CallTip.c,xx,
22502         scintilla/CallTip.h,
22503         scintilla/Document.c,xx,
22504         scintilla/Document.h,
22505         scintilla/Editor.c,xx,
22506         scintilla/Editor.h,
22507         scintilla/LexAVE.c,xx,
22508         scintilla/LexCSS.c,xx,
22509         scintilla/LexHTML.c,xx,
22510         scintilla/LexOthers.c,xx,
22511         scintilla/LexPython.c,xx,
22512         scintilla/LineMarker.c,xx,
22513         scintilla/LineMarker.h,
22514         scintilla/Makefile.am
22515         scintilla/PlatGTK.c,xx,
22516         scintilla/PropSet.c,xx,
22517         scintilla/ScintillaBase.c,xx,
22518         scintilla/ScintillaBase.h,
22519         scintilla/ScintillaGTK.c,xx,
22520         scintilla/ViewStyle.c,xx,
22521         scintilla/include/Platform.h,
22522         scintilla/include/SciLexer.h,
22523         scintilla/include/Scintilla.h,
22524         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22525         
22526         
22527         src/Makefile.am,
22528         src/an_file_view.c,
22529         src/an_symbol_view.c,
22530         src/anjuta-tools.c,
22531         src/anjuta.c,
22532         src/anjuta.glade
22533         src/anjuta.h,
22534         src/anjuta_cbs.c,
22535         src/anjuta_dialogs_strings.c,
22536         src/anjuta_info.c,
22537         src/commands.c,
22538         src/compiler_options.c,
22539         src/debugger.c,
22540         src/help.c,
22541         src/main_menubar.c,
22542         src/main_menubar.h,
22543         src/main_menubar_def.h,
22544         src/mainmenu_callbacks.c,
22545         src/mainmenu_callbacks.h,
22546         src/message-manager-private.c,c
22547         src/message-manager-private.h,
22548         src/message-manager.c,c
22549         src/message-manager.h,
22550         src/pixmaps.h,
22551         src/preferences.c,
22552         src/preferences.h,
22553         src/project_config.c,
22554         src/project_dbase.c,
22555         src/project_dbase_gui.c,
22556         src/project_import_gui.c,
22557         src/properties.c,xx,
22558         src/properties.h,
22559         src/resources.c,
22560         src/src_paths.c,
22561         src/text_editor.c,
22562         src/text_editor_gui.c,
22563         src/toolbar.c,
22564         src/utilities.c,
22565         src/utilities.h,
22566         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22567         
22568 2003-01-24  Naba Kumar <naba@gnome.org>
22570         * src/text_editor_gui.c, src/toolbar.c,
22571         src/text_editor.c, src/text_editor_cbs.h:
22572         Used correct notification signal name for scintilla
22573         (gtk2) and fixed UI.
22574         
22575         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22576         when not required.
22577         
22578         * printing/print-doc.c,
22579         printing/print.c,,
22580         src/anjuta-tools.c,
22581         src/find_replace.c,
22582         src/goto_line.c,
22583         src/launcher.c,
22584         src/mainmenu_callbacks.c,
22585         src/project_dbase.c,
22586         src/project_dbase.h,
22587         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22588         src/text_editor.c,
22589         src/text_editor_cbs.h:
22592 2003-01-23  Naba Kumar <naba@gnome.org>
22594         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22595         correct stock icons and organized pixmap macros.
22596         
22597         Makefile.am: Removed non-generated files.
22598         
22599         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22600         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22601         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22602         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22603         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22604         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22605         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22606         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22607         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22608         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22609         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22610         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22611         stop.xpm, undo.xpm}: Removed because no longer used.
22613         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
22614         file_unknown.xpm}: Files renamed from fv_*, as it would
22615         be the right name.
22617         * pixmaps/Makefile.am: Updated for the above changes.
22619 2003-01-23  Jakub Steiner <jimmac * ximian * com>
22621         * pixmaps/autocomplete-16.png,
22622         pixmaps/autocomplete.png,
22623         pixmaps/block-end-16.png,
22624         pixmaps/block-end.png,
22625         pixmaps/block-start-16.png,
22626         pixmaps/block-start.png,
22627         pixmaps/bookmark-first-16.png,
22628         pixmaps/bookmark-first.png,
22629         pixmaps/bookmark-last-16.png,
22630         pixmaps/bookmark-last.png,
22631         pixmaps/bookmark-next-16.png,
22632         pixmaps/bookmark-next.png,
22633         pixmaps/bookmark-prev-16.png,
22634         pixmaps/bookmark-prev.png,
22635         pixmaps/error-next-16.png,
22636         pixmaps/error-next.png,
22637         pixmaps/error-prev-16.png,
22638         pixmaps/error-prev.png: gnome2-styled icons
22641 2003-01-23  Naba Kumar <naba@gnome.org>
22643         * anjuta.prj: Updated compiler options.
22644         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
22646         * src/aneditor.cxx,
22647         src/anjuta.c,
22648         src/anjuta.glade,
22649         src/anjuta_dialogs_strings.c,
22650         src/mainmenu_callbacks.c,
22651         src/mainmenu_callbacks.h,
22652         src/text_editor.c,
22653         src/text_editor_cbs.c,
22654         src/text_editor_gui.c: GNOME2 Porting.
22656 2003-01-22  Naba Kumar <naba@gnome.org>
22658         * ChangeLog: Corrected dates.
22659         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
22660         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
22661         preferences.
22663 2003-01-22  Naba Kumar <naba@gnome.org>
22664         
22665         * plugins/patch/patch-plugin.c: Bug fix.
22666         
22667         * src/anjuta-tools.c,
22668         src/anjuta.c,
22669         src/anjuta.glade,
22670         src/anjuta.h,
22671         src/anjuta_dialogs_strings.c,
22672         src/breakpoints.c,
22673         src/cvs_gui.c,
22674         src/debugger.c,
22675         src/debugger.h,
22676         src/executer.c,
22677         src/glade_iface.c,
22678         src/main.c,
22679         src/mainmenu_callbacks.c,
22680         src/mainmenu_callbacks.h,
22681         src/preferences.c,
22682         src/project_dbase.c,
22683         src/project_dbase_gui.c,
22684         src/registers.c,
22685         src/sharedlib.c,
22686         src/signals.c,
22687         src/signals_cbs.c,
22688         src/source.c,
22689         src/stack_trace.c,
22690         src/toolbar_callbacks.c,
22691         src/utilities.c,
22692         src/utilities.h,
22693         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
22694         
22695         * src/Makefile.am,
22696         (removed) src/CORBA-Server.c,
22697         (removed) src/CORBA-Server.h,
22698         (removed) src/Gladen-common.c,
22699         (removed) src/Gladen-stubs.c,
22700         (removed) src/Gladen.h,
22701         (removed) src/Prj-common.c,
22702         (removed) src/Prj-skelimpl.c,
22703         (removed) src/Prj-skels.c,
22704         (removed) src/Prj-stubs.c,
22705         (removed) src/Prj.h,
22706         (removed) src/glades.c,
22707         (removed) src/glades.h,
22708         (removed) src/messagebox.c,
22709         (removed) src/messagebox.h: Removed because no longer used.
22711 2003-01-21  Naba Kumar <naba@gnome.org>
22713         * src/anjuta-tools.c,
22714         src/anjuta.c,
22715         src/anjuta.glade,
22716         src/anjuta_dialogs_strings.c,
22717         src/anjuta_info.c,
22718         src/anjuta_info.h,
22719         src/breakpoints.c,
22720         src/compiler_options.c,
22721         src/debugger.c,
22722         src/find_replace.c,
22723         src/find_replace.h,
22724         src/find_text.c,
22725         src/find_text.h,
22726         src/goto_line.c,
22727         src/launcher.c,
22728         src/text_editor.c,
22729         widgets/gnomefilelist.c: GNOME2 porting.
22731 2003-01-20  Naba Kumar <naba@gnome.org>
22733         * global-tags/create_global_tags.sh: Uses pkg-config to
22734         read the modules.
22735         
22736         * src/anjuta.c,
22737         src/anjuta.glade,
22738         src/anjuta.h,
22739         src/anjuta_cbs.c,
22740         src/anjuta_dialogs_strings.c,
22741         src/breakpoints.c,
22742         src/breakpoints.h,
22743         src/compiler_options.c,
22744         src/compiler_options.h,
22745         src/fileselection.c,
22746         src/fileselection.h,
22747         src/mainmenu_callbacks.c,
22748         src/project_dbase_gui.c,
22749         src/session.c,
22750         src/src_paths.c,
22751         src/src_paths.h,
22752         src/text_editor.c,
22753         src/text_editor_gui.c,
22754         widgets/gnomefilelist.c,
22755         widgets/gnomefilelist.h: GNOME2 porting.
22756         
22757         * widgets/Makefile.am,
22758         (removed) widgets/gnomedirlist.c,
22759         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
22760         
22761         * src/Makefile.am,
22762         (removed) src/src_paths_cbs.c,
22763         (removed) src/src_paths_cbs.h,
22764         (removed) src/src_paths_gui.c,
22765         (removed) src/compiler_options_cbs.c,
22766         (removed) src/compiler_options_cbs.h,
22767         (removed) src/breakpoints_cbs.c,
22768         (removed) src/breakpoints_cbs.h: Removed because they are now
22769         combined in singe file
22771 2003-01-16  Naba Kumar <naba@gnome.org>
22773         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
22774         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
22775         options dialog UI and data handling.
22778 2003-01-15  Naba Kumar <naba@gnome.org>
22780         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
22781         Completed command editor porting.
22782         
22783         * src/anjuta.c: Removed the use of commands load function
22784         (not required).
22786         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
22787         and unrefs.
22789         * src/anjuta-tools.c: Fixed translatable strings.
22790         
22791         * src/find_text.c: Fixed dialog creation from glade.
22792         
22793         * src/text_editor_gui.c, src/text_editor.c,
22794         src/text_editor_cbs.c: Completed port of detached text editor
22795         to gnome2 plateform.
22796         
22797 2003-01-14  Naba Kumar <naba@gnome.org>
22799         * src/anjuta.glade, src/preferences.[h,c],
22800         src/anjuta_dialogs_strings.c: Added build and editor
22801         preferences pages and other UIs. Fixed preferense loading and saving.
22802         
22803         * src/anjuta.c: Does case-insensitive match for tabs position
22804         preferences and removed preferences loading (done at _new() call).
22805         
22806         * anjuta-tools.c: Debugged tools dialog handling.
22807         * plugins/class-gen/clsGen.c: Fixed an undefined function.
22808         
22809 2003-01-13  Naba Kumar <naba@gnome.org>
22811         * ABOUT-NLS: Update (strange).
22813         * autogen.sh: Removed blocking code.
22815         * configure.in: Fixed an autogen bug.
22816         
22817 2003-01-13  Naba Kumar <naba@gnome.org>
22819         * (new)src/anjuta.gladep
22820         (new)src/messagebox.c
22821         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
22822         will be gradually removed (and then the files).
22823         
22824         * Makefile.am,
22825         anjuta.prj,
22826         printing/print-util.c,
22827         printing/print.c,
22828         scintilla/ScintillaGTK.c,xx
22829         src/Makefile.am,
22830         src/an_file_view.c,
22831         src/an_symbol_view.c,
22832         src/anjuta.c,
22833         src/anjuta.glade
22834         src/anjuta.h,
22835         src/anjuta_dialogs_strings.c,
22836         src/anjuta_gui.c,
22837         src/attach_process.c,
22838         src/attach_process.h,
22839         src/breakpoints.c,
22840         src/breakpoints.h,
22841         src/breakpoints_cbs.c,
22842         src/commands.c,
22843         src/commands.h,
22844         src/compiler_options.c,
22845         src/compiler_options.h,
22846         src/compiler_options_cbs.c,
22847         src/configurer.c,
22848         src/configurer.h,
22849         src/controls.c,
22850         src/cvs_cbs.c,
22851         src/debug_tree.c,
22852         src/debug_tree.h,
22853         src/executer.c,
22854         src/executer.h,
22855         src/find_in_files.c,
22856         src/find_in_files.h,
22857         src/find_in_files_cbs.c,
22858         src/find_replace.c,
22859         src/find_replace.h,
22860         src/find_text.c,
22861         src/find_text.h,
22862         src/goto_line.c,
22863         src/help.c,
22864         src/help.h,
22865         src/launcher.c,
22866         src/main.c,
22867         src/main_menubar.c,
22868         src/mainmenu_callbacks.c,
22869         src/message-manager.c,c
22870         src/pixmaps.h,
22871         src/preferences.c,
22872         src/project_config.c,
22873         src/project_config.h,
22874         src/project_dbase.c,
22875         src/project_import_cbs.c,
22876         src/resources.c,
22877         src/resources.h,
22878         src/splash.c,
22879         src/src_paths.c,
22880         src/src_paths.h,
22881         src/src_paths_gui.c,
22882         src/text_editor.c,
22883         src/text_editor_gui.c,
22884         src/toolbar.c,
22885         src/toolbar.h,
22886         src/utilities.c,
22887         src/utilities.h,
22888         src/wizard_gui.c,
22889         widgets/gnomefilelist.c: GNOME2 Port.
22891 2003-01-10  Naba Kumar  <naba@gnome.org>
22893         * src/an_file_view.c,
22894         src/anjuta_gui.c,
22895         src/appwizard_gui.c,
22896         src/compiler_options.c,
22897         src/compiler_options_cbs.c,
22898         src/cvs_cbs.c,
22899         src/executer.c,
22900         src/fileselection.c,
22901         src/find_in_files.c,
22902         src/goto_line.c,
22903         src/main_menubar.c,
22904         src/memory.c,
22905         src/message-manager-dock.c,
22906         src/preferences.c,
22907         src/project_dbase_gui.c,
22908         src/project_import_gui.c,
22909         src/registers_gui.c,
22910         src/sharedlib_gui.c,
22911         src/src_paths_gui.c,
22912         src/text_editor_gui.c,
22913         src/toolbar.c,
22914         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
22916 2003-01-09  Naba Kumar <naba@gnome.org>
22918         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
22919         problems with some comments.
22921         * anjuta.prj: New project file (updated?)
22923         * src/Makefile.am: Enabled deprecated API and fixed variables.
22925         * src/an_file_view.c,
22926         src/an_symbol_view.c,
22927         src/anjuta-plugins.c,
22928         src/anjuta-tools.c,
22929         src/anjuta.c,
22930         src/anjuta_gui.c,
22931         src/appwizard_cbs.c,
22932         src/attach_process.c,
22933         src/attach_process_cbs.c,
22934         src/compiler_options.c,
22935         src/compiler_options_cbs.c,
22936         src/launcher.c,
22937         src/mainmenu_callbacks.c,
22938         src/message-manager-private.c,c
22939         src/message-manager-private.h,
22940         src/message-manager.c,c
22941         src/message-manager.h,
22942         src/project_dbase.c,
22943         src/project_dbase.h,
22944         src/project_dbase_gui.c,
22945         src/project_import_cbs.c,
22946         src/project_import_gui.c,
22947         src/registers.c,
22948         src/resources.c,
22949         src/resources.h,
22950         src/sharedlib.c,
22951         src/signals.c,
22952         src/signals_cbs.c,
22953         src/signals_gui.c,
22954         src/splash.c,
22955         src/src_paths_cbs.c,
22956         src/src_paths_gui.c,
22957         src/stack_trace.c,
22958         src/text_editor.c,
22959         src/text_editor_gui.c,
22960         src/text_editor_menu.c,
22961         src/toolbar.c,
22962         src/toolbar_callbacks.c,
22963         src/utilities.c,
22964         src/watch.c,
22965         src/watch_cbs.c,
22966         src/wizard_gui.c: GNOME porting.
22968 2002-12-24 Naba Kumar <naba@gnome.org>
22970         * AUTHORS, ChangeLog, HACKING, Makefile.am,
22971         NEWS, README, SEARCH-REPLACE,
22972         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
22973         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
22974         launcher/Makefile.am,
22975         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
22976         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
22977         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
22978         printing/print-util.c, printing/print.c, printing/print.h,
22979         scintilla/*/*, widgets/e-shell-about-box.c,
22980         src/*, tagmanager/*/*, widgets/Makefile.am,
22981         widgets/gnomefilelist.c:
22982         
22983         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
22984         src/*.[c,h] files to gnome2 API.
22986         * src/anjuta_dialogs_strings.c: Added glade generated translatable
22987         strings table.
22989 2002-10-23  Naba Kumar <naba@gnome.org>
22991         * autogen.sh: Prevented Users from building HEAD cvs.
22992         
22993 2002-09-16  Stephane Demurget  <demurgets@free.fr>
22995         * src/anjuta.glade: added the compiler options dialog, hopefully
22996         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
22998 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23000         * src/anjuta.glade: fixed a lot of small glitches.
23002         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23003         now.
23005         * src/breakpoints_cbs.c: polished a bit.
23007 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23009         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23011         * src/commands.c: partial gnome 2 port.
23013         * src/utilities.[ch]: changed some bits to be const.
23015 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23017         * src/Makefile.am: removed breakpoints_gui.c and added a check
23018         for gdk-pixbuf deprecated functions, but there shouldn't be much
23019         anyway.
23021         * src/breakpoints_gui.c: killed.
23023         * src/anjuta.glade: added two dialogs for the breakpoints management.
23025         * src/anjuta.h:
23026         * src/anjuta_cbs.c:
23027         * src/appwizard.c:
23028         * src/attach_process.c:
23030         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23031         really huge changes and porting work.
23032         
23033         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23034         (breakpoints_dbase_new): moved the UI init bits here.
23036         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23037         a lot, not using any color anymore (not HIG compliant) and not using
23038         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23039         to be double checked.
23041         * src/build_file.c:
23042         * src/build_project.c: gnome 2 port.
23044 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23046         * src/anjuta.glade:
23047         * src/anjuta.h:
23048         * src/anjuta_cbs.c:
23049         * src/appwizard.c:
23050         * src/breakpoints.c:
23051         * src/breakpoints_cbs.c: cleaned up some bits.
23053 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23055         * src/Makefile.am:
23056         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23058         * src/an_symbol_view.[ch]:
23059         * src/attach_process_cbs.h: polished a bit.
23061         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23063 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23065         * configure.in:
23066         * src/Makefile.am: added libglade-2 to the build.
23068         * src/anjuta.[ch]: added support for libglade.
23070         * src/anjuta.glade: added. There could be a file per top-level widget,
23071         as some other gnome projects, though.
23073         * src/attach_process_gui.c: removed.
23074         * src/attach_process.[ch]: gnome 2 port.
23075         (attach_process_new): Added the treeview init and the widget references
23076         here.
23078 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23080         * src/an_file_view.c: fixed some compilation issues.
23082         * src/an_symbol_view.c: gnome 2 port.
23084 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23086         * src/an_file_view.c: finished gnome 2 port.
23087         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23088         directory pixmap depending on the event.
23090         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23091         (project_file_data_new): use a GtkTreePath.
23093 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23095         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23096         driving me nuts but they need to be ported, heh ?
23098         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23099         work since it's quite a total rewrite again.
23101 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23103         * src/an_file_view.c:
23104         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23106 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23108         * src/anjuta_info.c:
23109         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23111 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23113         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23114         nuts ATM.
23115        
23116         * src/an_file_view.c:
23117         * src/aneditor.cxx:
23118         * src/anjuta_cbs.c:
23119         * src/compiler_options.h:
23120         * src/messagebox.c:
23121         * src/messagebox.h:
23122         * src/pixmaps.h:
23123         * src/project_dbase.h:
23124         * src/resources.h: gnome 2 port.
23126 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23128         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23130         * data/properties/sql.properties: added the DATETIME data type.
23132         * data/properties/html.properties: added the foreach php keyword.
23134 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23136         * widgets/Makefile.am: removed blank line after the last backslash
23137         for avoiding a warning from automake.
23139         * configure.in:
23140         * src/Makefile.am: added the ORBit-2 dep.
23142 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23144         * AUTHORS: added Biswa, because I wonder why noone already have
23145         written his name in the Anjuta's hall of fame :)
23147 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23149         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23150         widgets/e-shell-about-box.c: Made to compile for gnome2.
23151         
23152 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23154         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23155         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23156         
23157         * configure.in, printing/print.h, printing/print.c,
23158         printing/print-doc.c: Made to compile for gnome2.
23159         
23160 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23162         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23163         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23164         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23165         widgets/Makefile.am:
23166         
23167         Upgraded the build system to gnome2 platform.
23168         
23169 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23170         * manuals/*: Added capability to generate PDF and PS.
23171         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23172         * TODO, TODO.biswa: Intergated TODO list.
23173         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23174         , bug #574470
23175         * src/dnd.c: Fix typo
23176         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23177         * src/anjuta.c: Bug #568895, Bug #575419
23179 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23181         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23182         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23184 2002-12-17  Naba Kumar <naba@gnome.org>
23186         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23187         bugs.
23188         
23189 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23190         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23191         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23192         * anjuta.prj: Added tools.sgml
23193         * data/properties/cpp.properties: Bug # 646974
23195 2002-12-16  Naba Kumar <naba@gnome.org>
23197         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23198         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23199         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23200         on 'Enter' and adds proper focus mechanism.
23201         * src/anjuta.c: Fixed a memory corruption bug.
23202         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23203         'Enter' and can also be Canceled. Sets proper default and focus policies
23204         for tools dialogs.
23205         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23206         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23207         translatable strings in dialogs and fixed some dialog properties.
23208         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23209         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23210         * src/message_manager_private.cc: Fixed some debug messages.
23211         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23212         widgets/gnomefilelist.c: Fixed a memory leaks.
23213         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23214         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23215         src/main_menubar_def.h: Implemented incremental search.
23216         * TODO: Updated.
23218 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23219         * tagmanager/*: Minor cleanups and warning fixes.
23220         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23221         GUI during long updates.
23222         * src/text_editor.c: Remove debug message.
23224 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23225         * tagmanager/tm_project.c: Fix a memory access problem.
23227 2002-12-13  Naba Kumar <naba@gnome.org>
23229         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23230         tools list to show "Enabled" flag of the tool. Fixed a bug where
23231         tool list is not cleared when creating a new tool.
23232         
23233 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23234         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23236 2002-12-12  Naba Kumar <naba@gnome.org>
23238         * anjuta-tools.[h,c], commands.c: Used the tools help of
23239         anjuta variables list in commands editor and fixed a typos
23240         buy in anjuta-tools.c.
23241         
23242 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23243         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23244         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23245         * TODO.biswa: Added to help me track things better.
23247 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23249         * configure.in, anjuta.spec.in: Added libglade dependency.
23250         * Makefile.am: Added anjuta.glade file.
23251         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23252         , src/mainmenu_callbacks.[ch], src/message-manager.h
23253         , src/widget-registry.c: Tools editor GUI + other additions.
23255 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23257         * src/project_dbase.[ch], tagmanager/tm_project.c,
23258         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23259         Implement syncing tags image with the project database.
23260         * src/anjuta-tools.c: Implemented variable substitution and
23261         working directory in tools.
23263 2002-12-09  Naba Kumar <naba@gnome.org>
23264         
23265         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23266         command configuration language list from properties.
23267         
23268         * data/properties/asm.properties, data/properties/ruby.properties:
23269         Fixed typos.
23271 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23273         * src/an_symbol_view.c: Remember current selected entry and select
23274         it automatically after refresh.
23276 2002-11-26  Murray Cumming  <murrayc@usa.net>
23278         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23279           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23280         and gnomemm 1.2 projects so that people know they are really
23281         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23282         But I did correct these to sue lowercase names.
23284 2002-12-01  Naba Kumar <naba@gnome.org>
23286         * data/anjuta.properties: Fixed caching problem on 
23287         indicators.
23288         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23289         indicators prefs.
23290         
23291 2002-12-01  Naba Kumar <naba@gnome.org>
23293         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23294         property name.
23295         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23296         property and uses it.
23297         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23298         current cursor.
23299         
23300 2002-11-30  Naba Kumar <naba@gnome.org>
23302         * src/debugger.c: Fixed a typo.
23303         * data/properties/*: Updated properties files and added
23304         new ones.
23305         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23306         Added comment submenu and cleaned up ref and unref of menus.
23307         * src/aneditor.h: Added definition of comment commands.
23308         * src/aneditor.c: Upgrade from latest SciTE source code.
23309         * src/text_editor.[hc], src/text_editor_cbs.c, 
23310         src/message_manager_private.cc, src/message_manager.[cc,h],
23311         src/anjuta.[c,h]: Added indicators support for errors/warnings
23312         highlight in the editor.
23313         * NEWS, TODO: Update.
23314         * scintilla/include/PropSet.h: Removed deprecrated function.
23315         
23316 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23318         * src/anjuta-tools.[ch]: Tools implementation (basic)
23319         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23320           , src/main_menubar_def.h: PLugins cleanup and segregation
23321         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23322           registry
23323         * anjuta.prj: Added new files
23324         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23325         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23326         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23327         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23328         * src/Makefile.am: Added new files
23329         * src/message-manager.[cc/h]: Added standard output and error windows
23331 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23333         * project_type.c: Fixed Gnomemm2 project type
23335 2002-11-25  Naba Kumar <naba@gnome.org>
23337         * printing/print.c: Fixed a compile warning.
23338         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23339         * src/utilities.c: Fixed a compile warning in sparc, hides the
23340         terminal check error output from the user.
23341         * project_config.[ch], project_dbase.[ch], source.c: Added project
23342         version, exclude modules configuration and reordered other config
23343         properties. Changed some strings to more descriptive text.
23344         * src/compiler_opitions.c: Removed extra newlines from .prj file
23345         save.
23346         * anjuta.prj: Converted to new format (only reorganised properties
23347         and removed extra newlines ... nothing else).
23348         * NEWS: updated
23349         
23350 2002-11-21  Naba Kumar <naba@gnome.org>
23352         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23353         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23354         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23355         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23356         Updated to the CVS version.
23358 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23360         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23361           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23362           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23363           images in completion lists. 
23364         * src/resources.h: Make C++ friendly.
23365         * scintilla/PropSet.cxx: Fix memory leak.
23367 2002-11-20  Naba Kumar <naba@gnome.org>
23369         * scintilla/*/*: Synced to latest scintilla 1.49
23370         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23371         New lexers added.
23373         * scintilla/RESearch.cxx: The automatic cvs log in the
23374         file really broke things trying to interprete the changelog
23375         entry incorrectly as end-of-comment. Removed the $cvs line
23376         and committed again.
23377         
23378 2002-11-19  Naba Kumar <naba@gnome.org>
23380         Patch from Timothee Besset <ttimo@idsoftware.com>
23381         
23382         * src/message-manager-private.cc: Interpretes absolute
23383         file paths properly in zvt terminal.
23385 2002-11-19  Naba Kumar <naba@gnome.org>
23387         Patch from Timothee Besset <ttimo@idsoftware.com>
23388         
23389         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23390         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23391         (important) editor preferences in project (if there is one
23392         open).
23393         
23394         * TODO: Updated
23395         
23396 2002-11-18  Naba Kumar <naba@gnome.org>
23397         
23398         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23399         
23400         * src/debug_tree.c, src/find_in_files_gui.c,
23401         src/find_replace.c, src/find_text.c, 
23402         src/project_import.c, src/project_import_gui.c,
23403         src/wizard_gui.c: i18n Fixes.
23405 2002-11-15  Naba Kumar <naba@gnome.org>
23407         * plugins/class-gen/clsGen.c: Fixed to use project function
23408         to import files. Create non-existent directories before the
23409         sources are written.
23410         
23411         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23412         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23413         src/glade_iface.c,
23414         src/glades.c: Excluded gladen files from build. This
23415         will fix the unnecessary dependency on libssl.
23416         
23417         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23418         file import funtion.
23419         
23420         * src/message_manager_private.cc: Fixed a compiler warning with
23421         DEBUG preprocessor macro.
23422         
23423         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23424         wrong (undocked) editor window was closed on clicking close on an
23425         undocked editor window.
23426         
23427         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23428         start correctly if the executable was run before with 'F3'.
23429         
23430         * src/toolbar_callbacks.c: Wrap around find next.
23431         * src/toolbar.c: Disable combo activate.
23432         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23433         button positions to get 'yes' as default.
23435         * anjuta.spec.in: Updated.
23436         
23437         * src/anjuta_info.c, src/appwizard_gui.c,
23438         src/attach_process_gui.c, src/breakpoints_gui.c,
23439         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23440         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23441         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23442         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23443         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23444         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23445         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23446         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23447         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23448         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23449         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23450         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23451         plugins/patch/patch-plugin.c, printing/print-util.c:
23452         Set all windows and dialogs transient
23453         to their parents so that they remain floated above their parents.
23454         
23455 2002-11-13  Naba Kumar <naba@gnome.org>
23457         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23458         take default editor font).
23459         
23460         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23461         Corrected email address.
23462         
23463         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23464         for changelog entry.
23466         * NEWS: Updated.
23467         
23468 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23469         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23471 2002-11-06  Naba Kumar <naba@gnome.org>
23473         * README: Updated
23474         * anjuta.spec.in: Ships the .omf files with the
23475         documents instead of the base package.
23476         
23477 2002-11-04  Naba Kumar <naba@gnome.org>
23479         * data/properties/latex.properties: Fixed a bug.
23480         * ChangeLog: Released 1.0.0 stable.
23482 2002-11-04  Naba Kumar <naba@gnome.org>
23484         * src/commands.c: Added command with shell redirection capability.
23485         * data/properties/anjuta.properties: Changed default execution
23486         command.
23487         * src/project_dbase.c: Set project top dir in properties.
23488         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23489         * data/Makefile.am: More diskcheck error fixes.
23490         
23491         * README, anjuta.spec.in, THANKS, AUTHORS,
23492         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23493         manuals/C/anjuta-manual/authers,sgml,
23494         manuals/C/anjuta-manual/anjuta-manual.sgml,
23495         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23496         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23497         : Changed anjuta home to
23498         new URL and my email address.
23499         
23500         * manuals/C/anjuta-manual/interfaces.sgml,
23501         manuals/C/anjuta-manual/prefereces.sgml,
23502         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23503         
23504         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23505         : removed reference to the help menu as the menu is modified
23506         when no help is found (which is very likely when we are
23507         shiping the documents separately).
23508         
23509 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23510         * anjuta.spec.in: Update specfile to make multiple RPMs.
23511         * data/Makefile.am: make dist fix.
23512         * src/text_editor_menu.c: Fix compile warnings (casts).
23514 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23515         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23516         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23518 2002-11-01  Naba Kumar <naba@gnome.org>
23520         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23521         Added gnome2 macros to be used by gnome2 project wizard.
23522         
23523         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23524         from gnome-common.
23525         
23526         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23527         as it was conflicting with generated projects and is not
23528         useful for us.
23529         
23530         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23531         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23532         project generation, removed qt project as it's not complete and
23533         added gnome2 bonobo wizard.
23535 2002-10-29  Naba Kumar <naba@gnome.org>
23537         * po/POTFILES.in: Updated.
23538         * po/POTFILES.skip: Added.
23539         * preferences.h: Fixed print paper size property name.
23541 2002-10-28  Naba Kumar <naba@gnome.org>
23542         
23543         * data/user.properties, data/Makefile.am: Added user properties file
23544         which will be copied in user's ~/.anjuta/user.properties.
23545         
23546         * data/anjuta.properties: Changed a comment.
23547         
23548         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23549         
23550         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23551         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23552         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23553         item.
23555         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23556         instead of user properties file.
23557   
23558         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23559         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23560         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23561         * README, TODO: Updated.
23562         
23563 2002-10-28  Naba Kumar <naba@gnome.org>
23565     * manuals/C/anjuta-manual/figures/editor_guides.png,
23566     manuals/C/anjuta-manual/figures/editor_margins.png,
23567     manuals/C/anjuta-manual/figures/editor_markers.png,
23568     manuals/C/anjuta-manual/figures/local_variables.png,
23569     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23570     manuals/C/anjuta-manual/figures/prefs_print.png,
23571     manuals/C/anjuta-manual/figures/print_dlg.png,
23572     manuals/C/anjuta-manual/figures/print_preview.png,
23573     manuals/C/anjuta-manual/figures/symbol_browser.png,
23574     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23575     files for manual documentation.
23576     
23577     * manuals/sgmldocs.make,
23578     manuals/C/anjuta-manual/Makefile.am,
23579     manuals/C/anjuta-manual/authors.sgml,
23580     manuals/C/anjuta-manual/build.sgml,
23581     manuals/C/anjuta-manual/compileopts.sgml,
23582     manuals/C/anjuta-manual/debugger.sgml,
23583     manuals/C/anjuta-manual/execute.sgml,
23584     manuals/C/anjuta-manual/fileoperations.sgml,
23585     manuals/C/anjuta-manual/interface.sgml,
23586     manuals/C/anjuta-manual/preferences.sgml,
23587     manuals/C/anjuta-manual/projects.sgml,
23588     manuals/C/anjuta-manual/figures/arguments.png,
23589     manuals/C/anjuta-manual/figures/open_file.png,
23590     manuals/C/anjuta-manual/figures/other_opts.png,
23591     manuals/C/anjuta-manual/figures/scrshot.png,
23592     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23593     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23594     
23595     Updated anjuta manual documentation.
23597     
23598 2002-10-27  Naba Kumar <naba@gnome.org>
23600     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23601     check and modifies debugger terminal command accordingly
23602     to function properly.
23603     
23604 2002-10-25  Naba Kumar <naba@gnome.org>
23606         * manuals/sgmldocs.make: Fixed a couple of bugs.
23607         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23609 2002-10-24  Naba Kumar <naba@gnome.org>
23611         * src/debug_tree.c: Fixed a crash bug from Etay.
23613         * global_tags/create_global_tags: Added messages.
23614         Fixed infinite looping within files.
23615         
23616         * macro/autogen.sh: Removed debug and warning flags for defaults.
23617         
23618         Patch from Vadim Berezniker <vadim@berezniker.com>
23619         
23620         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
23621         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
23622         generation.
23624         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
23625         temporarily just copy it
23627 2002-10-24  Naba Kumar <naba@gnome.org>
23629         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
23630         manuals/C/anjuta-manual/anjuta-manual.sgml, 
23631         manuals/C/anjuta-manual/compileopts.sgml,
23632         manuals/C/anjuta-manual/debugger.sgml,
23633         manuals/C/anjuta-manual/execute.sgml,
23634         manuals/C/anjuta-manual/fileoperations.sgml,
23635         manuals/C/anjuta-manual/interface.sgml,
23636         manuals/C/anjuta-manual/introduction.sgml,
23637         manuals/C/anjuta-manual/projects.sgml,
23638         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23639         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
23640         manuals/ja/anjuta-manual/anjuta-manual.sgml,
23641         manuals/ja/anjuta-manual/compileopts.sgml,
23642         manuals/ja/anjuta-manual/debugger.sgml,
23643         manuals/ja/anjuta-manual/execute.sgml,
23644         manuals/ja/anjuta-manual/fileoperations.sgml,
23645         manuals/ja/anjuta-manual/interface.sgml,
23646         manuals/ja/anjuta-manual/introduction.sgml,
23647         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
23649 2002-10-24  Naba Kumar <naba@gnome.org>
23651         * src/project_type.c: added autogen for qt projects.
23652         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
23653         Fixed a bug that retrieves wrong terminal command.
23654         * src/commnads.c: Added more terminal commands.
23655         * configure.in: Checks for scrollkeeper version.
23656         
23657 2002-10-22  Naba Kumar <naba@gnome.org>
23659         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
23660         instead of AM_GNOME_GETTEXT.
23661         
23662         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
23663         for setup-gettext for the wizard generated projects.
23665         * src/source.c: Fixed a bug where glade file wasn't generated.
23666         
23667         * src/gnome_project.c: Excluded project version from project dir
23668         name.
23669         
23670 2002-10-22  Naba Kumar <naba@gnome.org>
23672         * acinclude.m4: New file with dummy funtion for gettext
23673         cross compatibility fix.
23674         
23675         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
23676         * configure.in: Fixed cflags to avoid useless warnings.
23677         * Makefile.am: EXTRA_DIST += setup-gettext.
23678         * src/toolbars.c: Added space paddings around tags label.
23680 2002-10-21  Naba Kumar <naba@gnome.org>
23682         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23683         
23684         * setup-gettext: New script to maintain gettext cross version
23685         compatibility.
23686         * configure.in, macros/autogen.sh: Fix for gettext cross version
23687         compatibility.
23688         
23689 2002-10-21  Naba Kumar <naba@gnome.org>
23691         * debug_tree.c: Fixed incorrect use of debug assertion.
23692         
23693 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
23694             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23695         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
23696         src/memory.c, src/memory.h, src/message-manager-private.cc:
23697         
23698         New parsing algorithm; adapted from kdevelop.
23699         Middle button menu for changing the value's display type
23701 2002-10-07  Naba Kumar <naba@gnome.org>
23703         * src/main_menubar_def.h: Changed status bar message for Help->
23704         Browse info pages. Bug #603308
23706         * src/executer.c: Made "User terminal" default for creating
23707         projects (User can always disable it later). Bug #114222
23708         
23709 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23711         * macros/autogen.sh: Require gettext 0.10.x for autogen
23712         * src/text_editor.c: Fixes Bug #595303
23713         * src/source.c: Fixes Bug #595970
23714         * src/anjuta.c: Fixes Bug #598366
23715         * scingtilla/LexCPP.cxx: Bug #602296
23716         * src/main_menubar_def.h: Bug #604363
23717         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
23718         
23719 2002-10-07  Jens Georg <mail@jensgeorg.de>
23721         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23722         * gnomefilelist.c: This patch fixes the bug #611542
23723         
23724 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23726         * data/properties/Makefile.am: Added tcltk.properties file.
23727         
23728 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23730         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23731         
23732         * README: Updated README
23733         * plugins/class-gen/clsGen.c, src/message_manager.cc
23734           , src/mainmeu_callbacks.c, src/memory.c
23735           , src/project_dbase_gui.c, src/text_editor_gui.c
23736           , widgets/gnomefilelist.c: Set window icons
23737         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
23738           Enabled release build (stripped + optimized binaries, etc.)
23739         * data/properties/anjuta.properties, src/commands.c,
23740           src/defaults.cFixed bug #595489 (stdin on executables)
23741         * src/appwizard.c, src/main.c, src/message-manager.cc
23742           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
23743           , src/debug_tree.c: Memory related (valgrind) fixes.
23744         * src/message-manager-private.[cc,h], src/pixpams.h
23745           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
23746         * anjuta.prj: Added debug_tree.c to SOURCES
23747         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23748           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
23749           Compacted code and cleaned up unnecessary functions.
23750         * tagmanager/*.[ch]: Code fixes.
23751         
23752 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
23753         
23754         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23755         
23756         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
23757         Debug tree now detects changes of displayed variables
23758         and changes their color to red
23760 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23762         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23763         
23764         * mainmenu_callbacks.c: Set's the current file name in
23765         file save as dialog.
23766         
23767 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23769         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
23771         * data/properties/tcltk.properties: New file for tcl/tk
23772         properties.
23774 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
23776         * src/project_type.[c,h], src/source.c, data/Makefile.am:
23777         Fixed a fatal bug which doesn't let building gnome2 related
23778         projects. They use different autogen.sh script. Defined new
23779         type field "gnome_macro_support".
23780         
23781         * data/autogen.sh.gnome2: New file.
23782         
23783         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
23784         bug with quotes escaping in quotes.
23785         
23786         * src/message-manager-private.cc: Used event box instead
23787         of frame for local message pane, so that the borders appear
23788         properly and nicely.
23789         
23790         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
23791         if there is a project open and all the files are un-docked.
23793         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
23795 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
23797         * src/main_menubar_def.h: implement feature request #595356, patch #597161
23798         * THANKS: updated for new contributions
23799         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
23801 2002-08-27 Steven Knight  <steven.knight@unh.edu>
23803         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
23804         src/project_dbase.h, src/project_type.c, src/source.c, 
23805         src/wizard_gui.c: new Qt project type
23806         *** NB not fully tested, may need some work, icon required...
23808 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23810         * src/memory.c, src/memory.h: new memory patch
23812 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
23814         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
23816 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
23818         * lancher/anjuta_launcher.c: Determine pty from function
23819         call instead of running 'tty' externally.
23820         
23821         * data/properties/cs.properties: Added compile/build commands.
23822         Fixed execution properties.
23823         
23824         * src/commands.c: Added c# options.
23826         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
23827         
23828         * src/debug_tree.[c,h], src/debugger.[c,h],
23829         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
23830         
23831         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
23832         1. Misaligned structs when they are members of other structs.
23833         2. '{' sometimes appears as a variable.
23834         3. Wrong processing of some arrays.
23835         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
23836         that displays the tree in two columns (variable and value).
23838 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23840         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
23842         * data/properties/sql.properties: added the DATETIME data type.
23844         * data/properties/html.properties: added the foreach php keyword.
23846 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23848         * NEWS: Updated with new features.
23849         
23850         * data/.cvsignore, doc/.cvsignore: Updated.
23851         
23852         Patch from: Etay Meiri <etay-m@bezeqint.net>
23853         
23854         * src/debug_tree.h, src/debug_tree.c: New files.
23855         
23856         * src/Makefile.am, src/message-manger-private.[h,cc],
23857         src/message-manger.cc: Added Tree view for debugger
23858         locals view.
23859         
23860 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23862         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23863         
23864         * src/memory.c, src/memory.h: New files.
23865         
23866         * src/Makefile.am, src/appwizard.c, src/controls.c,
23867         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23868         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23869         
23870         Memory view implemetation that would enable viewing raw memory
23871         during debugging.
23873 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23875         * AUTHORS: added Biswa, because I wonder why noone already have
23876         written his name in the Anjuta's hall of fame :)
23878 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
23880         * src/appwizard_gui.c: Removed an ambiguous prototype.
23881         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
23882         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
23883         * THANKS: Updated M. Ali Vardar's email.
23884         
23885 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23887         * src/anjuta_gui.c: implemented feature request to stop main and browser
23888           toolbars having exclusive use of space
23890 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23892         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
23893         left over from the previous work to fix bugs :-)
23894         
23895         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
23896         src/controls.c, src/mainmenu_callbacks.h, 
23897         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
23898         reviewed
23899         
23900         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
23901         src/project_import_gui.c, src/sharedlib_gui.c, 
23902         src/signals_gui.c: set window icon correctly
23903         
23904         * NEWS: more updates for the release
23905         
23906         * HACKING: updated for window icons and insert menu information
23907         
23908         * src/cvs_gui.c, src/build_project.c, 
23909         src/project_import_cbs.c: message strings reviewed
23910         
23911         * src/controls.c: context help button should be disabled if 
23912         DevHelp is not installed
23913         
23915 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23917         * src/debugger.c: Fixed the signalling screw up because of string
23918         update in gdb used to report the child process PID. Also, no
23919         error dialog will be popped up for "no such file or directory"
23920         error (very annoying and useless error). This error will still
23921         be shown on the debug message window. Avoided terminating the
23922         program when the terminal is terminated -- doesn't hurt, otherwise
23923         we get crappy egg-and-hen problem.
23924         
23925         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
23926         dimensions loading.
23927         
23928         * src/anjuta.c: Limited the default size of main window to sane
23929         values.
23931         * src/preferences.c: Fixed some deadly memory corruption bugs in
23932         the recent patches. Return from getenv() should NEVER be freed,
23933         because they are static strings.
23934         
23935         * src/preferences_gui.c: Removed the fix for crash bug with font
23936         selection and applied the real fix.
23937         
23938 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
23940         * NEWS: updated for release
23942 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23944         * src/launcher.c: Added a fix a memory leak and a possible
23945         fix for zvt-crash bug.
23946         
23947         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
23948         
23949         * data/properties/latex.properties,
23950         data/properties/ada.properties: Added file.is.source property.
23951         
23952         * src/an_file_view.c: Set auto column size of the file
23953         revision column.
23954         
23955         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
23956         The user is now prompted to confirm the closing of the file
23957         if it is being used by CVS. If yes, the editor is closed and
23958         the CVS operation stops.
23959         
23960 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
23962         * anjuta.prj: bump project version for release
23963         * BUGS: removed unnecessary file
23965 2002-06-07      Philip Van Hoof <freax@pandora.be>
23967         * widgets/gnomefilelist.c: fix up issue with directory deleted 
23968         during the life of the file list widget
23969         * src/preferences_gui.c: sticking-plaster fix to font selection
23970         causes segfault bug
23972         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
23974 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23976         * data/properties/anjuta.properties, src/an_file_view.[ch], 
23977         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
23978         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
23979         added options for symbol and file browsers.
23980         * data/properties/cpp.properties: linker flags should come after
23981         the name of the file to compile.
23982         * scintilla/Editor.cxx: fixed gcc compilation warning.
23983         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
23984         be executed from bindir only.
23985         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
23986         tagmanager/include/tm_file_entry.h: CVS version information in file 
23987         browser.
23988         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
23989         window.
23990         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
23991         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
23992         crashes during file import.
23993         * src/project_import.c: disable project menu items during project 
23994         import.
23995         
23996         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23998 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24000         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24001         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24002         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24003         modified Insert menu, added C functions template, header C 
24004         template, modified header_template HEADER_H ==> NAMEFILE_H
24005         
24006         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24008 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24010         * data/properties/html.properties: changed some file 
24011         associations
24013 2002-06-05 Philip Van Hoof <freax@pandora.be>
24015         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24016         
24017         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24019 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24021         * data/properties/anjuta.properties, src/defaults.c: Make windows
24022         docked by default, fix the big fonts bug.
24023         
24024         * src/an_file_view.c, src/main_menubar_def.h, 
24025         src/project_dbase_gui.c: sanitized the Edit/View mess.
24026         
24027         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24028         for customizing shortcuts.
24029         
24030         * src/mainmenu_callbacks.c: Search for selected word if present.
24031         
24032         * src/text_editor_menu.c: Added context menu options for docking
24033         and undocking editor windows.
24034         
24035         * src/main_menubar.h, src/main_menubar.c: more support for the 
24036         shortcuts menu item.
24037         
24038         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24040 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24042         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24043         all commit messages being written to top of the file
24044         
24045         * src/main_menubar_def.h: message strings reviewed
24046         
24047         * src/project_import.c: message strings reviewed
24048         
24049         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24050         some bugs around reading the project properties for creating 
24051         .glade and .desktop files in the Application Wizard. There were
24052         typos in the property names being retrieved
24053         
24054         * widgets/gnomefilelist.c: changed build_full_path to make 
24055         the file widget support ~
24056         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24057         
24058         * THANKS, widgets/e-shell-about-box.c, 
24059         manuals/anjuta-manual/C/authors.sgml: updated for new
24060         patch
24062 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24064         * src/project_dbase.c: Fixed the file-path-corruption bug
24065         and the cannot-import-file-in-project bug. (follow-up with
24066         the last commit from Stef).
24067         
24068         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24069         with unsaved-project.
24070         
24071 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24073         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24074         misplaced g_free.
24076 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24078         * data/properties/{xml,html,other}.properties: changed some file 
24079         associations
24080         
24081         * data/anjuta.mime: oops! cvs added
24082         
24083         * scintilla/RESearch.cxx: fixed up a problem with comments
24084         
24085         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24086         to avoid messages about missing libs
24087         
24088         * NEWS: started the release notes
24090 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24092         * HACKING: updated with new information on printing, patch naming
24093         
24094         * TODO: removed completed tasks
24095         
24096         * THANKS: updated a few contributions
24097         
24098         * anjuta.prj: updated the icon file
24099         
24100         * anjuta.desktop.in.in: updated to add Categories
24101         
24102         * data/anjuta.mime: created a mime type for Anjuta project files
24103         (NB needs to be added to the install in /usr/share/mime/)
24104         
24105         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24106         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24107         to PNG for websites.
24108         
24109         * plugins/patch/patch-plugin.c: clarified some messages and 
24110         made it easier to see different patching sessions
24111         
24112         * src/toolbar.c: changed some message text for consistency
24113         
24114         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24115         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24116         in preferences. 
24117         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24118                  
24119         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24120         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24121         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24122         Added XLib Project and a Dockapp Project types.
24123         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24124         projects
24125         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24126         * src/source.c: Fixed memory leak in existing projects. 
24127         (filename was not freed)
24128         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24130 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24132         * src/anjuta.h, src/anjuta.c: Added error display funtions
24133         with parent windows.
24134         
24135         * src/appwizard_cbs.c: Changed error display function to use
24136         parented version.
24137         
24138 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24140         * printing/print.h, printing/printing.c: Taken care of document
24141         zoom factor and fixed a font loading bug. Dynamically calculated
24142         text widths to work with zooms properly. Re-organized code for
24143         dynamic text width calulations to work in general with utf8 chars.
24144          Determined font height and width automatically from the font info.
24145         
24146         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24147         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24148         Converted text.zoom.factor property to use #defined value. Removed
24149         margin header and margin numbers preferences, as they  now
24150         calculated dynamically.
24151         
24152 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24154         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24155         printing/print-util.h, printing/print.c, printing/print.h:
24156         Rewritten printing support for style based printing. Syntax highlighted
24157         printing, monochromatic printing, setup using preferences etc.
24159         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24160         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24161         language and the styled text buffer.
24162         
24163         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24164         the print setup preferences page and added printer preferences. Added functions
24165         to retrieve preferences with default values.
24166         
24167         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24168         the printing.
24170         * data/properties/anjuta.properties: Added default printer preferences.
24172         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24173         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24174         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24176         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24177         
24178 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24180         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24182         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24183         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24184         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24185         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24187         printing/Makefile.am: Reduced compiler optimizations.
24189         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24190         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24191         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24192         tagmanager/tm_workspace.c: TagManager fixes.
24194 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24196         * printing/*: CVS added. :)
24197         
24198 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24200         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24202         * printing*: CVS added.
24203         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24204           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24205           src/main_menubar_def.h: Gnome Print support
24206         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24207         * configure.in: Enable debugging flag option
24208         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24209           Print properties defined.
24210         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24211         
24212 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24214         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24215         
24216         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24217         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24218           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24219           and cleanups
24220         * src/text_editor.c: Minor cleanups.
24221         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24222         * src/project_dbase.c: Fixes to add/remove files from project.
24223         * src/help.c: Fix minor memory leak.
24224         * src/project_dbase_gui.c: Remove debugging messages.
24225         * src/utilities.[ch]: Cleanups and minor fixes.
24226         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24228 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24230         * src/anjuta.c [anjuta_apply_preferences()]:
24231         Fixed a crash bug when tab pos is not defined for the editors.
24232         
24233         * data/properties/cpp.properties: Set default identifier property to normal.
24234         This fixes the bug in which the fore color gets hidden with dark background.
24236 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24238         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24239         scintilla 1.46
24240         
24241         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24242         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24243         src/anjuta.c, data/properties/anjuta.properties:
24244         Implemented line wrapping.
24245         
24246         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24247         
24248         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24249         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24250         tags. Code was reviewed from GNOME Bonsai view.
24251         
24252         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24253         it seems to have been removed by scintilla people.
24254         
24255         * data/properties/anjuta.properties: Set default line wrap to false, as
24256         is noticably slow with big files.
24257         
24258 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24260         * src/project_import_gui.c: disallow the selection of files in
24261           the browse dialog.
24262         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24263           preferences code.
24264         
24265 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24267         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24268           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24269         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24270         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24271           now works properly.
24272         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24273         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24274         * src/utilities.[ch]: Added some utility functions.
24275         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24276         
24277         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24279 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24281         * HACKING: info on FIXME statements and removed ccview references
24282         * Makefile.am: added rule to make RPM package
24284 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24286         * THANKS, widgets/e-shell-about-box.c, 
24287         manuals/anjuta-manual/C/authors.sgml: updated for new
24288         patch
24289         * src/anjuta.c: removed unnecessary warning code since CVS 
24290         support is now implemented :-)
24291         * manuals/sgmldocs.make: implemented a fix for bug #553969
24292         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24293         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24294         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24295         
24296 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24297         
24298         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24299           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24300           src/main_menubar_def.h, src/preferences_gui.c,
24301           preferences.c, preferences.h: setup Username and Email 
24302           preferences, Insert ChangeLog and Username editor functions
24303           
24304           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24306 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24307         
24308         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24309           src/src_paths_cbs.c, src/src_paths_gui.c
24310           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24312           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24314 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24316         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24317           and goto tag menu items to main menu.
24319 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24321         * THANKS, widgets/e-shell-about-box.c, 
24322         manuals/anjuta-manual/C/authors.sgml: added new contributors
24323         * HACKING: updated with info on files to change for credits
24325 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24327     * src/aneditor.cxx: extended extension list which fixes segfault
24328     on selecting lisp, ruby or matlab as highlight style.
24330 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24332         * src/main_menubar_def.h: fixed an array initialiser and fixed
24333         the lexer settings for the new entries on the Format menu
24335 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24337         * Synced with Scintilla 1.45
24339 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24341         * anjuta.prj: added another missing file
24342         * ChangeLog: fixed some incorrect change dates I caused by 
24343         sloppy cut-and-pasting :-/
24345 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24346         
24347         * src/mainmenu_callbacks.c: fixed title of new About box
24349 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24351         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24353 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24355         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24356         * anjuta.prj: updated for new files
24358 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24360         * widgets/e-shell-about-box.c: Added version display.
24361         
24362 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24364         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24365         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24366         from Philip Van Hoof)
24368 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24370         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24371         dependency
24372         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24373         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24374         that produced build errors (needs checking on a machine with the
24375         ja locale!)
24376         * data/properties/lisp.properties: updated to match format of other
24377         lexer property files supplied with Anjuta
24379 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24381         * anjuta.prj: added new files
24382         * HACKING: added information from the mailing list on 
24383         adding new project types to the wizard (thanks to Johannes)
24385 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24387         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24388           src/appwiz_page2.c: Fix for 547038.
24390 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24392     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24393     hide bug.
24394     
24395     * about.h: cvs removed.
24396     
24397 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24399         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24401         Fix for #539574.
24403         * src/anjuta.c (anjuta_system_error): checks for the error number to
24404         know whether the error description is needed or not.
24406 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24408         * pixmaps/anjuta_logo.png: New about logo.
24409     
24410         * pixmaps/anjuta_icon.png: New icon from Misha. The
24411         old one had trouble with some gtk themes.
24412     
24413         * about.c: Removed. No longer needed.
24415         * mainmenu_callbacks.c: Removed reference of about.h
24416     
24417 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24419         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24421         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24422           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24423         About Dialog (thanks to the Evolution team for the cool widget!)
24425 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24427         Patch from lbell <lbell@tsc4.com>
24428     
24429         * src/find_in_files.c, src/find_in_files.h,
24430           src/anjuta.c: Added save_yourself, load_yourself routines.
24431     
24432         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24433         Added "Append messages" toggle button. This will enable
24434         the search results to be appended to the already existing
24435         results.
24436     
24437         * src/debugger.c: Fixed a typo.
24438     
24439         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24440           src/session.c, src/session.h: Improved session management.
24442 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24444         * THANKS, FUTURE, AUTHORS: Changed my email and
24445         avoided yahoo.com.
24447 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24449         Impl. feature request #525271 (add Lisp support).
24451         * data/properties/lisp.properties: added.
24453         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24454           the lisp properties.
24456         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24457           src/utilities.[ch]: added support for the Lisp highlight style.
24459 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24461         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24462           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24463           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24464           option preferences to have a persistent setting. Plus it's not used
24465           often, so it's better here than flooding the menus.
24467         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24468           preferences pages a lot more consistent and sweeter: tabs direction
24469           radiobuttons are directed against the meaning, all pages have an
24470           outter frame, a lot of padding, removed all expand attributes for
24471           vertical boxes, ...
24473           That's not a total revamp, but it's really looking better now, even
24474           if there's still work to be done.
24476 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24478         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24479         * TODO: added task to be completed before next release (update all credits)
24481 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24483         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24484         Benke László.
24486 2002-05-01  Benke László  <decike@freemail.hu>
24488         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24490         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24491           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24492           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24493           to the format menu in order to reorder the notebook tabs in
24494           alphabetical order everytime a file is created/opened/saved.
24496 2002-05-01  Philip Van Hoof <freax@pandora.be>
24498         * widgets/gnomefilelist.[ch] (history_combo_go),
24499         (history_combo_clicked): impl.
24501         (gnome_filelist_new_with_path): use this new impl.
24503 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24505         * src/project_dbase_gui.c (add_file): added the xpm file type.
24507 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24509         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24510         tag manager fixes.
24512         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24513           of tag types.
24515         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24516           src/text_editor_menu.c: Added context sensitive search in symbol
24517           browser and editor.
24519         * configure.in: Changed version number to 0.1.9.99.
24521         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24522           src/project_import.c: Minor changes to project import facility.
24524         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24525           (Forced to use specific brace format)
24527         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24528           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24529           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24531 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24533         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24534         replaced the spinbutton with an hscale, and made the UI less "blocky".
24536         * src/cvs_gui.c: When diffing a project you can choose date and
24537         release now.
24539         * src/project_dbase.c: Import_file activated again
24541         * configure.in, plugins/Makefile.am: Added patch plugin
24543         * plugins/patch/*: The new patch plugin
24545 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24547         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24549         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24550         dropdown list shown by autocompletion are now removed.
24552 2002-04-28  Philip Van Hoof <freax@pandora.be>
24554         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24555         a bunch of filetypes from the older version.
24557         * src/project_dbase_gui.c (add_file): changed the import
24558         dialog's filetypes combo contents depending on the
24559         type of data to be imported.
24561 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24563         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24564         the amount parameter as Philip stated and reformated to follow the
24565         Gnome convention.
24567         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24568         changed accordingly.
24570 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24572         Fix for #531293.
24574         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24575         Shift-F6, to be more consistent with other Gnome apps.
24576         Moved the "Search next" entry under the "Search" one, and swapped the
24577         order of the "Find in files" and "Find and Replace" ones.
24579         Some additional fixes ands cleanups on the edit menu.
24581         * src/main_menubar.h: replaced all occurences of repeat_find by
24582         find_again for the code to be more consistent.
24584         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24585         sensitiveness depending on the existence of an active text buffer.
24587         * TODO: added some bits about improving the usability of the
24588         search/search again couple.
24590 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24592         * src/preferences_gui.c: made the tab labels text more consistent
24593         (s/misc/Misc/).
24595 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24597         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24599         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24600         filename.
24602         * src/main.c (main): simplified some code and cleanups.
24604         Fix a part of #499366:
24606         * src/commands.[ch] (sync_from_props), (command_editor_save),
24607         (on_apply_clicked), (create_command_editor_gui): added the gui
24608         corresponding to the command.terminal preference.
24610 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24612         Fix for #465180.
24614         * anjuta.spec.in: added build requirements for the source rpm.
24616 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
24618         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24619         
24620         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
24621           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
24622           src/project_type.c, source.c, wizard_gui.c:
24623           Added new GNOME 2 project types and changed glade behaviour to
24624           produce GTK code if project type GTK was selected and GTKmm code
24625           if project type GTKmm was selected (and not depending on the 
24626           selected language. Disabled glade for GNOME 2 projects because
24627           we will need glade2 there.
24628           
24629         * src/project_dbase.c: Fixed a memory lack.
24630         
24631         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
24632         
24633         * src/cvs.c: Added an error message if jobs are running
24635 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
24637         * tagmanager/tm_work_object.c: Fixed a chrash
24638         bug which occurs when it tries to stat an empty
24639         file name.
24640         
24641 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
24643         * src/controls.c: CVS menu items now becomes
24644         insensitive when the launcher is busy.
24645         
24646         * src/anjuta.c, cvs.h, cvs.c: Created a function
24647         to update the cvs preferences when preferences are
24648         applied in preferences dialog and called it from
24649         anjuta_update_preferences().
24650         
24651 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
24653         * src/cvs.c: Added a space in the cvs command
24654         before the revision part. This fixes the cvs
24655         error we get when cvs-diffing with revisions.
24656         
24657         * src/cvs.c: Fixed a compiler warning.
24658         
24659         * src/find_replace.c: The dialog now remembers
24660         the settings including the "prompt on replace"
24661         which seems to have broken somewhere line the
24662         changes.
24663         
24664 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24666         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
24667         Added a new property in cvs class to hold a boolean
24668         for enabling date in cvs diff. This fixed the bizzare
24669         diff output due to the date that goes with the cvs
24670         command. Also, set the default value of compression
24671         to 3 and unified diff option to 1.
24672         
24673 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24675         * src/cvs.c: The diff editor is set to hilite as
24676         diff syntax hiliting.
24677         
24678         * configure.in, manual/Makefile.am:
24679         Added a new manual module for ja language.
24680         
24681         * manual/ja/*/*/*: New module and files for the
24682         ja translation for the anjuta documentation
24683         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
24684         
24685 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
24687         * src/launcher.c: Made a very messy work around
24688         for the launcher authentication to work properly.
24689         
24690         * src/find_replace.c: Applied the missing patch
24691         from Dan Elphick <dre00r@ecs.soton.ac.uk>
24692         
24693 2002-04-16 Andy Piper <andy.piper@freeuk.com>
24695         * src/cvs.c, src/main_menubar_def.h: made message strings
24696         consistent with existing standards from our own documentation 
24697         (such as uppercase P in Project, corrected spelling of 
24698         repository, etc.)
24700 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24702         * src/cvs_gui.c: Cleaned up gui and aligned various
24703         widgets to give a clean look.
24704         
24705 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24707         * src/launcher.c: Added work around to retrieve
24708         the child exit code. It works. :)
24709         
24710         * src/find_in_files.c, src/gnome_project.c,
24711         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
24712         src/clean.c, src/clean_project.c, src/build_project.c,
24713         src/build_file.c: Modified to handle the new
24714         child exit code.
24715         
24716 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
24718         * src/find_replace.c: Changed signal to call
24719         on_replace_text_close on from delete_event
24720         to close => the replace history is now updated.
24722 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
24724         * src/cvs.c: escaped the cvs import message before
24725         passing it to cvs.
24726         
24727 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
24729         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24730         
24731         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
24732         
24733         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
24734         Added cvs import
24735         
24736         * src/preferences_gui.c: GUI improvements
24737         
24738         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
24740 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
24742         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
24743         Removed static qualifier from tm_tag_type_name() and
24744         availed it's prototype for use in outside code. also
24745         created reverse map function tm_tag_type_name();
24746         
24747         * src/anjuta.c: Implemented qualified tags names for
24748         the tag list (on the toolbar pulldown list) to avoid
24749         ambiguty in tags with similar names (like prototype
24750         and definition). Patch modified and improved.
24751         
24752         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
24753         
24754 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24756         * src/utilities.[c,h]: Added a utility funtion
24757         that escapes the single and double quotes in a
24758         given string. Useful for passing command line
24759         args with quotes.
24760         
24761         * src/cvs.c: Escaped the cvs log message before
24762         passing it to cvs command line to avoid ambiguties
24763         with quotes in the message.
24764         
24765         * pixmaps/anjuta_icon.png: Changed to the new icon.
24766         from Todd Goyen <goyen@mbi-berlin.de>
24767         
24768         * src/message-manager-private.cc: Added regex to 
24769         recognize (underline hilite) the parsable outputs
24770         from the zvt terminal.
24771         
24772 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24774         Patch from: Tina Hirsch <tehirsch@arcor.de>
24775         
24776         * src/project_type.c:
24777         Fixed a bug in the wxproject type and modified the erroroutput when
24778         configure doesn't find wx-config
24779         
24780         Patch from: Timothee Besset <ttimo@idsoftware.com>
24781         
24782         * src/anjuta.c, src/message-manager-private.cc,
24783           src/message-manager-private.h
24784         Catches double clicks in the zvt terminal, and calls goto_error_line
24785         to jump to the appropriate location in the source. This will recognize
24786         grep -n output
24787         
24788 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
24789         
24790         * src/build_project.c: Taken care of memory leak
24791           by freeing cmd variable properly.
24793         * src/main_menubar_def.h: Fixed wrong signal connection
24794           for cvs project commit.
24795           
24796         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
24797         
24798         * src/preferences_gui.c: Added some border and adjusted
24799           expandsion, filling in box adds to make the cvs preferences
24800           more nicer.
24801         
24802 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
24804         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24805         
24806         * src/cvs*, src/main_menubar*, src/preferences*: 
24807         Moved CVS settings to preferences, added a nice login dialog.
24808         
24809         * src/controls.c, src/project_dbase.c:
24810         CVS project options are only shown if a project is open
24811         
24812         * src/build_project.c:
24813         User is now asked if he wants to install as root 
24814         
24815         * src/launcher.c:
24816         Fixed a warning
24818         * anjuta.prj: Updated with cvs files
24819         
24820         * TODO: Remove task which are done
24821         
24822 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
24824         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
24825         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
24826         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
24828         Modified launcher to use controlling terminal to detect and
24829         take care of password authentications (for example, for cvs
24830         and root installs).
24831         
24832         * pixmaps/password.png: New file.
24833         
24834 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24836         Anjuta kick start tutorial wirtten by:
24837           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
24839         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
24840           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24841           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
24842           manuals/C/anjuta-tutorial/figures/*.png:
24843           
24844           Added files
24845         
24846         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
24847           
24848           Modified files.
24849         
24850 2002-03-28 Roel Vanhout <roel@stack.be>
24852         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24854         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
24855           src/preferences_gui.c:
24856         Added option to wrap around to beginning/end of file when on last bookmark
24857         and next/previous bookmark is pressed
24858         
24859 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24861         Patch from Philip Van Hoof <freax@pandora.be>
24862         
24863         * src/gnomefilelist.c:
24864         Added gimp like feature that changes the file extension of
24865         the filename entered in the selections when the file
24866         filter is changed.
24867         
24868 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24869         
24870         Patch from Roy Wood <roy.wood@filogix.com>
24871         
24872         * src/controls.c, src/find_text.c, src/find_text.h,
24873           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24874           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24875           
24876           Menuitem for entering currently selected text as find target,
24877           added key accel for "find next" and changed some key accels for
24878           other key for consistency.
24879           
24880         * src/utilities.c:
24881           Cleaned up code.
24882         
24883 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24885         * src/watch.c, src/watch.h, src/watch_cbs.c,
24886           src/watch_cbs.h, src/watch_gui.c:
24887         
24888           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
24889         
24890           Added change watch entries feature
24891           and Watch entries modify on double click fixed.
24893 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24895         * src/mainmenu_callbacks.c:
24896         
24897           Project commit should not bypass dialog as
24898           we need to get the cvs log from the user.
24899           
24900 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24902         * src/project_dbase.c:
24903         
24904           Patch from Roy Wood <roy.wood@filogix.com>
24905           
24906           Fixed docking bug with the new docking patch
24907           to fix copy/paste bug.
24908           
24909 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24911         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
24912           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
24913           src/main_menubar.h, src/main_menubar_def.h,
24914           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24916           Added cvs project support. Featured bypass cvs dialog for
24917           cases where we don't need dialog (such as project and right
24918           click selection from file browser). Cleaned up cvs code to
24919           make them generic cvs operations instead of separate file
24920           and project operations. Added cvs log action. Increased
24921           file entry box width and enabled "unified diff" by default.
24922           Used Editor buffer for status and log and set hilite for
24923           these buffers including diff buffer (DIFF hilite).
24924           
24925 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
24927         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24929         * data: Added file autogen.sh.wxwin 
24930         * data/Makefile.am: Added entry for autogen.sh.wxwin
24931         * pixmaps: Added project image appwiz_wxwin.png
24932         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
24933         * src/appwizard_cbs
24934           src/compiler_options.c
24935           src/pixmaps.h
24936           src/project_dbase.c
24937           src/project_dbase.h
24938           src/project_import_cbs.c
24939           src/project_type.c
24940           src/source.c
24941           src/source.h
24942           src/wizard_gui.c: Added everything necessary for new
24943                             project type 'wxWindows (wxGTK)
24944         * src/project_dbase.c: Fixed a bug that caused every project
24945                                to be a glade project in dialog
24946                                                    'Project information'.
24948 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
24950         Patch submitted by Roy Wood <roy.wood@filogix.com>
24951         
24952         * src/anjuta_gui.c, src/message-manager-dock.c,
24953           src/project_dbase.c:
24954           
24955           fixed the copy/paste bug by rewriting dock/undock
24956           code.
24958 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
24960         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24961         
24962         * src/cvs*, src/Makefile.am:
24963           New file for CVS support. File operations currently work
24964           cvs login needs to be done. Project support is not yet
24965           started.
24967         * src/main_menubar*, src/mainmenu_callbacks,
24968           src/anjuta.c, src/anjuta.h:
24969           Added menus and functions for cvs commands.
24970           
24971         * src/text_editor_menu.h: 
24972           Added #include <gtk/gtk.h>
24973           
24974         * src/gotoline.h:
24975           Removed a warning (and this time it works ;-)
24977         * src/utilities.c, src/utilities.h:
24978           Added a utility function to retrieve directory
24979           name out of full path.
24981 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
24983         * src/executer.c: (create_executer_dialog): changed the default
24984           focus on the entry.
24986 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
24988         * widgets/gnomefilelist.c:
24989         Fixed duplicate history entries for the same directory.
24990           
24991 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24993         Fix for #520092.
24995         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
24996           it's already used by scintilla to delete the whole current line.
24998 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25000         Fix for #525107.
25002         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25003           calls to fileselection_hide_widget,
25004           (on_open_filesel_cancel_clicked): removed.
25006         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25007           (on_add_prjfilesel_cancel_clicked):
25009         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25010           impl.
25012         * src/fileselection.c: Made some functions static.
25013           (fileselection_hide_widget): rewritten using the new
25014           gnome_filelist_set_multiple_selection function.
25016         * src/fileselection.c: (on_file_selection_delete_event): removed
25017           unuseful widget hides. Some cleanups,
25018           (on_file_selection_cancel_clicked): impl,
25019           (create_fileselection_gui): changed the cancel button clicked's
25020           callback to use this new function.
25022         * src/anjuta.c: (anjuta_new):
25023         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25024           callbacks, because this the gnome filelist widget's job.
25026         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25027           clist selection mode duplicates set,
25028           (gnome_filelist_key_press): use the new impl. function.
25030 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25032         Fix for #441233.
25034         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25035           fixed some bogus code using an array cell out of
25036           range, removed unecessary gettext usages.
25038         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25039           some cleanups and now transform minus characters to
25040           underscores.
25042         * src/source.c:
25043           (source_write_configure_in),
25044           (source_write_toplevel_makefile_am),
25045           (source_write_desktop_entry),
25046           (source_write_glade_file):
25047         * src/project_dbase.c: (project_dbase_summon_glade),
25048           (project_dbase_generate_source_code):
25049         * src/glades.c: (gladen_write_glade_write):
25050           replaced some occurences of the target name by the
25051           project filename, using project_dbase_get_proj_name,
25052           to fix the name of some files.
25053           Fixed a lot of mem leaks.
25054           Various code cleanups.
25056 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25058         Merged with latest (1.44) scintilla.
25060         Added: - The calltip.<lexer>.end.definition property to display help
25061                  text on a second line of calltip.
25062                - The calltip.<lexer>.word.characters property to correctly find
25063                  calltips for functions that include characters like '$' which
25064                  is not normally considered a word character.
25065                - The use.monospaced property to determine initial state of
25066                  Use Monospaced Font setting.
25068         Bugs fixed: Too many to mention; please see :
25069                     http://www.scintilla.org/ScintillaHistory.html for the
25070                     full changes list.
25072         * scintilla/*/*: updated nearly all files.
25074         * TODO: removed the need of a scintilla merge.
25076         Merged with latest (1.44) SciTE properties.
25078         * data/properties/anjuta.properties: added the wrap, use.monospaced
25079           properties.
25081         * data/properties/html.properties: added a missing php extension, and
25082           updated php keywords to the latest reference.
25084         * data/properties/pascal.properties: added commands to compile, build
25085           and execute pascal applications.
25087         * data/properties/lua.properties: added styles for statements.
25089         * data/properties/bash.properties: added the declare keyword.
25091         Fixed distchecking.
25093         * global-tags/Makefile.am,
25094           global-tags/create-global-tags.sh: used some kind of ugly hack to
25095           make distchek work, since noone has proposed some better way.
25097         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25098           and Ctrl-N replace Alt-N for new file according to the Gnome design
25099           reference.
25101 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25103         * widgets/gnomedirlist.c
25104         widgets/gnomedirlist.h
25105         widgets/gnomefilelist.c
25106         widgets/gnomefilelist.h:
25108         Added GPL headings in the file.
25110 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25112         * src/attach_process.c
25113         src/attach_process_cbs.c
25114         src/attach_process_cbs.h
25115         src/attach_process_gui.c
25116         src/breakpoints.c
25117         src/breakpoints_cbs.c
25118         src/breakpoints_cbs.h
25119         src/breakpoints_gui.c
25120         src/commands.c
25121         src/compiler_options.c
25122         src/compiler_options_cbs.c
25123         src/compiler_options_cbs.h
25124         src/compiler_options_gui.c
25125         src/find_in_files.c
25126         src/find_in_files_cbs.c
25127         src/find_in_files_cbs.h
25128         src/find_in_files_gui.c
25129         src/find_replace.c
25130         src/find_text.c
25131         src/help.c
25132         src/preferences.c
25133         src/preferences_gui.c
25134         src/project_config.c
25135         src/src_paths.c
25136         src/src_paths_cbs.c
25137         src/src_paths_cbs.h
25138         src/src_paths_gui.c:
25139         
25140         Bugs #521629 and #522427 fixed. The problem was, that the
25141         escape-key was not catched and the dialog was hidden, but
25142         the flag was not set correctly.
25144         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25145         using the gnome_dialog_close_hides()-setting present in most dialogs.
25146         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25147         emits "close" and set the flag in the close-callback.
25149         Patch from: Jens Georg <mail@jensgeorg.de>
25151 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25153         * src/*.{c,cpp}: s/string_free/g_free/
25155         * src/utilities.[ch]: (string_free): removed.
25157 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25159         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25161         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25162         src/mainmenu_callbacks.[ch]:
25163         Removed Project menu options: README, TODO, ChangeLog and NEWS
25164         Moved Save Build Messages to Build menu and only highlight it
25165         when there are build messages.
25166         Corrected a spelling: "mojority" -> "majority"
25167         Fixed initialisation of edit.edit_app_gui so now Edit menu
25168         can be shown when no project is loaded.
25170         * src/project_dbase.h: Removed prototype for static function
25172 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25174         * src/text_editor.c: Editor is marked changed after
25175         autoformat. 
25176         
25177         Patch from: Jens Georg <mail@jensgeorg.de>
25179 2002-03-04 Roel Vanhout <roel@stack.be>
25181         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25183         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25184         Added option to ignore binary files on 'Find in files' (grep -I option)
25186 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25188         * src/main.c:
25189         session restoration and commandline load in 
25190         gtk idle loop.
25191         
25192         * src/anjuta.[h,c], src/anjuta_cbs.c:
25193         Removed "clear windows menu" and prevented runtime 
25194         warnings.
25195         
25196         * src/compile.c, src/build_file.c, src/build_project.c,
25197         src/clean.c:
25198         Takes into account the preference setting for 
25199         show dialog when job completes. Dialogs are
25200         shown when it is enabled otherwise not.
25201         
25202 2002-03-03 Roel Vanhout <roel@stack.be>
25204         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25205         
25206         * src/find_text.c
25207         Store 'Find...' search string on search so that 'Find Next' will search for
25208         that string, even if the dialog hasn't been closed yet.
25210 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25212         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25213         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25214         src/main_menubar_def.h:
25215         
25216         Organized menus, removed "Windows" and "Utilities" menus from the
25217         menubar [they are no longer needed]. Also removed some extragenous
25218         separators.
25219           
25220 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25222         * src/message-manager-private.cc:
25223         Set message clist selection mode to BROWSE.
25224         
25225         * src/message-manager.cc, src/an_symbol_view.c,
25226         src/an_file_view.c:
25227         Added Key navigation for the CTree and CList. Arrow left for
25228         node collapse, right for node expand, space (or enter) for
25229         activation (same as double click).
25230         
25231 2002-03-03 Roel Vanhout <roel@stack.be>
25232         
25233         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25234         
25235         * plugins/class-gen/clsGen.c
25236         Added functionality to semi-intelligently prefill filename
25237         boxes with names deduced from class name
25239 2002-02-26 lbell <lbell@tsc4.com>
25241         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25242         * src/preferences_gui.c:
25243         Removed an incorrect use of gtk_misc_set_alignment().
25244         
25245         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25246         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25247         src/preferences.h, src/preferences_gui.c:
25248         
25249         Added the option to reload last open project at the startup.
25250         Added the possibility to open a new project without close
25251         an existing one
25252         
25253         * src/properties.cxx:
25254         Corrected a spelling mistake in message string.
25255         
25256         * src/session.c:
25257         Updated session functions.
25258            
25259 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25261         * widgets/gnomefilelist.c: Bug fixes.
25262         
25263         Patch from Philip Van Hoof <freax@pandora.be>
25264         
25265 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25267         * src/an_file_view.c:
25268         anjuta was unable to open some files becuase they were not being
25269         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25270         Removed mime checking when opening with anjuta, becuase it doesn't
25271         hurt to open binary files in anjuta (some even may want to do so).
25272         
25273         Added a warning when mime type is not set when "view with default
25274         viewer" is activated.
25275         
25276         * src/an_file_view.c, an_symbol_view.c:
25277         Converted N_() to _() where ever appropriate in the strings.
25278         
25279 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25280         
25281         * src/appwizard_gui.c, src/appwizard_cbs.c
25282           src/wizard_gui.c/h, src/appwiz_page3.c,
25283           src/project_import_gui.c:
25284           
25285         Moved target type radiobuttons to appwiz. page 2
25286         
25287         * src/message-manager-private.cc
25288         Fixed a bug which caused a crash if next message function was used
25290         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25292 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25294         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25295         Modifies the behaviour of Alt-TAB in Anjuta. This
25296         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25297         edited files in the first items of the notebook.
25299         Patch from: Timothee Besset <timo@qeradiant.com>
25300         
25301 2002-02-24  Philip Van Hoof <freax@pandora.be>
25303         * widgets/gnomefilelist.c, gnomefilelist.h:
25304           Added filecompletion
25305           
25306         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25308 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25310         * configure.in: Added "sk" to ALL_LINGUAS.
25312 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25313   
25314         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25315           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25316           src/wizard_gui.c: Added support for static and dynamic libs
25317         
25318 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25320         * widgets/gnomefilelist.c:
25321           Fixed gnome_filelist_get_lastfilename so it no longer returns
25322           a corrupted path.
25324 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25326         * src/resources.h, resources.c:
25327         Added url handler.
25329         * src/main_menubar_def.h, mainmenu_callbacks.c:
25330         Changed to use gnome configed url handler.
25332 2002-02-19  Philip Van Hoof <freax@pandora.be>
25334         * widgets/gnomefilelist.c
25335         Added PHP filetype.
25337 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25339         * plugins/class-gen/clsGen.c:
25340         Added c++ support.
25341         
25342         * widgets/gnomefilelist.c:
25343         Gives the maximum space to the files section of the open file dialog.
25344         
25345         Patches from: lbell <lbell@tsc4.com>
25346         
25347 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25349         * src/anjuta.c, main.c:
25350         Used tm_get_real_path in anjuta_get_full_filename();
25351         
25352 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25353         
25354         * anjuta.prj: update version
25356 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25358         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25359           removed the amount arg and replaced with a NULL-ending list.
25360           (gnome_filelisttype_makedefaultlist): use the new prototype.
25362 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25364         * src/about.c, THANKS: updated for new contributors
25365         
25366         * anjuta.prj: added new files
25367         
25368         * README: corrected some documentation, ctags no longer needed,
25369           pkgconfig now required
25370           
25371         * data/properties/others.properties: add .cvsdiff extension
25372         
25373         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25374           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25375           file import
25376           
25377         * doc/anjuta.1: added initial man page thanks to 
25378           Rob Bradford <rob@debianplanet.org> (NB build and install 
25379           needs work)
25380         
25381 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25383         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25384           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25385           warning flags. 
25386   
25387         * configure.in: Changed version to 0.1.10-pre
25388   
25389 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25391         * src/fileselection.c: (create_fileselection_gui): always display
25392           the directory creation button as we cannot rely on the dialog
25393           titlebar.
25395         * widgets/gnomefilelist.[ch]: fixed includes.
25397         * pixmaps/new_folder.xpm: resized, added a + sign.
25399 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25401         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25402           changed all extensions to begin with a dot.
25404 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25406         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25408         * THANKS: added Philip.
25410         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25412         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25413         * src/file_selection.[ch],
25414         * widgets/gnomefilelist.[ch]: added a filetype
25415           combobox to the Anjuta file dialog widget.
25417 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25419         * anjuta.spec.in: eep! the import script was not being installed by
25420           RPM - fixed for the release.
25422 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25424         Various cleanups and fixes for the next release to be able to make
25425         distcheck.
25427         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25428           much and make some tweaks plus cleanups.
25430         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25431           args to remove some warnings.
25433         * global-tags/Makefile.am,
25434           data/Makefile.am,
25435           src/Makefile.am: link against Anjuta static libs using the
25436           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25437           distcheck happy.
25439         * src/Makefile.am: ditto with all the Anjuta static libs.
25441         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25442           include, as we already include the whole directory for the build.
25444         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25445           
25446 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25448         * pixmaps/Makefile.am: icon for libglade project now installed
25449         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25450         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25451           breaking some build stuff
25452         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25453           include reference problems that showed up on make distcheck
25454         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25456 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25457         
25458         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25460 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25462         * src/message-manager-private.cc:
25463           The horizontal scrollbar now shows properly on demand.
25464         
25465 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25467         * src/dnd.c fixed some warnings
25468         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25469           and works. It is shown always at the moment but before it was
25470           shown on demand and did never work. 
25472 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25474         * src/anjuta.c: Fixed a crash bug.
25475           patch from: Jens Georg <mail@jensgeorg.de>
25477 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25479         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25480           reports a problem with missing end tags on <graphic>
25482 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25484         * manuals/C/ChangeLog: removed since it was never used
25485         * manuals/C/anjuta-manual/*: more updates, new screenshots
25486         * anjuta.prj: updated for new manuals/ structure
25488 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25490         * source.c, compiler_options.[c/h]:
25491           Fixed bug #460321 "Problem with optimization options" 
25492           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25493         
25494 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25496         * NEWS: prepared for release, need to fill in date
25497         * data/welcome.txt: version number updated
25499 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25501         * src/text_editor_menu.c, src/an_file_view.c, 
25502           src/an_symbol_view.c: marked strings for translation
25503         
25504         * src/defaults.c, data/properties/xml.properties:
25505           *.omf and *.xsl files should use XML highlighting
25506           
25507         * manuals/C/anjuta-manual/*:
25508           - restructured so that files have more meaningful names
25509             and are easier to edit (see anjuta-manual.sgml for the
25510                 ordering)
25511           - updated some screenshots
25512           - continued rewrite
25514 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25516         * main.c: Made a workaround to remove the old
25517         anjuta gnome config file (older than 9 Feb 2002). This
25518         will fix the bug which never lets the brower toolbar shown.
25519         
25520         * main.c: In fact, the above solution wouldn't work in all
25521         cases. Therefore, here is the better fix, which works by
25522         detecting the version of the old config file and deleting
25523         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25524         
25525 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25527         * HACKING: added info on submitting patches
25529 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25531         * src/project_import_gui.c, src/project_import.c:
25532           - If Project Import Wizard is canceled everything is 
25533                 cleaned up now.
25534           - Back button is now insensitive on page 3 (some problems: 
25535                 see TODO in project_import_qui.c:284
25536           - Menu frame is insensitive if project type != GNOME(mm)
25538 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25540         * src/main.c: Fixed bug #  (Unable to open files on
25541         double click in project window from second trial onwards when
25542         the project is opened from command line).
25543         
25544         * po/POTFILES.in: Removed tags_manager.[h,c]
25545         
25546 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25548         * src/preferences.c:
25549           A quick hack to fix the 'invisible' browser toolbar when
25550           upgrading from 0.1.8 to 0.1.9
25551           
25552         * src/anjuta.c:
25553           Fixed toolbar names which were causing confusions in the toolbar
25554           show/hide.
25555           
25556         * src/main.c:
25557           Substituted "anjuta" with PACKAGE
25558           
25559         * src/project_import_gui.c: 
25560           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25561           
25562         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25563           Added new files and removed obsolete ones.
25564           
25565 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25567         * src/appwizard_cbs.c, project_import_cbs.c, 
25568           main_menubar_def.h, project_import_gui.c: 
25569           updates to message strings and layout for the 
25570           import wizard.
25571           
25572         * text_editor_cbs.c: fix for the tab menu entries for 
25573           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25575 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25577         * src/toolbars.c,
25578           src/toolbars.h,
25579           src/anjuta_gui.c,
25580           src/controls.c:
25581           
25582           Tag dropdown exclusive (takes
25583           all space in the toolbar) and never vertical and
25584           increased the width of the tag combo to 256 pixs.
25585           Toolbar separator before the combo and button.
25586           Added tags label before the tag button.
25587           Reorganized the dock bands for the toolbars.
25588           
25589         * src/project_import_gui.c
25590           src/project_import.c:
25591           Fixed an error and removed an unused variable.
25592           
25593         * data/properties/anjuta.properties:
25594           Removed the property for the old toolbar and set
25595           browser toolbar show to default.
25596           
25597         * src/project_dbase.c: excluded modules were not
25598           loaded. Fixed.
25599           
25600         * src/source.c:
25601           No build files will be written if the project is blocked.
25602           
25603         * src/project_import.c,
25604           src/project_import_cbs.c,
25605           src/project_gui.c,
25606           src/wizard_gui.c:
25607           
25608           Manually applied Johannes patch to fix some memory
25609           issues and gui clean up.
25610           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25611         
25612         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
25613           Fixed a bad bug with remove file from project because of
25614           files were never removed properly from the project and
25615           from the tagmanager.
25616           
25617         * src/appwiz_page3.c: Disabled unused codes to clear
25618           compiler warnings.
25619           
25620 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25622         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
25623         
25624         * data/Makefile.am
25625           pixmaps/Makefile.am
25626           src/Makefile.am
25627           src/an_file_view.c
25628           src/an_symbol_view.c
25629           src/anjuta.c
25630           src/anjuta.h
25631           src/anjuta_cbs.c
25632           src/anjuta_gui.c
25633           src/controls.c
25634           src/main_menubar.c
25635           src/main_menubar.h
25636           src/main_menubar_def.h
25637           src/mainmenu_callbacks.c
25638           src/mainmenu_callbacks.h
25639           src/pixmaps.h
25640           src/project_dbase.c
25641           src/project_dbase.h
25642           src/text_editor.c
25643           src/text_editor_menu.c
25644           src/text_editor_menu.h
25645           src/toolbar.c
25646           src/toolbar.h
25647           src/toolbar_callbacks.c
25648           src/toolbar_callbacks.h :
25649           
25650           Patch submitted by:
25651           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25652           
25653           Removes the Tags toolbar and substituted it with
25654           tags combo dropdown list. Fixes a couple of bugs.
25655           
25656           Moved the tag combo to browser toolbar because
25657           main toolbar was becoming too long.
25658           Made a new icon of tag toolbar.
25659           
25660         * po/zh_TW.po: Fixed bug.
25661           
25662         * pixmaps/an_tag.xpm: Added new file.
25664 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25666         * src/project_import_gui.c: Reorganized project
25667         import gui page 2.
25668         
25669 2002-01-29  Andy Piper <andy.piper@freeuk.com>
25671         * HACKING: added info on creating windows and dialogs
25673 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
25675         * src/tm_file_view.c:
25677           Sorts the file list at the end instead of doing sort-insert
25678           to improve performance.
25679           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25681         * src/project_dbase.c: Resolved a conflict from
25682           Johannes's patch.
25683           
25684         * src/project_import.c:
25685         
25686           Fixed to use anjuta_import.sh for the bin dir and
25687           not from the data dir.
25688         
25689           Used anjuta_is_installed() function to verify a the command's
25690           executability.
25691         
25692           Fixed import command to use sh (which is more general and is
25693           gauranteed to be found in any unix system :-)). Also, added
25694           double quotes around the import directory.
25695         
25696           Changed some strings for better translations (like avoiding
25697           duplicates).
25698           
25699           Fixed the reading of wrong target type.
25700           
25701         * src/control.c: Insensitive "import project" when there is
25702           a project open.
25703           
25704         * src/project_import_cbs.c:
25705           
25706           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
25707           Fixed selection of gettext checkbox.
25708           Sets the menu entries.
25709           
25710 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
25711         
25712         * src/appwiz_page[1-4].c
25713         * src/appwiz_gui.c
25714         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
25715         be able to reuse it.
25716         
25717         * src/mainmenubar.[c/h]
25718         * src/mainmenubar_def.h
25719         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
25720         menu item
25721         
25722         * src/message-manager.c: Fixed bug 509192
25723         * src/message-manager-dock.c: Added accel_group if window is undocked
25724         
25725         * src/project_dbase.[c/h]: Splitted opening code to be able
25726         to use it without an open file dialog
25727         (Maybe I broke Naba's changes, please take a look)
25728                         
25729         * src/project_import.[c/h]
25730         * src/project_import_gui.c: New Files, Code for Project Import Wizard
25731         
25732         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
25733         import wizard
25735 2002-01-28  Andy Piper <andy.piper@freeuk.com>
25737         * src/main_menubar_def.h, tagmanager/tm_project.c: more
25738           string cleanups
25739           
25740         * manuals/C/anjuta_manual/*: started rewrite of the 
25741           manual, updated some screenshots
25743 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25745         * src/gnomefilelist.h, src/gnomefilelist.c:
25746         
25747           Fixed multiple selection bug (#497085). The OK button is
25748           sensitive when in multiple mode, if the no. of
25749           selection is one or more.
25750           
25751           Toggle between single and multiple selection mode
25752           and multiple mode display.
25753           
25754           Fixed strings to translable strings.
25755           
25756           Fixed some compiler warnings by commenting out
25757           unused functions.
25758           
25759 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25761         * src/project_dbase.c: App status bar now updates
25762           with the project name when the project is loaded.
25763         
25764         * src/an_file_view.c, tagmanager/tm_file_entry.c:
25765           
25766           Puts the directories at the top. They're also sorted now.
25767           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25768         
25769 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25771         * scripts/anjuta_import.sh.in: Added file.
25772         * scripts/anjuta_import.sh: Removed file.
25774         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
25775           Updated files.
25776           
25777         * src/main_menubar_def.h:
25778         
25779           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
25780           reflect the opposite of Find (CTRL+F) and also to leave
25781           CTRL+R or Redo.
25782           
25783           Changed Glade summon with ALT+G, which frees the ATL+E
25784           for poping up the edit menu.
25785           
25786         * src/Makefile.am: Debugging link flags by Biswa, removed.
25788 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
25790         * HACKING: added information on best practices for writing
25791           application messages and GUI labels
25792           
25793         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
25794           src/breakpoints.c, src/build_file.c, src/build_project.c, 
25795           src/clean_project.c, src/compile.c, 
25796           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
25797           src/configurer.c, src/debugger.c, src/executer.c, 
25798           src/find_in_files.c, src/find_in_files_cbs.c, 
25799           src/find_replace.c, src/find_text.c, src/glades.c, 
25800           src/gnome_project.c, src/goto_line.c, src/main.c, 
25801           src/main_menubar.c, src/main_menubar_def.h, 
25802           src/mainmenu_callbacks.c, src/preferences_gui.c, 
25803           src/project_config.c, src/project_dbase.c, 
25804           src/project_dbase_gui.c, src/resources.c, src/source.c, 
25805           src/support.c, src/tags_manager.c, src/text_editor.c, 
25806           src/text_editor_gui.c, src/text_editor_menu.c, 
25807           src/toolbar_callbacks.c, src/utilities.c: 
25808           lots of minor message updates to make them more user-friendly 
25809           and consistent
25811 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25813         * src/executer.c:
25814         
25815           Because of the spaces escaping, the command could not be
25816           executed when run without terminal. Now fixed.
25817           
25818         * anjuta.prj, Makefile.am:
25819         
25820           Added anjuta project file.
25821         
25822 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
25824         * src/message-manager-private.h, message-manager-private.cc,
25825           message-manger.cc:
25826           
25827           Added freeze() and thaw() for the message window class to
25828           speed up the message manager update.
25829         
25830         * src/project_config.h, project_config.c,
25831           src/project_dbase.h, project_dbase.h
25832           scripts/anjuta_project.template:
25833           
25834           Added two new prject attributes: project.config.blocked and
25835           project.excluded.modules. The former will make sure that users
25836           are not given any previlidge in enabling the 'overwrite build
25837           files' flags and the later issues a list of modules in the project
25838           to be skipped for symbol browsing and project listing.
25839         
25840         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
25841         
25842           Modified script to read the template from the anjuta data dir
25843           rather than from the directory in which the script exist. Otherwise,
25844           Being transfered to the bin dir, the script will not be able to
25845           find the template when it is run.
25846           
25847           The script is also create with configure.in to set in the anjuta
25848           data dir path inside the script.
25849           
25850 2002-01-26  Stephane Demurget  <demurgets@free.fr>
25852         * po/fr.po: updated to the latest sources.
25854 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25856         * scripts/Makefile.am:
25857           anjuta_import.sh goes with distribution.
25858           
25859         * po/*.po: They seem to have updated (merged with
25860           anjuta.pot) automatically when I did "make dist".
25861           
25862 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25864         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
25865           Fixed Bug #499807, ie crash on removing libs, includes, defines from
25866           the compiler options dialog.
25867         
25868         * ChangeLog:
25869           Correct todays date. :)
25870           
25871         * scripts/Makefile.am:
25872           Installs anjuta_import.sh in $(prefix)/bin dir and
25873           is treated as an executable.
25874           
25875 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25877         * Fix for bug #499373
25878         
25879         * data/properties/anjuta.properties, ada.properties, cpp.properties,
25880           java, properties, latex.properties, lua.properties, others.properties,
25881           perl.properties:
25882           
25883           Added double-quotes around file arguments so that
25884           filenames with spaces could also work.
25886         * launcher/anjuta-launcher.c, executer.c:
25887           Escaped quotes in the cammand and it's arguments before executing
25888           so that args with spaces can also work.
25889           
25890           Commented #DEBUG switch.
25891           
25892 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25894         * scripts/*: Added files which I forgot previously.
25895         
25896         * src/aneditor.h: Lined up commands definition for better look.
25897         
25898         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
25899           main_menubar.h, control.c:
25900           Added three more convert EOL chars submenu items in transform.
25901           Reformatted some some.
25902         
25903         * data/anjuta.properties:
25904           Reformatted a line.
25905         
25906         * src/aneditor.h, aneditor.c:
25907           Added three commands (with definitions) for EOL conversions.
25908           
25909         * src/text_editor.c:
25910           Editor detects file mode from the file content and
25911           set the editing mode to CR/LF/CRLF automatically.
25912           Refined Dos mode extrageneous chars filter
25913           This will make sure that filter works only in Dos mode and not
25914           in other modes.
25915           
25916         * src/anjuta.c: Editor mode display in status bar.
25917         
25918         * src/preferences_gui.c: Changed the string for dos mode
25919           filter to more sensible string.
25920         
25921         * src/aneditor.c: Default editor mode sets during widget creation
25922           and not everty time the properties are loaded. This makes sure
25923           that the auto-detected mode is not overridden by the default mode.
25924           
25925         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
25926         
25927         * src/anjuta.c: Fixed bug #476028.
25928           Now anjuta also searches for file relative to top project dir,
25929           when the project is open.
25930         
25931         * src/anjuta_cbs.c: Fixed bug #499536.
25932           File is not closed if it is not able to save the file properly.
25933           
25934         * src/mainmenu_callbacks.c: Fixed bug #499536.
25935           Newfiles (which are not modified) are also closed on "close all files".
25936         
25937 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25939         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
25940         
25941         * tagmanager/tm_source_file.c, regex.c, parse.c:
25942           defined and delimited g_messages within #debug.
25943           
25944         * src/preferences.c, data/anjuta.properties:
25945           saved/defied message-manager tag position in string.
25946           Message tag possition is saved between sessions. And
25947           and tag position bottom as default.
25948           
25949 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25951         Patch submitted by:
25952         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25954         * Makefile.am
25955           configure.in
25956           data/Makefile.am
25957           data/properties/Makefile.am
25958           global-tags/Makefile.am
25959           pixmaps/Makefile.am
25960           src/Makefile.am
25961           src/an_file_view.c
25962           src/an_file_view.h
25963           src/an_symbol_view.c
25964           src/an_symbol_view.h
25965           src/anjuta.c
25966           src/anjuta_cbs.c
25967           src/file_history.c
25968           src/file_history.h
25969           src/message-manager-private.cc
25970           src/pixmaps.h
25971           src/project_dbase.c
25972           src/project_dbase_gui.c
25973           src/tags_manager.c
25974           src/text_editor.c
25975           src/utilities.c
25976           src/utilities.h
25977           src/watch_gui.c:
25978         
25979           Modified files.
25980         
25981         * scripts/*
25982           pixmaps/sv_class.xpm
25983           pixmaps/sv_function.xpm
25984           pixmaps/sv_macro.xpm
25985           pixmaps/sv_private_fun.xpm
25986           pixmaps/sv_private_var.xpm
25987           pixmaps/sv_protected_fun.xpm
25988           pixmaps/sv_protected_var.xpm
25989           pixmaps/sv_public_fun.xpm
25990           pixmaps/sv_public_var.xpm
25991           pixmaps/sv_static_fun.xpm
25992           pixmaps/sv_static_var.xpm
25993           pixmaps/sv_struct.xpm
25994           pixmaps/sv_unknown.xpm
25995           pixmaps/sv_variable.xpm
25996           pixmaps/fv_core.xpm
25997           pixmaps/fv_text.xpm
25998           pixmaps/filestoremove.txt:
25999         
26000           New files.
26001         
26002         * pixmaps/class.xpm
26003           pixmaps/function.xpm
26004           pixmaps/fv_autofile.xpm
26005           pixmaps/fv_doc.xpm
26006           pixmaps/fv_i18n.xpm
26007           pixmaps/fv_source.xpm
26008           pixmaps/private_func.xpm
26009           pixmaps/private_var.xpm
26010           pixmaps/protected_func.xpm
26011           pixmaps/protected_var.xpm
26012           pixmaps/public_func.xpm
26013           pixmaps/public_var.xpm
26014           pixmaps/struct.xpm
26015           pixmaps/variable.xpm
26016         
26017           Removed files.
26018         
26019         * tagmanager/*/*:
26020         
26021           Upgraded to tagmanager-0.7
26023 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26024         * src/anjuta_cbs.c: Fixed bug #506441
26025         * src/watch_gui.c: Changed layout of eval dialog so that
26026         it fits on a 800x600 desktop with German translation. 
26028 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26030         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26031         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26032           icon for new project type (thanks to Misha)
26033         * configure.in: build and install Danish translation
26034         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26035           credits to cover new patches and translations
26037 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26038         
26039         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26040           src/appwiz_page1.c:
26041         
26042       - Font preferences are restored properly now (\n was missing)
26043           - Dock menu label of message-manager is "Dock/Undock" instead
26044           of "Dock|Undock" to match with the rest of anjuta.
26045           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26046           changed it in anjuta, too 
26048 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26050         * tagmanager/tm_source_file.c,
26051           tagmanager/parse.c,
26052           tagmanager/tm_project.c,
26053           src/an_symbol_view.c,
26054           src/anjuta.c:
26055           
26056           Disabled debug warnings.
26058 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26060         * src/appwiz_page1.c
26061           src/compiler_options.c
26062           src/project_dbase.c
26063           src/project_dbase.h
26064           src/project_type.c
26065           src/source.c
26066           src/source.h:
26067           
26068           New project type named LibGlade.
26069           
26070           Patch submitted by:
26071           Dick Knol <dknol@gmx.net>
26073         * src/gnome_prj.c:
26074           Commented out unused pixmap creation. May be it
26075           will fix the crash in project creation.
26076           
26077 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26079         * src/registers.c
26080           src/registers.h
26081           src/registers_cbs.c
26082           src/registers_cbs.h
26083           src/registers_gui.c
26084           src/sharedlib.c
26085           src/sharedlib.h
26086           src/sharedlib_cbs.c
26087           src/sharedlib_cbs.h
26088           src/sharedlib_gui.c
26089           src/signals.c
26090           src/signals.h
26091           src/signals_cbs.c
26092           src/signals_cbs.h
26093           src/signals_gui.c
26094           src/stack_trace.c
26095           src/stack_trace.h
26096           src/stack_trace_cbs.c
26097           src/stack_trace_cbs.h
26098           src/stack_trace_gui.c
26099           src/text_editor.c
26100           src/watch.c
26101           src/watch.h
26102           src/watch_cbs.c
26103           src/watch_cbs.h
26104           src/watch_gui.c
26105           
26106           Fixed bug #496290: Attach/detach removed from these
26107           windows as they are never implemented.
26108           
26109           Patch submitted by:
26110           Johannes Schmid <johannes.schmid@gmx.de>
26111           
26112 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26114         * src/anjuta.c,
26115           src/anjuta_cbs.c:
26116           
26117           Fixed bug:
26118           when you right click on the tabs, a list of filenames are given
26119           out, but now it gives a list of "page 1", "page 2", etc...
26120           
26121           Patch submitted by: 
26122           Jens Georg <mail@jensgeorg.de>
26124         * anjuta.in.in: Removed c|c++ because, it was not necessary
26125           and was causing translation problem.
26126           
26127         * plugins/class-gen/clsGen.c:
26128           removed "'" for the same reason.
26129           
26130 attached the fix for the menu
26133 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26135         * src/preferences.h,
26136           src/preferences.c,
26137           src/preferences_gui.c:
26138           
26139           Adds the functionality to Anjuta to auto save your unsaved
26140           files before you build a project.
26142           Patch submitted by: 
26143           jason <jason_williams@suth.com>
26144           
26145         * src/anjuta.[h,c]:
26146           Added function for save all files.
26147         
26148         * src/mainmenu_callbacks.c:
26149           Modified to use the above function.
26150         
26151         * src/build_project.c:
26152           Save all files before build if it is set in the
26153           preferences.
26155 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26157         * src/message-manager-private.cc
26158           src/message-manager-private.h
26159           src/message-manager.cc:
26160           
26161           Message-manager now restores the tabs which were shown on startup.
26162           The terminal is now created on demand (as requested by Biswa)
26163           and I have removed some debug messages.
26164           
26165           Patch submitted by: 
26166           Johannes Schmid <johannes.schmid@gmx.de>
26168 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26170         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26171           proper tabs keyboard navigation.
26173         * src/an_symbol_view.c,
26174           src/anjuta_cbs.c,
26175           src/gnome_project.c,
26176           src/project_dbase.c,
26177           src/tags_manager.c: removed some debugging display.
26179 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26181         * src/message-manager-dock.c
26182           src/message-manager-private.cc
26183           src/message-manager-private.h
26184           src/message-manager.cc
26185           src/preferences.c
26186           src/preferences.h
26187           src/preferences_gui.c:
26188           
26189           Patch submitted by: 
26190           Johannes Schmid <johannes.schmid@gmx.de>
26191           
26192           This patch adds a tab to the notebook of the preferences-dialog
26193           where you can change the colors, the tab position of the new
26194           message manager. Also the truncate messages stuff has moved
26195           from misc tab to messages tab.
26197           Also improved the remembering position stuff of message manager.
26198           
26199         * data/internal.properties,
26200           Added definitions for messages colors and tag position.
26201           
26202         * src/message_manager.cc:
26203           Fixed a bug that never lets the messages panes to get cleared.
26204           Added wmclass setting for the message window. Fixed a bug in
26205           which the message window was not being shown.
26206         
26207         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26208           output and disabled it.
26210         * src/anjuta.c: Preferences created and loaded before anything else.
26211           anjuta now recognizes messages colors on startup and initializes
26212           them.
26213         
26214 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26216         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26218 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26220         * pixmaps/file_c.xpm,
26221           pixmaps/file_cpp.xpm,
26222           pixmaps/file_file.xpm,
26223           pixmaps/file_h.xpm,
26224           pixmaps/file_html.xpm,
26225           pixmaps/file_i18n.xpm,
26226           pixmaps/file_icon.xpm,
26227           pixmaps/file_pix.xpm,
26228           pixmaps/fv_doc.xpm,
26229           pixmaps/fv_i18n.xpm,
26230           pixmaps/fv_image.xpm,
26231           pixmaps/fv_source.xpm,
26232           pixmaps/fv_unknown.xpm: made these icons transparent.
26234 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26236         * launcher/anjuta_launcher.c: updated message strings
26237         * src/message-manager-dock.c: added newline at end to avoid compile warning
26238         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26239         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26240           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26241           entries for username and Python-style GPL notice
26242         * HACKING: added info on files to change to update Insert menu
26244 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26246         * src/project_dbase.c,
26247           src/an_file_view.c,
26248           src/an_symbol_view.c:
26249           Changed the CTree expander style to square and
26250           line style to Dotted line.
26251           
26252         * po/POTFILES.in: Removed and Added translable files.
26254 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26256         * ccview/.cvsignore: Removed.
26257         
26258 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26260         * ccview/
26261                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26262                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26263                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26264                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26265                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26266                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26267         
26268         Removed ccview module because it is no longer needed.
26270 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26272         * src/project_dbase.c:
26273           Shifted structure initialization in project_dbase_new()
26274           before anything else, otherwise it was crashing due to
26275           uninitialized values.
26276         
26277         * src/an_symbol_view.c:
26278           Disabled high volume debug output.
26280 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26281         
26282         Applied a very heavy patch from:
26283         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26285         * Makefile.am
26286         configure.in
26287         pixmaps/Makefile.am
26288         src/Makefile.am
26289         src/aneditor.cxx
26290         src/aneditor.h
26291         src/anjuta.c
26292         src/anjuta.h
26293         src/commands.c
26294         src/commands.h
26295         src/compile.c
26296         src/compile.h
26297         src/controls.c
26298         src/defaults.c
26299         src/fileselection.c
26300         src/main_menubar.c
26301         src/main_menubar.h
26302         src/main_menubar_def.h
26303         src/mainmenu_callbacks.c
26304         src/mainmenu_callbacks.h
26305         src/project_dbase.c
26306         src/project_dbase.h
26307         src/project_dbase_gui.c
26308         src/tags_manager.c
26309         src/text_editor_menu.c
26310         src/toolbar_callbacks.c
26311         tagmanager/Makefile.am
26312         tagmanager/ctags.c
26313         tagmanager/include/Makefile.am
26314         tagmanager/include/tm_project.h
26315         tagmanager/include/tm_symbol.h
26316         tagmanager/include/tm_tag.h
26317         tagmanager/include/tm_tagmanager.h
26318         tagmanager/include/tm_workspace.h
26319         tagmanager/tm_project.c
26320         tagmanager/tm_source_file.c
26321         tagmanager/tm_symbol.c
26322         tagmanager/tm_tag.c
26323         tagmanager/tm_workspace.c
26324         widgets/Makefile.am: Modified.
26325         
26326         * src/an_file_view.[c,h],
26327           src/an_symbol_view.[c,h],
26328           src/file_history.[c,h],
26329           src/support.[c,h],
26330           widgets/scroll-menu.[c,h],
26331           tagmanager/tm_file_entry.c
26332           tagmanager/include/tm_file_entry.h: Added new files.
26333           
26334         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26335         private_func.xpm, public_func.xpm,
26336         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26337         private_var.xpm, public_var.xpm,
26338         function.xpm, fv_i18n.xpm, macro.xpm,
26339         protected_func.xpm, struct.xpm,
26340         fv_autofile.xpm, fv_image.xpm,
26341         ofolder.xpm, protected_var.xpm, variable.xpm:
26342           Updated and Added pixmap files.
26344         Features:
26345         ---------
26346         a) Removes CCView dependency.
26347         b) Improves the terminal.
26348         c) Adds tag navigation context menus.
26349         d) Upgrades tagmanager to latest version.
26350         e) Miscellaneous small additions.
26352 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26354         * src/project_dbase_gui.c: Fixed crash of anjuta
26355         when project first created.
26356         
26357         * src/gnome_project.c: It now updates the tags manager
26358         when new projects are created.
26359         
26360 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26362         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26363           for this big patch.
26364         
26365         * src/messages.[c,h]: Removed files.
26367         * src/message-manager.[cc,h],
26368           src/message-manager-dock.[c,h],
26369           src/message-manager-private.[cc,h]
26370           New files.
26372         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26373           src/build_project.c, src/clean_project.c, src/compile.c
26374           src/configurer.c, src/debugger.c, src/find_in_files.c
26375           src/mainmenu_callbacks.c, src/preferences.h
26376           src/preferences_gui.c, src/properties.h
26377           src/utilities.c, src/utilities.h:
26378           The new messages widget.
26379           New features:
26380             - Use of GtkNotebook instead of ToggleButtons
26381               and show/hide
26382             - Popupmenu to show and hide message types and
26383               to dock/undock in detach mode
26385           All other things should work as they did with the
26386           old message window. Currently the keyboard short-cuts
26387           do not work in detached mode.
26388           
26389           Some functions in utitlities.[c,h] changed.
26390           so that they take const arguments where this is possible
26391           
26392         * src/Makefile.am, po/POTFILES.in:
26393           Removed messages.[c,h] and
26394           added message-manager.[cc,h], message-manager-dock.[c,h],
26395           message-manager-private.[cc,h]
26396           
26397         * src/message-manager.h: Removed "include <bonobo.h>"
26398           and added a newline at the end of the file.
26399           
26400         * src/message-manager-private.cc:
26401           Set clist's width setting to Automatic.
26402           Set scroll window's scroll bars to Automatic.
26403           
26404 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26406         * text_editor_menu.c:
26407           Fixed misalignment of the function sub menu
26408           in the text editor pop up menu.
26409           
26410 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26411         
26412         * src/text_editor.c: Fixed a compiler warning.
26413         
26414 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26416         * THANKS, manuals/*/authors.sgml: updated for new translations
26417         * plugins/class-gen/clsGen.c: converted messages to English
26418         * src/about.c, src/main_menubar_def.h: string updates
26420 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26422         * src/anjuta.c
26423           src/anjuta_cbs.c
26424           src/text_editor.c
26425           src/mainmenu_callbacks.c
26426           src/text_editor.h
26427           src/text_editor.c
26428           src/text_editor_cbs.c
26429           src/text_editor-gui.c:
26430           
26431           Earlier code for adding 'cross' button
26432           for closing pages were too error prone and unorganized.
26433           Cleaned up the code and shifted the 'extra' widgets
26434           creation (eg. close button, close_pixmap and lable)
26435           from anjuta to text_editor. This takes care of proper
26436           widgets creation and destruction. Otherwise, anjuta
26437           was crashing at too many points, especially related
26438           to docking and undocking.
26439           
26440 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26442         * src/aneditor.cxx: removed debugging code.
26444         * data/properties/.cvsignore: added swap files.
26446 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26448         * src/anjuta.c
26449           src/anjuta_cbs.c:
26450           Fixed Crashing of anjuta when a new file is saved as
26451           different file.
26452           
26453 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26455         * src/aneditor.c: Some debug codes around.
26456         
26457         * data/internal.properties, data/anjuta.properties: Removed.
26458           data/properties/Makefile.am:
26459           data/properties/ada
26460           data/properties/cs
26461           data/properties/make
26462           data/properties/rc
26463           data/properties/html
26464           data/properties/ruby
26465           data/properties/baan
26466           data/properties/idl
26467           data/properties/pascal
26468           data/properties/sample
26469           data/properties/bash
26470           data/properties/java
26471           data/properties/perl
26472           data/properties/sql
26473           data/properties/conf
26474           data/properties/latex
26475           data/properties/props
26476           data/properties/vb
26477           data/properties/cpp
26478           data/properties/lua
26479           data/properties/python
26480           data/properties/xml
26481           data/properties/others
26482           data/properties/.cvsignore:
26483             Added files. Properties now splitted into small files
26484             for each language.
26486         * data/Makefile.am
26487           configure.in: Update the removal and added properties module.
26489         * src/preferences.c: preferences_new(): Updated to reflect the
26490           new properties files organization.
26491           
26492         * src/Makefile.am: Added Baan Lexer.
26494 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26496         * src/aneditor.cxx: readded the baan lexer. 
26498         * src/preferences.c: fixed translated messages and a typo.
26500         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26501           confusing the regexp usage in xml-i18-merge.
26503 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26505         * src/project_dbase.c: tidied some messages, and spotted a typo in
26506           the reading of properties which prevented the project version from
26507           ever being reported in the Project Information window - fixed :)
26509         * po/POTFILES.in: removed syntax.h
26511 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26513         * data/internal.properties: fixed baan properties.
26514           Added all ada properties.
26516         * src/main_menubar_def.h,
26517           src/lexer.h,
26518           src/aneditor.cxx,
26519           src/utilities.[ch]: added support for the Ada highlight style.
26521 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26523         * plugins/*/.cvsignore: updated.
26525 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26527         * src/syntax.h,
26528           src/text_editor.c,
26529           src/Makefile.am: removed the empty header syntax.h.
26531 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26533         * main_menubar.c:
26534         Stef's observation on the 'superfluous' hseparators in the recent
26535         files and projects is fully justified -- removed.
26536         
26537         * main_menubar_def.h:
26538         Changed "Plug Ins" to "Plugins" in the menu label.
26539         
26540         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26541         Added class-gen in the configure output and class-gen module.
26542         
26543         * data/internal.properties:
26544         Correct mis-spelled "jave" to "java".
26545         Added file.is.source for *.h, *.c, *.cpp properties.
26546         
26547         * global-tags/Makefile.am:
26548         "chmod +x create_global_tags.sh" before it is executed, because
26549         there is very high chance that it will be found "-x" and resulting
26550         in error
26552 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26554         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26555         for the backtrace.
26557         * src/gnome_project.c: (create_new_project): if the user doesn't
26558           select any icon, it doesn't have any extension and thus we can't
26559           use it in printf on Solaris, since the %s modifier use strlen to
26560           know the string length and then crash. On Linux, gcc checks the value
26561           of the pointer to be NULL and write "(null)" if necessary. We can't
26562           rely on that.
26564         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26565           don't need to have the directory icon but the generic one.
26567 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26569         Merged with latest (1.42) scintilla.
26571         Added: Support for the {load,save}.on.(de)activate properties.
26572                The PHP lexer to match keywords case insensitively.
26573                Baan lexer.
26574                Experimental supports for changeable style attribute & line
26575                wrapping.
26576                
26577         Updated: Both the C++ and HTML lexers.
26578                  More shell keywords added.
26579                  Horizontal scrolling and diplay of long lines optimised.
26580                  Cursor setting optimised.
26582         Bugs fixed: Caret movement over folded lines.
26583                     Selection tracking in 2ndary views when doing modifications.
26585         * scintilla/CallTip.{cxx.h},
26586           scintilla/ContractionState.{cxx,h},
26587           scintilla/Document.{cxx,h},
26588           scintilla/Editor.{cxx,h},
26589           scintilla/KeyWords.cxx,
26590           scintilla/LexHTML.cxx,
26591           scintilla/PlatGTK.cxx,
26592           scintilla/RESearch.cxx,
26593           scintilla/ScintillaBase.cxx,
26594           scintilla/ScintillaGTK.cxx,
26595           scintilla/Style.{cxx,h},
26596           scintilla/StyleContext.h,
26597           scintilla/ViewStyle.cxx,
26598           scintilla/include/*.h: updated.
26600         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26602         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26603           should have been told to the scintilla team. We're lucky I read the
26604           ChangeLog and the modifications of the lexer (thanks to the Gnome
26605           bonsai for this ;)
26607         * data/internal.properties: added Baan definitions.
26608           Fixed some issues for C such as *_cast directive, that are only
26609           available with C++.
26610           Updated C++, HTML and shell scripts definitions.
26611           Updated Ada and Bullant, that have been forgotten.
26613         * src/main_menubar_def.h,
26614           src/lexer.h,
26615           src/aneditor.cxx,
26616           src/utilities.[ch]: added support for the Baan highlight style.
26618 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26620         Polished the plugins menu behaviour and added a tearoff
26621         menuitem to the recent entries submenu.
26623         Note: The recent entries list seems to be too height
26624               with all these superfluous hseparators.
26626         * src/main_menubar.c: Polished, making some
26627           functions declarations static and cleaning some code.
26629           (create_submenu_plugin): removed the extra
26630           plugins entry and the horizontal separators.
26632           (on_plugins_menu_realize): the plugins menu is only
26633           shown if there's at least one available.
26635           (create_submenu*): added a tearoff menuitem to have
26636           a more homogeneous menu style. For now, it doesn't
26637           take care of user settings (but it was even worse
26638           before :).
26640 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26642         * configure.in: added the packageplugindir variable to avoid
26643           installing the plugins in $(prefix). It's not the same path as
26644           anjuta 2 to allow parallel installation.
26646 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26647         Fix a reopened part of bug #440676: keyboard navigation between the
26648         different text buffers. Changed to a more global approch. 
26650         * src/notebook.[ch]: removed.
26652         * src/Makefile.am: removed notebook.[ch]
26654         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
26655           (on_anjuta_window_key_press_event): added to fulfill the global
26656           shorcuts handling.
26658         * HACKING: updated according to the new global shortcuts handling.
26660 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
26662         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
26663           Shifted plugin menu from Edit submenu to main menu.
26664         
26665         * po/POTFILES.in:
26666           Added plugins/sample1/plugin-sample1.c
26667           
26668         * plugins/sample1/plugin-sample1.c:
26669           Added localization and used anjuta_info, instead of anjuta_error.
26670           
26671         * plugins/.cvsignore, plugins/sample1/.cvsignore:
26672           Added cvs ignores.
26673           
26674 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
26676         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
26677           for plugin dir.
26678         
26679         * Makefile.am: Added module plugins.
26680         
26681         * plugins, plugins/Makefile.am, plugins/sample1/*:
26682           Created plugins modules.
26683           
26684         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
26685           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
26686           to load plugins of *.so only and not *.so* (which results
26687           in duplicates).
26688         
26689         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
26690           plugins during packaging.
26692 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
26694         *  configure.in: Added Greek (el) to ALL_LINGUAS.
26696 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
26698         * configure.in: Added portuguese to ALL_LINGUAS
26700 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
26702         * global-tags/.cvsignore
26703         tagmanager/.cvsignore
26704         tagmanager/include/.cvsignore:
26705         Added cvs ignore files.
26707         * data/.cvsignore
26708         Updated cvs ignore file.
26709         
26710 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26712         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
26713           data/anjuta.properties, data/internal.properties: clean up some 
26714           message strings (me)
26716 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26718         * src/about.c, THANKS: added Jens to the credits
26719         
26720 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26722         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
26723           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
26724           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
26725           Georg <mail@jensgeorg.de> to add close button to file tabs.
26727 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26729         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
26730           (debugger now catches correct signal from process)
26732 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26734         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
26735         * src/pixmaps.h: switch appwizard project icons to new designs
26736         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
26738 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26740         * pixmaps/Makefile.am: stop redundant images from being installed.
26741           The next step will be to remove them completely.
26742         * src/appwiz*: further updates (more to come)
26743         * src/pixmaps.h: cleaned up, commented
26744         * src/splash.c: should use the pixmaps macro defined
26745         * HACKING: more on the graphics stuff and use of pixmaps.h
26747 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
26749         * src/defaults.c: fix bug #494864
26751 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
26753         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
26754           graphics from Misha
26755         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
26756           redundant graphics, no longer used
26757         * src/appwiz*: revamped application wizard by Andy and Misha for
26758           a more usable and professional look-and-feel
26759         * HACKING: updates to cover patching, graphics, and some additions
26760           post-0.1.8
26761         * TODO: removed some implemented features
26763 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
26765         * data/anjuta.properties, data/internal.properties: cleanup
26766         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
26767           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
26768           to edit styles colors for keywords and add Goto Tag menu option
26769           in the editor
26771 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
26773         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
26774         
26775         Fixed bug #460335
26776         fixes the Forget of the cursor position when tab is brought active
26777         from project manager.
26778         
26779 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26781         * src/messages.c
26782           Exported "TERM=xterm" to get a color terminal when
26783           anjuta is not started from within a terminal.
26784           
26785 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26787         * src/messages.c
26788           src/messages.h
26789           Added a frame around zvt terminal.
26790           
26791         * src/preferences_gui.c
26792           Modified to say "Use glade component (experimental)"
26793           instead of "Use Component".
26794           
26795 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26797         * Patch from 
26798         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26799         
26800         * src/anjuta.c
26801         src/fileselection.c
26802         src/messages.c
26803         src/messages.h
26804         src/preferences.c
26805         src/preferences.h
26806         src/project_dbase.c
26808         a) Extra scrollbar in terminal no longer appears.
26809         b) Character set preference should be preserved (untested).
26810         c) File selection widget now remembers last directory.
26811         d) On creation of generic project, the glade 'file not found' error no
26812                 longer occurs.
26813         e) First terminal window is created 'on demand', so it should always to
26814                 the Right Thing (TM) as far as starting WD is concerned. Also, the
26815                 environment is now passed to the terminal.
26816         f) Solaris compilation should be fixed (replaced get_current_dir_name()
26817                 with getcwd()).
26818         g) Fixed some compilation warnings.
26820 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
26822         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
26823           src/pixmaps.h: applied terminal and warnings patch (Biswa)
26824         * src/*: cleanups (me)
26825         * pixmaps/mini_term.xpm: added new file for terminal button
26826           (me, based on existing artwork)
26828 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
26830         * configure.in: bumped version to 0.1.9-pre
26831         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26832           translation
26833         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
26835 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
26837         * src/splash.c: removed a DOS end of line of a comment (so the *.po
26838           files are free of that char)
26839         * configure.in: added "az" to ALL_LINGUAS
26841 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
26843         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
26844           crash bug fix from Biswa.
26845         * FUTURE: added Anjuta/gIDE merger information to provide 
26846           details on future direction and status of 1.x stuff
26847         * NEWS: prepared for release
26848         * po/de.po: update from Jens Georg <mail@jensgeorg>
26850 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
26852         * multiple minor updates pre-0.1.8
26853         * patch from Biswa to fix syntax highlighting and packaging
26854         * po/fr.po: update from Stef
26856 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
26858         * global-tags/Makefile.am
26859         global-tags/create_global_tags.sh
26860         global-tags/tm_global_tags.c
26861         scintilla/LexCPP.cxx
26862         scintilla/include/SciLexer.h
26863         src/aneditor.cxx
26864         src/project_dbase.c
26865         tagmanager/Makefile.am
26866         tagmanager/include/Makefile.am
26867         tagmanager/include/tm_project.h
26868         tagmanager/include/tm_tag.h
26869         tagmanager/include/tm_tagmanager.h
26870         tagmanager/tm_project.c
26871         tagmanager/tm_source_file.c
26872         tagmanager/tm_tag.c
26873         tagmanager/tm_workspace.c:
26874         
26875         Includes the syntax highliting patch to scintilla).
26876         and more stable code.
26877         
26878         *tagmanager/include/tm_symbol.h: New file.
26879         *tagmanager/tm_symbol.c: New file.
26880         
26881         Add symbol tree building functionality at project level
26882         
26883         Patch from:
26884         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26885         
26886 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26888         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
26889           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
26890           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
26891           : New and improved pixmaps from Misha <misha@phreaker.net>
26892           Thanks to him.
26894 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26895         
26896         * Big patch submitted by
26897           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
26898           Many thanks to him.
26899         
26900         * src/Makefile.am, src/aneditor.cxx
26901           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
26902           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
26903           Use of tagmanager lib for advanced calltips.
26905         * global-tags/*: Created new directory and added files to 
26906           generate system.tags.
26908         * tagmanager/*: Created new directory and added tagmanager lib
26909           files.
26911         * configure.in, acconfig.h, Makefile.am: Modified to reflect
26912           the above additions.
26914         * data/Makefile.am: Modified to accomodate generated system.tags file.
26916 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
26918         * scintilla/: updated to 1.41
26919         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
26920         * src/about.c: updated list of authors
26921         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
26922         * HACKING: updated to cover Scintilla usage
26923         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26924           translation
26926 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
26928         * src/aneditor.cxx: Fixed compilation errors with it.
26929           by add include to gtk+ headers and typedefining a mysteriously
26930           vanished class Colour.
26932 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26934         * configure.in: Added pt_BR in the languages.
26935         
26936 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
26938         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
26939           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
26940         * THANKS: updated
26941         * manuals/C/anjuta-manual/*: new format to match
26942           the rest of the GNOME docs chapter layout. Added the many
26943           new contributors. Moved Authors and License information into new
26944           chapters of their own - should make expansion easier too
26945         * src/compiler_options.c: changed the profiler option to -pg to 
26946           work with GNU tools (gprof)
26947         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
26948           and text labels
26949         
26950 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26952         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
26953           compiler_options_gui.c:
26954           Added a new entry for linker flags and renamed c_options to c_flags
26955           and l_options to l_libs. Also, added a new function:
26956           compiler_options_set_prjlflags_in_file();
26957         
26958         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
26959         
26960         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
26961           
26962 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
26964         * THANKS, src/about.c: corrections and additions following 
26965         Naba's big update
26966         * src/main_menubar.c: patch from Rikul to fix the problem with 
26967         menu accelerators not being loaded
26969 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
26971         * THANKS: Added all contributors and translators names and emails.
26972         * AUTHORS: Updated
26973         * pixmap/anjuta_logo.png: Reduced the size of the logo.
26974         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
26975               Added new file (earlier logo with border).
26976         * src/about.c: Added all contributors names and emails
26977               and used macro definition for logo pixmap file.
26978         * src/pixmaps.h: Added entry for anjuta splash screen.
26980 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
26982         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
26983         to new PNG version (thanks to Misha) and removed the old
26984         pixmap.
26986 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
26988         * THANKS: added Conner Mo for simplified Chinese translation.
26989         * configure.in: added zh_CN in ALL_LINGUAS
26991 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
26993         * THANKS: added Joe Man for his traditional Chinese translation.
26994         * configure.in: added zh_TW in ALL_LINGUAS.
26996 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
26998         * src/main_menubar_def.h: Changed the link of lidn to
26999         http://lidn.sourceforge.net.
27000         
27001 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27003         * Applied patch from Rikul
27004         * Applied patch from Luca
27005         * Fixed a cvs conflict. :)
27007 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27009         * THANKS: added Marc Botermans for his Dutch translation.
27011         * configure.in: added nl in ALL_LINGUAS.
27013         * po/nl.po: added.
27015 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27017         * anjuta.c: Fixed luca's typo.
27018         * resources.c, resources.h: Changed gchar* return to void, to
27019                 avoid a compiler warning.
27020         * scintilla/Makefile.am: Reorganized file entries.
27021         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27023 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27025         * Upgraded scintilla to 1.4.
27026         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27027                 LexLisp.cxx StyleContext.cxx StyleContext.h
27028         * src/Makefile.am: Added 4 lexers and separated lexer objects
27029                 from the main link variable.
27031 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27033         * THANKS: added Luca, even if it shouldn't be my role to write
27034           this sort of thing :)
27036         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27037           the latest Luca patch.
27039 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27041         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27042         This is not documented yet; plugins to come later.
27043         * src/find*.c: find dialogs now persistent 
27044         (Rick <rikul@bellsouth.net>)
27045         * widgets/gnomefilelist.c: fixed multiple file open issue 
27046         (Rick <rikul@bellsouth.net>)
27047         * changes to recent file and project lists handling 
27048         (lbell <lbell@tsc4.com>)
27049         * more minor UI updates (me)
27051 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27053         * src/Makefile.am: removed warnings for traditional C syntax
27054         * pixmaps: added new icons for mini_locals, mini_cvs and
27055         the splash screen - thanks to Misha <misha@phreaker.net>
27057 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27059         * src/toolbar.c: fix typo in tooltip text
27060         * ccview/cccmd.cc: alter Func to Function in menu text
27062 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27064         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27065         issue with find dialog reporting an error when Scintilla finds text
27066         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27067         DOS files (i.e. CR/LF translation)
27069 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27071         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27072         #452436
27073         * data/internal.properties: default fold style now set to 3 :-)
27074         * applied patch from rikul <null@acm.org> to turn notebook tab 
27075         headings red when file has been edited.
27077 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27079         * configure.in: Added "no" to ALL_LINGUAS.
27080         
27081 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27083     * Patch from lbell <lbell@tsc4.com>
27084     src/controls.c
27085     src/debugger.c
27086     src/main_menubar.c
27087     src/main_menubar.h
27088     src/main_menubar_def.h
27089     src/mainmenu_callbacks.c
27090     src/mainmenu_callbacks.h
27091     src/project_dbase.c
27092     src/project_dbase.h
27093     
27094     Implemented a check menu item to handle the 'show locals' flag
27095     for the current project.
27097     * data/internal.properties: Removed the redundant command
27098     for gnome-terminal.
27099     
27100 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27102         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27104 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27106         * configure.in: Added "ta" to the languages list.
27108 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27110         * data/internal.properties:
27111           added fold.symbols property to control appearance of folds
27112           in the Scintilla editor (thanks to rikul <null@acm.org>)
27114 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27116         * src/message.c:
27117           one extra button for message win is being created -- Fixed.
27118         
27119           The frame should be hidden and not only the pix_lab when
27120           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27121           -- Fixed.
27122         
27123         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27124           for the time being it is same as mini_cvs.xpm.
27125         
27126 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27128         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27130         Patch from rikul <null@acm.org>
27131         
27132         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27133         glades.h, messages.c, messages.h, pixmaps.h,
27134         project_dbase.c, project_dbase.h, session.c,
27135         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27136         
27137         inserted 'add to watch' option in inspect window, so you can add easily
27138         a variable in watch window .
27139         
27140         Added a new message pane for the gdb local variables inspection. Changed
27141         the code in messages.c to better account for future new panes insertion.
27142         Defined a new pixmap for the new tab button in pixmaps.h
27143         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27144         install script.
27145         
27146         Changed the debugger module to have a single function for asking to gdb
27147         to send program info. The idea is to ask the debugger about only the
27148         info needed to open windows( watch, registers, etc ) to speedup the step
27149         command. I plan to ask informations to the debugger based on the user
27150         interface status.
27151         The request for local variables is enabled by default, but the
27152         projectDBase has a variable to control it, to allow disabling that
27153         feature,  there is also the code to save and to reload the state. If you
27154         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27155         in project_dbase.c
27157         This big patch is from:  lbell <lbell@tsc4.com>
27158         
27159 2001-09-20  Stephane Demurget <demurgets@free.fr>
27161         Patch from rikul <null@acm.org> :
27163         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27164           problem and added folding support for php/hmtl.
27166 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27168         * Fixed dnd of files within scintilla.
27169         patch from:  rikul <null@acm.org>
27170         
27171 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27173         * Applied patch from Luca.
27174         
27175         * src/source.c: source_write_build_files(): Fixed the project generation
27176           failure. The fist return statement and the free_project_type were 
27177           misplaced.
27179 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27180         
27181         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27182         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27183         
27184         1) Restore the error color to red (waiting for a configurable one )
27185         2) Saving projects settings if you exit anjuta without closing an open
27186         saved project
27187         3) New Menu 'repaeat search' to search with a keystroke without pressing
27188         the toolbar button
27189         4) some define in the menus to better handle menu item update
27190         
27191         Patch from: lbell <lbell@tsc4.com>
27192         
27193         * main_menubar_def.h, main_menubar.c: Change the position of
27194         "Repeat find" menu position.
27196 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27198          project_type.h, project_type.c, source.c: Applied patch.
27199          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27200          
27201 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27203         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27204         
27205 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27206         
27207         * Fixed bug #445752
27208   
27209 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27210         
27211         * Fixed bugs in Gtk-- and Gnome-- project type
27213 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27215         * dnd.c: Support for multiple files drag-n-drop.
27216         
27217           Patch from: rikul <null@acm.org>
27218         
27219         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27220           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27221           saving from menu.
27222         
27223           Patch from: rikul <null@acm.org>
27225         * Applied patch for widgetizing goto dialog box.
27226           Patch from: ???
27227         
27228         * Applied patch for having new project type handling.
27229           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27230           
27231 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27233         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27234           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27235           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27236           find_replace.c, find_replace.h, find_text.c, find_text.h,
27237           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27238           project_dbase.h, source.c, text_editor.c, text_editor.h,
27239           text_editor_cbs.c, utilities.c, utilities.h:
27240         
27241           Applied a huge patch (after slight preview). I would like Luca
27242           to have his feature additions mentioned here.
27243         
27244           Patch from: lbell <lbell@tsc4.com>
27246 2001-09-09  Stephane Demurget <demurgets@free.fr>
27248         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27250         * po/fr.po: updated to the latest sources.
27253 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27254         
27255         * Fixed bug #445752
27256   
27257 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27259         * dnd.h, dnd.c: New files for drag n drop support.
27260                 
27261         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27262            Added drag and drop support for opening files.
27263         
27264         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27265         Archit Baweja <bighead@crosswinds.net> for this idea.
27266         
27267         * TODO: Added some more todos. :-(
27269 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27271         * Fixed the goto line activate bug.
27272         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27274 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27275         
27276         * Fixed bugs in Gtk-- and Gnome-- project type
27278 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27280         * widgets/gonmefilelist.c, gnomefilelist.c:
27281         Modified multiple selection on pressing control.
27282           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27283         
27284         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27285         Modified multiple selection on pressing control.
27286           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27287         
27288 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27290         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27291           This is useless; but just in case...
27293 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27295         * data/internal.properties: modified a bit of perl properties.
27296         
27297 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27299         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27300           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27301           Added support for multiple file imports. Changed the standrd C++
27302           convention of #include <file> to #include <file.h>, because I had given
27303           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27304           now support the #include <file> convention. That is something to be fixed :). 
27305           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27307 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27309         * src/anjuta.c: Added function static greetings_text(), to solve the non
27310                 translation of the greetings text in the wizard.
27311                 
27312 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27314         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27315           dialogs, with OK the default (fix bug #453482)
27317 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27319         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27320         
27321         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27322         
27323 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27325         * src/aneditor.cxx
27326           src/aneditor.h
27327           src/anjuta_cbs.c
27328           src/controls.c
27329           src/main_menubar.c
27330           src/main_menubar.h
27331           src/main_menubar_def.h
27332           src/mainmenu_callbacks.c
27333           src/mainmenu_callbacks.h:
27334                 Applied the patch that addes menu items which allow users to
27335                 insert GPL notice and date time in current document.
27336                 patch from: Rick Patel <rikul@shreve.net>       
27337                 
27338         * src/main_menu.c: Fixed a compilation error.
27339         
27340         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27341         
27342         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27343           about the unterminated strings.
27344           
27345         * scintilla/*: Updated scintilla to 1.3.9 version.
27346         
27347 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27348         
27349         * widgets/gnomefileselection.c:
27350           Applied the patch for fixing multiple selection of file open funcion,
27351           which will deselect the files selected.
27352           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27354 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27356         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27357           src/fileselection.c, src/anjuta_cbs.c:
27358           Applied the patch     for multiple selection of file open.
27359           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27360           
27361 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27363         * Removed "-f" option in call to devhelp, because devhelp no longer
27364           supports that.
27365         
27366 2001-08-26  Stephane Demurget <demurgets@free.fr>
27368         All these modifications have been pointed out by
27369         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27371         * data/internal.properties: two fixes for the PHP lexer.
27372           this out.
27374         * fr.po: minor fixes.
27376         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27378 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27379         
27380         * main_menubar.c,
27381           main_menubar.h,
27382           main_menubar_def.h,
27383           main_menubar_callbacks.c,
27384           controls.c:
27385                 Added new menu item for "close all fils".
27386                 (Patch from Rikul <rikul@shreve.net>, after revision)
27387         
27388         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27389         
27390         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27391                 (Patch from Rikul <rikul@shreve.net>)
27392         
27393         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27394                 (Patch from Rikul <rikul@shreve.net>)
27396 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27397         
27398         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27399            project name in application widzard.
27400            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27402         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27403           of the 'OK' button there is an 'Execute' one.
27404           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27405         
27406         * executer.c: Changed cancel button to close button. That was more appropriate.
27407           
27408 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27410         * HACKING: corrected >>>>>> Config management.
27411         
27412         * HACKING: Added many things.
27413         
27414         * src/launcher.h: Added some comments.
27416 2001-08-21  Stephane Demurget <demurgets@free.fr>
27418         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27420         * HACKING,
27421           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27422           src/appwizard_cbs.c,
27423           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27424           Andy Piper <andy.piper@freeuk.com>
27426         * po/fr.po: updated to latest sources.
27428         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27431 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27433         * Fixed bugs #450280 and #448845
27435         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27436         
27437         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27438           named dialogs
27439         
27440         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27441           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27442           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27443           names to remove "Anjuta: " prefix
27444           
27445         * src/main_menubar_def.c: altered a message
27446         
27447         * launcher/anjuta_launcher.c: cleaned up some messages
27449         * src/debugger.c: edited messages to improve clarity
27450         
27451         * src/app_wiz*.c: tidied wizard interface
27454 2001-08-15  Stephane Demurget <demurgets@free.fr>
27456         Synced Naba's fix and mine about the wizards not working and removed
27457         anjuta.prj to avoid a nasty checkin.
27459         * Makefile.am: removed the install-data-local rule.
27461         * data/Makefile.am: changed the list of files.
27463         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27465         * .cvsignore: added anjuta.prj for the same reason.
27468 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27470         * src/source.c: Fixed a bug that fails new gnome projects to get
27471           created.
27473         * src/project_manager.c: Fixed a bug that disables storing recent
27474           project history.
27476         * Makefile.am: Added stuffs to install the macro files in the
27477           anjuta share file.
27480 2001-08-14  Stephane Demurget <demurgets@free.fr>
27482         * data/Makefile.am: added some rules to support the gnome/ macros
27483           dir in order to make the wizards work again.
27485         * anjuta.spec.in: upped the release number.
27488 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27490         * configure.in (ALL_LINGUAS): Added pl.
27493 2001-08-09  Stephane Demurget <demurgets@free.fr>
27495         * anjuta.spec.in: fixed the doc files list.
27498 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27500         * src/about.c: corrected my email address. :-)
27501         
27502         * TODO: Updated.
27503         
27504         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27505          (patch from Andy Piper <squiggle@ukgateway.net>)
27507 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27509         * debugger.c: Fixed a bug associated with debugging threaded
27510           application.
27511         
27512         * text_editor_menu.c: Fixed broken ui in text editor
27513           pop up menu.
27514           
27515         * text_editor_menu.c: Now the option sub menu in text editor pop up
27516           works.
27517         
27518         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27519                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27520         
27521 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27523         * src/text_editor_menu.c: Added menu item for context help
27524           (patch from Andy Piper <squiggle@ukgateway.net>)
27525         
27526 2001-08-06  Stephane Demurget <demurgets@free.fr>
27528         * ccview/cccproj.cc: added missing i18n strings.
27530         * data/welcome.txt: bumped version to 0.1.6.
27532         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27534 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27535         
27536         * help.c, help.h: Added support for DevHelp context sensitive help
27537                 and gnome api browsing.
27538         * Fixed toolbars and editor views "not save" bug.
27539         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27540           (patch from Andy Piper <squiggle@ukgateway.net>)
27541         * Updated THANKS and chapter15.sgml for uk and ru translators.
27543 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27545         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27546         * Updated configure.in to include these changes
27547         
27548 2001-08-03  Stephane Demurget <demurgets@free.fr>
27550         * src/project_dbase_gui.c: fixed bug #446963
27551           (on_project_dbase_ccview_update_start),
27552           (on_project_dbase_ccview_update_end): added.
27553           These two respectively disable and enable close file/project
27554           menu entries and toolbar items, while the ccview part updates
27555           its tag database.  
27558 2001-08-03  Stephane Demurget <demurgets@free.fr>
27560         * configure.in: added sv to the ALL_LINGUAS list.
27561         
27563 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27565         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27566                 file to work: merge translations and distribute it.
27568         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27570         * NEWS, README, THANKS & TODO: Spelling fixes.
27572 2001-08-01  Stephane Demurget <demurgets@free.fr>
27574         * README: updated requirements.
27576         * scintilla/Makefile.am,
27577           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27578           target can't be realized (custom build path).
27580         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27581           Removed install-data-local.
27583         * src/compiler_options.c: changed the include paths of the pixmaps.
27584           we hadn't any warning because of the include paths passed to the
27585           compiler. Thanks to make distcheck for reporting this.
27588 2001-07-31  Stephane Demurget <demurgets@free.fr>
27590         * NEWS, THANKS: updated.
27592         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27593           fixed to show the correct kernel signal number and its description.
27595         * widgets/gnomefilelist.c: fixed bug #445756
27596           (goto_last): renamed to goto_prev and changed according to goto_next.
27597           (goto_next): added.
27598           (goto_directory): removed.
27599           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27600           returned value is now the position in the list.
27601           (check_ok_button_cb): changed the back check and added one for next.
27602           (gnome_filelist_set_dir): the check in history make it wouldn't be
27603           a "true" history. polished the whole thing, using set_dir_internal.
27604           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27605           there's no check in the history when using back or next.
27607         * manuals/*: added missing .cvsignore files.
27610 2001-07-30  Stephane Demurget <demurgets@free.fr>
27612         * po/fr.po: updated to latest sources.
27614         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
27615           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
27616           to put off their sensitive attributes.
27618 2001-07-29  Stephane Demurget <demurgets@free.fr>
27619         
27620         * po/fr.po: fixed some grammar things.
27621           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
27622           this out.
27623         
27624         * src/utilities.c: (file_is_link): use lstat instead of stat.
27626 2001-07-27  Naba Kumar <kh_naba@123india.com>
27627         
27628         * Remove help dir from cvs, because it is no longer
27629           needed.
27630         
27631         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
27632           needed.
27634 2001-07-24  Naba Kumar <kh_naba@123india.com>
27636         * debugger.c: (debugger_update_prog_status): Fixed
27637                 the bug with gdb version 5. Debugger starts, when
27638                 step in/out/over etc are clicked.
27639         
27640         * debugger.c: All functions: added debugging codes.
27641         
27642         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
27643         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
27644           Modified to recognize non project files also.
27645           
27646         * source.c: (source_write_configure_in):
27647           Added source for 'prefix' counterparts for
27648           no-prefix AC_SUBST.
27649         
27650 2001-07-23  Naba Kumar <kh_naba@123india.com>
27651         
27652         * anjuta.c: added function anjuta_remove_text_editor();
27653           and suitably modified anjuta_remove_current_text_editor().
27654           
27655         * project_dbase.c: project_dbase_close(), Added code to
27656           close all opened files that belong to the project when
27657           the project is closed.
27658          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
27659         
27660         * Updated the manuals/anjuta-manual subdir for GDP standards.
27661            (patch from Andy Piper <squiggle@ukgateway.net>)
27662         
27663         * main_menubar.h, main_menubar.def: Added Menu items to handle
27664           urls for library references, bugs, patches and feature request
27665           submission.
27666         
27667 2001-07-20  Naba Kumar <kh_naba@123india.com>
27668         
27669         * Set wmclass names in all windows.
27670           (patch from Andy Piper <squiggle@ukgateway.net>)
27671         * New splash logo from "Misha" <misha@phreaker.net>);
27673 2001-07-19  Naba Kumar <kh_naba@123india.com>
27674         
27675         * preferences.[h,c], preferences_gui.c: Added 4 properties to
27676           set caret color, calltip back color and selection fore/back
27677           color.
27679 2001-07-18  Naba Kumar <kh_naba@123india.com>
27680         
27681         * project_dbase.c: Closes all files when project is closed.
27682          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27683          -- We still need to refine this as it closes all sort of files.
27684         
27685         * compiler_options.c: Fixed seg-fault bug when last item in
27686           compiler option lists is removed.
27687         
27688         * Fixed missing newline warnings during compilation.
27689           (patch from Andy Piper <squiggle@ukgateway.net>)
27691 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
27693         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
27694                 autogenerated no need to store'em in CVS.
27696         * ccview/.cvsignore: Addition of cvsignore.
27698 2001-07-17  Naba Kumar <kh_naba@123india.com>
27699         
27700         *GUI fixes and spell corrections
27701         (patch from Andy Piper <squiggle@ukgateway.net>)
27703 2001-07-15  Naba Kumar <kh_naba@123india.com>
27704         
27705         *Fixed double error message for file not found.
27706         
27707         *Put white backgrounds for png images.
27708         
27709         *Converted '-' to '_' in sgml files.
27711 2001-07-14  Naba Kumar <kh_naba@123india.com>
27712         
27713         * project_dbase.c: Short-cut for expand/collasp project tree
27714         
27715         * project_dbase_gui.c:
27716          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27718 2001-07-13  Naba Kumar <kh_naba@123india.com>
27719         
27720         * notebook.[h,c]: Added
27721          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27722         Project/message window now toggles on control and
27723         and notebook switch short-cut
27725 2001-07-7  Naba Kumar <kh_naba@123india.com>
27726         
27727         * Changed a new icon set which looks more gnomish.
27728         
27729         * Changed a new anjuta splash logo.
27730         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
27732 2001-07-6  Naba Kumar <kh_naba@123india.com>
27733         
27734         * ccview/*: Integrated ccview for class view and file view
27735                 in the project Manager.
27736         
27737         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
27739 2001-07-1  Naba Kumar <kh_naba@123india.com>
27740         
27741         * scintilla/*: Upgraded Scintilla to version 1.3.7
27742         
27743         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
27744         
27745 2001-06-28  Naba Kumar <kh_naba@123india.com>
27746         
27747         * src/debugger.c: Correct step-over and step-out swapping.
27748         
27749         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
27750           chapters and added more stuffs.
27752 2001-06-13  Naba Kumar <kh_naba@123india.com>
27753         
27754         * data/autogen.sh.gtkmm: Added
27755         
27756         * data/autogen.sh.gnomemm: Added
27757         
27758         * src/appwiz.c: Added two more application wizard templetes
27759         
27760         * src/project: for gtk-- and gnome-- and proper support
27761         
27762         * src/source.c: for c++ in the project configuration.
27763         
27764         * src/source.h:
27766 2001-05-05  Naba Kumar <kh_naba@123india.com>
27768         * Merged my pre-cvs modifications with 
27769           the current cvs copy.
27771         * (lot of files change).
27773         * Implemented session management.
27775         * Local installation possible by
27776           manageing our own pixmaps paths
27777           manupulations.
27778         
27779         * resources.h: Added.
27780         * resources.c: Added.
27782         * Fixed some bugs.
27783         
27784 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
27786         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
27787                 Corrected/extended ignores.
27789 2001-05-04  Naba Kumar <kh_naba@123india.com>
27791         * manuals/: dir tree added.
27792           Sgml documentation started in this dir.
27793           
27794         * omf-install/: dir tree added.
27795         
27796         * manuals/anjuta-manual/C/anjuta-manual.sgml:
27797           Created initial document structure.
27798           
27799         * configure.in: Added test for scrollkeeper.
27800           Added some Makefile entries in AC_OUTPUT.
27801         
27802         * Makefile.am: Added subdir manuals/
27803         
27804         * HACKING: Wrote something stupid.
27806 2001-05-02  Stéphane Démurget <demurgets@free.fr>
27808         * Makefile.am: Added ChangeLog in local data list, becaused it's
27809           needed to create a new project.
27810           
27811         * po/fr.po: minor fixes.
27813         * src/build_file.c, src/configurer.c, src/debugger.c,
27814           src/executer.c, src/find_replace.c, src/gnome_project.c,
27815           src/goto_line.c, src/launcher.c, src/messages.c, 
27816           src/preferences.c src/project_dbase.c: functions declared static.
27817           
27818         * widgets/gnomefilelist.c: Fixed a project creation bug,
27819           introduced with latest changes.
27821 2001-05-01  Stéphane Démurget <demurgets@free.fr>
27823         * widgets/gnomefilelist.c,
27824           BUGS: Fixed an annoying bug preventing from loading files/project
27825           given on the command line. Polished the whole gnome_filelist widget.
27827 2001-04-27  Stéphane Démurget <demurgets@free.fr>
27829         * src/main.c,
27830           src/anjuta.c,
27831           src/anjuta.h: Polished the command line parsing.
27833         * BUGS: Need to clean that damn gnome_filelist widget.
27835 2001-04-25  Stéphane Démurget <demurgets@free.fr>
27837         * src/registers.c,
27838           src/sharedlib.c,
27839           src/signals.c: Removed duplicated includes.
27841         * po/fr.po: minor fixes.
27843         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
27844           create_compiler_options_page? () declared static.
27845         * src/main.c,
27846           src/anjuta.c: Put a command line option for disabling
27847           the splashscreen.
27849         * src/preferences_gui.c: Fixed an internationalization issue,
27850           other functions declared static.
27852         * src/gnome_project.c: Fixed some memory leaks,
27853           new_prj_terminated () declared static. 
27855 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
27857         * configure.in: Sort ALL_LINGUAS alphabetically.
27859 2001-04-22  Stéphane Démurget <demurgets@free.fr>
27861         * Emptied that ugly old Changelog.
27863 == Anjuta 0.1.5 ===
27864 == Anjuta 0.1.4 ==
27866 2001-03-10 Naba kumar  <naba@gnome.org>
27868         * src/gnome_project.c: Fixed project dir creation bug.
27870         * src/text_editor.c: Fixed double accelerators bug.
27871         
27872         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
27874         * src/stack_trace.c, * src/compiler_options.c,
27875         data/internals.properties, src/defaults.c:
27876         Fixed pixmap creation with NULL window.
27878         * src/commands.c, src/preferences_gui.c, src/build_project.c
27879         src/clean_project.c: Bug fix.
27880         
27881         * src/main_menubar_def.h: i18n bug fix.
27882         
27883         * src/executer.h, src/executer.c: Bug fix.
27884         
27885         * src/controls.c: Bug fix.
27886         
27887         * src/debugger.c: Debugger now takes program args.
27888         
27889         * po/ja.po: Added japanese translation file.
27890         
27891         Upgraded to ver 0.1.4
27892         ... Fixed other minor bugs.
27894 == Anjuta 0.1.3 ===
27896 2001-XX-XX Naba kumar  <naba@gnome.org>
27898         * Lots of unaccountable changes. Integrated scintilla.
27899         Redesigned Project managemet. Added supports for other languages.
27900         Java style properties managements. .... blah blah
27901         
27902 2000-11-11 Naba kumar  <naba@gnome.org>
27904         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
27905         Upgraded to version 0.1.3.
27907         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
27908         Fixed to activate Debug->add watch properly.
27910 === Anjuta 0.1.2 beta_2 ===
27911 === Anjuta 0.1.2 ===
27913 2000-11-05 Naba kumar  <naba@gnome.org>
27915         * src/compiler_options.c, src/compiler_options_cbs.c
27916         src/compiler_options_cbs.h, src/compiler_options_gui.c
27917         src/anjuta2.c, extra/stock_libs.anj (new),
27918         extra/README.stock_libs (new), htmls/page13.html,
27919         htmls/images/*: Improved Library settings GUI. Can now enable/disable
27920         added libraries. Stock libs provided for ease of entry. Modified
27921         help html file accordingly.
27923 2000-11-03 Naba kumar  <naba@gnome.org>
27925         * README: Minor fixes in Doc files.
27927         * src/gnome_prj.c, src/appwidzard_cbs.c:
27928         Fixed to ignore non-existant dir for blank prj.
27929         More checking in project creation, especially to confirm
27930         that the prj file already does not exist.
27932         * anjuta.spec, configure.in: Upgraded to version 0.1.2
27934         * src/controls.c: Now Menu item "Format/Detach current document"
27935         is inactive when there is no document opened.
27937 === Anjuta 0.1.1 ===
27939 2000-11-01 Naba kumar  <naba@gnome.org>
27941         Completed and Release of first version (Beta) with lots of bugs.
27943 1999-12-27 Naba kumar  <naba@gnome.org>
27945         Anjuta project started.