2008-04-16 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blob2be46a1ba982203a2fdd99346b47ffb2ffac547c
1 2008-04-16  Johannes Schmid  <jhs@gnome.org>
2         
3         Patch from Ignacio Casal Quinteiro:
4         * plugins/file-loader/anjuta-recent-chooser-menu.c
5         (anjuta_recent_chooser_menu_insert_item),
6         (anjuta_recent_chooser_menu_populate):
7         * plugins/file-loader/plugin.c (activate_plugin):
8         Fix recent files in the toolbar
9         
10         * plugins/tools/plugin.c (ipreferences_merge):
11         Fixed some warnings
13 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
15         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
17 2008-04-13  Naba Kumar  <naba@naba-desktop>
19         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
20         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
21         Do not enable brace autocompletion by defualt because it annoying for
22         fast typist (i.e. it's easier to type ending brace than move carat)
23         and it's currently broken for scintilla.
25 2008-04-13  Naba Kumar  <naba@naba-desktop>
27         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
28         * src/about.c (on_about_plugin_activate): Removed dead code.
29         * src/main.c: Make smaller include.
31 2008-04-12  Naba Kumar  <naba@naba-desktop>
33         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
34         src/utilities.h: Removed dead files.
35         * src/widget-registry.c, src/widget-registry.h: Removed more dead
36         files.
38 2008-04-12  Naba Kumar  <naba@naba-desktop>
40         * src/action-callbacks.c: Removed unneeded gnome.h include.
41         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
43 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
45         Reviewed by Naba Kumar  <naba@gnome.org>:
46         * libanjuta/anjuta-utils.{ch}:
47         Added anjuta_utils_get_user_config_dir. This func is used
48         to get the user config directory.
49         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
51 2008-04-12  Johannes Schmid  <jhs@gnome.org>
53         * plugins/search/Makefile.am:
54         * plugins/search/anjuta-search.glade:
55         * plugins/search/anjuta-search.ui:
56         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
57         (on_find_and_replace1_activate), (on_find_in_files1_activate),
58         (on_findnext1_activate), (on_findprevious1_activate),
59         (on_prev_occur), (on_next_occur), (activate_plugin),
60         (deactivate_plugin), (dispose), (finalize),
61         (search_plugin_class_init):
62         * plugins/search/plugin.h:
63         * plugins/search/search-replace.c (search_and_replace_init),
64         (search_and_replace), (write_message_pane), (on_message_clicked),
65         (save_not_opened_files), (replace_in_not_opened_files),
66         (search_replace_next_previous), (search_replace_next),
67         (search_replace_previous), (sr_get_gladewidget),
68         (search_set_popdown_strings), (search_set_popdown_map),
69         (search_select_item), (search_set_combo), (search_set_action),
70         (search_set_target), (search_set_direction),
71         (search_get_item_combo), (search_get_item_combo_name),
72         (search_direction_changed), (populate_value), (reset_flags),
73         (reset_flags_and_search_button), (search_start_over),
74         (search_end_alert), (max_results_alert), (nb_results_alert),
75         (search_show_replace), (modify_label_image_button),
76         (search_replace_populate), (show_jump_button),
77         (translate_dialog_strings), (create_dialog), (show_dialog),
78         (word_in_list), (list_max_items), (search_update_combos),
79         (replace_update_combos), (search_update_dialog),
80         (on_search_replace_delete_event),
81         (on_search_dialog_key_press_event),
82         (search_disconnect_set_toggle_connect),
83         (on_search_match_whole_word_toggled),
84         (on_search_match_whole_line_toggled),
85         (on_search_match_word_start_toggled), (on_search_regex_toggled),
86         (search_set_toggle_direction), (on_search_direction_changed),
87         (on_search_action_changed), (on_search_target_changed),
88         (on_search_expression_changed), (on_actions_no_limit_clicked),
89         (on_search_button_close_clicked), (on_search_button_stop_clicked),
90         (on_search_button_next_clicked), (search_replace_find_usage),
91         (on_search_button_jump_clicked), (on_search_expression_activate),
92         (on_search_full_buffer_toggled), (on_search_forward_toggled),
93         (on_search_backward_toggled), (on_setting_basic_search_toggled),
94         (basic_search_toggled), (anjuta_search_replace_activate):
95         * plugins/search/search-replace.h:
96         * plugins/search/search-replace_backend.c (pcre_info_free),
97         (pcre_info_new), (match_substr_free), (match_info_free),
98         (file_buffer_free), (file_buffer_new_from_te),
99         (file_buffer_new_from_path), (file_buffer_line_from_pos),
100         (file_match_line_from_pos), (create_search_files_list),
101         (get_project_file_list), (isawordchar), (extra_match),
102         (get_next_match), (create_search_entries), (regex_backref),
103         (clear_search_replace_instance), (clear_pcre),
104         (create_search_replace_instance):
105         * plugins/search/search-replace_backend.h:
106         Restored old search plugin - was a bad idea to merge this patch. Sorry!
108 2008-04-12  Johannes Schmid  <jhs@gnome.org>
110         * libanjuta/Makefile.am:
111         * libanjuta/libanjuta.h:
112         * plugins/document-manager/anjuta-document-manager.glade:
113         * plugins/document-manager/plugin.c:
114         * plugins/editor/text_editor.c (text_editor_finalize),
115         (convert_to_utf8), (load_from_file), (save_to_file):
116         * plugins/editor/text_editor.h:
117         * plugins/sourceview/Makefile.am:
118         * plugins/sourceview/anjuta-convert.c:
119         * plugins/sourceview/anjuta-convert.h:
120         * plugins/sourceview/anjuta-document-loader.c:
121         * plugins/sourceview/anjuta-document-saver.c:
122         * plugins/sourceview/anjuta-document.c:
123         * plugins/sourceview/anjuta-encodings.c:
124         * plugins/sourceview/anjuta-encodings.h:
125         * plugins/sourceview/anjuta-utils.c:
126         * plugins/sourceview/anjuta-utils.h:
127         * plugins/sourceview/anjuta-view.c:
128         * plugins/sourceview/sourceview.c:
129         
130         Move the encoding conversion infrastrcute to libanjuta and update all
131         users. Test all available encodings by default in scintilla editor
132         like sourceview is doing and removed encoding preferences
134         * plugins/search/search-replace_backend.c
135         (file_buffer_new_from_uri):
136         Fixed crasher
138 2008-04-11  Johannes Schmid  <jhs@gnome.org>
140         * plugins/search/anjuta-search.glade:
141         Various small improvements to the dialog
143 2008-04-11  Johannes Schmid  <jhs@gnome.org>
145         Patch from Ignacio Casal Quinteiro:
146         * plugins/file-loader/Makefile.am:
147         * plugins/file-loader/anjuta-recent-chooser-menu.c
148         (gtk_recent_chooser_iface_init),
149         (_anjuta_recent_chooser_install_properties),
150         (sort_recent_items_mru), (get_is_recent_filtered),
151         (_gtk_recent_chooser_get_items),
152         (anjuta_recent_chooser_menu_class_init),
153         (anjuta_recent_chooser_menu_init),
154         (anjuta_recent_chooser_menu_finalize),
155         (anjuta_recent_chooser_menu_dispose),
156         (anjuta_recent_chooser_menu_constructor),
157         (anjuta_recent_chooser_menu_set_property),
158         (anjuta_recent_chooser_menu_get_property),
159         (anjuta_recent_chooser_menu_set_current_uri),
160         (anjuta_recent_chooser_menu_get_current_uri),
161         (anjuta_recent_chooser_menu_select_uri),
162         (anjuta_recent_chooser_menu_unselect_uri),
163         (anjuta_recent_chooser_menu_select_all),
164         (anjuta_recent_chooser_menu_unselect_all),
165         (anjuta_recent_chooser_menu_set_sort_func),
166         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
167         (anjuta_recent_chooser_menu_get_recent_manager),
168         (anjuta_recent_chooser_menu_add_filter),
169         (anjuta_recent_chooser_menu_remove_filter),
170         (anjuta_recent_chooser_menu_list_filters),
171         (anjuta_recent_chooser_menu_set_current_filter),
172         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
173         (anjuta_recent_chooser_menu_create_item),
174         (anjuta_recent_chooser_menu_insert_item),
175         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
176         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
177         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
178         (get_icon_size_for_widget), (foreach_set_shot_tips),
179         (anjuta_recent_chooser_menu_set_show_tips),
180         (anjuta_recent_chooser_menu_new),
181         (anjuta_recent_chooser_menu_new_for_manager):
182         * plugins/file-loader/anjuta-recent-chooser-menu.h:
183         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
184         (activate_plugin), (dispose):
185         
186         Add separator to recent menu (#526932)
188         * plugins/search/Makefile.am:
189         * plugins/search/anjuta-search.glade:
190         * plugins/search/anjuta-search.ui:
191         * plugins/search/plugin.c (on_find1_activate),
192         (on_find_and_replace1_activate), (on_find_in_files1_activate),
193         (on_findnext1_activate), (on_findprevious1_activate),
194         (on_search_again_activate), (on_find_usage), (activate_plugin),
195         (deactivate_plugin), (dispose), (search_plugin_class_init):
196         * plugins/search/plugin.h:
197         * plugins/search/search-replace.c (anj_sr_execute),
198         (anj_sr_write_match_message), (on_message_clicked),
199         (anj_sr_set_search_string), (anj_sr_select_nearest),
200         (anj_sr_select_next), (anj_sr_select_previous),
201         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
202         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
203         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
204         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
205         (anj_sr_set_target), (anj_sr_set_direction),
206         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
207         (anj_sr_get_combo_id_active_value),
208         (anj_sr_conform_direction_change), (anj_sr_populate_value),
209         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
210         (anj_sr_end_alert), (anj_sr_max_results_alert),
211         (anj_sr_total_results_alert), (anj_sr_show_replace),
212         (anj_sr_modify_button), (anj_sr_populate_data),
213         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
214         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
215         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
216         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
217         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
218         (anj_sr_find_in_list), (anj_sr_trim_list),
219         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
220         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
221         (on_search_dialog_delete_event), (on_search_dialog_key_press),
222         (anj_sr_disconnect_set_toggle_connect),
223         (on_search_match_whole_word_toggled),
224         (on_search_match_whole_line_toggled),
225         (on_search_match_word_start_toggled), (on_search_regex_toggled),
226         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
227         (on_search_direction_changed), (on_search_action_changed),
228         (on_search_target_changed), (on_search_expression_changed),
229         (on_search_button_close_clicked), (on_search_button_stop_clicked),
230         (on_search_button_start_clicked),
231         (on_search_button_replace_clicked),
232         (on_search_expression_activate):
233         * plugins/search/search-replace.h:
234         * plugins/search/search-replace_backend.c (regex_backref),
235         (pcre_info_free), (pcre_info_new), (match_substr_free),
236         (match_info_free_subs), (editor_new_from_file_buffer),
237         (file_buffer_new_from_te), (file_buffer_new_from_uri),
238         (file_buffer_free), (file_buffer_get_byte_offset),
239         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
240         (file_buffer_find_lines), (file_buffer_freshen_lines),
241         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
242         (file_buffer_get_linetext_for_line), (save_file_buffer),
243         (replace_in_local_buffer), (get_search_files_list),
244         (get_project_files_list), (isawordchar), (extra_match),
245         (get_next_match), (create_search_entries), (clear_search_entries),
246         (search_get_default_data), (search_replace_data_new),
247         (clear_search_replace_instance), (search_replace_data_destroy),
248         (search_replace_init):
249         * plugins/search/search-replace_backend.h:
250         * plugins/search/search_preferences.c (removed):
251         * plugins/search/search_preferences.h (removed):
252         
253         Merged the UI changes from bug #511688 and simplified the search dialog
255 2008-04-10  Johannes Schmid <jhs@gnome.org>
257         * plugins/symbol-db/symbol-db-engine.c:
258         * plugin.c:
259         Check for ctags binary (#516123)
261 2008-04-09  Massimo Cora'  <maxcvs@email.it>
263         * plugins/symbol-db/symbol-db-engine.c
264         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
265         (sdb_engine_get_query_parameters_list),
266         (sdb_engine_free_cached_queries),
267         (sdb_engine_get_tuple_id_by_unique_name),
268         (sdb_engine_get_tuple_id_by_unique_name2),
269         (sdb_engine_get_tuple_id_by_unique_name3),
270         (symbol_db_engine_add_new_workspace),
271         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
272         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
273         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
274         (sdb_engine_add_new_sym_implementation),
275         (sdb_engine_add_new_heritage),
276         (sdb_engine_add_new_scope_definition),
277         (sdb_engine_add_new_tmp_heritage_scope),
278         (sdb_engine_second_pass_update_scope_1),
279         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
280         (on_scan_update_files_symbols_end),
281         (symbol_db_engine_update_project_symbols):
282         GdaSet *plist is now used globally for every prepared statement.
283         It won't be created/unreffed at every query.
285 2008-04-09  Johannes Schmid  <jhs@gnome.org>
287         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
288         Fixed crasher when deactivating symbol-db plugin
290 2008-04-08  Johannes Schmid  <jhs@gnome.org>
292         * plugins/symbol-db/symbol-db-engine.c
293         (sdb_engine_populate_db_by_tags):
294         Don't use transactions - uses only half of the time now!
296 2008-04-08  Massimo Cora'  <maxcvs@email.it>
298         * plugins/symbol-db/symbol-db-engine.c
299         (sdb_engine_prepare_symbol_info_sql),
300         (symbol_db_engine_get_global_members_filtered):
301         * plugins/symbol-db/symbol-db-view.c
302         (sdb_view_load_symbol_pixbufs),
303         (sdb_view_build_and_display_base_tree):
304         fixed global tab icons. Libgda could not understood the right fields, now it
305         does.
307 2008-04-07  Johannes Schmid  <jhs@gnome.org>
309         * plugins/language-support-cpp-java/cpp-java-assist.c
310         (completion_compare), (create_completion),
311         (cpp_java_assist_create_word_completion_cache):
312         
313         Only show () for functions/methods and macros with arguments. Does not work
314         with symbol-db yet but fixes things for symbol-browser
316 2008-04-07  Johannes Schmid  <jhs@gnome.org>
318         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
319         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
320         (sdb_engine_add_new_sym_implementation):
321         
322         Fixed some issues with caching
324 2008-04-07  Johannes Schmid  <jhs@gnome.org>
326         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
327         (on_importing_project_end), (project_root_added),
328         (symbol_db_activate), (symbol_db_deactivate):
329         * plugins/symbol-db/plugin.h:
330         
331         Give the symbol-db it's own progress bar because there are too many
332         interactions with the global status bar.
334 2008-04-07  Johannes Schmid  <jhs@gnome.org>
336         * plugins/symbol-db/symbol-db-view-locals.c
337         (sdb_view_locals_create_new_store):
338         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
339         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
340         (symbol_db_view_open):
341         
342         Sort symbol trees
344 2008-04-07  Johannes Schmid  <jhs@gnome.org>
346         * plugins/sourceview/sourceview.c (idocument_cut),
347         (idocument_copy), (idocument_paste):
348         Block insert-text signal on cut/copy/paste
350 2008-04-07  Johannes Schmid  <jhs@gnome.org>
352         * plugins/symbol-db/plugin.c (on_char_added),
353         (on_single_file_scan_end):
354         Only update buffer when a newline is inserted
355         
356         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
357         (sdb_engine_get_tuple_id_by_unique_name),
358         (sdb_engine_get_tuple_id_by_unique_name2),
359         (sdb_engine_get_tuple_id_by_unique_name3),
360         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
361         (sdb_engine_finalize), (symbol_db_engine_db_exists),
362         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
363         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
364         Precompute file_defined_id to speed up population
366 2008-04-06  Johannes Schmid  <jhs@gnome.org>
368         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
369         (anjuta_launcher_set_encoding):
370         Fixed some problems with binary streams needed by symbol-db
371         
372         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
373         Removed DEBUG_PRINT
374         
375         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
376         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
377         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
378         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
379         (sdb_engine_add_new_sym_implementation),
380         (on_scan_update_files_symbols_end):
381         Use some caching to speed up population
382         
383         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
384         Exit properly when scanning is over
386 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
388         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
389         One additional change missed in the previous commit
391 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
393         * plugins/project-wizard/templates/gtkmm.wiz,
394         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
395         plugins/project-wizard/templates/gtkmm/src/main.cc,
396         plugins/project-wizard/templates/django.wiz,
397         plugins/project-wizard/templates/python.wiz,
398         plugins/project-wizard/templates/python/configure.ac.tpl,
399         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
400         plugins/project-wizard/templates/cpp.wiz,
401         plugins/project-wizard/templates/cpp/configure.ac.tpl,
402         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
403         plugins/project-wizard/templates/sdl.wiz,
404         plugins/project-wizard/templates/sdl/configure.ac.tpl,
405         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
406         plugins/project-wizard/templates/terminal.wiz,
407         plugins/project-wizard/templates/terminal/configure.ac.tpl,
408         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
409         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
410         plugins/project-wizard/templates/gtk.wiz,
411         plugins/project-wizard/templates/gtk/src/main.c,
412         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
413         plugins/project-wizard/templates/minimal.wiz,
414         plugins/project-wizard/templates/minimal/configure.ac.tpl,
415         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
416         plugins/project-wizard/templates/java.wiz,
417         plugins/project-wizard/templates/java/configure.ac.tpl,
418         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
419         plugins/project-wizard/templates/xlib.wiz,
420         plugins/project-wizard/templates/xlib/configure.ac.tpl,
421         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
422         plugins/project-wizard/templates/gcj.wiz,
423         plugins/project-wizard/templates/gcj/configure.ac.tpl,
424         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
425         plugins/project-wizard/templates/xlib-dock.wiz,
426         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
427         plugins/project-wizard/templates/wxwin.wiz,
428         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
429         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
430         plugins/project-wizard/templates/gnome.wiz,
431         plugins/project-wizard/templates/gnome/src/main.c,
432         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
433         plugins/project-wizard/templates/anjuta-plugin.wiz,
434         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
435         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
436         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
437         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
438         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
439         Fix bug #525999: Remove space in file and target names generated
440         by project wizard
441         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
442         has been renamed ianjuta_document_manager_get_current_document
444 2008-04-06  Naba Kumar  <naba@naba-desktop>
446         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
447         * libanjuta/anjuta-utils.h:
448         * plugins/project-wizard/druid.c (check_and_warn_missing),
449         (on_druid_next):
450         * plugins/project-wizard/header.c (npw_header_free),
451         (npw_header_add_required_program),
452         (npw_header_add_required_package),
453         (npw_header_check_required_programs), (package_is_installed),
454         (npw_header_check_required_packages):
455         * plugins/project-wizard/header.h:
456         * plugins/project-wizard/parser.c (parse_tag),
457         (parse_header_start), (parse_header_text):
458         * plugins/project-wizard/templates/anjuta-plugin.wiz:
459         * plugins/project-wizard/templates/cpp.wiz:
460         * plugins/project-wizard/templates/django.wiz:
461         * plugins/project-wizard/templates/gcj.wiz:
462         * plugins/project-wizard/templates/gnome.wiz:
463         * plugins/project-wizard/templates/gtk.wiz:
464         * plugins/project-wizard/templates/gtkmm.wiz:
465         * plugins/project-wizard/templates/java.wiz:
466         * plugins/project-wizard/templates/minimal.wiz:
467         * plugins/project-wizard/templates/mkfile.wiz:
468         * plugins/project-wizard/templates/python.wiz:
469         * plugins/project-wizard/templates/sdl.wiz:
470         * plugins/project-wizard/templates/terminal.wiz:
471         * plugins/project-wizard/templates/wxwin.wiz:
472         * plugins/project-wizard/templates/xlib-dock.wiz:
473         * plugins/project-wizard/templates/xlib.wiz:
475         Added a check for vital programs and packages needed to create a
476         new project. A warning dialog is shown to user in project
477         wizard when he proceeds after selecting a project type.
478         Updated all project templates to cover vital programs and
479         packages to generate and build correctly.
480         
481 2008-04-05  Naba Kumar  <naba@gnome.org>
483         patch from  surenspost@gmail.com:
484         * src/about.c: Fixed bug #523068 link in about window doesn't work.
486 2008-04-04  Johannes Schmid  <jhs@gnome.org>
488         * plugins/sourceview/anjuta-view.c:
489         * plugins/sourceview/anjuta-view.h:
490         * plugins/sourceview/sourceview-prefs.c (init_fonts),
491         (sourceview_prefs_init):
492         Removed unused color management code
493         
494         * plugins/sourceview/anjuta-editor-sourceview.glade:
495         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
496         (create_style_model), (on_style_changed), (ipreferences_merge),
497         (ipreferences_unmerge):
498         * plugins/sourceview/plugin.h:
499         
500         Added style chooser for sourceview editor (#522555)
502 2008-04-04  Johannes Schmid  <jhs@gnome.org>
504         * plugins/document-manager/action-callbacks.c:
505         * plugins/document-manager/anjuta-document-manager.ui:
506         * plugins/document-manager/plugin.c (ui_give_shorter_names),
507         (update_document_ui_disable_all):
508         * plugins/file-loader/anjuta-loader-plugin.ui:
509         * plugins/file-loader/plugin.c (on_new_activate),
510         (activate_plugin):
511         
512         Moved "New" action from document-manager to file-loader using 
513         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
515 2008-04-03  Johannes Schmid  <jhs@gnome.org>
517         * Makefile.am:
518         * configure.in:
519         * libegg/.cvsignore:
520         * libegg/Makefile.am:
521         * libegg/egg-cell-renderer-text.c:
522         * libegg/egg-combo-action.c:
523         * libegg/egg-entry-action.c:
524         * libegg/egg-recent-action.c:
525         * libegg/egg-recent-files-module.c:
526         * libegg/egg-recent-item.c:
527         * libegg/egg-recent-model.c:
528         * libegg/egg-recent-util.c:
529         * libegg/egg-recent-view-gtk.c:
530         * libegg/egg-recent-view.c:
531         * libegg/egg-submenu-action.c:
532         * libegg/eggcellrendererpopup.c:
533         * libegg/eggcomboselect.c:
534         * libegg/eggmarshalers.list:
535         * libegg/eggtreemodelfilter.c:
536         * libegg/eggtreemodelunion.c:
537         * libegg/eggtreemultidnd.c:
538         * libegg/gtkcellview.h:
539         * libegg/layout.glade:
540         * libegg/menu/.cvsignore:
541         * libegg/menu/Makefile.am:
542         * libegg/menu/egg-combo-action.h:
543         * libegg/menu/egg-entry-action.h:
544         * libegg/menu/egg-recent-action.h:
545         * libegg/menu/egg-submenu-action.h:
546         * libegg/menu/eggcomboselect.h:
547         * libegg/recent-files/.cvsignore:
548         * libegg/recent-files/Makefile.am:
549         * libegg/recent-files/egg-recent-item.h:
550         * libegg/recent-files/egg-recent-model.h:
551         * libegg/recent-files/egg-recent-util.h:
552         * libegg/recent-files/egg-recent-view-gtk.h:
553         * libegg/recent-files/egg-recent-view.h:
554         * libegg/recent-files/egg-recent.h:
555         * libegg/test-actions.c:
556         * libegg/test-multi-drag.c:
557         * libegg/test-union.c:
558         * libegg/treeviewutils/.cvsignore:
559         * libegg/treeviewutils/Makefile.am:
560         * libegg/treeviewutils/egg-cell-renderer-text.h:
561         * libegg/treeviewutils/eggcellrendererpopup.h:
562         * libegg/treeviewutils/eggtreemodelfilter.h:
563         * libegg/treeviewutils/eggtreemodelunion.h:
564         * libegg/treeviewutils/eggtreemultidnd.h:
565         * libegg/util/.cvsignore:
566         * libegg/util/Makefile.am:
567         * libegg/util/egg-macros.h:
568         * libegg/util/eggintl.h:
569         
570         Killed libegg (#349279)
571         
572         * plugins/document-manager/Makefile.am:
573         * plugins/document-manager/action-callbacks.c:
574         * plugins/document-manager/plugin.c:
575         * plugins/editor/plugin.c:
576         (on_open_recent_file), (sort_recent_menu),
577         (setup_recent_chooser_menu), (activate_plugin), (dispose),
578         (anjuta_file_loader_plugin_instance_init):
579         * plugins/file-loader/plugin.h:
580         * plugins/search/Makefile.am:
581         * plugins/search/plugin.c:
582         * plugins/search/search-replace.c:
583         
584         Removed dead code and libegg from Makefiles
585         
586         * plugins/symbol-browser/Makefile.am:
587         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
588         * plugins/symbol-browser/plugin.c (on_editor_saved),
589         (update_editor_symbol_model), (iter_matches),
590         (value_removed_current_editor), (activate_plugin):
591         Removed symbol-browser toolbar which used libegg and was
592         buggy (#451588)
593         
594         Patch from Ignacio Casal Quinteiro with lots of changes:
595         * plugins/file-loader/Makefile.am:
596         * plugins/file-loader/anjuta-loader-plugin.ui:
597         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
598         Port FileLoader to GtkRecent (#398984)
600 2008-04-03  Johannes Schmid  <jhs@gnome.org>
602         * configure.in:
603         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
604         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
605         * libanjuta/interfaces/libanjuta.idl:
606         * plugins/Makefile.am:
607         * plugins/class-inheritance/class-inherit.c
608         (class_inheritance_show_dynamic_class_popup_menu),
609         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
610         (class_inheritance_update_graph):
611         * plugins/language-support-cpp-java/cpp-java-assist.c
612         (create_completion),
613         (cpp_java_assist_create_scope_completion_cache),
614         (cpp_java_assist_create_word_completion_cache),
615         (cpp_java_assist_show_calltip):
616         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
617         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
618         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
619         (isymbol_get_extra_info_string), (isymbol_get_line),
620         (isymbol_get_icon), (isymbol_iface_init):
621         * plugins/symbol-browser/an_symbol.h:
622         * plugins/symbol-browser/an_symbol_view.c
623         (anjuta_symbol_view_get_file_symbol_model):
624         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
625         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
626         (isymbol_manager_iface_init):
627         * plugins/symbol-db/Makefile.am:
628         * plugins/symbol-db/anjuta-symbol-db.glade:
629         * plugins/symbol-db/plugin.c
630         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
631         (value_added_current_editor), (goto_local_tree_iter),
632         (goto_global_tree_iter), (on_global_treeview_row_expanded),
633         (on_global_treeview_row_collapsed), (on_project_element_added),
634         (on_project_element_removed), (on_importing_project_end),
635         (do_import_sources_after_abort), (do_import_sources),
636         (project_root_added), (project_root_removed), (symbol_db_activate),
637         (symbol_db_deactivate), (isymbol_manager_search),
638         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
639         (isymbol_manager_iface_init), (ipreferences_merge),
640         (ipreferences_unmerge), (ipreferences_iface_init):
641         * plugins/symbol-db/plugin.h:
642         * plugins/symbol-db/symbol-db-engine-iterator-node.c
643         (symbol_db_engine_iterator_node_new),
644         (sdb_engine_iterator_node_instance_init),
645         (sdb_engine_iterator_node_finalize),
646         (symbol_db_engine_iterator_node_get_symbol_id),
647         (symbol_db_engine_iterator_node_get_symbol_name),
648         (symbol_db_engine_iterator_node_get_symbol_file_pos),
649         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
650         (symbol_db_engine_iterator_node_get_symbol_signature),
651         (symbol_db_engine_iterator_node_get_symbol_extra_string),
652         (isymbol_get_name), (isymbol_get_args),
653         (isymbol_get_extra_info_string), (isymbol_get_uri),
654         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
655         (isymbol_iface_init):
656         * plugins/symbol-db/symbol-db-engine-iterator.c
657         (symbol_db_engine_iterator_new):
658         * plugins/symbol-db/symbol-db-engine.c
659         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
660         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
661         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
662         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
663         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
664         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
665         (sdb_engine_init), (sdb_engine_finalize),
666         (sdb_engine_set_defaults_db_parameters),
667         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
668         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
669         (sdb_engine_get_tuple_id_by_unique_name),
670         (sdb_engine_get_tuple_id_by_unique_name2),
671         (sdb_engine_get_tuple_id_by_unique_name3),
672         (symbol_db_engine_add_new_workspace),
673         (symbol_db_engine_project_exists),
674         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
675         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
676         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
677         (sdb_engine_add_new_sym_access),
678         (sdb_engine_add_new_sym_implementation),
679         (sdb_engine_add_new_heritage),
680         (sdb_engine_add_new_scope_definition),
681         (sdb_engine_add_new_tmp_heritage_scope),
682         (sdb_engine_second_pass_update_scope_1),
683         (sdb_engine_second_pass_update_heritage),
684         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
685         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
686         (on_scan_update_files_symbols_end),
687         (symbol_db_engine_fill_type_array),
688         (symbol_db_engine_update_files_symbols),
689         (symbol_db_engine_update_project_symbols),
690         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
691         (symbol_db_engine_update_buffer_symbols),
692         (symbol_db_engine_get_files_with_zero_symbols),
693         (sdb_engine_prepare_symbol_info_sql),
694         (symbol_db_engine_get_class_parents_by_symbol_id),
695         (symbol_db_engine_get_class_parents),
696         (symbol_db_engine_get_global_members_filtered),
697         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
698         (symbol_db_engine_get_scope_members_by_symbol_id),
699         (symbol_db_engine_get_scope_members),
700         (symbol_db_engine_get_file_symbols),
701         (symbol_db_engine_get_symbol_info_by_id),
702         (symbol_db_engine_get_full_local_path),
703         (symbol_db_engine_get_file_db_path),
704         (symbol_db_engine_find_symbol_by_name_pattern),
705         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
706         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
707         * plugins/symbol-db/symbol-db-engine.h:
708         * plugins/symbol-db/symbol-db-prefs.c
709         (on_prefs_executable_changed), (on_gconf_notify_prefs),
710         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
711         (on_listall_output), (on_listall_exit), (files_visit_dir),
712         (on_tag_load_toggled), (symbol_db_prefs_init),
713         (symbol_db_prefs_finalize):
714         * plugins/symbol-db/symbol-db-prefs.h:
715         * plugins/symbol-db/symbol-db-view-locals.c
716         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
717         (do_add_root_symbol_to_view),
718         (consume_symbols_inserted_queue_idle_destroy),
719         (consume_symbols_inserted_queue_idle), (on_scan_end),
720         (do_recurse_subtree_and_remove), (on_symbol_removed),
721         (on_symbol_inserted),
722         (symbol_db_view_locals_recv_signals_from_engine),
723         (symbol_db_view_locals_update_list):
724         * plugins/symbol-db/symbol-db-view.c
725         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
726         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
727         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
728         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
729         (sdb_view_build_and_display_base_tree):
730         * plugins/symbol-db/symbol-db.glade:
731         * plugins/symbol-db/symbol-db.ui:
732         * plugins/symbol-db/tables.sql:
733         * plugins/symbol-db/test/Makefile.am:
734         * plugins/symbol-db/test/main.c (get_parents), (main),
735         (packages_foreach), (files_visit_dir):
736         
737         Merged changes from symbol-db branch
739 2008-04-02  Johannes Schmid  <jhs@gnome.org>
741         * plugins/sourceview/sourceview.c (autodetect_language):
742         Use gnome_vfs_get_slow_mime_type()
744 2008-04-02  Johannes Schmid  <jhs@gnome.org>
746         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
747         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
748         (open_with_dialog):
749         
750         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
751         supertype instead no plugin for mime-type was found (#525706)
753 2008-03-31  Johannes Schmid  <jhs@gnome.org>
755         patch by: Carl-Anton Ingmarsson:
756         * src/anjuta.glade:
757         Fixed padding in preferences
759 2008-03-31  Johannes Schmid  <jhs@gnome.org>
761         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
763         * plugins/tools/anjuta-tools.glade:
764         * plugins/tools/anjuta-tools.ui:
765         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
766           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
767           atp_tool_dialog_refresh, atp_tool_dialog_show):
768         * plugins/tools/dialog.h (dialog, plugin):
769         * plugins/tools/plugin.c (prefs, gxml, action_group,
770           atp_plugin_finalize, test, atp_plugin_activate,
771           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
772           ipreferences_unmerge, ipreferences_iface_init):
773         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
774           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
775           atp_user_tool_activate, atp_tool_list_append_new,
776           atp_tool_list_activate, atp_tool_list_deactivate):
777         * plugins/tools/tool.h (plugin):
778         
779         #515854 – Move configuration into preferences
781 2008-03-31  Johannes Schmid  <jhs@gnome.org>
783         patch by: Carl-Anton Ingmarsson:
784         * src/anjuta-app.c (style, on_toolbar_style_changed,
785           on_add_merge_widget, anjuta_app_instance_init):
786         * src/anjuta.glade:
787         
788         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
790 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
792         * plugins/debug-manager/anjuta-debug-manager.glade,
793         plugins/debug-manager/command.c,
794         plugins/debug-manager/command.h,
795         plugins/debug-manager/start.c,
796         plugins/gdb/plugin.c,
797         plugins/gdb/debugger.c,
798         plugins/gdb/debugger.h,
799         libanjuta/interfaces/libanjuta.idl:
800         Improve start program dialog, allowing to specify working
801         directory and environment variables
803 2008-03-26  Naba Kumar  <naba@gnome.org>
805         * libanjuta/resources.c (anjuta_res_url_show): Use
806         anjuta_prog_is_installed() instead of g_find_program_in_path() and
807         fixed formatting.
809         Patch from Carl-Anton Ingmarsson:
811         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
812         * libanjuta/anjuta-utils.h:
813         * src/action-callbacks.c (help_activate),
814         (on_help_manual_activate), (on_help_tutorial_activate),
815         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
816         * libanjuta/Makefile.am:
817         Get rid of gnome_help_display_with_doc_id()
819 2008-03-26  Naba Kumar  <naba@gnome.org>
821         Patch from Carl-Anton Ingmarsson:
823         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
824         * plugins/project-import/project-import.c (on_import_cancel): Remove
825         stray GnomeDruid variable.
827 2008-03-26  Naba Kumar  <naba@gnome.org>
829         * plugins/project-import/project-import.c (create_start_page):
830         * plugins/project-wizard/druid.c (npw_druid_new):
831         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
832         
833         Fixed type 'assistent' to 'assistant'.
835 2008-03-25  Naba Kumar  <naba@gnome.org>
837         Patch from Carl-Anton Ingmarsson:
839         * libanjuta/Makefile.am:
840         * libanjuta/anjuta-ui.c (sensitivity_toggled),
841         (visibility_toggled), (accel_edited_callback),
842         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
843         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
844         (anjuta_ui_get_accel_editor):
845         * libegg/Makefile.am:
846         * libegg/eggaccelerators.c (removed):
847         * libegg/eggcellrendererkeys.c (removed):
848         * libegg/eggtreeviewstate.c (removed):
849         * libegg/test-tree-utils.c (removed):
850         * libegg/treeviewutils/Makefile.am:
851         * libegg/treeviewutils/eggaccelerators.h (removed):
852         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
853         * libegg/treeviewutils/eggtreeviewstate.h (removed):
855         Ports anjuta-ui to gtk_cell_renderer_accel
856         
857 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
859         Reviewed by Naba Kumar  <naba@gnome.org>
861         * plugins/project-import/Makefile.am:
862         * plugins/project-import/project-import.{ch}:
863         * plugins/project-import/anjuta-project-import.glade (removed):
864         * configure.in, po/POTFILES.in:
866         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
867         file because libglade doesn't have GtkAssistant support.
869 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
871         * plugins/debug-manager/registers.c:
872         Avoid a crash when debugger stop on an error
874         * plugins/debug-manager/start.c,
875         plugins/gdb/debugger.c,
876         libanjuta/interfaces/libanjuta.idl:
877         Display an error message when debugger target is not found
879 2008-03-15  Naba Kumar  <naba@naba-desktop>
881         * configure.in:
882         * data/Makefile.am:
883         * (removed) data/properties:
884         * (added) plugins/editor/properties:
885         * plugins/editor/Makefile.am:
887         Moved data/properties to plugins/editor/ and removed dead code from
888         Makefile.am files.
889         
890 2008-03-15  Naba Kumar  <naba@naba-desktop>
892         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
893         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
894         (macro_dialog_finalize):
895         * plugins/macro/macro-edit.c (macro_edit_dispose),
896         (macro_edit_finalize):
898         Fixed errors in previous patch.
899         
900 2008-03-15  Naba Kumar  <naba@naba-desktop>
902         Patch from Ignacio Casal Quinteiro:
904         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
905         (finalize):
906         * plugins/class-gen/plugin.c (dispose), (finalize):
907         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
908         (class_inheritance_dispose):
909         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
910         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
911         (dma_plugin_finalize):
912         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
913         (dma_debugger_queue_finalize):
914         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
915         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
916         (anjuta_docman_finalize):
917         * plugins/document-manager/plugin.c:
918         * plugins/editor/plugin.c (dispose), (finalize),
919         (editor_plugin_class_init):
920         * plugins/editor/text_editor.c (text_editor_dispose),
921         (text_editor_finalize):
922         * plugins/file-loader/plugin.c (dispose), (finalize),
923         (anjuta_file_loader_plugin_class_init):
924         * plugins/file-manager/plugin.c (file_manager_finalize),
925         (file_manager_dispose):
926         * plugins/file-wizard/plugin.c (dispose), (finalize),
927         (file_wizard_plugin_class_init):
928         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
929         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
930         * plugins/glade/plugin.c (glade_plugin_dispose),
931         (glade_plugin_finalize), (glade_plugin_class_init):
932         * plugins/gtodo/plugin.c (finalize), (dispose):
933         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
934         (anjuta_vim_plugin_dispose):
935         * plugins/indent/plugin.c (indent_plugin_finalize),
936         (indent_plugin_dispose):
937         * plugins/language-manager/plugin.c (language_manager_finalize),
938         (language_manager_dispose):
939         * plugins/language-support-cpp-java/plugin.c
940         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
941         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
942         (macro_db_class_init):
943         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
944         (macro_dialog_finalize), (macro_dialog_class_init):
945         * plugins/macro/macro-edit.c (macro_edit_dispose),
946         (macro_edit_finalize), (macro_edit_class_init):
947         * plugins/macro/plugin.c (finalize), (dispose):
948         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
949         (anjuta_msgman_finalize):
950         * plugins/message-view/message-view.c (message_view_dispose),
951         (message_view_finalize):
952         * plugins/message-view/plugin.c (message_view_plugin_dispose),
953         (message_view_plugin_finalize):
954         * plugins/patch/plugin.c (patch_plugin_finalize),
955         (patch_plugin_dispose):
956         * plugins/profiler/plugin.c (profiler_finalize),
957         (profiler_dispose):
958         * plugins/project-import/plugin.c (dispose), (finalize),
959         (project_import_plugin_class_init):
960         * plugins/project-manager/plugin.c
961         (project_manager_plugin_finalize),
962         (project_manager_plugin_dispose):
963         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
964         (npw_plugin_finalize), (npw_plugin_class_init):
965         * plugins/sample1/plugin.c (sample_plugin_finalize),
966         (sample_plugin_dispose):
967         * plugins/search/plugin.c (dispose), (finalize),
968         (search_plugin_class_init):
969         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
970         (sourceview_plugin_dispose):
971         * plugins/subversion/plugin.c (finalize), (dispose):
972         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
973         * plugins/symbol-browser/an_symbol_iter.c
974         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
975         * plugins/symbol-browser/an_symbol_search.c
976         (an_symbol_search_dispose), (an_symbol_search_finalize):
977         * plugins/symbol-browser/an_symbol_view.c
978         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
979         * plugins/symbol-browser/plugin.c (dispose), (finalize):
980         * plugins/symbol-db/plugin.c (symbol_db_finalize),
981         (symbol_db_dispose):
982         * plugins/terminal/terminal.c (terminal_plugin_dispose),
983         (terminal_plugin_finalize):
984         * plugins/tools/plugin.c (atp_plugin_dispose),
985         (atp_plugin_finalize), (atp_plugin_class_init):
986         * plugins/valgrind/plugin.c (valgrind_finalize),
987         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
989 2008-03-15  Naba Kumar  <naba@gnome.org>
991         * TODO.tasks: Updated and marked debugger bounties completed.
992         
993 2008-03-12  Johannes Schmid  <jhs@gnome.org>
995         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
996         (get_line_indentation_base):
997         
998         #521847 – anjuta freez when edit file
1000 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1002         Patch from Rob Bradford:
1003         * plugins/build-basic-autotools/executer.c (execute_program):
1004         520324 – Execute command is not overridable
1005         
1006         * plugins/sourceview/sourceview.c (on_insert_text):
1007         Removed Debug print
1009 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1011         Patch from James Liggett:
1012         * plugins/subversion/plugin.c (activate_plugin):
1013         521691 – Crash when click "Resolve Conflicts" without opened project
1015 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1017         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1018         * plugins/language-support-cpp-java/cpp-java-utils.c:
1019         * plugins/language-support-cpp-java/plugin.c
1020         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1021         520415 – [PATCH] Problems in auto indentatation code,
1022         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1023         
1024         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1025         (anjuta_view_button_press_event):
1026         * plugins/sourceview/sourceview.c (on_insert_text),
1027         (sourceview_adjustment_changed), (sourceview_new):
1028         #520761 – Weirz behavior with popup
1030 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1032         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1033         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1034         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1035         (anjuta_launcher_fork):
1036         * libanjuta/anjuta-launcher.h:
1037         Add API to set environment variables for the forked process
1038         
1039         * plugins/build-basic-autotools/Makefile.am:
1040         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1041         .glade:
1042         * plugins/build-basic-autotools/build-basic-autotools.c
1043         (build_set_env), (build_execute_command_full),
1044         (build_execute_command), (build_configure_project),
1045         (build_autogen_project):
1046         * plugins/build-basic-autotools/build-basic-autotools.h:
1047         * plugins/build-basic-autotools/build-options.c
1048         (fill_options_combo), (build_dialog_configure):
1049         * plugins/build-basic-autotools/build-options.h:
1050         Use new launcher API to set CFLAGS when running configure. New configure dialog
1051         which has predefined CFLAGS settings.
1053         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1055 === anjuta 2.4.0 ===
1057 2008-03-11  Naba Kumar  <naba@gnome.org>
1059         * NEWS: Updated for 2.4.0 stable release.
1060         * configure.in: Version bumped to 2.4.0
1061         * TODO.tasks: Updated.
1063 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1065         Reviewed by Naba Kumar  <naba@gnome.org>:
1066         * global-tags/Makefile.am:
1067         Revert change for #515954. This change was incorrect, the anjuta-tags
1068         program is installed into the $(bindir) rather than the $(scriptdir).
1070 2008-03-02  Naba Kumar  <naba@gnome.org>
1072         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1073         * configure.in: Added a requirement for scintilla editor plugin.
1075 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1077         * plugins/message-view/anjuta-msgman.c
1078         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1079         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1080         * plugins/message-view/anjuta-msgman.h:
1081         
1082         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1083         get rid of the cached current_view member.
1084         Fixes #518469 – Save message buffer not working good
1086 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1088         Patch by James Liggett:
1089         * plugins/subversion/svn-command.h:
1090         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1091         Fixed #519275 – Subversion should allow offline diffs   
1093 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1095         * plugins/language-support-cpp-java/cpp-java-assist.c
1096         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1097         Removed some debug code
1098         
1099         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1100         Escape tooltip text to avoid broken markup
1102 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1104         * libanjuta/Makefile.am:
1105         Fixed a build error when building with -j X
1106         
1107         * plugins/tools/scripts/prepare-changelog.pl:
1108         Updated to latest script version in gnome svn
1110 2008-02-28  Johannes Schmid <jhs@gnome.org>
1112         * plugins/document-manager/anjuta-docman.c:
1113         (anjuta_docman_page_destroy):
1114         Do not unref widget because the GtkNotebook will unref them
1115         
1116         * plugins/file-manager/file-view.c: (file_view_refresh):
1117         * plugins/search/search_preferences.c: (search_preferences_init):
1118         Fixed a memory leaks
1119         
1120         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1121         (ieditor_get_offset), (ieditor_iface_init),
1122         (idocument_get_filename), (ilanguage_get_supported_languages),
1123         (autodetect_language):
1124         
1125         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1126         was missing.
1128 2008-02-28  Johannes Schmid <jhs@gnome.org>
1130         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1131         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1133 2008-02-27  Naba Kumar  <naba@gnome.org>
1135         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1136         string break. That was a mistake doing at this point.
1138 === anjuta 2.3.5 ===
1140 2008-02-26  Naba Kumar  <naba@gnome.org>
1142         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1143         crash when there is a modified new file open, a non-modified exiting
1144         file open and autosave happen. Simplified error checking logic and
1145         avoided memory corruption. Fixes bug #Bug 518716.
1147 2008-02-25  Naba Kumar  <naba@gnome.org>
1149         * NEWS: Updated for release 2.3.5
1150         * configure.in: Bumped version to 2.3.5
1152         * plugins/build-basic-autotools/build-basic-autotools.c:
1153         (on_editor_changed): Avoid accessing text which is greater than
1154         valid range.
1156         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1158 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1160         * plugins/debug-manager/breakpoints.c:
1161         Fix #518329: Crash when adding breakpoint and other similar bugs
1163 2008-02-25  Johannes Schmid <jhs@gnome.org>
1165         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1166         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1167         Never call error() which calls exit()
1168         #517646 – Anjuta exists with code 2 when i try to import gedit
1170 2008-02-23  Johannes Schmid <jhs@gnome.org>
1172         * plugins/sourceview/sourceview.c: (ieditor_insert):
1173         Block insert_text signal when inserting manually.
1175 2008-02-23  Johannes Schmid <jhs@gnome.org>
1177         * plugins/sourceview/sourceview.c: (on_insert_text):
1178         Fixed a problem with the "insert-text" signal that broke
1179         copy&paste sometimes
1181 2008-02-22  Johannes Schmid <jhs@gnome.org>
1183         * plugins/language-support-cpp-java/plugin.c:
1184         (get_line_indentation_base):
1185         More fixes for comment handling and made the code
1186         a lot simpler
1188 2008-02-22  Johannes Schmid <jhs@gnome.org>
1190         * plugins/sourceview/sourceview.c: (on_insert_text):
1191         Fixed #517919 – Crash on pasting docblock
1193 2008-02-20  Johannes Schmid <jhs@gnome.org>
1195   Patch from James Liggett:
1196         * plugins/profiler/profiler.glade:
1197         Fix width options dialog. Translations are not longer cut off. (#516630)
1199 2008-02-18  Johannes Schmid <jhs@gnome.org>
1201         * plugins/sourceview/sourceview.c: (on_insert_text):
1202         Do not change the iterator in the "insert-text" handler because
1203         it has some strange side-effects when copying text
1204         Fix useless free'ing in hover-leave that might have led to random
1205         crashes
1207 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1209         * plugins/debug-manager/start.c:
1210         Avoid a glib warning if no project is loaded
1212 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1214         * manuals/anjuta-manual/C/debugger.xml:
1215         Remove warning about new debugger
1217 2008-02-17  Johannes Schmid <jhs@gnome.org>
1219         * manuals/anjuta-manual/figures/project-window.png:     
1220         Use a smaller picture
1222 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1224         * plugins/gdb/debugger.c:
1225         Set breakpoint in file with uncommon characters in path name
1227 2008-02-17  Johannes Schmid <jhs@gnome.org>
1229         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1230         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1231         (icell_get_char):
1232         * plugins/sourceview/sourceview.c: (on_insert_text):    
1233         Fix "char-added" signal to pass the correct iterator
1235 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1237         * plugins/gdb/debugger.c:
1238         Load executable in gdb with space in path name 
1240 2008-02-17  Johannes Schmid <jhs@gnome.org>
1242         * plugins/language-support-cpp-java/plugin.c:
1243         (get_line_indentation_base), (get_line_auto_indentation),
1244         (on_auto_indent):
1245         Some bugfixes and clean-ups in comment indentation code
1246         
1247         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1248         (anjuta_view_finalize), (anjuta_view_key_press_event):
1249         * plugins/sourceview/sourceview.c: (on_insert_text),
1250         (sourceview_create_highligth_indic), (sourceview_new):
1251         Cleaned implementation of char-added signal by using "insert-text" signal
1252         instead of filtering "key-press-event"
1253         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1254         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1255         (iiter_diff):
1256         Fixed implementation of get_character and return value of iiter_first() and
1257         iiter_last();
1259 2008-02-16  Johannes Schmid <jhs@gnome.org>
1261         * plugins/valgrind/plugin.c: (valgrind_activate),
1262         (ipreferences_merge), (ipreferences_unmerge):
1263         * plugins/valgrind/vgactions.c: (vg_actions_run):
1264         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1265         
1266         Fixed crasher when starting valgrind because of strange prefs handling and
1267         #516641 – Valgrind: Load Log does not clear list
1269 2008-02-15  James Liggett  <jrliggett@cox.net>
1271         * plugins/profiler/plugin.c:
1272         (on_select_other_target_button_clicked):
1273         Select the new custom target in the list so that the user sees it.
1275         Bug 516630 – Selection custom binary in profiler is not
1276         user-friendly.
1278 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1280         * manuals/anjuta-manual/C/projects.xml:
1281         Fix #515993: "Add package" button is "Add Package" in code
1282         Fix #516727: "Build All" is "Build Project" in code
1283         Fix #516728: "Clean All" is "Clean Project" in code
1284         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1285         Fix #516730: Fix note title 
1286         "Configure" is "Run Configure..." in code
1288 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1290         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1291         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1292         manuals/anjuta-manual/C/projects.xml,
1293         manuals/anjuta-manual/Makefile.am:
1294         Fix #515207: Add a new project window screenshoot
1295         Rename "Project View" to "Project window"
1297 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1299         * plugins/project-import/project-import.c:
1300         Fix #516743: Import project keeps an old date on project file
1302         * plugins/project-manager/plugin.c:
1303         Fix #516737: Import project doesn't load project with space in name
1305 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1307         * plugins/debug-manager/command.c:
1308         Destroy local variables on each step
1310         * plugins/debug-manager/debug_tree.c,
1311         plugins/debug-manager/watch.c,
1312         plugins/debug-manager/locals.c,
1313         plugins/gdb/debugger.c,
1314         libanjuta/interfaces/libanjuta.idl:
1315         Parse local variables scope (not used yet)
1317 2008-02-15  James Liggett <jrliggett@cox.net>
1319         reviewed by: Johannes Schmid <jhs@gnome.org>
1321         * plugins/profiler/gprof-options.c: (setup_widgets),
1322         (gprof_options_set_target), (gprof_options_has_target),
1323         (gprof_options_get_string):
1324         * plugins/profiler/gprof-options.h:
1325         * plugins/profiler/plugin.c: (ifile_open):
1326         516128 – crash in Anjuta IDE: selected profiler as the...
1328 2008-02-14  Johannes Schmid <jhs@gnome.org>
1330         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1331         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1332         * plugins/symbol-browser/an_symbol.c:
1333         * plugins/symbol-browser/an_symbol_view.c:
1334         (on_symbol_view_row_expanded):
1335         Fixed some memory leaks (Remember to all free/unref everything that comes
1336         from gtk_tree_model_get())
1338 2008-02-14  Johannes Schmid <jhs@gnome.org>
1340         * plugins/document-manager/search-box.c: (on_search_activated):
1341         516377 – Status bar does not change its status of 'Search for .. continued at top'
1342         (caused by differences between scintilla and sourceview)
1344 2008-02-13  James Liggett <jrliggett@cox.net>
1346         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1347         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1349 2008-02-14  Johannes Schmid <jhs@gnome.org>
1351         * plugins/language-support-cpp-java/plugin.c:
1352         (get_line_indentation_base), (get_line_auto_indentation),
1353         (on_editor_char_inserted_cpp):
1354         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1356 2008-02-13  Johannes Schmid <jhs@gnome.org>
1358         * plugins/language-support-cpp-java/plugin.c:
1359         (is_iter_inside_string), (get_line_auto_indentation):
1360         Handle comments in the code and do not ask editor. Fixes scintilla
1361         indentation (sourceview does not report comments anyway).
1362         
1363         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1364         Diff with correct sign (also fixes some issues with language-support)
1366 2008-02-13  Johannes Schmid <jhs@gnome.org>
1368         * plugins/language-support-cpp-java/plugin.c:
1369         (get_line_indentation_base):
1370         Act even more clever for comments. Indent /* */ comments correctly
1371         for multilines
1373 2008-02-13  Johannes Schmid <jhs@gnome.org>
1375         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1376         Also set indentation size correctly, when tab size is set
1377         by language support plugin
1379 2008-02-13  Johannes Schmid <jhs@gnome.org>
1381         * plugins/language-support-cpp-java/plugin.c:
1382         (get_line_indentation_base):
1383         
1384         Indent lines after comments correctly
1386 2008-02-13  Johannes Schmid <jhs@gnome.org>
1388         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1389         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1390         * libanjuta/anjuta-launcher.h:
1391         Some more fixes from symbol-db-branch
1392         
1393         * src/Makefile.am:
1394         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1396 2008-02-12  Johannes Schmid <jhs@gnome.org>
1398   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1399         * global-tags/Makefile.am:
1400         * AUTHORS
1401         #515954 – create_global_tags.sh: wrong anjuta-tags path
1402         
1403         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1404         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1405         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1406         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1407         (anjuta_launcher_fork):
1408         * libanjuta/anjuta-launcher.h:
1409         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1410         from symbol-db branch
1412 2008-02-11  Johannes Schmid <jhs@gnome.org>
1414         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1415   515868 – File browser only shows icons when activated
1416   
1417 2008-02-11  Johannes Schmid <jhs@gnome.org>
1419         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1420         #515867 – Anjuta dies on startup
1422 2008-02-11  Johannes Schmid <jhs@gnome.org>
1424         * TODO.tasks: Marked subversion task as completed
1426 === anjuta 2.3.4 ===
1428 2008-02-11  Naba Kumar  <naba@gnome.org>
1430         * configure.in: Bumped version to 2.3.4
1432 2008-02-10  Naba Kumar  <naba@gnome.org>
1434         * NEWS: Updated for release.
1436 2008-02-10  Johannes Schmid <jhs@gnome.org>
1438         * plugins/document-manager/anjuta-document-manager.plugin.in:
1439         Added html, javascript and glade file types. This makes it possible to
1440         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1441         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1442         
1443         * plugins/file-wizard/anjuta-file-wizard.glade:
1444         * plugins/gdb/anjuta-gdb.glade:
1445         * plugins/project-wizard/anjuta-project-wizard.glade:
1446         * plugins/search/anjuta-search.glade:
1447         * plugins/terminal/anjuta-terminal-plugin.glade:
1448         
1449         Fixed some other translation issues (#507921)
1451 2008-02-10  Naba Kumar  <naba@gnome.org>
1453         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1454         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1456 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1458         * manuals/anjuta-manual/C/interface.xml,
1459         manuals/anjuta-manual/C/introduction.xml,
1460         manuals/anjuta-manual/C/preferences.xml,
1461         manuals/anjuta-manual/C/fileoperations.xml,
1462         manuals/anjuta-manual/C/projects.xml:
1463         Fix spelling errors, including bug #515204, #515172, #515117
1464         and #513892
1466 2008-02-10  Naba Kumar  <naba@gnome.org>
1468         * plugins/document-manager/plugin.c: Fixed stream comment and added
1469         translator's comment for 'block comment', 'box comment' and 'stream
1470         comment'
1472 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1474         * plugins/debug-manager/command.c,
1475         plugins/debug-manager/command.h,
1476         plugins/debug-manager/breakpoints.c,
1477         libanjuta/interfaces/libanjuta.idl:
1478         Avoid adding the same breakpoint several times
1480         * plugins/gdb/debugger.c:
1481         Fix bug #515463: Deattaching process kill it
1483 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1485         * manuals/anjuta-manual/C/debugger.xml:
1486         Fix translation bug #515459 and #515460
1488 2008-02-10  Johannes Schmid <jhs@gnome.org>
1490   Patch from Rémi Cardona <remi@gentoo.org>
1492         * plugins/build-basic-autotools/Makefile.am:
1493         * plugins/cvs-plugin/Makefile.am:
1494         * plugins/document-manager/Makefile.am:
1495         * plugins/editor/Makefile.am:
1496         * plugins/indent/Makefile.am:
1497         * plugins/language-support-cpp-java/Makefile.am:
1498         * plugins/message-view/Makefile.am:
1499         * plugins/sourceview/Makefile.am:
1500         * plugins/symbol-browser/Makefile.am:
1501         * plugins/terminal/Makefile.am:
1502         * scripts/build-schemas.mk:
1503         * src/Makefile.am:
1504   Fix #512531 – Parallel build fails
1505   
1506   * AUTHORS: Added Rémi
1508 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1510         * plugins/debug-manager/queue.c:
1511         Fix interrupt command, not working due to previous change
1513 2008-02-10  Johannes Schmid <jhs@gnome.org>
1515         * src/Makefile.am:
1516         * src/anjuta-app.c:
1517         * src/anjuta-callbacks.c (removed):
1518         * src/anjuta-callbacks.h (removed):
1519         
1520         Removed (almost) empty files, fixes #515383 and #515388
1522 2008-02-09  James Liggett <jrliggett@cox.net>
1524         Reviewed by Naba Kumar  <naba@gnome.org>:
1526         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1527         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1528         * plugins/subversion/svn-command.c:
1529         (svn_command_make_canonical_path):
1530         * plugins/subversion/svn-command.h:
1531         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1532         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1533         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1534         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1535         * plugins/subversion/svn-remove-command.c:
1536         (svn_remove_command_new):
1537         * plugins/subversion/svn-status-command.c:
1538         (svn_status_command_new):
1539         * plugins/subversion/svn-switch-command.c:
1540         (svn_switch_command_new):
1541         * plugins/subversion/svn-update-command.c:
1542         (svn_update_command_new):
1543         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1544         die if the user gives a path that libsvn doesn't like. 
1545         
1546         Fixes bug #515500
1548 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1550         * plugins/debug-manager/command.c,
1551         plugins/debug-manager/command.h,
1552         plugins/debug-manager/queue.c:
1553         Fix crashes when trying to stop the debugger while it is busy
1555 2008-02-08  Johannes Schmid <jhs@gnome.org>
1557   Patch from Rodrigo Moya <rodrigo@novell.com>
1559         * plugins/glade/plugin.c: (ifile_open):
1560         * plugins/symbol-browser/test-class.cpp:
1561         * AUTHORS: Added Rodrigo
1562         
1563         #514732 – 64 bit compliation error
1564         #514733 – Use of uninitialized variables
1566 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1568         * manuals/anjuta-manual/C/debugger.xml:
1569         Fix translation bug #514494 and bug #514440
1571 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1573         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1574         Fix a compile error added in the previous patch
1576 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1578         * plugins/profiler/gprof-view.c,
1579         plugins/class-inheritance/class-callbacks.c,
1580         plugins/class-inheritance/class-inherit.c,
1581         plugins/symbol-browser/an_symbol.c,
1582         plugins/symbol-db/symbol-db-engine-iterator-node.c,
1583         libanjuta/interfaces/libanjuta.idl:
1584         Change ianjuta_symbol_file function to ianjuta_symbol_uri
1586 2008-02-04  Johannes Schmid <jhs@gnome.org>
1588         * plugins/search/anjuta-search.glade: Fixed typo
1590 2008-02-03  Johannes Schmid <jhs@gnome.org>
1592         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
1593         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
1594         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1595         .glade:
1596         * plugins/build-basic-autotools/build-basic-autotools.c:
1597         (build_get_context), (build_configure_project):
1598         * plugins/class-gen/anjuta-class-gen-plugin.glade:
1599         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1600         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
1601         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
1602         * plugins/devhelp/plugin.c: (devhelp_activate):
1603         * plugins/editor/Makefile.am:
1604         * plugins/editor/anjuta-editor-scintilla.glade:
1605         * plugins/editor/text_editor.c:
1606         * plugins/editor/text_editor.h:
1607         * plugins/editor/text_editor_menu.c (removed):
1608         * plugins/editor/text_editor_menu.h (removed):
1609         * plugins/file-wizard/anjuta-file-wizard.glade:
1610         * plugins/gtodo/notification.c: (create_notification_window):
1611         * plugins/gtodo/preferences.c: (preferences_widget):
1612         * plugins/language-support-cpp-java/plugin.c:
1613         (cpp_java_plugin_activate_plugin):
1614         * plugins/message-view/anjuta-message-manager-plugin.glade:
1615         * plugins/message-view/plugin.c: (activate_plugin):
1616         * plugins/project-manager/plugin.c: (confirm_removal):
1617         * plugins/search/anjuta-search.glade:
1618         * plugins/search/plugin.c:
1619         * plugins/search/search-replace.c: (nb_results_alert):
1620         * plugins/subversion/subversion-commit-dialog.c:
1621         (on_subversion_commit_response):
1622         * plugins/symbol-browser/plugin.c: (activate_plugin):
1623         * plugins/valgrind/plugin.c: (on_menu_run_activate):
1624         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
1625         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
1626         * src/anjuta.glade:
1627         
1628         Fixed translation bugs from #507921.
1629         Removed unused files in scintilla plugin
1631 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1633         * manuals/anjuta-manual/C/debugger.xml:
1634         Fix bug #514124 and bug #514138: Wrong menu item name
1636 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1638         * plugins/profiler/gprof-view.c,
1639         plugins/symbol-browser/plugin.c,
1640         plugins/class-inheritance/class-callbacks.c,
1641         plugins/debug-manager/plugin.c,
1642         plugins/tools/editor.c,
1643         plugins/search/search-replace.c,
1644         plugins/search/search-replace_backend.c,
1645         plugins/search/search-replace_backend.h,
1646         plugins/build-basic-autotools/build-basic-autotools.c,
1647         plugins/document-manager/plugin.c,
1648         plugins/document-manager/file_history.c,
1649         plugins/document-manager/anjuta-docman.c,
1650         plugins/document-manager/anjuta-docman.h,
1651         plugins/document-manager/action-callbacks.c,
1652         libanjuta/interfaces/libanjuta.idl:
1653         Rename IAnjutaDocumentManager functions:
1654         find_document_with_path, goto_file_line, goto_file_line_mark
1655         and get_full_filename into
1656         find_document_with_uri, goto_uri_line, goto_uri_line_mark
1657         and get_uri
1658         Fix search plugin to use an URI instead of a file path
1659         Fix anjuta_docman_get_uri to always return an URI
1661 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1663         * plugins/debug-manager/breakpoints.c:
1664         Fix bug #514118: Rename Clear All Breakpoints to Remove
1665         All Breakpoints
1667 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1669         * manuals/anjuta-manual/C/debugger.xml:
1670         Update debugger documentation
1672 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1674         * plugins/debug-manager/sharedlib.c,
1675         plugins/debug-manager/anjuta-debug-manager.glade,
1676         plugins/debug-manager/queue.c,
1677         plugins/tools/execute.c,
1678         plugins/tools/anjuta-tools.glade,
1679         plugins/tools/editor.c,
1680         plugins/project-wizard/templates/terminal.wiz,
1681         plugins/project-wizard/templates/xlib-dock.wiz,
1682         plugins/project-wizard/templates/wxwin.wiz,
1683         plugins/project-wizard/templates/java.wiz,
1684         plugins/project-wizard/templates/gnome.wiz,
1685         plugins/project-wizard/templates/anjuta-plugin.wiz,
1686         plugins/project-wizard/templates/gtkmm.wiz,
1687         plugins/project-wizard/templates/python.wiz,
1688         plugins/project-wizard/templates/cpp.wiz,
1689         plugins/project-wizard/templates/sdl.wiz,
1690         plugins/project-wizard/templates/gtk.wiz,
1691         plugins/project-wizard/templates/minimal.wiz,
1692         plugins/project-wizard/templates/xlib.wiz,
1693         plugins/project-wizard/templates/gcj.wiz,
1694         plugins/gdb/plugin.c,
1695         plugins/gdb/debugger.c,
1696         libanjuta/anjuta-plugin-manager.c:
1697         Partial fix of #507921: translation issues in debug-manager, tools,
1698         project-wizard, gdb and anjuta-plugin-manager.
1700 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
1702         * plugins/debug-manager/queue.c:
1703         Debugger Local, Stack and Thread windows were missing due to
1704         the previous change.
1706 2008-02-02  Johannes Schmid <jhs@gnome.org>
1708         * manuals/anjuta-manual/Makefile.am:
1709         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
1710         causes make install to fail
1712 2008-02-02  Johannes Schmid <jhs@gnome.org>
1714         * plugins/macro/macros.xml:
1715         #495511 – Header_h macro correction
1717 2008-02-02  Johannes Schmid <jhs@gnome.org>
1719         * plugins/patch/patch-plugin.glade:
1720         gtk-apply is not translatable...
1722 2008-02-02  Johannes Schmid <jhs@gnome.org>
1724         * plugins/build-basic-autotools/build-basic-autotools.c:
1725         (on_build_mesg_format):
1726         
1727         Also check for untranslated messages from make. Should fix 
1728         #511981 – Error parsing make output
1730 2008-02-02  Johannes Schmid <jhs@gnome.org>
1732         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1733         .glade:
1734         
1735         Fixed #511010 – [UI] Execute program utility window
1737 2008-02-02  Johannes Schmid <jhs@gnome.org>
1739         * src/anjuta.glade:
1740         Fixed #509908 – [UI] Problems with the General settings tab
1742 2008-02-02  Johannes Schmid <jhs@gnome.org>
1744         * manuals/anjuta-manual/C/fileoperations.xml:
1745         Fixed #513730 – Option not present in the GUI po file
1747 2008-02-02  Johannes Schmid <jhs@gnome.org>
1749         * plugins/sourceview/anjuta-editor-sourceview.glade:
1750         Adjust preferences default values
1752 2008-02-02  Johannes Schmid <jhs@gnome.org>
1754         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
1755         Fixed #512535 – Open files tabs' position is correctly remembered 
1756         but not applied at startup
1758 2008-02-02  Johannes Schmid <jhs@gnome.org>
1760         * plugins/search/search-replace.c: (on_message_clicked):
1761         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
1762         fix clicking on search result messages
1764 2008-02-01  James Liggett <jrliggett@cox.net>
1766         * plugins/subversion/svn-command.c: (on_svn_notify):
1767         Fixed wrong status message output when resolving conflicts.
1769 2008-02-02  Johannes Schmid <jhs@gnome.org>
1771         * configure.in: Require GtkSourceView 2.1.2
1772         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
1773         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
1774         (imark_is_marker_set), (imark_delete_all_markers),
1775         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
1776         
1777         Adapted to API changes in GtkSourceView
1779 2008-02-01  Johannes Schmid <jhs@gnome.org>
1781         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
1782         Fixed tabsize preference
1784 2008-02-01  Johannes Schmid <jhs@gnome.org>
1786         * manuals/anjuta-manual/C/fileoperations.xml:
1787         * manuals/anjuta-manual/C/interface.xml:
1788         Updated manual
1789         
1790         * manuals/anjuta-manual/Makefile.am:
1791         * manuals/anjuta-manual/C/figures/*:
1792         
1793         Updated figures to be in clearlooks theme, removed old figures
1795 2008-02-01  Johannes Schmid <jhs@gnome.org>
1797         * plugins/patch/patch-plugin.glade:
1798         * plugins/patch/plugin.c: (patch_plugin_activate):
1799         Another UI issue with the patch plugin and silenced a compiler
1800         warning
1801         
1802         Patch from James Liggett:
1803         * plugins/profiler/gprof-call-graph-view.c:
1804         (gprof_call_graph_view_create_columns):
1805         * plugins/profiler/gprof-flat-profile-view.c:
1806         (gprof_flat_profile_view_create_columns):
1807         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
1808         * plugins/profiler/gprof-view.h:
1809         
1810         Use two decimal places for float values in profiler views (#507831)
1812 2008-02-01  Johannes Schmid <jhs@gnome.org>
1814         * configure.in:
1815         * plugins/editor/Makefile.am:
1816         
1817         Fixed #512751 – libgnomeprint unnecessary without scintilla
1819 2008-01-31  Johannes Schmid <jhs@gnome.org>
1821         * plugins/language-manager/languages.xml:
1822         Added a pretty ugly string for C++ headers. Maybe we should rely
1823         on mime-types instead...
1825 2008-01-31  Johannes Schmid <jhs@gnome.org>
1827         * plugins/language-support-cpp-java/cpp-java-assist.c:
1828         (get_iter_column), (cpp_java_assist_get_calltip_context),
1829         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1830         (on_assist_chosen), (cpp_java_assist_install):
1831         * plugins/language-support-cpp-java/plugin.c:
1832         (on_editor_char_inserted_cpp):
1833         Removed annoying DEBUG_PRINTs
1834         
1835         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1836         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
1837         * plugins/sourceview/sourceview.c: (iassist_show_tips):
1838         
1839         Fixed "jumping" tooltips, fixed indentation of brances
1841 2008-01-31  Johannes Schmid <jhs@gnome.org>
1843         * plugins/document-manager/plugin.c: (on_document_changed):
1844         Fixed crash when closing anjuta after all document tabs have been closed
1846 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1848         * plugins/debug-manager/anjuta-debug-manager.glade:
1849         Fix #513485: wrong strings maked as translatable
1851 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1853         * plugins/debug-manager/threads.c,
1854         plugins/debug-manager/stack_trace.c:
1855         Avoid crash when getting relative path from debugger (same fix
1856         than for #510028)
1858         * plugins/debug-manager/queue.c:
1859         Emit all state changes notification
1861         * plugins/debug-manager/start.c:
1862         Fix #511586: Project path with "+" not working in debugger
1864 2008-01-31  Johannes Schmid <jhs@gnome.org>
1866         * plugins/patch/patch-plugin.glade:
1867         Fixed button ui problem...
1868         
1869         Patch from James Liggett:
1870         * plugins/profiler/gprof-call-graph-block-entry.c:
1871         (gprof_call_graph_block_primary_entry_new),
1872         (gprof_call_graph_block_secondary_entry_new):
1873         * plugins/profiler/gprof-flat-profile-entry.c:
1874         (gprof_flat_profile_entry_new):
1875         
1876         Fix #507831 - Wrong Profiler values for some locales
1878 2008-01-31  Johannes Schmid <jhs@gnome.org>
1880         * plugins/sourceview/anjuta-editor-sourceview.glade:
1881         * plugins/sourceview/sourceview-prefs.c:
1882         * plugins/sourceview/sourceview.c: (sourceview_finalize):
1883   
1884   Fixed Editor->View popup menu for those entries that are appropriate for
1885   sourceview    
1887 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1889         * plugins/debug-manager/breakpoints.c:
1890         Fix #512901: Crash when adding a breakpoint
1892         * plugins/debug-manager/queue.c:
1893         Remove a possible memory leak
1895 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1897         * plugins/debug-manager/data_view.c,
1898         plugins/debug-manager/sparse_view.c,
1899         manuals/anjuta-manual/C/debugger.xml:
1900         Fix #513130, #513131 #513135: Wrong menu item names and errors
1901         in the documentation
1903 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1905         * plugins/tools/editor.c:
1906         ianjuta_document_manager_find_document_with_path expect an uri not
1907         a path
1909 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
1911         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1912         manuals/reference/libanjuta/libanjuta-sections.txt,
1913         libanjuta/interfaces/libanjuta.idl:
1914         Documentation fixes for IAnjutaDebugger* interfaces
1916 === anjuta 2.3.3 ===
1918 2008-01-27  Naba Kumar  <naba@gnome.org>
1920         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
1921         rpm spec file.
1923         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
1924         (value_added_current_editor), (value_removed_current_editor):
1925         Removed dead code.
1927         * TODO.tasks: Updated.
1929         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
1930         scrollwindow shadow in.
1932         * plugins/editor/anjuta-editor-scintilla.glade:
1933         * plugins/editor/style-editor.c: (create_style_editor_gui):
1934         Set style window transient and cetered for preferences window.
1935         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
1937         * plugins/editor/anjuta-editor-scintilla.glade:
1938         Fixes Bug #427108 - Scintilla plugin configuration folding-style
1939         setting not working
1941         * configure.in, NEWS: Updated for release 2.3.3
1943 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1945         * plugins/debug-manager/anjuta-debug-manager.glade:
1946         Fix #512224: Use a string in english
1948 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1950         * plugins/build-basic-autotools/build-basic-autotools.c:
1951         ianjuta_document_manager_goto_file_line_mark needs an uri and
1952         not a file path
1954 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1956         * plugins/symbol-browser/plugin.c,
1957         plugins/symbol-browser/an_symbol_view.c:
1958         use gnome_vfs_get_uri_from_local_path to get local path from uri
1959         This takes care of escaping some characters
1961 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
1963         * plugins/debug-manager/stack_trace.c:
1964         Probably fix #510028: crash debugger when having a relative filename
1965         in stack trace
1967 2008-01-25 Tom <tpgww@onepost.net>
1969         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1971         * plugins/document-manager/plugin.c,
1972         plugins/document-manager/file_history.c,
1973         plugins/document-manager/file_history.h,
1974         plugins/document-manager/anjuta-docman.c,
1975         plugins/document-manager/anjuta-docman.h:
1976         Rename filename argument to uri when an uri is expected
1977         anjuta_docman_get_document_for_uri will remove symlinks 
1979 2008-01-25  Naba Kumar  <naba@gnome.org>
1981         * plugins/terminal/terminal.c: (terminal_execute),
1982         (activate_plugin):
1983         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
1985 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
1987         * plugins/debug-manager/anjuta-debug-manager.glade,
1988         plugins/debug-manager/start.c:
1989         Fix #511049: Change UI of add source directories dialog
1991 2008-01-24  Naba Kumar  <naba@gnome.org>
1993         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
1994         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
1995         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
1996         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
1997         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
1998         should work now.
2000 2008-01-24  Johannes Schmid <jhs@gnome.org>
2002         Patch from: Luca Ferretti <ella.uca@libero.it>:
2004         * plugins/document-manager/anjuta-docman.c:
2005         (anjuta_docman_page_init), (anjuta_docman_class_init):
2006         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2007         
2008         Fix #511757 – Close icon in tabs cut off (Patch was only for
2009         document-manager, also adapted it for message-manager)
2011 2008-01-24  Johannes Schmid <jhs@gnome.org>
2013         * plugins/Makefile.am:
2014         * plugins/sourceview/anjuta-document.c:
2015         * plugins/sourceview/anjuta-marshal.list:
2016         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2017         (anjuta_view_key_press_event):
2018         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2019         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2020         (iiter_diff), (iiter_iface_init):
2021         * plugins/sourceview/sourceview.c: (on_document_char_added),
2022         (ieditor_goto_position), (ieditor_get_text),
2023         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2024         (ieditor_erase), (ieditor_get_line_from_position),
2025         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2026         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2027         (ieditor_get_end_position), (ieditor_goto_start),
2028         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2029         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2030         (iassist_show_tips):
2031         
2032         Implemented new iterators interface in sourceview editor and
2033         re-enabled it.
2035 2008-01-23  Naba Kumar  <naba@gnome.org>
2037         * libanjuta/interfaces/libanjuta.idl:
2038         * manuals/reference/libanjuta/libanjuta-sections.txt:
2039         * plugins/build-basic-autotools/build-basic-autotools.c:
2040         (build_indicator_location_set), (on_editor_changed):
2041         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2042         * plugins/debug-manager/variable.c: (get_hovered_word):
2043         * plugins/document-manager/action-callbacks.c:
2044         (on_editor_command_upper_case_activate),
2045         (on_editor_command_lower_case_activate):
2046         * plugins/document-manager/search-box.c: (on_incremental_search),
2047         (on_search_activated):
2048         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2049         (iiter_last), (iiter_set_position), (iiter_get_position),
2050         (iiter_get_length), (iiter_compare), (iiter_diff),
2051         (iiter_iface_init):
2052         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2053         (text_editor_goto_point), (itext_editor_goto_start),
2054         (itext_editor_goto_end), (itext_editor_goto_position),
2055         (itext_editor_get_text_all), (itext_editor_get_text),
2056         (itext_editor_get_position), (itext_editor_get_offset),
2057         (itext_editor_get_length), (itext_editor_insert),
2058         (itext_editor_erase), (itext_editor_erase_all),
2059         (itext_editor_get_column), (itext_editor_get_overwrite),
2060         (itext_editor_set_popup_menu),
2061         (itext_editor_get_line_from_position),
2062         (itext_editor_get_line_begin_position),
2063         (itext_editor_get_line_end_position),
2064         (itext_editor_get_position_from_offset),
2065         (itext_editor_get_start_position), (itext_editor_get_end_position),
2066         (itext_editor_iface_init), (iconvert_to_upper),
2067         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2068         (iindicable_set):
2069         * plugins/editor/text_editor.h:
2070         * plugins/editor/text_editor_cbs.c:
2071         (on_text_editor_scintilla_notify):
2072         * plugins/indent/plugin.c: (on_indent_action_activate):
2073         * plugins/language-support-cpp-java/cpp-java-assist.c:
2074         (cpp_java_assist_get_scope_context),
2075         (cpp_java_assist_get_pre_word),
2076         (cpp_java_assist_show_autocomplete),
2077         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2078         (on_editor_char_added), (on_assist_chosen):
2079         * plugins/language-support-cpp-java/plugin.c:
2080         (get_line_indentation), (skip_iter_to_previous_logical_line),
2081         (skip_preprocessor_lines), (initialize_indentation_params),
2082         (set_line_indentation), (get_line_indentation_base),
2083         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2084         (on_editor_char_inserted_java), (on_auto_indent):
2085         * plugins/macro/macro-actions.c: (match_shortcut):
2086         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2087         * plugins/macro/plugin.c: (match_keyword):
2088         * plugins/search/plugin.c: (find_incremental):
2089         * plugins/search/search-replace.c: (search_and_replace),
2090         (search_start_over):
2091         * plugins/search/search-replace_backend.c:
2092         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2093         (create_search_entries):
2094         * plugins/symbol-browser/plugin.c:
2095         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2096         (isymbol_manager_iface_init):
2097         * plugins/symbol-db/plugin.c:
2098         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2099         (isymbol_manager_iface_init):
2100         * plugins/tools/execute.c: (atp_output_context_construct),
2101         (atp_output_context_destroy), (atp_user_tool_execute):
2103         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2104         iterators instead of integer offsets.
2105         - Renamed original ianjuta_editor_get_position(int) to 
2106         ianjuta_editor_get_offset(). It is deprecated.
2107         - Renamed original ianjuta_editor_get_position_iter() to
2108         ianjuta_editor_get_position().
2109         - Renamed ianjuta_editor_get_cell_iter() to
2110         ianjuta_editor_get_position_from_offset()
2111         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2112         - Added new methods:
2113         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2114         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2115         ianjuta_editor_goto_end().
2116         - All relevent signals and methods converted to use iterators.
2117         - All relevent plugins fixed to use new API.
2118         - Removed ianjuta_editor_cell_get_line() because it is provided by
2119         ianjuta_editor_get_line_from_position().
2120         - Removed ianjuta_symbol_manager_get_completions_at_position()
2121         because it not used anywhere and is not right to be there.
2122         - Updated IAnjutaEditable documentation.
2124         Updated IAnjutaIterable interface:
2125         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2126         - Introduced 'end-iter' to point at the end of the list.
2127         - Updated IAnjutaIterable documentation.
2129         * plugins/Makefile.am:
2130         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2131         for it soon).
2133 2008-01-22  Johannes Schmid <jhs@gnome.org>
2135         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2136         * plugins/project-import/anjuta-project-import.glade:
2137         * plugins/project-import/anjuta-project-import.plugin.in:
2138         * plugins/project-wizard/anjuta-project-wizard.glade:
2139         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2140         * plugins/project-wizard/druid.c: (npw_druid_new):
2141         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2142         
2143         Fixed #465084 – wizard instead of assistant (only string changes...)
2145 2008-01-20  Rob Bradford  <rob@openedhand.com>
2147         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2148         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2149         coming up with the solution. (Bug: #510390.)
2151 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2153         * plugins/build-basic-autotools/executer.c:
2154         Fix #502508, use anjuta_launcher to keep program output
2156         * plugins/terminal/terminal.c:
2157         Remove unused child_initizlized member
2158         Start the shell on plugin activation
2160 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2162         * plugins/debug-manager/sparse_buffer.c:
2163         Fix a crash when scrolling in the diassembly window
2165         * plugins/debug-manager/sparse_view.c:
2166         Small limit change using the same "unit" for both number
2168 2008-01-19  Naba Kumar  <naba@gnome.org>
2170         * plugins/language-support-cpp-java/cpp-java-assist.c:
2171         (cpp_java_assist_get_scope_context),
2172         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2173         instead.
2175 2008-01-19  Johannes Schmid <jhs@gnome.org>
2177         * plugins/sourceview/anjuta-editor-sourceview.glade:
2178         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2179         
2180         And even more strings...
2182 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2184         * plugins/project-wizard/templates/cpp/src/main.cc:
2185         Fix #498734, typing error in c++ project template
2187 2008-01-19  Johannes Schmid <jhs@gnome.org>
2189         * plugins/editor/text_editor.c: (text_editor_save_file):
2190         * plugins/macro/anjuta-macro.glade:
2191         * plugins/subversion/anjuta-subversion.glade:
2193         Fixed even more strings
2195 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2197         * plugins/language-support-cpp-java/cpp-java-assist.c:
2198         Fix bug #488519, remove critical warning (completion_cache == NULL
2199         is valid)
2201 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2203         * plugins/gdb/debugger.c:
2204         Enable logging of gdb communication with an environment variable
2206 2008-01-19  Naba Kumar  <naba@gnome.org>
2208         * plugins/editor/text-editor-iterable.c: (iiter_next),
2209         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2210         editor native funtions to avoid round trips.
2212 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2214         * plugins/editor/text_editor.c:
2215         Fix a bug due to the previous patch: Unable to save new file in 
2216         Scintilla
2218 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2220         * plugins/debug-manager/disassemble.c,
2221         plugins/debug-manager/disassemble.h,
2222         plugins/debug-manager/registers.c,
2223         plugins/debug-manager/registers.h,
2224         plugins/debug-manager/memory.c,
2225         plugins/debug-manager/memory.h,
2226         plugins/debug-manager/command.c,
2227         plugins/debug-manager/command.h,
2228         plugins/debug-manager/queue.c,
2229         plugins/debug-manager/queue.h,
2230         plugins/debug-manager/breakpoints.c,
2231         plugins/debug-manager/stack_trace.c,
2232         plugins/debug-manager/threads.c,
2233         plugins/debug-manager/plugin.c,
2234         plugins/gdb/plugin.c,
2235         plugins/gdb/debugger.c,
2236         plugins/gdb/debugger.h,
2237         manuals/reference/libanjuta/libanjuta-sections.txt,
2238         manuals/reference/libanjuta/libanjuta.types,
2239         libanjuta/interfaces/libanjuta.idl:
2240         Use gulong instead of guint for addresses
2241         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2242         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2244         * plugins/gdb/anjuta-gdb.plugin.in:
2245         Remove reference to IAnjutaCpuDebugger (useless)
2247 2008-01-18  Johannes Schmid <jhs@gnome.org>
2249         * AUTHORS: Added Alexander
2251 2008-01-18  Johannes Schmid <jhs@gnome.org>
2253   Patch from: Alexander Korolyov <kilork@yandex.ru>
2255         * plugins/editor/text_editor.c: (load_from_file),
2256         (text_editor_save_file):
2257         
2258         Fixed symlinks (#510238) and file permission (#405321)
2259         handling for scintilla editor. 
2260   
2261 2008-01-17  Johannes Schmid <jhs@gnome.org>
2263         * plugins/document-manager/action-callbacks.c:
2264         (on_editor_command_select_all_activate),
2265         (on_editor_command_cut_activate),
2266         (on_editor_command_paste_activate),
2267         (on_editor_command_copy_activate),
2268         (on_editor_command_clear_activate):
2269   Resupport cut/copy/paste/clear on GtkEditables when those
2270   have focus. (Important for shortcuts to work).
2272         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2273         * plugins/document-manager/search-box.c: (on_search_activated):
2274         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2275         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2276         * plugins/profiler/plugin.c: (profiler_get_data):
2277         * plugins/project-wizard/druid.c: (npw_druid_new):
2278         * plugins/project-wizard/install.c: (on_install_end_install_file):
2279         * plugins/sourceview/anjuta-editor-sourceview.glade:
2280         * plugins/subversion/anjuta-subversion.glade:
2281         * plugins/tools/anjuta-tools.glade:
2282         Various string fixes
2284 2008-01-17  Naba Kumar  <naba@gnome.org>
2286         Patch from James Liggett:
2288         * plugins/subversion/subversion-add-dialog.c:
2289         (on_subversion_add_response):
2290         * plugins/subversion/subversion-copy-dialog.c:
2291         (on_subversion_copy_response):
2292         * plugins/subversion/subversion-diff-dialog.c:
2293         (on_subversion_diff_response):
2294         * plugins/subversion/subversion-merge-dialog.c:
2295         (on_subversion_merge_response):
2296         * plugins/subversion/subversion-remove-dialog.c:
2297         (on_subversion_remove_response):
2298         * plugins/subversion/subversion-switch-dialog.c:
2299         (on_subversion_switch_response):
2300         * plugins/subversion/subversion-ui-utils.c: (check_input):
2301         * plugins/subversion/subversion-ui-utils.h:
2302         * plugins/subversion/subversion-update-dialog.c:
2303         (on_subversion_update_response):
2305         If the user doesn't enter any data for path or revision fields in
2306         certain SVN plugin dialogs, libsvn throws assertion failures and
2307         kills Anjuta. To avoid this, the validity of path and revision
2308         input data are checked before the command gets executed.
2310         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2311         if user gives bad or no input
2313 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2315         * plugins/document-manager/anjuta-docman.c:
2316         Fix #507627 memory tab stay active on debugger stop
2317         Remove two unused variables due to the previous patch
2319 2008-01-16  Johannes Schmid <jhs@gnome.org>
2321         * libanjuta/anjuta-plugin-manager.c:
2322         Fixed #508399 – When you enable a plugin, preferences don't show up
2324 2008-01-16  Rob Bradford  <rob@openedhand.com>
2326         Reviewed by: Johannes Schmid <jhs@gnome.org>
2328         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2329         (get_property_value_as_string), (set_property_value_as_string),
2330         (register_callbacks):
2331         * libanjuta/anjuta-preferences.h:
2332         Add support for both file and folder preferences (originally only
2333         folder choosers were supported. (Fixes bug: #508805.)
2335         * plugins/file-manager/file-manager.glade:
2336         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2337         type of property.
2339 2008-01-16  Johannes Schmid <jhs@gnome.org>
2341         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2342         .glade:
2343         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2344         * src/anjuta.glade:
2345         
2346         Fixed #509875 – The "Update globale tags" button wording is incorrect
2347         Fixed #509873 – Build Autotools Preferences has excessive padding
2348         Fixed #509872 – General Information labels are incorrectly aligned
2349         Fixed #509871 – General preferences has incorrect use of colons
2350         
2351 2008-01-16  Johannes Schmid <jhs@gnome.org>
2353         * plugins/document-manager/anjuta-document-manager.glade:
2354         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2356         Fixed #509865 – Incorrect padding in the Documents settings tabs
2357         Fixed #509867 – Create button contents is mis-aligned
2358         Fixed #509869 – "Add Directory" button is not HIG complient
2360 2008-01-16  Johannes Schmid <jhs@gnome.org>
2362         * libanjuta/anjuta-preferences-dialog.c:
2363         (anjuta_preferences_dialog_add_page):
2364         
2365         Fix #509864 – No initial section selected when opening the Preferences dialog
2367 2008-01-16  Johannes Schmid <jhs@gnome.org>
2369         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2370         Removed unused gconf_notifications
2371         
2372         * plugins/search/anjuta-search.glade:
2373         * plugins/subversion/anjuta-subversion.glade:
2374         * plugins/tools/anjuta-tools.glade:
2375         * src/anjuta-app.c: (anjuta_app_instance_init):
2376         
2377         Fixed various strings
2379 2008-01-15  Naba Kumar  <naba@gnome.org>
2381         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2382         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2383         file saved
2385         * plugins/symbol-browser/an_symbol_view.c:
2386         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2387         new file saved.
2389 2008-01-15  Johannes Schmid <jhs@gnome.org>
2391         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2392         (anjuta_profile_add_plugins_from_xml):
2393         * plugins/file-manager/file-manager.glade:
2394         Some string fixes
2395         
2396         * libanjuta/interfaces/libanjuta.idl:
2397         Fixed docs
2398                 
2399         * plugins/sourceview/Makefile.am:
2400         * plugins/sourceview/anjuta-editor-sourceview.glade:
2401         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2402         (end_print), (print_setup), (sourceview_print),
2403         (sourceview_print_preview):
2404         * plugins/sourceview/sourceview.c: (iprint_print),
2405         (iprint_print_preview):
2406         
2407         Added printing support to GtkSourceView editor
2409 2007-01-14 Tom <tpgww@onepost.net>
2411         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2413         * plugins/document-manager/anjuta-docman.c:
2414         Fix two memory leaks added by the previous patch
2416 2008-01-14  Johannes Schmid <jhs@gnome.org>
2418         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2419         * plugins/sourceview/assist-window.c: (assist_window_move):
2420         
2421         Do not use opacity
2423 2008-01-14  Rob Bradford  <rob@openedhand.com>
2425         * global-tags/Makefile.am:
2426         * global-tags/create_global_tags.sh.in:
2427         Install anjuta-tags binary into FHS policy compliant directory and
2428         update references. (Fixes bug: 509346.)
2430 2008-01-13  Naba Kumar  <naba@gnome.org>
2432         Patch from: Ritesh Khadgaray
2433         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2434         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2435         Adds export-dynamic option to LDFLAGS to project template for libglade
2436         to work for autoconnect signals.
2438 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2440         * libanjuta/anjuta-utils.c:
2441         anjuta_util_get_real_path return a string that need to be freed
2442         with g_free even if PATH_MAX is not defined
2444 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2446         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2447         to DOC_LINGUAS.
2449 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2451         * plugins/document-manager/anjuta-docman.c:
2452         Do not reopen file having escaped character (+,...) in path name
2454 2008-01-13  Naba Kumar  <naba@gnome.org>
2456         * libanjuta/interfaces/libanjuta.idl:
2457         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2458         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2459         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2460         IAnjutaProjectManager::add_sources().
2462         * plugins/glade/plugin.c: (on_glade_resource_removed),
2463         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2464         stubs for handing resources in glade file.
2466 2008-01-13  Naba Kumar  <naba@gnome.org>
2468         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2470         * plugins/glade/plugin.c: (ifile_open): Select the first window
2471         in the glade project when it is first opened. Avoids empty glade
2472         document the first time.
2474 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2476   Reviewed by: Johannes Schmid <jhs@gnome.org>
2478         * plugins/gtodo/callback.c: (remove_todo_item):
2479         Fix #507304 – crash in Anjuta IDE while removing done tasks
2481 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2483         * plugins/debug-manager/anjuta-debug-manager.ui,
2484         plugins/debug-manager/plugin.c,
2485         plugins/debug-manager/start.h,
2486         plugins/debug-manager/start.c:
2487         New menu item to add extra source directories for debugger
2489 === anjuta 2.3.2 ===
2491 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2493         * plugins/gtodo/callback.c: (remove_todo_item):
2494         Fix #507304 – crash in Anjuta IDE while removing done tasks
2496 2008-01-11  Naba Kumar  <naba@gnome.org>
2498         * configure.in: Bumped version to 2.3.2
2499         * NEWS: Updated for anjuta 2.3.2 release
2500         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2501         not 'make tarball'
2503 2008-01-11  Johannes Schmid <jhs@gnome.org>
2505         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2506         .glade:
2507         Reverted accidently commited change
2508         
2509         * plugins/document-manager/anjuta-document-manager.glade:
2510         Fix Gtk-Critical because of broken glade file
2512 2008-01-11  Naba Kumar  <naba@gnome.org>
2514         * plugins/glade/plugin.c: (on_document_destroy),
2515         (glade_plugin_add_project): Fixed a bug where when more than one
2516         glade document is open and one is closed, it closes all the glade
2517         documents. Also it might have fixed the bug where sometimes closing
2518         the glade document leaves glade widget tree unclosed.
2520 2008-01-11  Naba Kumar  <naba@gnome.org>
2522         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2523         prevent install errors when not installed as root (then the files
2524         are only useful when glade-3 is installed in the same prefix, but it
2525         doesn't harm anjuta runtime).
2527         * plugins/sourceview/sourceview.c: Commented use of a file
2528         not currently distributed.
2530 2008-01-10  Naba Kumar  <naba@gnome.org>
2532         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2533         nothing to translate in it.
2535 2008-01-10  Johannes Schmid <jhs@gnome.org>
2537         * plugins/project-wizard/templates/gnome.wiz:
2538         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2539         * plugins/project-wizard/templates/gnome/src/main.c:
2540         * plugins/project-wizard/templates/translatable-strings.h:
2541         
2542         Fixed #508497 and added a new chooser to select whether to use
2543         libglade or not.
2545 2008-01-10  Johannes Schmid <jhs@gnome.org>
2547         Patch from Tom <tpgww@onepost.net>:
2549         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2550         (anjuta_util_glist_path_dedup):
2551         * libanjuta/anjuta-utils.h:
2552         
2553         Give the method a proper prefixed name
2554         
2555         * plugins/document-manager/action-callbacks.c:
2556         (get_current_popup_active),
2557         (on_editor_command_select_all_activate),
2558         (on_editor_command_cut_activate),
2559         (on_editor_command_paste_activate),
2560         (on_editor_command_copy_activate),
2561         (on_editor_command_clear_activate), (on_show_search),
2562         (on_repeat_quicksearch):        
2563         * plugins/document-manager/action-callbacks.h:
2564         * plugins/document-manager/anjuta-docman.c:
2565         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2566         (anjuta_docman_goto_file_line_mark),
2567         (anjuta_docman_get_full_filename):
2568         * plugins/document-manager/anjuta-docman.h:
2569         * plugins/document-manager/anjuta-document-manager.ui:
2570         * plugins/document-manager/plugin.c:
2571         (update_document_ui_interface_items):
2572         
2573         Better way to fix the popup-menu items (Cut/Copy/Paste)
2574         and various clean-ups.
2575         
2576         * plugins/document-manager/search-box.c: (on_document_changed),
2577         (search_box_fill_search_focus):
2578         * plugins/document-manager/search-box.h:
2579         * plugins/search/plugin.c:
2580         
2581         Add a menu item to repeat the quick search
2583 2008-01-10  Johannes Schmid <jhs@gnome.org>
2585         * plugins/language-support-cpp-java/cpp-java-assist.c:
2586         (on_assist_chosen):
2587         
2588         Fixed #508424 – Auto complete: previous char was removed when 
2589         pre TAB to auto complete.
2591 2008-01-10  Johannes Schmid <jhs@gnome.org>
2593         Patch from: James Ligett:
2595         * plugins/profiler/gprof-call-graph-view.c:
2596         (gprof_call_graph_view_create_columns):
2597         * plugins/profiler/gprof-flat-profile-view.c:
2598         (gprof_flat_profile_view_create_columns):
2599         
2600         Fixed translation issues (#496833)
2602 2008-01-10 Johannes Schmid <jhs@gnome.org>
2604         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
2606         * plugins/gtodo/gtodo.c: (category_manager_add_item):
2607         Fix #460390 – Changing categories while edinting something
2609 2008-01-09  Naba Kumar  <naba@gnome.org>
2611         * libanjuta/anjuta-plugin-manager.c:
2612         (anjuta_plugin_manager_activate_plugins): Commented dead code and
2613         fixed a leak.
2615         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
2616         corruption reported in bug #507491. Potentially fixes too.
2618 2008-01-09  Johannes Schmid <jhs@gnome.org>
2620         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
2622         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2623         Fix bug #505205 completely
2624         
2625         * AUTHORS: Added Bolesław
2627 2008-01-08  Johannes Schmid <jhs@gnome.org>
2629         * plugins/document-manager/action-callbacks.c:
2630         (on_editor_command_cut_activate),
2631         (on_editor_command_paste_activate),
2632         (on_editor_command_copy_activate),
2633         (on_editor_command_clear_activate):
2634         
2635         Fixed editor popup menu (Cut, Copy, Paste)
2637 2008-01-08  Johannes Schmid <jhs@gnome.org>
2639         * plugins/sourceview/sourceview.c: (autodetect_language):
2640         Fixed a crash when creating a new file
2642 2008-01-08  Johannes Schmid <jhs@gnome.org>
2644         Patch by <bolekk@gmail.com> (GHOP Student)
2646         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2647         Fix bug #505205
2649 2008-01-08  Naba Kumar  <naba@gnome.org>
2651         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
2652         * libanjuta/anjuta-plugin-manager.c:
2653         (anjuta_plugin_manager_select),
2654         (anjuta_plugin_manager_activate_plugins):
2655         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
2656         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
2657         (on_create_submenu), (create_open_with_submenu):
2658         * src/about.c: (on_about_plugin_activate),
2659         (about_create_plugins_submenu): Use translated version of get_string()
2660         API in AnjutaDescription for translatable properties. Fixes bug #496833
2661         comment #18.
2663 2008-01-07  Johannes Schmid <jhs@gnome.org>
2665         * plugins/build-basic-autotools/executer.c: (execute_program):
2666         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2667         * plugins/debug-manager/anjuta-debug-manager.glade:
2668         * plugins/debug-manager/locals.c: (create_locals_gui):
2669         * plugins/file-loader/plugin.c: (on_create_submenu):
2670         * plugins/gtodo/main.h:
2671         * plugins/gtodo/preferences.c: (preferences_widget):
2672         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2673         * plugins/tools/anjuta-tools.glade:
2674         * plugins/tools/execute.c: (atp_output_context_print):
2675         * src/main.c:
2676         
2677                 Another bunch of i18n fixes (#496833)
2679 2008-01-07  Johannes Schmid <jhs@gnome.org>
2681         * plugins/build-basic-autotools/build-basic-autotools.c:
2682         (on_build_terminated):
2683         * plugins/gtodo/interface.c: (set_read_only):
2684         * plugins/project-manager/plugin.c: (confirm_removal),
2685         (on_popup_add_to_project):
2686         * plugins/subversion/anjuta-subversion.glade:
2687         * plugins/tools/execute.c: (atp_output_context_print_result):
2688         
2689         Fixed some strings from #496833
2691 2008-01-07  Johannes Schmid <jhs@gnome.org>
2693         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
2694         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
2695         .in:
2696         * plugins/language-support-cpp-java/plugin.c: (install_support),
2697         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
2698         Added basic Vala support
2699         
2700         * plugins/sourceview/sourceview.c: (autodetect_language):
2701         Fixed mime-type detection
2703 2008-01-06  Massimo Cora'  <maxcvs@email.it>
2705   Reviewed by: Johannes Schmid <jhs@gnome.org>
2707         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
2708         (value_removed_current_editor), (symbol_db_activate),
2709         (symbol_db_deactivate):
2710         * plugins/symbol-db/symbol-db-engine.c:
2711         (symbol_db_engine_get_global_members_filtered):
2712         * plugins/symbol-db/symbol-db-view.c:
2713         (do_add_child_symbol_to_view), (prepare_for_adding),
2714         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
2715         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
2716         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
2717         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
2718         (sdb_view_init), (sdb_view_finalize),
2719         (sdb_view_build_and_display_base_tree):
2720         * plugins/symbol-db/symbol-db-view.h:
2721         added controls to expand Global tab nodes in a non-freezing way.
2722         Fixed also some little bugs always on global-tab.
2724 2008-01-06  Naba Kumar  <naba@gnome.org>
2726         Patches from James Liggett:
2727         * plugins/profiler/gprof-call-graph-view.c:
2728         (gprof_call_graph_view_create_columns):
2729         * plugins/profiler/gprof-flat-profile-view.c:
2730         (gprof_flat_profile_view_create_columns):
2731         * plugins/profiler/gprof-function-call-tree-view.c:
2732         (gprof_function_call_tree_view_create_columns): Made all
2733         of the columns resizable and reorderable.
2735 2008-01-06  Johannes Schmid <jhs@gnome.org>
2737         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2738         (anjuta_launcher_check_password_real),
2739         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2740         (anjuta_launcher_scan_pty),
2741         (anjuta_launcher_disable_password_check):
2742         * libanjuta/anjuta-launcher.h:
2743         Added disable_password_check for stream where it does not make sense 
2744         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
2745         that sometimes occur in symbol-db plugin
2746         
2747         * plugins/file-manager/file-model.c:
2748         (file_model_cancel_expand_idle):
2749         Fixed removing of idle source
2750         
2751         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
2752         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
2753         
2754         Fixed #348854 – invisible cursor in certain themes
2756 2008-01-06  Naba Kumar  <naba@gnome.org>
2758         * libanjuta/anjuta-preferences.c:
2759         (anjuta_preferences_register_property_custom): Fixed a crash bug on
2760         closing preferences dialog due to patch in bug #507300
2762 2008-01-06  Naba Kumar  <naba@gnome.org>
2764         * plugins/language-support-cpp-java/cpp-java-assist.c:
2765         (on_assist_chosen):
2766         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2767         * plugins/search/search-replace_backend.c: (create_search_entries):
2768         Added missing unrefs.
2770 2008-01-06  Johannes Schmid <jhs@gnome.org>
2772         * plugins/debug-manager/variable.c: (get_hovered_word):
2773   Add a g_object_unref()  
2774         
2775         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
2776         (on_sourceview_hover_leave):
2777         Fixed hover and editor interface to make hover in debugger work
2779 2008-01-06  Naba Kumar  <naba@gnome.org>
2781         * plugins/editor/text-editor.c: Whitespaces fixes.
2782         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
2783         DEBUG_PRINT instead of g_message.
2785 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
2787         * plugins/debug-manager/breakpoints.c:
2788         Fix #507441: Disable all breakpoints doesn't work
2789         Fix #507444: Enable Breakpoint menu item doesn't change name
2791 2008-01-05  Naba Kumar  <naba@gnome.org>
2793         * manuals/reference/libanjuta/libanjuta.types: Renamed
2794         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
2796 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2798         * plugins/debug-manager/variable.c:
2799         Update variable display to use IAnjutaIterable instead of position
2801         * plugins/editor/text_editor_cbs.c,
2802         plugins/editor/text_editor.c:
2803         Fix Gtk critical warnings when a hover signal is emitted
2804         Fix get_text_iter in Scintilla (range should include last character)
2805         
2806 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2808         * plugins/debug-manager/debug_tree.c,
2809         plugins/debug-manager/debug_tree.h,
2810         plugins/debug-manager/watch.c,
2811         plugins/debug-manager/command.c,
2812         plugins/debug-manager/queue.c,
2813         plugins/gdb/plugin.c,
2814         plugins/gdb/debugger.c,
2815         plugins/gdb/debugger.h,
2816         libanjuta/interfaces/libanjuta.idl:
2817         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
2819 2008-01-05  Naba Kumar  <naba@gnome.org>
2821         * plugins/valgrind/plugin.c: Removed stock icon open/save from
2822         menus to avoid conflict with file open/save. Fixes bug #507455
2824 2008-01-05  Johannes Schmid <jhs@gnome.org>
2826         * configure.in:
2827         Conditionally depend on gtksourceview2 >= 2.1.0
2828         
2829         * libanjuta/interfaces/libanjuta.idl:
2830         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
2831         iterators instead of positions
2832         
2833         * plugins/debug-manager/threads.c:
2834         Fixed a warnings by including gnome-vfs properly
2835         
2836         * plugins/debug-manager/variable.c: (get_hovered_word),
2837         (on_hover_over):
2838         Updated to changes in IAnjutaEditorHover/Selection
2839         
2840         * plugins/document-manager/action-callbacks.c:
2841         (on_editor_command_upper_case_activate),
2842         (on_editor_command_lower_case_activate):
2843         * plugins/document-manager/search-box.c: (on_incremental_search),
2844         (on_search_activated):
2845         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
2846         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
2847         (iselection_get_start), (iselection_get_end),
2848         (iselection_iface_init), (ihover_display), (ihover_iface_init):
2849         * plugins/editor/text_editor_cbs.c:
2850         (on_text_editor_scintilla_notify):
2851         
2852         Updated to changes in IAnjutaEditorHover/Selection and updated editor
2853         interface of scintilla editor.
2854         
2855         * plugins/language-manager/languages.xml:
2856         * plugins/language-manager/plugin.c:
2857         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
2858         Added chdr to C language files and some DEBUG_PRINTs
2859         
2860         * plugins/language-support-cpp-java/cpp-java-assist.c:
2861         (on_assist_chosen):
2862         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2863         * plugins/search/plugin.c: (find_incremental):
2864         * plugins/search/search-replace.c: (search_and_replace):
2865         * plugins/search/search-replace_backend.c: (create_search_entries):
2866                 Adapted to changed interfaces
2868         * plugins/sourceview/Makefile.am:
2869         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
2870         (set_uri), (anjuta_document_save):
2871         * plugins/sourceview/anjuta-editor-sourceview.glade:
2872         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
2873         (anjuta_view_key_press_event):
2874         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
2875         * plugins/sourceview/sourceview-cell.c:
2876         (sourceview_cell_instance_init), (sourceview_cell_finalize),
2877         (icell_get_line), (icell_get_attribute), (icell_iface_init):
2878         * plugins/sourceview/sourceview-prefs.c: (get_bool),
2879         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
2880         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
2881         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
2882         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
2883         * plugins/sourceview/sourceview-private.h:
2884         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
2885         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
2886         (on_document_loaded), (sourceview_instance_init),
2887         (sourceview_dispose), (sourceview_finalize),
2888         (sourceview_create_markers), (sourceview_new),
2889         (ifile_savable_save), (ieditor_get_tab_size),
2890         (ieditor_set_tab_size), (ieditor_set_use_spaces),
2891         (ieditor_set_auto_indent), (ieditor_goto_line),
2892         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
2893         (iselect_block), (iselect_set), (iselect_get_start),
2894         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
2895         (imark_unmark), (imark_is_marker_set),
2896         (imark_location_from_handle), (imark_delete_all_markers),
2897         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
2898         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
2899         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
2900         (ilanguage_get_supported_languages), (autodetect_language),
2901         (ilanguage_set_language), (iassist_show_tips),
2902         (on_sourceview_hover_leave), (on_sourceview_hover_over),
2903         (ihover_display), (ihover_iface_init):
2904         
2905         Use GtkSourceView 2.1.x:
2906         * New mark interface
2907         * Fixed #486724 and #488615
2908         * Implemented hover interface
2909         * Adapted to changed interfaces
2911 2008-01-04  Rob Bradford  <rob@o-hand.com>
2913         Reviewed by Naba Kumar  <naba@gnome.org>:
2914         * libanjuta/anjuta-preferences.c:
2915         (anjuta_preferences_register_property_custom):
2916         Unregister preferences for custom preferences when the widget is
2917         destroyed.
2919 2008-01-03  Johannes Schmid <jhs@gnome.org>
2921         * plugins/file-manager/file-model.c: (file_model_row_expanded),
2922         (file_model_row_collapsed):
2923   Fixed the too method to take a correct data argument
2925 2008-01-02  Johannes Schmid <jhs@gnome.org>
2927         * plugins/document-manager/anjuta-docman.c:
2928         (anjuta_docman_add_document), (anjuta_docman_remove_document):
2929         ref and unref correctly to silence a Gtk+ critical
2931 2008-01-01  Johannes Schmid <jhs@gnome.org>
2933         * plugins/editor/text_editor.c: (itext_editor_get_text):
2934         Fixed #506740 – ianjuta_editor_get_text crash if request 
2935         text past the buffer length
2937 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
2939         * plugins/debug-manager/utilities.c,
2940         plugins/debug-manager/utilities.h,
2941         plugins/debug-manager/breakpoints.c:
2942         Move get_current_editor function in utilities.c
2944         * plugins/debug-manager/plugin.c,
2945         plugins/debug-manager/debug_tree.c,
2946         plugins/debug-manager/debug_tree.h,
2947         plugins/debug-manager/watch.c,
2948         plugins/debug-manager/watch.h,
2949         plugins/debug-manager/locals.c,
2950         plugins/debug-manager/locals.h,
2951         (added) plugins/debug-manager/variable.c,
2952         (added) plugins/debug-manager/variable.h,
2953         plugins/debug-manager/Makefile.am:
2954         Use hover interface to display variable value
2956 2007-12-31  Johannes Schmid <jhs@gnome.org>
2958         * libanjuta/Makefile.am:
2959         Only install glade catalog files if glade-3 is available
2960         (Fixes #506269 and #500296)
2962 2007-12-30  Johannes Schmid <jhs@gnome.org>
2964         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
2965         (set_property_value_as_string), (register_callbacks):
2967   Fixed GtkFileChooserButton preferences to also work when only the combo
2968   changes without a dialog being open.
2970 2007-12-29  Johannes Schmid <jhs@gnome.org>
2972         * plugins/editor/Makefile.am:
2973         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
2975 2007-12-29  Johannes Schmid <jhs@gnome.org>
2977         * plugins/devhelp/plugin.c: (devhelp_activate):
2978         Fixed #498986 - Anjuta-2.3.0 fails to build
2980 2007-12-29  Johannes Schmid <jhs@gnome.org>
2982         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
2983         * plugins/debug-manager/plugin.c:
2984         (on_run_to_cursor_action_activate):
2985         * plugins/document-manager/anjuta-docman.c:
2986         (anjuta_docman_goto_file_line_mark):
2987         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2988         (value_removed_current_editor):
2989         
2990         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
2991         all those to value_added_current_document...
2993         * plugins/editor/anjuta-editor-scintilla.glade:
2994         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
2995         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
2997 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2999   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3000   (symbol_db_activate), (symbol_db_deactivate),
3001   (symbol_db_instance_init), (isymbol_manager_get_parents):
3002   * plugins/symbol-db/plugin.h:
3003   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3004   * plugins/symbol-db/symbol-db-engine.c:
3005   (symbol_db_engine_get_global_members_filtered):
3006   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3007   (on_symbol_inserted):
3008   Filtered out static functions on global-tab. E.g. when flag
3009   is_file_scope = 1 we won't add entries there.
3010   Fixed a little bug on 'Global'->'Vars/Others' node too.
3012 2007-12-28  Johannes Schmid <jhs@gnome.org>
3014   * libanjuta/anjuta-launcher.c:
3015   Fixed a silly (and completely useless) memory corruption that probably 
3016   only occured at a few race conditions though I wonder why it did not 
3017         happen more often
3019 2007-12-28  Johannes Schmid <jhs@gnome.org>
3020         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3021         * plugins/debug-manager/plugin.c: (set_program_counter):
3022         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3023         * plugins/debug-manager/start.c: (get_source_directories):
3024         * plugins/debug-manager/threads.c: (on_info_thread),
3025         (on_list_thread):
3026         * plugins/file-manager/file-model.c: (file_model_set_property):
3027         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3028         * plugins/tools/editor.c: (on_editor_response):
3029         
3030         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3031         
3032         * plugins/document-manager/plugin.c: (update_title),
3033         (value_added_project_root_uri):
3034         * plugins/document-manager/plugin.h:
3035         Shorten down the title bar if the current path is inside the opened project
3037 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3039         reviewed by: Johannes Schmid <jhs@gnome.org>
3041         * plugins/project-wizard/templates/java/project.anjuta:
3042         * plugins/project-wizard/templates/mkfile/project.anjuta:
3043         * plugins/project-wizard/templates/python/project.anjuta:
3044         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3045         let new projects use new SymbolDB plugin.
3046         
3047         * plugins/symbol-browser/images/Makefile.am:
3048         added some images taken from MonoDevelop project.
3049         
3050         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3051         (goto_file_line), (on_importing_project_end), (project_root_added),
3052         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3053         (isymbol_manager_search):
3054         Added project-updating feature when opening a project with some files
3055   modified externally [e.g. a svn up].
3056         
3057         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3058         (sdb_engine_iterator_node_instance_init),
3059         (sdb_engine_iterator_node_finalize),
3060         (symbol_db_engine_iterator_node_set_conversion_hash):
3061         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3062         * plugins/symbol-db/symbol-db-engine-iterator.c:
3063         (symbol_db_engine_iterator_new):
3064         * plugins/symbol-db/symbol-db-engine-iterator.h:
3065          Moved Hash table initialization into the engine. This proxies and
3066   speeds up the process of creation and iteration of a GdaDataModel.
3067         
3068         * plugins/symbol-db/symbol-db-engine.c:
3069         (sdb_engine_ctags_output_thread),
3070         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3071         (sdb_engine_scan_files_1), (sdb_engine_init),
3072         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3073         (symbol_db_engine_add_new_workspace),
3074         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3075         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3076         (symbol_db_engine_get_sym_type_conversion_hash),
3077         (symbol_db_engine_update_files_symbols),
3078         (symbol_db_engine_update_project_symbols),
3079         (symbol_db_engine_update_buffer_symbols),
3080         (symbol_db_engine_get_class_parents),
3081         (symbol_db_engine_get_global_members_filtered),
3082         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3083         (symbol_db_engine_get_scope_members_by_symbol_id),
3084         (symbol_db_engine_get_scope_members),
3085         (symbol_db_engine_get_current_scope),
3086         (symbol_db_engine_get_file_symbols),
3087         (symbol_db_engine_get_symbol_info_by_id),
3088         (symbol_db_engine_find_symbol_by_name_pattern),
3089         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3090         * plugins/symbol-db/symbol-db-engine.h:
3091         * plugins/symbol-db/symbol-db-view-locals.c:
3092         (sdb_view_locals_get_iter_from_row_ref),
3093         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3094         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3095         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3096         Changes on some queries fuctions and some fixes. Added *_filtered
3097   functions.
3098         
3099         * plugins/symbol-db/symbol-db-view.c:
3100         (do_add_child_symbol_to_view), (add_new_waiting_for),
3101         (prepare_for_adding), (on_symbol_inserted),
3102         (do_recurse_subtree_and_remove), (on_symbol_removed),
3103         (sdb_view_do_add_hidden_dummy_child),
3104         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3105         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3106         (sdb_view_locals_create_new_store), (sdb_view_init),
3107         (sdb_view_finalize), (sdb_view_class_init),
3108         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3109         (symbol_db_view_get_pixbuf),
3110         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3111         New display for global tags. This is the definitive version, bugs apart.
3112         
3113         * plugins/symbol-db/tables.sql:
3114         fixed typo.
3116 2007-12-27  Naba Kumar  <naba@gnome.org>
3118         * libanjuta/interfaces/libanjuta.idl:
3119         * plugins/editor/aneditor-priv.h:
3120         * plugins/editor/aneditor.cxx:
3121         * plugins/editor/text_editor.c: (text_editor_instance_init),
3122         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3123         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3124         * plugins/editor/text_editor.h:
3125         * plugins/editor/text_editor_cbs.c:
3126         (on_text_editor_scintilla_notify):
3128         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3129         related code in AnEditor. Fixed some compilation warnings.
3131 2007-12-26  Naba Kumar  <naba@gnome.org>
3133         * Changelog: Fixed indentation.
3135 2007-12-25  Naba Kumar  <naba@gnome.org>
3137         * plugins/editor/Makefile.am:
3138         * plugins/editor/editor.glade:
3139         * plugins/editor/plugin.c:
3140         * plugins/editor/style-editor.c:
3141         * plugins/sourceview/Makefile.am:
3142         * plugins/sourceview/plugin.c:
3143         * plugins/sourceview/sourceview.glade:
3144         * plugins/valgrind/Makefile.am:
3146         Renamed glade files to anjuta-editor-* to give name space for the
3147         schema files (because they are installed in system directory).
3149         * scripts/build-schemas.mk: Install the schemas files also (need for
3150         binary package installation/uninstallation).
3152 2007-12-25  Johannes Schmid <jhs@gnome.org>
3154         * plugins/language-support-cpp-java/plugin.c:
3155         (set_indentation_param_vim):
3156         
3157         Support some more vim modeline commands and shortcuts (#504331)
3159 2007-12-25  Johannes Schmid <jhs@gnome.org>
3161         Patches from James Liggett:
3162         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3163         (anjuta_vcs_status_tree_view_init):
3164         * plugins/subversion/subversion-commit-dialog.c:
3165         (subversion_commit_dialog):
3166         * plugins/subversion/subversion-diff-dialog.c:
3167         (on_subversion_diff_response):
3168         * plugins/subversion/subversion-log-dialog.c:
3169         (on_log_view_selected_button_clicked),
3170         (on_log_diff_selected_button_clicked),
3171         (on_log_diff_previous_button_clicked):
3172         * plugins/subversion/subversion-resolve-dialog.c:
3173         (subversion_resolve_dialog):
3174         * plugins/subversion/subversion-revert-dialog.c:
3175         (subversion_revert_dialog):
3176         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3177         (pulse_progress_bar), (hide_pulse_progress_bar),
3178         (disconnect_data_arrived_signals),
3179         (cancel_data_arrived_signal_disconnect):
3180         * plugins/subversion/subversion-ui-utils.h:
3181         
3182         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3183         #505237 – Sort list of modified files
3185 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3187         * plugins/gdb/debugger.c:
3188         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3190 2007-12-23  Johannes Schmid <jhs@gnome.org>
3192         * plugins/language-support-cpp-java/plugin.c:
3193         (set_indentation_param_emacs), (set_indentation_param_vim),
3194         (parse_mode_line_emacs), (parse_mode_line_vim),
3195         (extract_mode_line), (initialize_indentation_params):
3197         Added (basic) support for vim modelines (#504331)
3199         * plugins/message-view/message-view.c: (message_view_next),
3200         (message_view_previous):
3201         
3202         Fixed next/previous message
3204 2007-12-23  Johannes Schmid <jhs@gnome.org>
3206         * libanjuta/anjuta-ui.h:
3207         Check for != NULL before unref'ing pixbuf (related to #497878)
3208         
3209         * plugins/devhelp/plugin.c: (register_stock_icons):
3210         * plugins/document-manager/anjuta-docman.c:
3211         (anjuta_docman_add_document):
3212         * plugins/glade/plugin.c: (on_close_activated),
3213         (register_stock_icons), (on_session_save),
3214         (glade_plugin_add_project):
3215         
3216         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3217         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3218         
3219         * plugins/language-support-cpp-java/plugin.c:
3220         (register_stock_icons):
3221         Fixed stock icon registration macros
3223 2007-12-23  Johannes Schmid <jhs@gnome.org>
3225         * global-tags/Makefile.am:
3226         * launcher/Makefile.am:
3227         * libanjuta/Makefile.am:
3228         * libegg/Makefile.am:
3229         * manuals/anjuta-faqs/Makefile.am:
3230         * manuals/anjuta-manual/Makefile.am:
3231         * manuals/reference/libanjuta/Makefile.am:
3232         * plugins/build-basic-autotools/Makefile.am:
3233         * plugins/class-gen/Makefile.am:
3234         * plugins/class-inheritance/Makefile.am:
3235         * plugins/cvs-plugin/Makefile.am:
3236         * plugins/debug-manager/Makefile.am:
3237         * plugins/devhelp/Makefile.am:
3238         * plugins/document-manager/Makefile.am:
3239         * plugins/editor/Makefile.am:
3240         * plugins/editor/scintilla/Makefile.am:
3241         * plugins/editor/scintilla/include/Makefile.am:
3242         * plugins/file-loader/Makefile.am:
3243         * plugins/file-manager/Makefile.am:
3244         * plugins/file-wizard/Makefile.am:
3245         * plugins/gdb/Makefile.am:
3246         * plugins/glade/Makefile.am:
3247         * plugins/gtodo/Makefile.am:
3248         * plugins/gvim/Makefile.am:
3249         * plugins/indent/Makefile.am:
3250         * plugins/language-manager/Makefile.am:
3251         * plugins/language-support-cpp-java/Makefile.am:
3252         * plugins/macro/Makefile.am:
3253         * plugins/message-view/Makefile.am:
3254         * plugins/patch/Makefile.am:
3255         * plugins/profiler/Makefile.am:
3256         * plugins/project-import/Makefile.am:
3257         * plugins/project-manager/Makefile.am:
3258         * plugins/project-wizard/Makefile.am:
3259         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3260         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3261         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3262         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3263         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3264         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3265         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3266         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3267         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3268         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3269         * plugins/sample1/Makefile.am:
3270         * plugins/search/Makefile.am:
3271         * plugins/sourceview/Makefile.am:
3272         * plugins/subversion/Makefile.am:
3273         * plugins/symbol-browser/Makefile.am:
3274         * plugins/symbol-db/Makefile.am:
3275         * plugins/symbol-db/test/Makefile.am:
3276         * plugins/terminal/Makefile.am:
3277         * plugins/tools/Makefile.am:
3278         * plugins/valgrind/Makefile.am:
3279         * src/Makefile.am:
3280         * tagmanager/Makefile.am:
3281         
3282         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3283         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3284         warnings from illigel C++ compiler flags.
3286 2007-12-23  Johannes Schmid <jhs@gnome.org>
3288         Patch from Tom <tpgww@onepost.net>:
3289   
3290         * plugins/document-manager/anjuta-docman.c:
3291         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3292         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3293         (anjuta_docman_instance_init), (on_notebook_switch_page),
3294         (anjuta_docman_grab_text_focus):
3295         * plugins/document-manager/plugin.c: (on_document_added),
3296         (on_window_key_press_event), (on_window_key_release_event):
3297         
3298         Some more document-manager code cleanups and fixes.
3300 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3302         * plugins/symbol-db/plugin.c: (register_stock_icons),
3303         (value_added_current_editor), (value_removed_current_editor),
3304         (on_importing_project_end), (project_root_removed):
3305         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3307         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3308         (symbol_db_engine_get_file_db_path):
3309         fixed a useless warning.
3311         * plugins/symbol-db/symbol-db-view-locals.c:
3312         (traverse_free_waiting_for), (file_view_status_destroy),
3313         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3314         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3315         (sdb_view_locals_finalize), (on_symbol_inserted),
3316         (symbol_db_view_locals_recv_signals_from_engine),
3317         (symbol_db_view_locals_update_list):
3318         more speed on editors switching. GtkTreeStore caching method implemented.
3319         Fixed compiler warnings and a little memory leak.
3321         * plugins/symbol-db/symbol-db-view-locals.h:
3322         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3323         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3324         (on_scan_end), (on_symbol_inserted),
3325         (sdb_view_locals_create_new_store), (sdb_view_init),
3326         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3327         * plugins/symbol-db/symbol-db-view.h:
3328         fixed some crashers. Now project loading/populating should be quite quick.
3330 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3332         * plugins/debug-manager/command.c,
3333         plugins/debug-manager/queue.c:
3334         Take care of command return value (FALSE is an error)
3336 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3338         * plugins/debug-manager/anjuta-debug-manager.glade,
3339         plugins/debug-manager/breakpoints.c:
3340         Remove address, condition and pass breakpoint column if not supported
3341         Fix clear all remove_all to avoid an endless loop if a breakpoint
3342         cannot be removed
3344 2007-12-17  Johannes Schmid <jhs@gnome.org>
3346         Patch from Tom <tpgww@onepost.net> (with some changes):
3348         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3349         (on_save_as_activate), (on_save_all_activate),
3350         (on_close_file_activate), (on_close_all_file_activate),
3351         (on_reload_file_activate), (on_editor_command_clear_activate),
3352         (on_transform_eolchars1_activate), (on_comment_block),
3353         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3354         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3355         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3356         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3357         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3358         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3359         (on_zoom_out_text_activate):
3360         * plugins/document-manager/action-callbacks.h:
3361         * plugins/document-manager/anjuta-docman.c:
3362         (on_notebook_page_close_button_click),
3363         (on_notebook_page_close_button_enter),
3364         (on_notebook_page_close_button_leave),
3365         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3366         (anjuta_docman_page_init), (anjuta_docman_page_new),
3367         (on_open_filesel_response), (create_file_open_dialog_gui),
3368         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3369         (anjuta_docman_instance_init), (on_notebook_switch_page),
3370         (on_document_destroy), (anjuta_docman_add_editor),
3371         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3372         (anjuta_docman_set_current_document),
3373         (anjuta_docman_goto_file_line_mark), (get_real_path),
3374         (anjuta_docman_get_full_filename),
3375         (anjuta_docman_delete_all_markers),
3376         (anjuta_docman_delete_all_indicators),
3377         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3378         (anjuta_docman_order_tabs):
3379         * plugins/document-manager/anjuta-docman.h:
3380         * plugins/document-manager/file_history.c: (an_hist_file_new),
3381         (an_file_history_push), (an_file_history_dump):
3382         * plugins/document-manager/file_history.h:
3383         * plugins/document-manager/plugin.c: (update_title),
3384         (value_removed_project_root_uri),
3385         (update_document_ui_interface_items), (menu_name_compare),
3386         (on_document_added), (on_document_changed),
3387         (on_window_key_press_event), (on_window_key_release_event),
3388         (on_session_save):
3389         * plugins/document-manager/search-box.c: (on_document_changed),
3390         (on_goto_activated), (search_box_init), (search_box_new):
3391         * plugins/document-manager/search-box.h:
3393         Yet more code cleanups
3394         Save glade files correctly in session
3395         Use new tooltip API if available
3396         Sort notebook pages when session is restored (needs work)
3398 2007-12-16  Johannes Schmid <jhs@gnome.org>
3400         * plugins/document-manager/anjuta-docman.c:
3401         (anjuta_docman_add_document):
3402         
3403         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3404         the new search bar was introduced.
3406 2007-12-12  Johannes Schmid <jhs@gnome.org>
3407   
3408         Patch from  Tom <tpgww@onepost.net>:
3409         (#485233 – another bunch of docman cleanups)
3410   
3411         * libanjuta/interfaces/libanjuta.idl:
3412         * plugins/document-manager/action-callbacks.c:
3413         (get_current_document), (get_current_focus_widget),
3414         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3415         (on_close_file_activate), (on_close_all_file_activate),
3416         (on_reload_file_activate), (on_print_activate),
3417         (on_print_preview_activate),
3418         (on_editor_command_upper_case_activate),
3419         (on_editor_command_lower_case_activate),
3420         (on_editor_command_eol_crlf_activate),
3421         (on_editor_command_eol_lf_activate),
3422         (on_editor_command_eol_cr_activate),
3423         (on_editor_command_select_all_activate),
3424         (on_editor_command_select_to_brace_activate),
3425         (on_editor_command_select_block_activate),
3426         (on_editor_command_match_brace_activate),
3427         (on_editor_command_undo_activate),
3428         (on_editor_command_redo_activate),
3429         (on_editor_command_cut_activate),
3430         (on_editor_command_paste_activate),
3431         (on_editor_command_copy_activate),
3432         (on_editor_command_clear_activate),
3433         (on_editor_command_close_folds_all_activate),
3434         (on_editor_command_open_folds_all_activate),
3435         (on_editor_command_toggle_fold_activate),
3436         (on_editor_command_bookmark_toggle_activate),
3437         (on_editor_command_bookmark_first_activate),
3438         (on_editor_command_bookmark_next_activate),
3439         (on_editor_command_bookmark_prev_activate),
3440         (on_editor_command_bookmark_last_activate),
3441         (on_editor_command_bookmark_clear_activate),
3442         (on_transform_eolchars1_activate), (on_comment_block),
3443         (on_comment_box), (on_comment_stream),
3444         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3445         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3446         (on_force_hilite_activate), (on_swap_activate),
3447         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3448         * plugins/document-manager/action-callbacks.h:
3449         * plugins/document-manager/anjuta-docman.c:
3450         (on_notebook_page_close_button_click),
3451         (on_notebook_page_close_button_enter),
3452         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3453         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3454         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3455         (on_open_filesel_response), (anjuta_docman_open_file),
3456         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3457         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3458         (anjuta_docman_class_init), (anjuta_docman_new),
3459         (on_notebook_switch_page), (on_document_save_point),
3460         (on_document_destroy), (anjuta_docman_add_editor),
3461         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3462         (anjuta_docman_set_popup_menu),
3463         (anjuta_docman_get_current_focus_widget),
3464         (anjuta_docman_get_page_for_document),
3465         (anjuta_docman_get_current_document),
3466         (anjuta_docman_set_current_document),
3467         (anjuta_docman_goto_file_line),
3468         (anjuta_docman_goto_file_line_mark),
3469         (anjuta_docman_get_full_filename),
3470         (anjuta_docman_present_notebook_page),
3471         (anjuta_docman_update_page_label),
3472         (anjuta_docman_delete_all_markers),
3473         (anjuta_docman_delete_all_indicators),
3474         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3475         (do_ordertab1), (anjuta_docman_order_tabs),
3476         (anjuta_docman_set_editor_properties),
3477         (anjuta_docman_get_document_for_path),
3478         (anjuta_docman_get_all_doc_widgets):
3479         * plugins/document-manager/anjuta-docman.h:
3480         * plugins/document-manager/editor-tooltips.c:
3481         * plugins/document-manager/plugin.c: (update_title),
3482         (update_document_ui_enable_all), (update_document_ui_disable_all),
3483         (update_document_ui_save_items),
3484         (update_document_ui_interface_items), (update_document_ui),
3485         (on_document_update_save_ui), (update_status),
3486         (on_document_update_ui), (on_document_added),
3487         (on_document_changed), (on_session_save), (on_save_prompt),
3488         (on_docman_auto_save), (on_gconf_notify_timer):
3489         * plugins/document-manager/search-box.c: (on_document_changed),
3490         (search_box_new), (search_box_grab_line_focus):
3491         * plugins/glade/plugin.c: (ifile_open):
3492         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3493         * plugins/search/search-replace_backend.c: (create_search_entries):
3494         * plugins/sourceview/anjuta-document.c: (set_uri),
3495         (anjuta_document_save):
3496         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3497         * plugins/tools/editor.c: (on_editor_response):
3499         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3500         It fixes some issues with session handling and several memory lacks.
3501         Gtk 2.12 Tooltip API is used if available.
3503 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3505         * plugins/debug-manager/disassemble.c,
3506         plugins/debug-manager/disassemble.h,
3507         plugins/debug-manager/command.c,
3508         plugins/debug-manager/command.h,
3509         plugins/debug-manager/plugin.c
3510         plugins/debug-manager/sparse_view.c,
3511         plugins/debug-manager/sparse_view.h,
3512         plugins/gdb/plugin.c,
3513         plugins/gdb/debugger.c,
3514         plugins/gdb/debugger.h,
3515         libanjuta/interfaces/libanjuta.idl:
3516         Fix bug #502533: Implement assembler step
3518         * plugins/debug-manager/breakpoints.c:
3519         Do not save temporary breakpoints
3521         * plugins/debug-manager/stack_trace.c:
3522         Fix a crash when a stack command is cancelled
3524 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3526         * plugins/debug-manager/plugin.c,
3527         plugins/debug-manager/breakpoints.c,
3528         plugins/debug-manager/breakpoints.h:
3529         Fix bug #488732: Breakpoint on delete lines
3530         Breakpoints are now linked to their position in editor
3532         * plugins/gdb/debugger.c:
3533         Fix removing condition on breakpoint 
3535 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3537         * plugins/debug-manager/anjuta-debug-manager.glade,
3538         plugins/debug-manager/start.c,
3539         plugins/gdb/plugin.c,
3540         plugins/gdb/debugger.c,
3541         plugins/gdb/debugger.h,
3542         libanjuta/interfaces/libanjuta.idl:
3543         Fix bug #481366: Do not stop at the beginning of the program
3545         * plugins/debug-manager/command.c,
3546         plugins/debug-manager/command.h,
3547         plugins/debug-manager/breakpoints.c,
3548         plugins/debug-manager/queue.c,
3549         plugins/debug-manager/queue.h:
3550         Fix a bug remove all breakpoints was not working due to latest changes
3551         Setting breakpoints is disabled when program is running
3553 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3555         * plugins/debug-manager/queue.c,
3556         plugins/gdb/plugin.c:
3557         Fix bug #501469: Crash if mime_type is unknown
3559 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3561         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3562         (on_editor_update_ui), (on_single_file_scan_end),
3563         (on_importing_project_end), (project_root_added),
3564         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3565         * plugins/symbol-db/plugin.h:
3566         show on status bar files being scanned.
3568         * plugins/symbol-db/symbol-db-engine.c:
3569         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3570         (sdb_engine_ctags_output_thread),
3571         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3572         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3573         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3574         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3575         (sdb_engine_get_table_id_by_unique_name2),
3576         (symbol_db_engine_open_project),
3577         (sdb_engine_prepare_executing_commands),
3578         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3579         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3580         (sdb_engine_detects_removed_ids),
3581         (symbol_db_engine_get_class_parents),
3582         (symbol_db_engine_get_global_members),
3583         (symbol_db_engine_get_scope_members_by_symbol_id),
3584         (symbol_db_engine_get_scope_members),
3585         (symbol_db_engine_get_current_scope),
3586         (symbol_db_engine_get_file_symbols),
3587         (symbol_db_engine_get_symbol_info_by_id),
3588         (symbol_db_engine_get_full_local_path),
3589         (symbol_db_engine_find_symbol_by_name_pattern),
3590         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3591         * plugins/symbol-db/symbol-db-engine.h:
3592         * plugins/symbol-db/symbol-db-view-locals.c:
3593         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
3594         (symbol_db_view_locals_recv_signals_from_engine),
3595         (symbol_db_view_locals_update_list):
3596         * plugins/symbol-db/symbol-db-view-locals.h:
3597         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
3598         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
3599         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
3600         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
3601         * plugins/symbol-db/symbol-db-view.h:
3602         Added g_thread architecture to scan in background. With this you
3603         can use Anjuta's GUI without freezing.
3604         Improved insertion speed by using a paradigm like 'insert' and 'check'
3605         replacing a 'check' and 'insert' one. This has been done for tables 
3606         like symbol, scope, sym_type.
3607         Fixed two crashers. 
3609         * plugins/symbol-db/tables.sql:
3610         * plugins/symbol-db/test/main.c: (get_global_members), (main),
3611         (thread), (print_message), (bastard_thread), (idle_signals):
3612         fixed a typo on tables that broke sql triggers.
3614 === anjuta 2.3.1 ===
3616 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3618         * NEWS, AUTHORS: Updated.
3619         * src/Makefile.am: Fixed make distcheck
3621         Patch from Yang Hong:
3622         * plugins/file-manager/file-manager.glade: Fixed file chooser
3623         size in file-manager preferences.
3625 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3627         * NEWS: Updated for 2.3.1 development release
3628         * configure.in: Bumped version to 2.3.1
3630 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
3632         * plugins/debug-manager/threads.c,
3633         plugins/debug-manager/disassemble.c,
3634         plugins/debug-manager/watch.c,
3635         plugins/debug-manager/registers.c,
3636         plugins/debug-manager/locals.c,
3637         plugins/debug-manager/breakpoints.c,
3638         plugins/debug-manager/stack_trace.c,
3639         plugins/debug-manager/command.c,
3640         plugins/debug-manager/command.h,
3641         plugins/debug-manager/queue.c,
3642         libanjuta/interfaces/libanjuta.idl:
3643         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
3644         Document IAnjutaDebugManager signals
3645         Generate new signals in queue.c
3646         Use new signals in other files
3648 2007-11-30  <genbell@tiscali.it>
3650         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3652         * plugins/gdb/Makefile.am:
3653         Fix bug #500376
3655 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3657         * plugins/tools/variable.c:
3658         Fix a bug added in the previous patch (it is not a leak)
3660 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3662         * plugins/project-wizard/druid.c,
3663         plugins/project-wizard/templates/terminal.wiz,
3664         plugins/project-wizard/templates/xlib-dock.wiz,
3665         plugins/project-wizard/templates/wxwin.wiz,
3666         plugins/project-wizard/templates/java.wiz,
3667         plugins/project-wizard/templates/gnome.wiz,
3668         plugins/project-wizard/templates/anjuta-plugin.wiz,
3669         plugins/project-wizard/templates/gtkmm.wiz,
3670         plugins/project-wizard/templates/python.wiz,
3671         plugins/project-wizard/templates/cpp.wiz,
3672         plugins/project-wizard/templates/sdl.wiz,
3673         plugins/project-wizard/templates/gtk.wiz,
3674         plugins/project-wizard/templates/minimal.wiz,
3675         plugins/project-wizard/templates/xlib.wiz,
3676         plugins/project-wizard/templates/gcj.wiz,
3677         plugins/project-wizard/templates/translatable-strings.h,
3678         plugins/project-import/project-import.c:
3679         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
3681 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
3683         * plugins/debug-manager/threads.c,
3684         plugins/debug-manager/disassemble.c,
3685         plugins/debug-manager/watch.c,
3686         plugins/debug-manager/registers.c,
3687         plugins/debug-manager/memory.c,
3688         plugins/debug-manager/locals.c,
3689         plugins/debug-manager/stack_trace.c,
3690         plugins/debug-manager/queue.c,
3691         plugins/debug-manager/queue.h:
3692         Connect debugger signal only when program is loaded
3693         Rename get_feature in is_supported
3695         * plugins/debug-manager/plugin.c:
3696         Remove editor watch when plugin is deactivated
3698         * plugins/debug-manager/anjuta-debug-manager.glade,
3699         plugins/debug-manager/breakpoints.c,
3700         plugins/debug-manager/breakpoints.h:
3701         Rewrite almost completely the breakpoint code
3702         Improve breakpoint dialog
3703         Reorganize function
3704         Implement condition, hit count, ignore and temporary attribute
3706         * plugins/debug-manager/command.c,
3707         plugins/debug-manager/command.h:
3708         Add a breakpoint list command
3710         * plugins/gdb/debugger.c,
3711         plugins/gdb/debugger.h:
3712         Add new breakpoint list command
3713         Fix parsing of breakpoint data
3715         * libanjuta/interfaces/libanjuta.idl,
3716         plugins/gdb/plugin.c:
3717         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
3719 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
3721         * plugins/document-manager/plugin.c:
3722         Use Ctrl+Shift+s as shortcut for Save As
3724 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
3726         * plugins/subversion/plugin.c: (activate_plugin):
3727         * plugins/symbol-db/plugin.c: (symbol_db_activate):
3728         * src/layout.xml: Fixed dockitem positions.
3730 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3732         Icons from tpgww@onepost.net:
3733         * plugins/project-wizard/applogo.png:
3734         Icons from patch in bug #480093 comment #23. Also renamed icons.
3736         * plugins/message-view/Makefile.am:
3737         * plugins/message-view/plugin.c: (register_stock_icons),
3738         (ipreferences_merge): Removed redundant icon.
3740         * plugins/document-manager/plugin.c:
3741         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
3742         Do not insensitize New action when there is no document.
3743         Indentation fixes.
3745 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3747         Icons from tpgww@onepost.net:
3748         * plugins/symbol-browser/an_symbol_prefs.c:
3749         * pixmaps/Makefile.am:
3750         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
3752         Icons from patch in bug #480093 comment #23. Also renamed icons.
3753         To be continued..
3755 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3757         Patch from James Liggett:
3758         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
3759         revert and dialogs resizable.
3761 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3763         Patch from James Liggett:
3764         * plugins/subversion/anjuta-subversion.glade:
3765         * plugins/subversion/subversion-diff-dialog.c:
3766         (on_subversion_diff_response), (subversion_diff_dialog):
3767         * plugins/subversion/subversion-diff-dialog.h:
3769         The diff dialog should have a checkbox, enabled by default, that
3770         allows the user to make sure that all open files are saved before
3771         diffing.
3773 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3775         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
3777         Icons from tpgww@onepost.net:
3778         * pixmaps/Makefile.am:
3779         * src/Makefile.am:
3780         * src/anjuta-app.c:
3781         * src/anjuta-preferences-general.svg:
3783         Icons from patch in bug #480093 comment #23. Also renamed icons.
3784         To be continued..
3786 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3788         Icons from tpgww@onepost.net:
3789         * plugins/debug-manager/images/Makefile.am:
3790         * plugins/debug-manager/images/anjuta-watch.svg:
3791         * plugins/debug-manager/plugin.c: (register_stock_icons):
3792         * plugins/gdb/images/Makefile.am:
3793         * plugins/gtodo/Makefile.am:
3794         * plugins/gtodo/anjuta-gtodo-plugin.svg:
3795         * plugins/gtodo/anjuta-gtodo.plugin.in:
3796         * plugins/gtodo/interface.c: (stock_icons):
3797         * plugins/gtodo/main.h:
3798         * plugins/gtodo/plugin.c: (ipreferences_merge):
3799         * plugins/terminal/Makefile.am:
3800         * plugins/terminal/anjuta-terminal-plugin.svg:
3801         * plugins/terminal/anjuta-terminal.plugin.in:
3802         * plugins/terminal/terminal.c:
3803         * plugins/tools/Makefile.am:
3804         * plugins/tools/anjuta-tools-plugin.svg:
3805         * plugins/tools/anjuta-tools.plugin.in:
3806         * plugins/tools/plugin.c:
3807         * plugins/valgrind/Makefile.am:
3808         * plugins/valgrind/anjuta-valgrind-plugin.svg:
3809         * plugins/valgrind/anjuta-valgrind.plugin.in:
3810         * plugins/valgrind/plugin.c: (register_stock_icons),
3811         (ipreferences_merge):
3813         Icons from patch in bug #480093 comment #23. Also renamed icons.
3814         To be continued..
3816 2007-11-18  Massimo Cora'   <maxcvs@email.it>
3818         reviewed by: Johannes Schmid <jhs@gnome.org>
3820         * configure.in:
3821         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
3822         due to bug #493360. Still present anyway bug #495843
3824         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
3825         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
3826         (on_local_treeview_row_activated),
3827         (on_global_treeview_row_activated),
3828         (on_global_treeview_row_expanded), (on_project_element_added),
3829         (on_project_element_removed), (project_root_added),
3830         (symbol_db_activate), (isymbol_manager_search),
3831         (isymbol_manager_get_members),
3832         (isymbol_manager_get_completions_at_position):
3833         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3834         (symbol_db_engine_iterator_node_get_symbol_extra_string):
3835         * plugins/symbol-db/symbol-db-engine.c:
3836         (sdb_engine_execute_non_select_sql),
3837         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
3838         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
3839         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
3840         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3841         (symbol_db_engine_add_new_workspace),
3842         (symbol_db_engine_add_new_project),
3843         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
3844         (sdb_engine_detects_removed_ids),
3845         (sdb_engine_walk_down_scope_path),
3846         (symbol_db_engine_get_class_parents),
3847         (symbol_db_engine_get_global_members),
3848         (symbol_db_engine_get_scope_members_by_symbol_id),
3849         (symbol_db_engine_get_scope_members),
3850         (symbol_db_engine_get_current_scope),
3851         (symbol_db_engine_get_file_symbols),
3852         (symbol_db_engine_get_symbol_info_by_id),
3853         (symbol_db_engine_find_symbol_by_name_pattern):
3854         * plugins/symbol-db/symbol-db-engine.h:
3855         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3856         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3857         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
3858         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
3859         (on_scan_end), (do_add_root_symbol_to_view),
3860         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
3861         (trigger_on_symbol_inserted), (add_new_waiting_for),
3862         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
3863         (on_symbol_inserted), (do_recurse_subtree_and_remove),
3864         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
3865         (symbol_db_view_row_expanded), (sdb_view_init),
3866         (gtree_compare_func), (sdb_view_finalize),
3867         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
3868         (sdb_view_populate_base_root),
3869         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3870         * plugins/symbol-db/symbol-db-view.h:
3871         * plugins/symbol-db/tables.sql:
3872         * plugins/symbol-db/test/Makefile.am:
3873         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
3874         (get_scope_members), (get_current_scope), (get_global_members),
3875         (get_file_symbols), (get_info_by_id), (main):
3877         Rewrote symbol-db-view global tab. Now every expandable node is a query.
3878         Started using LIMIT keyword to speed up things.
3879         Deprecated GdaCommand in favour of GdaQuery into engine. This should
3880         make providers use prepared statements.
3882 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3884         Patch from James Liggett:
3885         * plugins/subversion/plugin.c: (subversion_instance_init):
3886         * plugins/subversion/plugin.h:
3887         * plugins/subversion/subversion-diff-dialog.c:
3888         (on_subversion_diff_response), (subversion_diff_dialog),
3889         (on_menu_subversion_diff):
3890         * plugins/subversion/subversion-log-dialog.c:
3891         (on_log_view_selected_button_clicked),
3892         (on_log_diff_selected_button_clicked),
3893         (on_log_diff_previous_button_clicked),
3894         (subversion_log_window_create):
3895         * plugins/subversion/subversion-ui-utils.c:
3896         (get_filename_from_full_path), (init_whole_project),
3897         (on_whole_project_toggled):
3898         * plugins/subversion/subversion-ui-utils.h:
3899         * plugins/subversion/subversion-update-dialog.c:
3900         (subversion_update_dialog), (on_menu_subversion_update):
3902         Whole Project checkbox enabled by default in diff and update dialogs.
3903         changes the editor names for diff editors to something much more
3904         descriptive. For example, working copy/head diffs would have an editor
3905         with a name like "[Working Copy/Head] some-file.diff," where some-file
3906         is the name of the file/directory that was diffed. For diffs against
3907         arbitrary diffs the name would look like "[Revisions 2832/3200]
3908         some-file.diff" for a diff of some-file between revisions 2832 and
3909         3200.
3911 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3913         Icons from tpgww@onepost.net:
3914         * plugins/subversion/Makefile.am:
3915         * plugins/subversion/anjuta-subversion-plugin.svg:
3916         * plugins/subversion/anjuta-subversion.plugin.in:
3917         * plugins/subversion/plugin.h:
3918         * plugins/symbol-browser/Makefile.am:
3919         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
3920         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
3921         * plugins/symbol-browser/plugin.c:
3922         * plugins/symbol-db/Makefile.am:
3923         * plugins/symbol-db/plugin.c:
3924         * plugins/symbol-db/symbol-db.plugin.in:
3926         Icons from patch in bug #480093 comment #23. Also renamed icons.
3927         To be continued..
3929 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3931         Icons from tpgww@onepost.net:
3932         * plugins/project-manager/Makefile.am:
3933         * plugins/project-manager/anjuta-project-manager-plugin.svg:
3934         * plugins/project-manager/anjuta-project-manager.plugin.in:
3935         * plugins/project-manager/plugin.c:
3936         * plugins/project-wizard/Makefile.am:
3937         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
3938         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
3939         * plugins/project-wizard/druid.h:
3940         * plugins/search/Makefile.am:
3941         * plugins/search/anjuta-search-plugin.svg:
3942         * plugins/search/anjuta-search.plugin.in:
3943         * plugins/search/plugin.c:
3945         Icons from patch in bug #480093 comment #23. Also renamed icons.
3946         To be continued..
3948 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3950         * TODO.tasks: updated.
3952         Icons from tpgww@onepost.net:
3953         * plugins/file-loader/Makefile.am:
3954         * plugins/file-loader/anjuta-loader-plugin.svg:
3955         * plugins/file-loader/anjuta-loader.plugin.in:
3956         * plugins/file-manager/Makefile.am:
3957         * plugins/file-manager/anjuta-file-manager-plugin.svg:
3958         * plugins/file-manager/file-manager.plugin.in:
3959         * plugins/file-manager/plugin.c:
3960         * plugins/glade/Makefile.am:
3961         * plugins/glade/anjuta-glade-plugin.svg:
3962         * plugins/glade/anjuta-glade.plugin.in:
3963         * plugins/glade/plugin.c: (register_stock_icons):
3964         * plugins/language-manager/Makefile.am:
3965         * plugins/language-manager/anjuta-language-manager-plugin.svg:
3966         * plugins/language-manager/language-manager.plugin.in:
3967         * plugins/message-view/Makefile.am:
3968         * plugins/message-view/anjuta-message-manager.plugin.in:
3969         * plugins/message-view/anjuta-messages-plugin.svg:
3970         * plugins/message-view/plugin.c:
3971         * plugins/patch/Makefile.am:
3972         * plugins/patch/anjuta-patch-plugin.svg:
3973         * plugins/patch/anjuta-patch.plugin.in:
3974         * plugins/patch/plugin.c:
3975         * plugins/profiler/Makefile.am:
3976         * plugins/profiler/anjuta-profiler-plugin.svg:
3977         * plugins/profiler/plugin.c: (register_stock_icons):
3978         * plugins/profiler/profiler.plugin.in:
3979         * plugins/project-import/Makefile.am:
3980         * plugins/project-import/anjuta-project-import-plugin.svg:
3981         * plugins/project-import/anjuta-project-import.plugin.in:
3982         * plugins/project-import/plugin.c:
3984         Icons from patch in bug #480093 comment #23. Also renamed icons.
3985         To be continued..
3987 2007-11-18  Johannes Schmid <jhs@gnome.org>
3989         * plugins/build-basic-autotools/build-basic-autotools.c:
3990         (build_regex_init):
3991         * plugins/debug-manager/anjuta-debug-manager.glade:
3992         * plugins/debug-manager/breakpoints.c:
3993         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
3994         * plugins/file-wizard/file.c:
3995         * plugins/gdb/anjuta-gdb.glade:
3996         * plugins/glade/plugin.c: (ifile_open):
3997         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
3998         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3999         * plugins/gtodo/tray-icon.c:
4000         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4001         * plugins/macro/macros.xml:
4002         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4003         Fixed translation bugs (#496833, #488211 and #497758)
4004         
4005         * plugins/document-manager/plugin.c: (on_editor_changed):
4006         Removed unused code
4008 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4010         Icons from tpgww@onepost.net:
4011         * plugins/devhelp/Makefile.am:
4012         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4013         * plugins/devhelp/anjuta-devhelp.plugin.in:
4014         * plugins/devhelp/plugin.c:
4015         * plugins/document-manager/anjuta-document-manager.plugin.in:
4016         * plugins/document-manager/images/Makefile.am:
4017         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4018         * plugins/document-manager/plugin.c:
4019         * plugins/editor/Makefile.am:
4020         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4021         * plugins/editor/anjuta-editor.plugin.in:
4022         * plugins/editor/plugin.c:
4023         * plugins/sample1/Makefile.am:
4024         * plugins/sample1/anjuta-sample-plugin.svg:
4025         * plugins/sample1/anjuta-sample.plugin.in:
4026         * plugins/sourceview/Makefile.am:
4027         * plugins/sourceview/plugin.c:
4028         * plugins/sourceview/sourceview.plugin.in:
4030         Icons from patch in bug #480093 comment #23. Also renamed icons.
4031         To be continued..
4033 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4035         * TODO.tasks: Updated.
4037         Icons from tpgww@onepost.net:
4038         * plugins/build-basic-autotools/Makefile.am:
4039         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4040         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4041         * plugins/build-basic-autotools/build-basic-autotools.c:
4042         * plugins/class-inheritance/Makefile.am:
4043         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4044         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4045         * plugins/class-inheritance/plugin.c:
4046         * plugins/cvs-plugin/Makefile.am:
4047         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4048         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4049         * plugins/cvs-plugin/plugin.c:
4050         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4051         * plugins/debug-manager/images/Makefile.am:
4052         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4053         * plugins/debug-manager/plugin.c: 
4055         Icons from patch in bug #480093 comment #23. Also renamed icons.
4056         To be continued..
4058 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4060         * (removed) libanjuta/anjuta-children.c,
4061         (removed) libanjuta/anjuta-children.h,
4062         libanjuta/anjuta-launcher.c,
4063         libanjuta/libanjuta.h,
4064         libanjuta/Makefile.am,
4065         plugins/gdb/debugger.c,
4066         plugins/terminal/terminal.c,
4067         manuals/reference/libanjuta/libanjuta-sections.txt,
4068         manuals/reference/libanjuta/libanjuta-docs.sgml:
4069         Replace anjuta_children_register by g_child_watch_add
4071 2007-11-13  Johannes Schmid <jhs@gnome.org>
4073         * plugins/subversion/anjuta-subversion.glade:
4074         * plugins/subversion/subversion-commit-dialog.c:
4075         (subversion_commit_dialog):
4076         * plugins/subversion/subversion-resolve-dialog.c:
4077         (subversion_resolve_dialog):
4078         * plugins/subversion/subversion-revert-dialog.c:
4079         (subversion_revert_dialog):
4080         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4081         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4082         (hide_pulse_progress_bar):
4083         * plugins/subversion/subversion-ui-utils.h:
4085         Yet another patch from #457477:
4086         Add a pulsing progress bar to all dialogs receiving status
4088 2007-11-12  Johannes Schmid <jhs@gnome.org>
4090         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4091         Bug 493583 – crash in Anjuta IDE: trying to open a file
4092         
4093         * plugins/subversion/subversion-commit-dialog.c:
4094         (select_all_files), (subversion_commit_dialog):
4095         Patch from jrligget - see #457477
4097 2007-11-12  Johannes Schmid <jhs@gnome.org>
4099         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4100         * libanjuta/anjuta-plugin-handle.c:
4101         (anjuta_plugin_handle_get_about):
4102         Bug 495536 – Plugins localization improvement
4103         
4104         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4105         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4106         * plugins/indent/indent.glade:
4107         * plugins/subversion/anjuta-subversion.glade:
4108         Bug 495245 – Strings bug
4110 2007-11-08  James Liggett  <jrliggett@cox.net>
4112         reviewed by: Johannes Schmid <jhs@gnome.org>
4114         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4115         (anjuta_async_command_finalize),
4116         (anjuta_async_command_notification_poll),
4117         (anjuta_async_command_thread), (start_command),
4118         (notify_data_arrived), (notify_complete),
4119         (anjuta_async_command_class_init),
4120         (anjuta_async_command_set_error_message),
4121         (anjuta_async_command_get_error_message),
4122         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4123         * libanjuta/anjuta-async-command.h:
4124         * libanjuta/anjuta-command.c: (anjuta_command_init),
4125         (anjuta_command_finalize), (anjuta_command_class_init),
4126         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4127         (anjuta_command_notify_complete),
4128         (anjuta_command_set_error_message),
4129         (anjuta_command_get_error_message):
4130         * libanjuta/anjuta-command.h:
4131         * libanjuta/anjuta-glade-catalog.c:
4132         * libanjuta/anjuta-glade.xml:
4133         * libanjuta/anjuta-vcs-status-tree-view.c:
4134         (on_selected_column_toggled),
4135         (anjuta_vcs_status_tree_view_create_columns),
4136         (anjuta_vcs_status_tree_view_init),
4137         (anjuta_vcs_status_tree_view_finalize),
4138         (anjuta_vcs_status_tree_view_set_property),
4139         (anjuta_vcs_status_tree_view_get_property),
4140         (anjuta_vcs_status_tree_view_class_init),
4141         (anjuta_vcs_status_tree_view_new),
4142         (anjuta_vcs_status_tree_view_destroy),
4143         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4144         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4145         (anjuta_vcs_status_tree_view_unselect_all),
4146         (create_selected_paths_list),
4147         (anjuta_vcs_status_tree_view_get_selected):
4148         * libanjuta/anjuta-vcs-status-tree-view.h:
4149         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4150         * libanjuta/anjuta-widgets.h:
4151         * plugins/subversion/subversion-add-dialog.c:
4152         (on_add_command_finished), (on_subversion_add_response),
4153         (subversion_add_dialog), (on_menu_subversion_add),
4154         (on_fm_subversion_add):
4155         * plugins/subversion/subversion-add-dialog.h:
4156         * plugins/subversion/subversion-commit-dialog.c:
4157         (on_commit_command_finished), (on_subversion_commit_response),
4158         (subversion_commit_dialog), (on_menu_subversion_commit),
4159         (on_fm_subversion_commit):
4160         * plugins/subversion/subversion-commit-dialog.h:
4161         * plugins/subversion/subversion-copy-dialog.c:
4162         (on_copy_other_revision_radio_toggled),
4163         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4164         (on_copy_command_finished), (on_subversion_copy_response),
4165         (subversion_copy_dialog), (on_menu_subversion_copy),
4166         (on_fm_subversion_copy):
4167         * plugins/subversion/subversion-copy-dialog.h:
4168         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4169         (on_subversion_diff_response), (subversion_diff_dialog),
4170         (on_menu_subversion_diff), (on_fm_subversion_diff):
4171         * plugins/subversion/subversion-diff-dialog.h:
4172         * plugins/subversion/subversion-log-dialog.c:
4173         (on_diff_selected_column_toggled), (create_columns),
4174         (on_log_command_finished), (on_log_view_button_clicked),
4175         (on_cat_command_data_arrived), (on_cat_command_finished),
4176         (on_log_view_selected_button_clicked), (get_selected_revisions),
4177         (on_log_diff_selected_button_clicked),
4178         (on_log_diff_previous_button_clicked),
4179         (on_subversion_log_vbox_destroy),
4180         (on_log_changes_view_row_selected), (subversion_log_window_create),
4181         (on_menu_subversion_log), (on_fm_subversion_log),
4182         (subversion_log_set_whole_project_sensitive):
4183         * plugins/subversion/subversion-log-dialog.h:
4184         * plugins/subversion/subversion-merge-dialog.c:
4185         (on_merge_command_finished), (on_subversion_merge_response),
4186         (on_merge_first_path_browse_button_clicked),
4187         (on_merge_second_path_browse_button_clicked),
4188         (on_merge_use_first_path_check_toggled),
4189         (on_merge_start_revision_radio_toggled),
4190         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4191         (on_menu_subversion_merge):
4192         * plugins/subversion/subversion-merge-dialog.h:
4193         * plugins/subversion/subversion-remove-dialog.c:
4194         (on_remove_command_finished),
4195         (on_remove_path_browse_button_clicked),
4196         (on_subversion_remove_response), (subversion_remove_dialog),
4197         (on_menu_subversion_remove), (on_fm_subversion_remove):
4198         * plugins/subversion/subversion-remove-dialog.h:
4199         * plugins/subversion/subversion-resolve-dialog.c:
4200         (on_resolve_command_finished), (on_subversion_resolve_response),
4201         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4202         * plugins/subversion/subversion-resolve-dialog.h:
4203         * plugins/subversion/subversion-revert-dialog.c:
4204         (on_revert_command_finished), (on_subversion_revert_response),
4205         (subversion_revert_dialog), (on_menu_subversion_revert):
4206         * plugins/subversion/subversion-revert-dialog.h:
4207         * plugins/subversion/subversion-switch-dialog.c:
4208         (on_switch_other_revision_radio_toggled),
4209         (on_switch_command_finished), (on_subversion_switch_response),
4210         (subversion_switch_dialog), (on_menu_subversion_switch):
4211         * plugins/subversion/subversion-switch-dialog.h:
4212         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4213         (subversion_data_free), (on_mesg_view_destroy),
4214         (create_message_view), (check_filename), (get_log_from_textview),
4215         (pulse_timer), (on_pulse_timer_destroyed),
4216         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4217         (report_errors), (on_status_command_finished),
4218         (on_status_command_data_arrived), (on_command_info_arrived),
4219         (select_all_status_items), (clear_all_status_selections),
4220         (init_whole_project), (on_whole_project_toggled),
4221         (send_diff_command_output_to_editor), (on_diff_command_finished),
4222         (stop_status_bar_progress_pulse):
4223         * plugins/subversion/subversion-ui-utils.h:
4224         * plugins/subversion/subversion-update-dialog.c:
4225         (on_update_command_finished), (on_subversion_update_response),
4226         (subversion_update_dialog), (on_menu_subversion_update),
4227         (on_fm_subversion_update):
4228         * plugins/subversion/subversion-update-dialog.h:
4229         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4230         (svn_add_command_finalize), (svn_add_command_run),
4231         (svn_add_command_class_init), (svn_add_command_new),
4232         (svn_add_command_destroy):
4233         * plugins/subversion/svn-add-command.h:
4234         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4235         (svn_cat_command_finalize), (svn_cat_command_run),
4236         (svn_cat_command_class_init), (svn_cat_command_new),
4237         (svn_cat_command_destroy), (svn_cat_command_get_output):
4238         * plugins/subversion/svn-cat-command.h:
4239         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4240         (svn_command_release_ui_lock), (simple_prompt),
4241         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4242         (svn_auth_ssl_server_trust_prompt_func_cb),
4243         (svn_auth_ssl_client_cert_prompt_func_cb),
4244         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4245         (svn_command_init), (svn_command_finalize),
4246         (svn_command_class_init), (svn_command_push_info),
4247         (svn_command_get_info_queue), (svn_command_set_error),
4248         (svn_command_get_client_context), (svn_command_get_pool),
4249         (svn_command_lock_ui), (svn_command_unlock_ui),
4250         (svn_command_get_revision), (svn_command_copy_path_list),
4251         (svn_command_free_path_list):
4252         * plugins/subversion/svn-command.h:
4253         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4254         (svn_commit_command_init), (svn_commit_command_finalize),
4255         (svn_commit_command_run), (svn_commit_command_class_init),
4256         (svn_commit_command_new), (svn_commit_command_destroy):
4257         * plugins/subversion/svn-commit-command.h:
4258         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4259         (svn_copy_command_init), (svn_copy_command_finalize),
4260         (svn_copy_command_run), (svn_copy_command_class_init),
4261         (svn_copy_command_new), (svn_copy_command_destroy):
4262         * plugins/subversion/svn-copy-command.h:
4263         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4264         (svn_diff_command_finalize), (svn_diff_command_run),
4265         (svn_diff_command_class_init), (svn_diff_command_new),
4266         (svn_diff_command_destroy), (svn_diff_command_get_output):
4267         * plugins/subversion/svn-diff-command.h:
4268         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4269         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4270         (svn_log_command_class_init), (svn_log_command_new),
4271         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4272         * plugins/subversion/svn-log-command.h:
4273         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4274         (svn_log_entry_finalize), (svn_log_entry_class_init),
4275         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4276         (svn_log_entry_get_author), (svn_log_entry_get_date),
4277         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4278         (svn_log_entry_get_full_log):
4279         * plugins/subversion/svn-log-entry.h:
4280         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4281         (svn_merge_command_finalize), (svn_merge_command_run),
4282         (svn_merge_command_class_init), (svn_merge_command_new),
4283         (svn_merge_command_destroy):
4284         * plugins/subversion/svn-merge-command.h:
4285         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4286         (svn_remove_command_init), (svn_remove_command_finalize),
4287         (svn_remove_command_run), (svn_remove_command_class_init),
4288         (svn_remove_command_new), (svn_remove_command_destroy),
4289         (svn_remove_command_get_path):
4290         * plugins/subversion/svn-remove-command.h:
4291         * plugins/subversion/svn-resolve-command.c:
4292         (svn_resolve_command_init), (svn_resolve_command_finalize),
4293         (svn_resolve_command_run), (svn_resolve_command_class_init),
4294         (svn_resolve_command_new), (svn_resolve_command_destroy):
4295         * plugins/subversion/svn-resolve-command.h:
4296         * plugins/subversion/svn-revert-command.c:
4297         (svn_revert_command_init), (svn_revert_command_finalize),
4298         (svn_revert_command_run), (svn_revert_command_class_init),
4299         (svn_revert_command_new), (svn_revert_command_destroy):
4300         * plugins/subversion/svn-revert-command.h:
4301         * plugins/subversion/svn-status-command.c:
4302         (svn_status_command_init), (svn_status_command_finalize),
4303         (on_svn_status_notify), (svn_status_command_run),
4304         (svn_status_command_class_init), (svn_status_command_new),
4305         (svn_status_command_destroy),
4306         (svn_status_command_get_status_queue):
4307         * plugins/subversion/svn-status-command.h:
4308         * plugins/subversion/svn-status.c: (svn_status_init),
4309         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4310         (svn_status_destroy), (svn_status_get_path),
4311         (svn_status_get_vcs_status):
4312         * plugins/subversion/svn-status.h:
4313         * plugins/subversion/svn-switch-command.c:
4314         (svn_switch_command_init), (svn_switch_command_finalize),
4315         (svn_switch_command_run), (svn_switch_command_class_init),
4316         (svn_switch_command_new), (svn_switch_command_destroy):
4317         * plugins/subversion/svn-switch-command.h:
4318         * plugins/subversion/svn-update-command.c:
4319         (svn_update_command_init), (svn_update_command_finalize),
4320         (svn_update_command_run), (svn_update_command_class_init),
4321         (svn_update_command_new), (svn_update_command_destroy):
4322         * plugins/subversion/svn-update-command.h:
4324         Now really committed all files from James patch (#457477)
4326 2007-11-08  Johannes Schmid <jhs@gnome.org>
4328         * TODO.tasks: Updated
4330 2007-11-08  James Liggett  <jrliggett@cox.net>
4332         reviewed by: Johannes Schmid <jhs@gnome.org>
4334         * configure.in:
4335         * libanjuta/Makefile.am:
4336         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4337         * libanjuta/anjuta-status.h:
4338         * libanjuta/libanjuta.h:
4339         * plugins/subversion/Makefile.am:
4340         * plugins/subversion/anjuta-subversion.glade:
4341         * plugins/subversion/anjuta-subversion.ui:
4342         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4343         (value_removed_project_root_uri), (activate_plugin),
4344         (deactivate_plugin), (finalize), (subversion_instance_init):
4345         * plugins/subversion/plugin.h:
4346         * plugins/subversion/subversion-actions.c:
4347         * plugins/subversion/subversion-actions.h:
4348         * plugins/subversion/subversion-callbacks.c:
4349         * plugins/subversion/subversion-callbacks.h:
4350         * plugins/subversion/svn-auth.c:
4351         * plugins/subversion/svn-auth.h:
4352         * plugins/subversion/svn-backend-priv.h:
4353         * plugins/subversion/svn-backend.c:
4354         * plugins/subversion/svn-backend.h:
4355         * plugins/subversion/svn-notify.c:
4356         * plugins/subversion/svn-notify.h:
4357         * plugins/subversion/svn-thread.c:
4358         * plugins/subversion/svn-thread.h:
4359         
4360         Commited alpha2 of the new subversion plugin (#457477)
4362 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4364         * plugins/debug-manager/command.c:
4365         Fix a stupid crash when changing a register value
4367 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4369         * libanjuta/interfaces/libanjuta.idl,
4370         plugins/debug-manager/command.c,
4371         plugins/debug-manager/command.h,
4372         plugins/debug-manager/start.c,
4373         plugins/gdb/plugin.c,
4374         plugins/gdb/debugger.c,
4375         plugins/gdb/debugger.h:
4376         Use anjuta terminal plugin instead of gnome terminal
4377         Select if a terminal is used in the the start_program function
4378         Move terminal code from debugger.c to plugin.c
4379         Partial fix of bug #481366
4381         * plugins/gdb/utilities.c,
4382         plugins/gdb/utilities.h:
4383         Remove gnome terminal check function
4385 2007-11-06  Johannes Schmid <jhs@gnome.org>
4387         * plugins/project-import/anjuta-project-import.glade:
4388         * plugins/project-import/project-import.c: (on_import_next),
4389         (on_import_finish), (project_import_set_directory):
4390         * plugins/project-wizard/property.c: (npw_property_create_widget),
4391         (npw_property_set_value_from_widget):
4392         
4393         Replaced gnome_file_entry with gtk_file_chooser_button
4394         Fixes #422329 – Creating a new directory in program options doesn't work
4395         
4396 2007-11-04  Massimo Cora' <maxcvs@email.it>
4398         * plugins/symbol-db/plugin.c:
4399         add all files at once on project_import.
4400         No need to split them into more languages: ctags
4401         and the engine will take care of that.
4403         * plugins/symbol-db/symbol-db-engine.h,
4404         * plugins/symbol-db/symbol-db-engine.c,
4405         * plugins/symbol-db/tables.sql,
4406         * plugins/symbol-db/test/Makefile.am,
4407         * plugins/symbol-db/test/main.c,
4408         * plugins/symbol-db/symbol-db-view-locals.c:
4409         some memory leaks fixed. Ported the thing to
4410         libgda 3.1.2 [or better svn HEAD].
4411         Thanks to a fresh new algorithm to detect
4412         parent scope we're able to display correcly
4413         a local gtktree, including classes not directly
4414         defined inside that file.
4416 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4418         * plugins/debug-manager/threads.c,
4419         plugins/debug-manager/stack_trace.c:
4420         Do not display address when not needed
4422         * plugins/debug-manager/plugin.c,
4423         plugins/debug-manager/breakpoints.c:
4424         Breakpoints directly connect to debugger signals
4426         * plugins/debug-manager/watch.c:
4427         program-unload signal does not exist used debugger-stopped
4429         * plugins/debug-manager/queue.c,
4430         libanjuta/interfaces/libanjuta.idl:
4431         Display error message returned by debugger command
4432         Add new error codes
4434 2007-11-04  Johannes Schmid <jhs@gnome.org>
4436         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4437         Bug 493062 – gcj template needs AC_PROG_CC
4438         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4440         * src/anjuta-actions.h:
4441         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4442         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4444 === anjuta 2.3.0 ===
4446 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4448         * AUTHORS: Updated
4450 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4452         * ChangeLog: Tagged 2.3.0 release.
4454         * plugins/indent/Makefile.am: Fixed indentation.
4456         * plugins/editor/aneditor-autocomplete.cxx:
4457         * plugins/editor/aneditor-priv.h:
4458         * plugins/editor/aneditor.cxx:
4459         * plugins/editor/aneditor.h: Commented out dead codes.
4461         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4462         Do not build symbol-db by
4463         default. Added 'unstable' in plugin description to signify it's
4464         developmental state.
4466         * plugins/file-manager/Makefile.am,
4467         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4469 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4471         * plugins/debug-manager/utilities.c,
4472         plugins/debug-manager/utilities.h,
4473         plugins/debug-manager/threads.c,
4474         plugins/debug-manager/plugin.c,
4475         plugins/debug-manager/plugin.h,
4476         plugins/debug-manager/disassemble.h,
4477         plugins/debug-manager/watch.c,
4478         plugins/debug-manager/watch.h,
4479         plugins/debug-manager/breakpoints.c,
4480         plugins/debug-manager/stack_trace.c:
4481         Replace few remaining function calls by signal 
4483         * plugins/debug-manager/disassemble.c,
4484         plugins/debug-manager/registers.c,
4485         plugins/debug-manager/memory.c,
4486         plugins/debug-manager/locals.c,
4487         plugins/debug-manager/queue.c,
4488         plugins/debug-manager/queue.h:
4489         Connect signals when debugger is started
4490         Disconnect them when debugger is stopped
4491         Do not display window if debugger doesn't support feature
4493         * plugins/gdb/plugin.c,
4494         libanjuta/interfaces/libanjuta.idl:
4495         Remove unused initialization function
4497 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4499         * configure.in:
4500         * plugins/file-manager/Makefile.am:
4501         * scripts/build-schemas.mk: Fixed 'make distcheck'
4503 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4505         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4506         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4507         to latest API additions.
4509         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4510         to API changes.
4512 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4514         * ChangeLog: Fixed indentation.
4515         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4516         branch.
4518 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4520         * libanjuta/interfaces/libanjuta.idl:
4521         * plugins/build-basic-autotools/build-basic-autotools.c:
4522         (build_compile_file_real), (build_build_project),
4523         (build_install_project), (build_clean_project),
4524         (build_configure_project), (build_autogen_project),
4525         (build_distribution_project), (build_build_module),
4526         (build_install_module), (build_clean_module), (fm_build),
4527         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4528         (finalize), (basic_autotools_plugin_instance_init),
4529         (ibuildable_set_command), (ibuildable_reset_commands),
4530         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4531         (ibuildable_install), (ibuildable_configure),
4532         (ibuildable_generate), (ibuildable_iface_init):
4533         * plugins/build-basic-autotools/build-basic-autotools.h:
4535         Added API for commands override in build interface and implemented
4536         them in build plugin. Useful for other plugins override build
4537         commands depending on project environment.
4539 2007-10-28  Naba Kumar  <naba@gnome.org>
4541         * src/anjuta.glade,
4542         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4543         Fixed widget alignment for dock switcher tab style combo and
4544         scratchbox path entrybox.
4546 2007-10-28  Johannes Schmid <jhs@gnome.org>
4548         * plugins/document-manager/plugin.c: (on_editor_changed):
4549         Fixed a memory leak and simplified code (thanks again Sébastien)
4550         
4551         * configure.in:
4552         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4553         and OFFSET sql statements)
4555 2007-10-28  Massimo Cora' <maxcvs@email.it>
4557         * plugins/symbol-db/plugin.c,
4558         plugins/symbol-db/symbol-db-engine.h,
4559         plugins/symbol-db/symbol-db-view.c,
4560         plugins/symbol-db/symbol-db-view.c,
4561         plugins/symbol-db/symbol-db-view-locals.c,
4562         plugins/symbol-db/symbol-db-view-locals.h,
4563         plugins/symbol-db/symbol-db-engine.c:
4564         Better end-of-file-scan detection, permitting
4565         an improved scope/inheritance parsing.
4566         Locals tab gtktree now displays correct
4567         namespace->class->children tree, even if
4568         in a C++ file there isn't class declaration.
4570 2007-10-27  Johannes Schmid <jhs@gnome.org>
4572         Patch from Stanislav Brabec <sbrabec@suse.cz>
4573         * configure.in:
4574         Bug 489798 – Do not rely on svn-config
4576         Patch from Michael Wolf <maw@ximian.com>:
4577         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4578         (egg_tree_model_filter_remove_node),
4579         (egg_tree_model_filter_row_deleted):
4580         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4582 2007-10-27  Johannes Schmid <jhs@gnome.org>
4584         * plugins/devhelp/anjuta-devhelp.ui:
4585         * plugins/message-view/anjuta-message-manager.ui:
4587         Added some separators to the toolbar
4588         
4589         * plugins/document-manager/plugin.c:
4590         (on_support_plugin_deactivated), (load_new_support_plugins),
4591         (unload_unused_support_plugins), (on_editor_changed):
4592         
4593         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
4594         for pointing out that is was crap.
4596 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
4598         * libanjuta/interfaces/libanjuta.idl,
4599         libanjuta/anjuta-plugin-manager.c,
4600         libanjuta/anjuta-plugin-manager.h,
4601         libanjuta/anjuta-c-plugin-factory.c,
4602         libanjuta/anjuta-c-module.h,
4603         libanjuta/anjuta-c-module.c:
4604         Report detailled error message in case of plugin loading failure
4606 2007-10-24  Johannes Schmid <jhs@gnome.org>
4608         * configure.in:
4609         * plugins/Makefile.am:
4610         
4611         Activate build of symbol-db plugin (when libgda is available)
4612         
4613         * plugins/document-manager/plugin.c:
4614         (on_support_plugin_deactivated), (on_editor_changed):
4615         
4616         Properly handle language support plugins even when they are
4617         unloaded by the session.
4618         
4619         * plugins/symbol-db/plugin.c: (register_stock_icons),
4620         Port to new REGISTER_ICONS stuff
4621   
4622 2007-10-22  Massimo Cora'  <maxcvs@email.it>
4624         * plugins/symbol-db/plugin.c,
4625         * plugins/symbol-db/symbol-db-view.c
4626         * plugins/symbol-db/symbol-db-engine.h,
4627         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
4628         * plugins/symbol-db/symbol-db-view-locals.c,
4629         * plugins/symbol-db/symbol-db-view-locals.h,
4630         * plugins/symbol-db/symbol-db-engine.c:
4631         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
4632         Added a new algorithm for dynamic population of the local symbols' tab.
4633         Now the default view is tree-like.
4634         Some fixes on engine correct some population issues.    
4636 2007-10-23  Naba Kumar  <naba@gnome.org>
4638         * plugins/glade/Makefile.am: Corrected conditional not to install
4639         .plugin file if plugin is disabled.
4640         * plugins/sourceview/Makefile.am: Corrected conditional not to
4641         install schemas if plugin is not built.
4643 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
4645         * plugins/debug-manager/queue.c:
4646         Fix #488061: Mutiple crash dialogs
4648         * plugins/gdb/debugger.c,
4649         plugins/gdb/debugger.h:
4650         Remove maximum gdb command length, should fix bug#474811
4652 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
4654         * manuals/reference/libanjuta/plugin-description-file.sgml,
4655         manuals/reference/libanjuta/libanjuta-docs.sgml,
4656         manuals/reference/libanjuta/libanjuta-sections.txt,
4657         libanjuta/interfaces/libanjuta.idl,
4658         libanjuta/anjuta-c-module.c,
4659         libanjuta/anjuta-c-plugin-factory.c:
4660         Document last changes in plugin code
4662 2007-10-19  Johannes Schmid <jhs@gnome.org>
4664         * plugins/subversion/subversion-callbacks.c: (check_filename):
4665         
4666         Fixed #487854 – Anjuta crashes when i try to add a SVN url
4668 2007-10-19  Naba Kumar  <naba@gnome.org>
4670         * plugins/file-manager/file-model.c: Fixed a critical runtime
4671         warning.
4673 2007-10-18  Johannes Schmid <jhs@gnome.org>
4675         * libanjuta/anjuta-ui.h:
4676         Small fix on icon macros
4677         
4678         * libanjuta/interfaces/libanjuta.idl:
4679         * plugins/language-manager/plugin.c: (ilanguage_get_name),
4680         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
4681         (ilanguage_iface_init):
4682         
4683         Added get_from_editor() and get_name_from_editor() methods
4684         to IAnjutaLanguage
4685         
4686         * plugins/document-manager/plugin.c:
4687         (update_editor_ui_interface_items), (on_editor_changed):
4688         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4689         .in:
4690         * plugins/language-support-cpp-java/plugin.c: (install_support):
4691         
4692         Ported plugins to use the new interface
4694 2007-10-17  Johannes Schmid <jhs@gnome.org>
4696         * libanjuta/anjuta-ui.h:
4697         
4698         Added macros to register stock icons to stop all this copy&paste
4699         which had spread over a lot of files. New macros support to add 
4700         icons with toolbar and menu size (16 and 24)
4701         
4702         * plugins/class-inheritance/plugin.c: (register_stock_icons):
4703         * plugins/debug-manager/images/anjuta-attach.svg:
4704         * plugins/debug-manager/images/anjuta-step-out.svg:
4705         * plugins/debug-manager/images/anjuta-step-over.svg:
4706         * plugins/debug-manager/plugin.c: (register_stock_icons):
4707         * plugins/document-manager/images/Makefile.am:
4708         * plugins/document-manager/images/anjuta-block-end.svg:
4709         * plugins/document-manager/images/anjuta-block-start.svg:
4710         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
4711         * plugins/document-manager/images/anjuta-bookmark.svg:
4712         * plugins/document-manager/images/anjuta-go-history-next.svg:
4713         * plugins/document-manager/images/anjuta-go-history-prev.svg:
4714         * plugins/document-manager/plugin.c: (register_stock_icons):
4715         * plugins/glade/plugin.c: (register_stock_icons):
4716         * plugins/language-support-cpp-java/plugin.c:
4717         (register_stock_icons):
4718         * plugins/message-view/Makefile.am:
4719         * plugins/message-view/anjuta-go-message-next.svg:
4720         * plugins/message-view/anjuta-go-message-prev.svg:
4721         * plugins/message-view/anjuta-message-view.svg:
4722         * plugins/message-view/messages.xpm:
4723         * plugins/message-view/plugin.c: (register_stock_icons):
4724         * plugins/patch/plugin.c: (patch_plugin_activate):
4725         * plugins/project-manager/plugin.c: (register_stock_icons):
4726         * plugins/search/Makefile.am:
4727         * plugins/search/anjuta-go-match-next.svg:
4728         * plugins/search/anjuta-go-match-prev.svg:
4729         * plugins/search/plugin.c: (activate_plugin):
4730         * plugins/symbol-browser/plugin.c: (register_stock_icons):
4731         * plugins/terminal/terminal.c: (register_stock_icons):
4732         * plugins/valgrind/plugin.c: (register_stock_icons):
4733         
4734         Updated to use the new icons and added several new and updated 
4735         icons from #480093
4737 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
4739         * libanjuta/anjuta-plugin-handle.c,
4740         libanjuta/anjuta-plugin-handle.h:
4741         Add a new path property containing the directory of the .plugin
4742         file, library file (.so or whatever) must be in the same directory
4744         * libanjuta/anjuta-plugin-manager.c,
4745         libanjuta/interfaces/libanjuta.idl,
4746         (removed) libanjuta/anjuta-glue-plugin.c,
4747         (removed) libanjuta/anjuta-glue-plugin.h,
4748         (removed) libanjuta/anjuta-glue-c.c,
4749         (removed) libanjuta/anjuta-glue-c.h,
4750         (removed) libanjuta/anjuta-glue-cpp.c,
4751         (removed) libanjuta/anjuta-glue-cpp.h,
4752         (removed) libanjuta/anjuta-glue-factory.c,
4753         (removed) libanjuta/anjuta-glue-factory.h,
4754         (added) libanjuta/anjuta-c-module.c,
4755         (added) libanjuta/anjuta-c-module.h,
4756         (added) libanjuta/anjuta-c-plugin-factory.c,
4757         (added) libanjuta/anjuta-c-plugin-factory.h,
4758         libanjuta/Makefile.am:
4759         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
4760         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
4761         implementing IAnjutaPluginFactory
4762         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
4764         * libanjuta/libanjuta.h:
4765         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
4766         interface)
4768         * libanjuta/anjuta-plugin.h:
4769         Replace AnjutaGluePlugin by GTypeModule
4770         Remove unused anjuta_glue_get_component_type replaced by
4771         g_type_from_name
4773         * plugins/build-basic-autotools/build-basic-autotools.h,
4774         plugins/class-gen/plugin.h,
4775         plugins/class-inheritance/plugin.h,
4776         plugins/cvs-plugin/plugin.h,
4777         plugins/debug-manager/plugin.h,
4778         plugins/devhelp/plugin.h,
4779         plugins/document-manager/plugin.h,
4780         plugins/editor/plugin.h,
4781         plugins/file-loader/plugin.h,
4782         plugins/file-wizard/plugin.h,
4783         plugins/gdb/plugin.h,
4784         plugins/glade/plugin.h,
4785         plugins/gtodo/plugin.h,
4786         plugins/indent/plugin.h,
4787         plugins/language-manager/plugin.h,
4788         plugins/language-support-cpp-java/plugin.h,
4789         plugins/macro/plugin.h,
4790         plugins/message-view/plugin.h,
4791         plugins/patch/plugin.h,
4792         plugins/profiler/plugin.h,
4793         plugins/project-import/plugin.h,
4794         plugins/project-manager/plugin.h,
4795         plugins/project-wizard/plugin.h,
4796         plugins/sample1/plugin.h,
4797         plugins/search/plugin.h,
4798         plugins/sourceview/plugin.h,
4799         plugins/subversion/plugin.h,
4800         plugins/symbol-browser/plugin.h,
4801         plugins/symbol-db/plugin.h,
4802         plugins/terminal/terminal.c,
4803         plugins/tools/plugin.h,
4804         plugins/valgrind/plugin.h:
4805         Replace AnjutaGluePlugin by GTypeModule
4807 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
4809         * plugins/debug-manager/breakpoints.c:
4810         Fix bug#487112, crash while removing a breakpoint in a new file
4812 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
4814         * plugins/document-manager/search-box.c:
4815         Fix a crash (with an useful comment) focus-out-event handler must
4816         return a gboolean
4818 2007-10-14 Johannes Schmid <jhs@gnome.org>
4820         * plugins/sourceview/sourceview.c:
4821         Hide calltip when "Up" or "Down" key is pressed
4823 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
4825         * plugins/document-manager/search-box.c:
4826         Change included file order to avoid a compile error with gnome 2.16
4828 2007-10-13  Johannes Schmid <jhs@gnome.org>
4830         * plugins/debug-manager/plugin.c: (enable_log_view):
4831         
4832         Fixed crash when closing a project and unloading another while
4833         the debugger is enabled
4835 2007-10-13  Johannes Schmid <jhs@gnome.org>
4837         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4838         
4839         Use correct breakpoint icon
4840         
4841         * plugins/devhelp/Makefile.am:
4842         * plugins/devhelp/anjuta-go-help-next.svg:
4843         * plugins/devhelp/anjuta-go-help-prev.svg:
4844         * plugins/devhelp/plugin.c: (register_stock_icons),
4845         (devhelp_activate):
4846         
4847         Added new icons from #480093
4848         
4849         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4850         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4851         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4852         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4853         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4854         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4855         * plugins/message-view/anjuta-go-message-next.svg:
4856         * plugins/message-view/anjuta-go-message-prev.svg:
4857         
4858         Updated icons from #480093
4859                 
4860         * src/anjuta-actions.h:
4861         Use GTK_STOCK_FULLSCREEN
4862         
4863         * src/anjuta-app.c: (on_gdl_style_changed),
4864         (anjuta_app_instance_init):
4865         * src/anjuta.glade:
4866         
4867         Added preference option to set the gdl switcher style
4869 2007-10-13  Johannes Schmid <jhs@gnome.org>
4871         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4872         (get_property_value_as_string), (set_property_value_as_string),
4873         (register_callbacks):
4874         * libanjuta/anjuta-preferences.h:
4875         
4876         Support GtkFileChooserButton as preferences widget
4877         
4878         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4879         
4880         Fixed a Gtk-Critical
4881         
4882         * plugins/file-manager/Makefile.am:
4883         * plugins/file-manager/file-model.c: (file_model_filter_file),
4884         (file_model_add_dummy), (file_model_expand_idle),
4885         (file_model_set_property), (file_model_get_property),
4886         (file_model_class_init):
4887         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
4888         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
4889         (file_manager_activate), (file_manager_finalize),
4890         (file_manager_instance_init), (ipreferences_merge),
4891         (ipreferences_unmerge), (ipreferences_iface_init):
4892         * plugins/file-manager/plugin.h:
4893         
4894         Added preferences to file-manager
4896         * plugins/glade/plugin.c: (activate_plugin):
4897         
4898         Move Properties widget into center because it is way to big
4899         for the sidebar
4901 2007-10-10  Johannes Schmid <jhs@gnome.org>
4903         * plugins/language-support-cpp-java/Makefile.am:
4904         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
4905         * plugins/language-support-cpp-java/anjuta-complete.svg:
4906         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
4907         * plugins/language-support-cpp-java/plugin.c:
4908         (register_stock_icons):
4909         
4910         And yet some more icons...
4912 2007-10-10  Johannes Schmid <jhs@gnome.org>
4914         * plugins/debug-manager/breakpoints.c:
4915         * plugins/debug-manager/images/Makefile.am:
4916         * plugins/debug-manager/images/anjuta-bookmark.svg:
4917         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
4918         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
4919         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
4920         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
4921         * plugins/debug-manager/images/anjuta-linemark.svg:
4922         * plugins/debug-manager/images/anjuta-pcmark.svg:
4923         * plugins/debug-manager/plugin.c: (register_stock_icons):
4924         * plugins/debug-manager/sparse_view.c:
4925         * plugins/document-manager/images/Makefile.am:
4926         * plugins/document-manager/images/anjuta-block-select.svg:
4927         * plugins/document-manager/images/anjuta-fold-close.svg:
4928         * plugins/document-manager/images/anjuta-fold-open.svg:
4929         * plugins/document-manager/images/anjuta-fold-toggle.svg:
4930         * plugins/document-manager/images/anjuta-indent-less.svg:
4931         * plugins/document-manager/images/anjuta-indent-more.svg:
4932         * plugins/document-manager/images/anjuta-swap.svg:
4933         * plugins/document-manager/images/block_select.xpm:
4934         * plugins/document-manager/images/fold_close.xpm:
4935         * plugins/document-manager/images/fold_open.xpm:
4936         * plugins/document-manager/images/fold_toggle.xpm:
4937         * plugins/document-manager/images/indent.xpm:
4938         * plugins/document-manager/images/indent_dcr.xpm:
4939         * plugins/document-manager/images/indent_inc.xpm:
4940         * plugins/document-manager/plugin.c: (register_stock_icons):    
4941         * plugins/editor/Makefile.am:
4942         * plugins/editor/anjuta-bookmark-16.xpm:
4943         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
4944         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
4945         * plugins/editor/anjuta-linemark-16.xpm:
4946         * plugins/editor/anjuta-pcmark-16.xpm:
4947         * plugins/editor/bookmark.xpm:
4948         * plugins/editor/breakpoint-disabled.xpm:
4949         * plugins/editor/breakpoint-enabled.xpm:
4950         * plugins/editor/linemarker.xpm:
4951         * plugins/editor/program-counter.xpm:
4952         * plugins/editor/text_editor.c:
4953         * plugins/message-view/Makefile.am:
4954         * plugins/message-view/anjuta-go-message-next.svg:
4955         * plugins/message-view/anjuta-go-message-prev.svg:
4956         * plugins/message-view/anjuta-message-manager.ui:
4957         * plugins/message-view/plugin.c:
4958         * plugins/sourceview/Makefile.am:
4959         * plugins/sourceview/sourceview.c:
4961         Integrated lots of icons from #480093
4962         Thanks to <tpgww@onepost.net>
4964         * plugins/document-manager/plugin.c:
4965         Do not mark the line in ifile_open(), that looks ugly.
4966         
4967         * plugins/document-manager/search-box.c: (on_search_focus_out),
4968         (search_box_init):
4969         Clear the status bar on focus_out.
4970         
4971         * plugins/file-loader/anjuta-loader-plugin.ui:
4972         Fixed a missing "="
4974 2007-10-09  Johannes Schmid <jhs@gnome.org>
4976         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4977         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
4979         Some things I missed in the patch for #484419
4980         
4981         * plugins/document-manager/action-callbacks.c:
4982         (on_new_file_activate):
4983         * plugins/document-manager/action-callbacks.h:
4984         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4985         (on_window_key_press_event), (on_gconf_notify_timer):
4986         
4987         484645 – patch to deal with docman FIXME etc
4988         
4989         * plugins/editor/text_editor.c: (text_editor_set_indicator):
4990         * plugins/search/search-replace.c: (search_and_replace),
4991         (write_message_pane), (search_replace_populate),
4992         (translate_dialog_strings), (create_dialog),
4993         (anjuta_search_replace_activate):
4994         * plugins/search/search-replace_backend.c:
4995         (file_buffer_new_from_path), (get_next_match),
4996         (create_search_entries), (regex_backref),
4997         (clear_search_replace_instance):
4998         * plugins/search/search-replace_backend.h:
4999         
5000         #484573 – patch to correct various search-related issues
5001         
5002         Thanks for the above patches to <tpgww@onepost.net>
5003         
5004         * plugins/sourceview/sourceview.c:
5005         (sourceview_create_highligth_indic):
5006         
5007         Use the same marker for important as gedit (yellow background)
5009         * plugins/document-manager/anjuta-document-manager.ui:
5010         * plugins/file-loader/anjuta-file-loader.ui:
5011         * plugins/file-loader/plugin.c:
5012         
5013         Moved FileNew action to document-manager
5015 2007-10-08  Johannes Schmid <jhs@gnome.org>
5017         * plugins/document-manager/search-box.c: (on_search_activated):
5018         Mark messages for translation
5020 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5022         reviewed by: Johannes Schmid <jhs@gnome.org>
5024         * plugins/Makefile.am:
5025         * plugins/build-basic-autotools/build-basic-autotools.c:
5026         (build_compile_file_real):
5027         * plugins/search/search-replace.c:
5028         * plugins/valgrind/preferences.c: (build_general_prefs):
5029         
5030         Fix #484379 – Contents of Makefile.am plugins and
5031         #484419 – Improvement into translation
5033 2007-10-06  Johannes Schmid <jhs@gnome.org>
5035         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5037         Fixed to properly support pointer-to-pointer (**) types
5039         * libanjuta/interfaces/libanjuta.idl:
5040         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5041         * plugins/sourceview/sourceview-cell.h:
5042         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5043         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5044         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5045         (isearch_backward), (isearch_iface_init):
5046         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5047         (itext_editor_iface_init), (iselection_set_iter),
5048         (iselection_get_start_iter), (iselection_get_end_iter),
5049         (iselection_iface_init), (isearch_forward), (isearch_backward),
5050         (isearch_iface_init):
5051         
5052         Added IAnjutaEditorSearch interface and some utility methods to
5053         migrate from positions to iterators for the editor interface.
5054         
5055         * plugins/document-manager/Makefile.am:
5056         * plugins/document-manager/action-callbacks.c:
5057         (on_goto_line_no1_activate), (on_show_search):
5058         * plugins/document-manager/action-callbacks.h:
5059         * plugins/document-manager/anjuta-docman.c:
5060         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5061         (anjuta_docman_grab_text_focus):
5062         * plugins/document-manager/anjuta-document-manager.ui:
5063         * plugins/document-manager/goto_line.c: (removed)
5064         * plugins/document-manager/goto_line.h: (removed)
5065         * plugins/document-manager/search-box.c:
5066         * plugins/document-manager/search-box.h:
5067         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5068         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5069         (update_editor_ui_interface_items), (on_editor_added),
5070         (activate_plugin), (deactivate_plugin):
5071         * plugins/document-manager/plugin.h:
5072         
5073         Created new incremental "Quick Search" bar in the document manager to
5074         replace the crappy EggToolbar entries. Uses the new search interface and
5075         it thus much faster and more reliable.
5076         Fixes: 
5077         Bug 357544 – incremental search should work consistently (or not at all) 
5078         when main toolbar is hidden
5079         Bug 440637 – Search, don't work very well (partly for incremental search)
5080         
5081         * plugins/search/anjuta-search.ui:
5082         * plugins/search/plugin.c: (activate_plugin):
5083         
5084         Removed incremental search stuff
5085         
5086         * plugins/build-basic-autotools/build-basic-autotools.c:
5087         (on_session_save), (on_session_load):
5088         * plugins/build-basic-autotools/executer.c:
5089         (get_program_parameters):
5090         
5091         Scroll to selected executable and remember it across sessions
5092         (followup of #477976)
5093         
5094         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5095         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5096         
5097         * plugins/devhelp/anjuta-devhelp.ui:
5098         Rearraged toolbar items a bit
5100 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5102         * plugins/debug-manager/command.c,
5103         plugins/debug-manager/queue.c,
5104         plugins/gdb/plugin.c,
5105         plugins/gdb/debugger.c:
5106         Fix several crashing bugs (including bug#482985) with the debugger
5107         when closing project, stopping the debugger, restarting the program
5109 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5111         * libanjuta/anjuta-launcher.c:
5112         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5114 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5116         * plugins/debug-manager/command.c,
5117         plugins/debug-manager/queue.c:
5118         Asynchronous command can abort other commands in queue
5119         Resynchronize debugger state when a command is cancelled
5121         * plugins/debug-manager/breakpoints.c:
5122         Free BreakpointItem only when it is not used anymore
5124         * plugins/gdb/plugin.c:
5125         Do not return TRUE if the callback and/or ready signal is not used
5127         * plugins/gdb/debugger.c:
5128         Fix a crash, return correct state when debugger is stopped
5130 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5132         * plugins/project-wizard/autogen.c:
5133         Fix bug#482067, escape project wizard user defined strings
5135 2007-10-01  Johannes Schmid <jhs@gnome.org>
5137         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5138         .glade:
5139         * plugins/build-basic-autotools/build-basic-autotools.c:
5140         (basic_autotools_plugin_instance_init):
5141         * plugins/build-basic-autotools/build-basic-autotools.h:
5142         * plugins/build-basic-autotools/executer.c:
5143         (get_program_parameters):
5144         
5145         Fixed #477976 – Keybinding in run dialog
5147 2007-09-30  Johannes Schmid <jhs@gnome.org>
5149         * plugins/Makefile.am:
5150         Do not build indent plugin (yet)
5151         
5152         * plugins/document-manager/plugin.c: (ipreferences_merge):
5153         Fixed unintentional and wrong change
5155         * plugins/indent/anjuta-indent.ui:
5156         Added missing file
5158 2007-09-28  Johannes Schmid <jhs@gnome.org>
5160         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5161         * libanjuta/anjuta-launcher.h:
5162         Add a method to send EOF to some process. Needed for the indent plugin
5163         and should be useful in general. It does not actually send EOF as this
5164         is not possible with utf-8, but closes the stream instead.
5166         * plugins/devhelp/plugin.c: (value_added_current_editor):
5167         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5168         IAnjutaDocument switch.
5170         * configure.in:
5171         * plugins/Makefile.am:
5172         * plugins/document-manager/Makefile.am:
5173         * plugins/document-manager/action-callbacks.c:
5174         * plugins/document-manager/anjuta-document-manager.glade:
5175         * plugins/document-manager/anjuta-document-manager.ui:
5176         * plugins/document-manager/images/Makefile.am:
5177         * plugins/document-manager/images/indent_auto.xpm:
5178         * plugins/document-manager/images/indent_set.xpm:
5179         * plugins/document-manager/indent-dialog.c:
5180         * plugins/document-manager/indent-dialog.h:
5181         * plugins/document-manager/indent-util.c:
5182         * plugins/document-manager/indent-util.h:
5183         * plugins/document-manager/indent_test.c:
5184         * plugins/document-manager/plugin.c: (register_stock_icons),
5185         (docman_plugin_instance_init), (ipreferences_merge):
5186         * plugins/document-manager/plugin.h:
5187         
5188         Removed indent code from document manager
5189         
5190         * plugins/indent/Makefile.am:
5191         * plugins/indent/indent-dialog.c:
5192         * plugins/indent/indent-util.c: (indent_init_indent_style):
5193         * plugins/indent/indent.glade:
5194         * plugins/indent/indent.plugin.in:
5195         * plugins/indent/plugin.c: (on_indent_finished),
5196         (on_indent_output), (on_indent_action_activate),
5197         (on_edit_editor_indent), (on_style_combo_changed),
5198         (value_added_current_editor), (value_removed_current_editor),
5199         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5200         (indent_plugin_finalize), (indent_plugin_dispose),
5201         (anjuta_indent_plugin_instance_init),
5202         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5203         (ipreferences_unmerge), (ipreferences_iface_init):
5204         * plugins/indent/plugin.h:
5206         Moved indent code to it's own plugin. Also reimplemented indent invocation
5207         using anjuta_launcher and streams. This is not yet completely working, maybe
5208         I got something wrong with the launcher.
5209         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5211 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5213         * plugins/debug-manager/plugin.c:
5214         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5216 2007-09-27  Johannes Schmid <jhs@gnome.org>
5218         * libanjuta/interfaces/libanjuta.idl:
5219         * plugins/Makefile.am:
5220         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5221         (isymbol_type_str), (isymbol_name), (isymbol_args),
5222         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5223         (isymbol_impl), (isymbol_iface_init):
5224         * plugins/symbol-browser/an_symbol_info.c:
5225         * plugins/symbol-browser/an_symbol_info.h:
5226         * plugins/symbol-db/Makefile.am:
5227         * plugins/symbol-db/plugin.c:
5228         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5229         (value_added_current_editor), (on_editor_foreach_clear),
5230         (value_removed_current_editor), (project_root_added),
5231         (symbol_db_activate), (symbol_db_deactivate),
5232         (isymbol_manager_search):
5233         * plugins/symbol-db/readtags.c: (initialize_1):
5234         * plugins/symbol-db/symbol-db-engine-iterator.c:
5235         (sdb_engine_iterator_instance_init),
5236         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5237         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5238         (symbol_db_engine_iterator_move_next),
5239         (symbol_db_engine_iterator_move_prev),
5240         (symbol_db_engine_iterator_get_n_items),
5241         (symbol_db_engine_iterator_last),
5242         (symbol_db_engine_iterator_set_position),
5243         (symbol_db_engine_iterator_get_position),
5244         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5245         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5246         (isymbol_iter_foreach), (isymbol_iter_set_position),
5247         (isymbol_iter_get_position), (isymbol_iter_get_length),
5248         (isymbol_iter_clone), (isymbol_iter_assign),
5249         (isymbol_iter_iface_init):
5250         * plugins/symbol-db/symbol-db-engine-iterator.h:
5251         * plugins/symbol-db/symbol-db-engine.c:
5252         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5253         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5254         (sdb_engine_finalize), (sdb_engine_get_type),
5255         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5256         (sdb_engine_get_table_id_by_unique_name2),
5257         (sdb_engine_get_table_id_by_unique_name3),
5258         (symbol_db_engine_add_new_workspace),
5259         (symbol_db_engine_get_opened_project_name),
5260         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5261         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5262         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5263         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5264         (sdb_engine_add_new_scope_definition),
5265         (sdb_engine_add_new_tmp_heritage_scope),
5266         (sdb_engine_second_pass_update_scope_1),
5267         (sdb_engine_second_pass_update_heritage),
5268         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5269         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5270         (symbol_db_engine_update_project_symbols),
5271         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5272         (symbol_db_engine_update_buffer_symbols),
5273         (sdb_engine_walk_down_scope_path),
5274         (sdb_engine_prepare_symbol_info_sql),
5275         (symbol_db_engine_get_global_members),
5276         (symbol_db_engine_get_scope_members_by_symbol_id),
5277         (symbol_db_engine_get_scope_members),
5278         (symbol_db_engine_get_current_scope),
5279         (symbol_db_engine_get_file_symbols):
5280         * plugins/symbol-db/symbol-db-engine.h:
5281         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5282         (on_symbol_updated), (on_symbol_inserted),
5283         (symbol_db_view_locals_get_line),
5284         (symbol_db_view_locals_update_list):
5285         * plugins/symbol-db/symbol-db-view-search.c:
5286         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5287         * plugins/symbol-db/symbol-db-view-search.h:
5288         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5289         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5290         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5291         * plugins/symbol-db/tables.sql:
5292         * plugins/symbol-db/test/Makefile.am:
5293         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5294         Updated patch from Massimo to improve symbol-db plugin
5296         * plugins/document-manager/plugin.c: (on_editor_changed):
5297         Make the code a bit more robust
5298         
5299         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5300         (anjuta_document_get_property), (anjuta_document_class_init),
5301         (anjuta_document_init), (set_uri), (document_loader_loaded),
5302         (anjuta_document_load), (document_saver_saving):
5303         * plugins/sourceview/anjuta-document.h:
5304         * plugins/sourceview/sourceview.c: (autodetect_language),
5305         (ilanguage_set_language), (ilanguage_get_language):
5306         Fix language detection on startup
5308 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5310         * plugins/document-manager/action-callbacks.c:
5311         (on_editor_command_upper_case_activate),
5312         (on_editor_command_lower_case_activate): Leftover commit from previous
5313         commit (see last changlog entry by me).
5314         
5315         * plugins/file-manager/plugin.c: (file_manager_activate):
5316         Gave proper widget name so that layout works.
5318 2007-09-26  Johannes Schmid <jhs@gnome.org>
5320         * plugins/document-manager/plugin.c: (on_editor_changed),
5321         (docman_plugin_instance_init):
5322         Only unload/load language-support plugins if necessary.
5323         
5324         * plugins/language-manager/plugin.c: (language_manager_activate):
5325         Removed some debugging code
5327         * plugins/sourceview/sourceview.c: (on_document_saved),
5328         (ilanguage_set_language), (ilanguage_get_language):
5329         Fixed ianjuta_language interface and ensure that highlighting is
5330         activated when a new file is saved.
5331         
5332 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5334         * libanjuta/interfaces/libanjuta.idl:
5335         * plugins/document-manager/action-callbacks.c:
5336         (on_editor_command_upper_case_activate),
5337         (on_editor_command_lower_case_activate):
5338         * plugins/editor/text_editor.c: (iselection_has_selection),
5339         (iselection_get_start), (iselection_get_end),
5340         (iselection_iface_init):
5341         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5342         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5343         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5344         method and implemented it for both scintilla and sourceview editors.
5345         Updated document-manager and assist plugins to use the new method.
5347 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5349         * plugins/file-manager/file-view.c:
5350         Fix typo, allow to compile new file manager with gtk < 2.12
5352 2007-09-25  Johannes Schmid <jhs@gnome.org>
5354         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5355         Support Auto-Indent for single lines (e.g no selection);
5356         
5357         * plugins/macro/plugin.c:
5358         Do not use the same shortcut as auto-indent does
5359         
5360         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5361         Optimized keyboard navigation - do not emit char_added when only
5362         navigation keys have been pressed.
5364 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5366         * plugins/language-support-cpp-java/cpp-java-assist.c:
5367         (on_assist_chosen), (cpp_java_assist_install),
5368         (cpp_java_assist_uninstall):
5369         * plugins/language-support-cpp-java/plugin.c: (install_support),
5370         (uninstall_support): Install and uninstall support in correct order.
5371         Fixes a bug where it was installed multiple times resulting in
5372         inserting autocomplete text multiple times.
5374 2007-09-25  Johannes Schmid <jhs@gnome.org>
5376         * configure.in:
5377         Add GNOME_WARNING_FLAGS(maximum) and
5378         GNOME_CXX_WARNIGS(yes) to avoid bugs
5379         the compiler can warn you.
5380         
5381         * libegg/test-tree-utils.c: (key_test):
5382         * plugins/file-manager/file-model.c:
5383         (file_model_cancel_expand_idle), (file_model_sort),
5384         (file_model_row_expanded):
5385         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5386         (file_view_refresh), (file_view_get_selected), (file_view_init),
5387         (file_view_new):
5388         * plugins/file-manager/file-view.h:
5389         * plugins/symbol-db/readtags.c: (initialize_1):
5390         * src/main.c:
5391         
5392         Fixed the more critical warnings
5394 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5396         Icons from tpgww@onepost.net:
5397         * configure.in:
5398         * plugins/debug-manager/Makefile.am:
5399         * plugins/debug-manager/images/Makefile.am:
5400         * plugins/debug-manager/images/anjuta-attach.svg:
5401         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5402         * plugins/debug-manager/images/anjuta-step-into.svg:
5403         * plugins/debug-manager/images/anjuta-step-out.svg:
5404         * plugins/debug-manager/images/anjuta-step-over.svg:
5405         * plugins/debug-manager/plugin.c: (register_stock_icons):
5406         * plugins/document-manager/Makefile.am:
5407         * plugins/document-manager/block_select.xpm:
5408         * plugins/document-manager/fold_close.xpm:
5409         * plugins/document-manager/fold_open.xpm:
5410         * plugins/document-manager/fold_toggle.xpm:
5411         * plugins/document-manager/images/Makefile.am:
5412         * plugins/document-manager/images/anjuta-block-end.svg:
5413         * plugins/document-manager/images/anjuta-block-start.svg:
5414         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5415         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5416         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5417         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5418         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5419         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5420         * plugins/document-manager/indent.xpm:
5421         * plugins/document-manager/indent_auto.xpm:
5422         * plugins/document-manager/indent_dcr.xpm:
5423         * plugins/document-manager/indent_inc.xpm:
5424         * plugins/document-manager/indent_set.xpm:
5425         * plugins/document-manager/plugin.c: Added nicer icons for
5426         document manager and debugger. Organized icons in 'images'
5427         directories.
5429 2007-09-24  Johannes Schmid <jhs@gnome.org>
5431         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5432         Fixed a missing NULL in g_object_set.
5434 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5436         * plugins/language-support-cpp-java/cpp-java-assist.c:
5437         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5438         scope memebers just after scope operator is entered.
5440 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5442         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5443         * plugins/language-support-cpp-java/cpp-java-assist.c:
5444         (completion_function), (completion_compare),
5445         (cpp_java_assist_tag_destroy), (create_completion),
5446         (cpp_java_assist_destroy_completion_cache),
5447         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5448         Show '()' for function items in autocomplete list. Allow adding
5449         ' ' and/or '(' after function call autocompletion and have preferences
5450         settings for them.
5452 2007-09-24  Johannes Schmid <jhs@gnome.org>
5454         * sourceview.c: Reverting patch from r3157 because
5455         of side-effects
5457 2007-09-24  Johannes Schmid <jhs@gnome.org>
5459         * plugins/search/search-replace.c: (on_message_clicked):
5461         Fixed #427104 – No "highlight" of lines matching find-result
5463 2007-09-24  Johannes Schmid <jhs@gnome.org>
5465         * src/anjuta.glade:
5467         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5469 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5471         reviewed by: Johannes Schmid <jhs@gnome.org>
5473         * plugins/build-basic-autotools/executer.c: (execute_program):
5474         Fix #478238 – set env for execute programe in the terminal
5476 2007-09-24 Tom <tpgww@onepost.net>
5478         reviewed by: Johannes Schmid <jhs@gnome.org>
5480         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5481         Fix memory leak
5482         
5483         * plugins/debug-manager/disassemble.c: (on_disassemble):
5484         Correct a format string in DEBUG_PRINT()
5486 2007-09-23  Johannes Schmid <jhs@gnome.org>
5488         * plugins/sourceview/sourceview.c: (offset_to_position),
5489         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5490         (ieditor_get_position), (iselect_set), (iselect_get_start),
5491         (iselect_get_end):
5492         
5493         Fixed #Bug 440637 – Search, don't work very well
5495 2007-09-23  Johannes Schmid <jhs@gnome.org>
5497         * plugins/file-manager/file-model.c: (file_model_get_filename):
5498         * plugins/file-manager/file-model.h:
5499         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5500         (file_view_init), (file_view_class_init):
5501         * plugins/message-view/message-view.c:
5502         (message_view_query_tooltip), (message_view_dispose),
5503         (message_view_instance_init), (message_view_class_init):
5505         Added GTK+ 2.12 style tooltips to file-manager and message view.
5506         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5507         old implementation is used.
5509 2007-09-23  Johannes Schmid <jhs@gnome.org>
5511         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5512         Fixed typo
5513         
5514         * plugins/language-manager/language-manager.plugin.in:
5515         Marked UserActivatable=FALSE
5516         
5517         * plugins/language-manager/plugin.c: (load_languages),
5518         (language_manager_activate), (language_manager_deactivate),
5519         (language_manager_dispose), (language_manager_instance_init),
5520         (language_manager_find_mime_type), (language_manager_find_string),
5521         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5522         (ilanguage_get_name), (ilanguage_get_strings):
5523         
5524         Fixed various stupid bugs in language-manager plugin
5525         
5526         * plugins/symbol-db/symbol-db-engine.c:
5527         (sdb_engine_second_pass_update_scope_1):
5528         
5529         Add a g_return_if_fail to avoid a crash though still unsure
5530         what's causing it.
5532 2007-09-23  Johannes Schmid <jhs@gnome.org>
5534         * plugins/symbol-db/plugin.c: (on_project_element_added),
5535         (sources_array_free), (sources_array_add_foreach),
5536         (project_root_added):
5537         * plugins/symbol-db/symbol-db-engine.c:
5538         (symbol_db_engine_add_new_files):
5539         * plugins/symbol-db/symbol-db-engine.h:
5540         
5541         Added support for other languages than "C" to symbol-db. Now
5542         supports all languages listed by the language-manager.
5544 2007-09-23  Tom <tpgww@onepost.net>
5546         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5548         * configure.in:
5549         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5550         
5551         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5552         (anjuta_glue_factory_get_object_type):
5553         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5554         * plugins/build-basic-autotools/build-basic-autotools.c:
5555         (value_added_current_editor):
5556         * plugins/debug-manager/breakpoints.c:
5557         (breakpoints_dbase_edit_breakpoint),
5558         (on_toggle_breakpoint_activate):
5559         * plugins/debug-manager/plugin.c:
5560         (on_run_to_cursor_action_activate):
5561         * plugins/debug-manager/stack_trace.c:
5562         (dma_thread_update_stack_trace):
5563         * plugins/gdb/plugin.c:
5564         * plugins/glade/plugin.c: (ifile_open):
5565         * plugins/profiler/gprof-call-graph-view.c:
5566         * plugins/profiler/gprof-flat-profile-view.c:
5567         * plugins/profiler/gprof-function-call-tree-view.c:
5568         * plugins/profiler/gprof-options.c: (setup_widgets):
5569         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5570         * plugins/search/search-replace_backend.c:
5571         (file_buffer_new_from_te):
5572         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5573         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5574         (assist_window_get_property), (assist_window_move):
5575         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5576         (value_added_current_editor):
5577         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5578         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5579         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5580         
5581         Many small code, warnings and leak fixes
5583 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
5585         * (removed) plugins/debug-manager/debugger.c,
5586         (removed) plugins/debug-manager/debugger.h,
5587         (added) plugins/debug-manager/command.c,
5588         (added) plugins/debug-manager/command.h,
5589         (added) plugins/debug-manager/queue.c,
5590         (added) plugins/debug-manager/queue.h,
5591         plugins/debug-manager/breakpoints.c,
5592         plugins/debug-manager/debug_tree.c,
5593         plugins/debug-manager/debug_tree.h,
5594         plugins/debug-manager/disassemble.c,
5595         plugins/debug-manager/disassemble.h,
5596         plugins/debug-manager/locals.c,
5597         plugins/debug-manager/locals.h,
5598         plugins/debug-manager/memory.c,
5599         plugins/debug-manager/memory.h,
5600         plugins/debug-manager/plugin.c,
5601         plugins/debug-manager/plugin.h,
5602         plugins/debug-manager/registers.c,
5603         plugins/debug-manager/registers.h,
5604         plugins/debug-manager/sharedlib.c,
5605         plugins/debug-manager/sharedlib.h,
5606         plugins/debug-manager/signals.c,
5607         plugins/debug-manager/signals.h,
5608         plugins/debug-manager/stack_trace.c,
5609         plugins/debug-manager/stack_trace.h,
5610         plugins/debug-manager/start.h,
5611         plugins/debug-manager/start.c,
5612         plugins/debug-manager/threads.c,
5613         plugins/debug-manager/threads.h,
5614         plugins/debug-manager/watch.c,
5615         plugins/debug-manager/watch.h,
5616         plugins/debug-manager/Makefile.am,
5617         plugins/gdb/debugger.c,
5618         plugins/gdb/debugger.h,
5619         plugins/gdb/plugin.c,
5620         libanjuta/interfaces/libanjuta.idl:
5621         Split debug-manager/debugger.c into command.c and queue.c
5622         Clean up debugger queue
5623         DmaDebuggerQueue object does not implement IAnjutaDebugger
5625 2007-09-23  Johannes Schmid <jhs@gnome.org>
5627         * configure.in:
5628         Bumped version to 2.3.0 (to ensure bugzilla bugs are
5629         set correctly, etc.)
5630         
5631         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5632         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
5633         (plugin_set_update):
5634         
5635         Show an error dialog instead of crashing when plugin loading fails
5637         * plugins/language-manager/Makefile.am:
5638         * plugins/language-manager/language-manager.plugin.in:
5639         * plugins/language-manager/languages.xml:
5640         * plugins/language-manager/plugin.c: (language_destroy),
5641         (load_languages), (language_manager_activate),
5642         (language_manager_deactivate), (language_manager_finalize),
5643         (language_manager_dispose), (language_manager_instance_init),
5644         (language_manager_class_init), (language_manager_find_mime_type),
5645         (language_manager_find_string), (ilanguage_get_from_mime_type),
5646         (ilanguage_get_from_string), (ilanguage_get_name),
5647         (ilanguage_get_strings), (ilanguage_iface_init):
5648         * plugins/language-manager/plugin.h:
5649         
5650         Added new language-manager plugin to have a better organisation for
5651         language names. The xml probabaly needs to be extended over time.
5652         
5653         * plugins/Makefile.am:
5654         * plugins/document-manager/plugin.c: (on_editor_changed):
5655         
5656         Adapted to new IAnjutaLanguage interface. Do not unload language-support
5657         because it does not really save memory but makes tab switching slow.
5658         
5659         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5660         .in:
5661         * plugins/language-support-cpp-java/plugin.c: (install_support),
5662         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
5663         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
5664         unloading
5666         * plugins/language-support-cpp-java/cpp-java-assist.c:
5667         (cpp_java_assist_show_autocomplete):
5668         
5669         Fix autocomplete to only show valid completions
5671         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5672         Calltips always have correct size and position now
5674 2007-09-22  Johannes Schmid <jhs@gnome.org>
5676         * plugins/search/search-replace_backend.c: (get_next_match):
5677         Removed code introduced by accident that causes a crash.
5678         
5679         * plugins/sourceview/sourceview-tags.c:
5680         * plugins/sourceview/sourceview-tags.h:
5681         Removed ununsed files
5683 2007-09-22  Johannes Schmid <jhs@gnome.org>
5685         * plugins/language-support-cpp-java/cpp-java-assist.c:
5686         Fixed build error
5688 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5690         * plugins/language-support-cpp-java/cpp-java-assist.c:
5691         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
5692         Increased matching brace search to 500 chars.
5694 2007-09-21  Johannes Schmid <jhs@gnome.org>
5696         * plugins/language-support-cpp-java/cpp-java-assist.c:
5697         (cpp_java_assist_get_pre_word),
5698         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
5699         
5700         Added some profiling debug code
5701         
5702         * plugins/language-support-cpp-java/cpp-java-utils.c:
5703         (cpp_java_util_jump_to_matching_brace):
5704         * plugins/language-support-cpp-java/cpp-java-utils.h:
5705         * plugins/language-support-cpp-java/plugin.c:
5706         (get_line_indentation_base), (get_line_auto_indentation):
5707         
5708         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
5709         avoid looping over the whole file when using calltips which is too slow and
5710         unneeded.
5711         
5712         * plugins/sourceview/assist-tip.c: (assist_tip_init),
5713         (assist_tip_set_tips), (assist_tip_get_coordinates),
5714         (assist_tip_new):
5715         * plugins/sourceview/sourceview.c: (iassist_show_tips):
5716         
5717         Better calltips appearance (use theme now) and avoid jumping
5718         calltips
5720 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5722         * plugins/document-manager/plugin.c:
5723         (update_editor_ui_interface_items):
5724         * plugins/language-support-cpp-java/plugin.c: (install_support),
5725         (uninstall_support): Moved autocomplete ui update code from
5726         document-manager to language-plugin.
5728 2007-09-21  Johannes Schmid <jhs@gnome.org>
5730         * libanjuta/interfaces/libanjuta.idl:
5731         
5732         Added IAnjutaLanguage interface (might still change...) for
5733         the upcoming language-manager plugin.
5734         
5735         * plugins/file-manager/Makefile.am:
5736         * plugins/file-manager/file-model.c:
5737         (file_model_cancel_expand_idle), (file_model_add_dummy),
5738         (file_model_expand_idle), (file_model_sort),
5739         (file_model_row_expanded), (file_model_row_collapsed),
5740         (file_model_init), (file_model_finalize),
5741         (file_model_set_property), (file_model_get_property),
5742         (file_model_class_init), (file_model_new), (file_model_refresh),
5743         (file_model_get_uri):
5744         * plugins/file-manager/file-model.h:
5745         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5746         (file_view_expand_row_idle), (file_view_refresh),
5747         (file_view_get_selected), (file_view_button_press_event),
5748         (file_view_selection_changed), (file_view_init),
5749         (file_view_get_property), (file_view_set_property),
5750         (file_view_finalize), (file_view_class_init):
5751         
5752         Split up model/view as far as possible and fixed some file-manager
5753         bugs (popup-menu and incorrect project loading).
5754         
5755         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5756         Use monospace font for tips.
5757         
5758         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
5759         (sourceview_cell_new), (icell_get_character), (icell_get_length),
5760         (icell_get_attribute), (icell_style_get_font_description),
5761         (icell_style_get_color), (icell_style_get_background_color),
5762         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
5763         (iiter_foreach), (iiter_set_position), (iiter_get_position),
5764         (iiter_get_length), (iiter_clone), (iiter_assign):
5766         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
5767         interface. This is way faster though it has the drawback to create invalid
5768         iterators if the buffer is changed.
5770 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5772         * libanjuta/interfaces/libanjuta.idl:
5773         * plugins/document-manager/action-callbacks.c:
5774         * plugins/document-manager/anjuta-document-manager.ui:
5775         * plugins/document-manager/plugin.c: (register_stock_icons):
5776         * plugins/editor/text_editor.c:
5777         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5778         * plugins/language-support-cpp-java/cpp-java-assist.c:
5779         (cpp_java_assist_get_calltip_context):
5780         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
5781         (register_stock_icons), (cpp_java_plugin_activate_plugin):
5783         Moved autocomplete menu action from document-manager to assist plugin
5784         and got rid of deprecated autocomplete interface.
5786 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5788         * libanjuta/interfaces/libanjuta.idl:
5789         * plugins/editor/text_editor.c: (iassist_iface_init):
5790         * plugins/language-support-cpp-java/cpp-java-assist.c:
5791         (cpp_java_assist_check), (on_assist_chosen):
5792         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5793         Removed react() methods in both editors and assist interface. Assist
5794         plugin itself handles setting the autocomplete. Also fixed
5795         some mem leaks.
5797 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5799         * plugins/file-manager/Makefile.am:
5800         * plugins/file-manager/file-view.c: (file_view_add_dummy),
5801         (file_view_expand_idle), (file_view_init):
5802         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
5803         (file_manager_set_default_uri), (project_root_added),
5804         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
5805         (file_manager_activate), (file_manager_deactivate),
5806         (file_manager_instance_init), (file_manager_class_init),
5807         (ifile_manager_set_root), (ifile_manager_set_selected),
5808         (ifile_manager_iface_init): Adjusted white spaces to match
5809         anjuta convention.
5811 2007-09-19  Naba Kumar  <naba@gnome.org>
5813         * libanjuta/interfaces/libanjuta.idl:
5814         * plugins/editor/text_editor.c: (text_editor_instance_init),
5815         (iassist_show_tips), (iassist_cancel_tips),
5816         (iassist_hide_suggestions), (iassist_iface_init):
5817         * plugins/editor/text_editor.h:
5818         * plugins/editor/text_editor_cbs.c:
5819         (on_text_editor_scintilla_notify):
5820         * plugins/language-support-cpp-java/cpp-java-assist.c:
5821         (is_scope_context_character), (is_word_character),
5822         (create_completion), (cpp_java_assist_get_scope_context),
5823         (cpp_java_assist_get_pre_word),
5824         (cpp_java_assist_get_scope_operator),
5825         (cpp_java_assist_destroy_completion_cache),
5826         (cpp_java_assist_create_scope_completion_cache),
5827         (cpp_java_assist_create_word_completion_cache),
5828         (cpp_java_assist_show_autocomplete),
5829         (cpp_java_assist_get_calltip_context),
5830         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
5831         (on_editor_char_added), (on_assist_chosen),
5832         (cpp_java_assist_install), (cpp_java_assist_uninstall),
5833         (cpp_java_assist_init), (cpp_java_assist_finalize):
5834         * plugins/language-support-cpp-java/cpp-java-assist.h:
5835         * plugins/language-support-cpp-java/plugin.c:
5836         (initialize_indentation_params):
5837         * plugins/sourceview/assist-tip.c:
5838         * plugins/sourceview/assist-tip.h:
5839         * plugins/sourceview/sourceview-private.h:
5840         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5841         (on_assist_tip_destroyed), (on_assist_cancel),
5842         (on_document_char_added), (iassist_get_suggestions),
5843         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
5844         
5845         Implement state-less assistance so that assist can be evaluated
5846         any given time at any position. Changed IAnjutaEditorAssist interfance
5847         and implementations and removed any state management in editors.
5849 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
5851         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5852         completion items sorting and avoided unnecssary sorts.
5854         * plugins/text-editor.c: Fixed state.
5856 2007-09-17  Johannes Schmid <jhs@gnome.org>
5858         * plugins/language-support-cpp-java/cpp-java-assist.c:
5859         (on_assist_begin):
5860         
5861         Fixed calltips in sourceview
5863 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
5865         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5866         completion items preparation time. Fixed a crash bug.
5868         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5869         Set buffer size (From Massimo, required for symbol-db).
5871         * libanjuta/interfaces/libanjuta.idl: Also pass position information
5872         for suggestions.
5874         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
5875         change in API.
5877         * plugins/editor/aneditor-autocomplete.cxx,
5878         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
5879         Added ANE_GETWORDBEFORECARAT command.
5881         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
5882         using assist interface.
5884         * plugins/editor/text_editor.c: (text_editor_instance_init),
5885         (text_editor_get_word_before_carat),
5886         (text_editor_get_current_word), (iassist_add_trigger),
5887         (iassist_remove_trigger), (on_assist_canceled),
5888         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
5889         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
5890         * plugins/editor/text_editor.h:
5891         * plugins/editor/text_editor_cbs.c: (trigger_size),
5892         (max_trigger_size), (text_editor_check_assist),
5893         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
5894         interface.
5896         * plugins/language-support-cpp-java/Makefile.am:
5897         * plugins/language-support-cpp-java/plugin.c:
5898         (get_line_indentation_base), (get_line_auto_indentation),
5899         (install_support), (uninstall_support),
5900         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
5901         (cpp_java_plugin_instance_init):
5902         * plugins/language-support-cpp-java/plugin.h:
5903         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
5904         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
5905         Make assist a separate class.
5907 2007-09-14  Johannes Schmid <jhs@gnome.org>
5909         * plugins/sourceview/sourceview.c: (iassist_suggest):
5910         Fixed changed char_alignment paramter in language-support
5911         plugin
5913 2007-09-14  Naba Kumar  <naba@gnome.org>
5915         * plugins/language-support-cpp-java/plugin.c: Send the right
5916         'char_alignment' paramenter (needs fixing in sourceview).
5918 2007-09-13  Johannes Schmid <jhs@gnome.org>
5920         * anjuta.anjuta:
5921         * plugins/project-wizard/templates/minimal/project.anjuta:
5922         Use IAnjutaSymbolManager instead of loading the plugin directly.
5923         (TODO: Think of a version to do this for older files...)
5925         * configure.in:
5926         * plugins/Makefile.am:
5927         * plugins/symbol-db/Makefile.am:
5928         
5929         Build symbol-db plugin if libgda-3.0 is found
5931 2007-09-13  Johannes Schmid <jhs@gnome.org>
5933         * plugins/sourceview/Makefile.am:
5934         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5935         (set_uri):
5936         * plugins/sourceview/anjuta-document.h:
5937         Removed lots of dead code
5938         
5939         * plugins/sourceview/anjuta-languages-manager.c:
5940         * plugins/sourceview/anjuta-languages-manager.h:
5941         removed completely
5942         
5943         * plugins/sourceview/sourceview.c: (on_document_char_added),
5944         (on_document_loaded), (sourceview_instance_init),
5945         (iselect_get_start), (iselect_get_end),
5946         (ilanguage_get_supported_languages), (ilanguage_set_language):
5947         
5948         Fixed selection handling and make some adaptions for the changes 
5949         mentioned above
5951 2007-09-13  Johannes Schmid <jhs@gnome.org>
5953         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5954         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5955         (on_assist_update):
5956         
5957         Added preferences to language support completion/calltips
5958         
5959         * plugins/sourceview/assist-window.c: (assist_window_update):
5961         Always select first entry
5963         * plugins/sourceview/sourceview.glade:
5964         Removed old completion preferences
5966 2007-09-11  Naba Kumar  <naba@gnome.org>
5968         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
5969         and possible crash when pressing ctrl+d in terminal after preferences
5970         window has been shown once (no need for backport).
5972         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
5973         implementations to get warnings instead of crashes for unimplemented
5974         interface methods.
5976 2007-09-11   Massimo Cora' <maxcvs@email.it>
5978         Reviewed by: Naba Kumar  <naba@gnome.org>
5980         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5981         * plugins/symbol-db/*:
5982         Added new symbol-database backend based on SQLite 3.
5983         (does not enabled for build currently).
5985 2007-09-10  Johannes Schmid <jhs@gnome.org>
5987         * anjuta.anjuta:
5988         * configure.in:
5989         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
5990         (parse_info_init), (parse_info_free), (valid_element),
5991         (start_element_handler), (end_element_handler), (text_handler),
5992         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
5993         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5994         (egg_recent_model_monitor), (egg_recent_model_read),
5995         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5996         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5997         (egg_recent_model_set_property), (egg_recent_model_class_init),
5998         (egg_recent_model_init), (egg_recent_model_add_full),
5999         (egg_recent_model_delete), (egg_recent_model_get_list),
6000         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6001         (egg_recent_model_set_filter_mime_types),
6002         (egg_recent_model_clear_group_filter),
6003         (egg_recent_model_set_filter_groups),
6004         (egg_recent_model_clear_scheme_filter),
6005         (egg_recent_model_set_filter_uri_schemes),
6006         (egg_recent_model_remove_expired):
6007         
6008         Update EggRecent (#456465)
6010 2007-09-10  Johannes Schmid <jhs@gnome.org>
6012         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6013         (anjuta_plugin_manager_get_plugin):
6014         * plugins/profiler/gprof-call-graph-view.c:
6015         (gprof_call_graph_view_create_columns):
6016         * plugins/profiler/gprof-flat-profile-view.c:
6017         (gprof_flat_profile_view_create_columns):
6018         * plugins/profiler/gprof-function-call-tree-view.c:
6019         (gprof_function_call_tree_view_create_columns):
6020         
6021         Fixed #466031 – Update of pieces of menus for Localization
6023 2007-09-10  Johannes Schmid <jhs@gnome.org>
6025         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6026         Bug 343522 – anjuta: Unable to execute commands that use options.
6028 2007-09-09  Johannes Schmid <jhs@gnome.org>
6030         * plugins/document-manager/anjuta-docman.c:
6031         (anjuta_docman_update_page_label):
6032         
6033         Fixed #458034 – Method of indicating unsaved changes breaks convention
6034         
6035         * plugins/document-manager/plugin.c: (update_title),
6036         (value_added_project_root_uri), (value_removed_project_root_uri),
6037         (on_editor_changed), (activate_plugin):
6038         * plugins/document-manager/plugin.h:
6039         * plugins/project-manager/plugin.c: (on_profile_scoped),
6040         (on_profile_descoped), (ifile_open):
6041         
6042         Fixed #427390 – Show path of item in currently focused editor window
6044 2007-09-09  Johannes Schmid <jhs@gnome.org>
6046         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6047         (on_toolbar_find_incremental):
6048         Fix incremental search
6049         
6050         * plugins/sourceview/sourceview.c: (on_document_char_added),
6051         (set_select):
6052         Fixed selection management
6054 2007-09-09  Johannes Schmid <jhs@gnome.org>
6056         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6057         Fixed memory leak
6059         * libanjuta/interfaces/libanjuta.idl:
6060         Extended IAnjutaEditorAssist interface
6061         
6062         * plugins/language-support-cpp-java/plugin.c:
6063         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6064         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6065         (context_character), (get_context), (function_parser),
6066         (cpp_member_parser), (install_assist), (uninstall_assist),
6067         (get_line_indentation_base), (get_line_auto_indentation),
6068         (install_support), (uninstall_support),
6069         (on_value_added_current_editor), (on_value_removed_current_editor),
6070         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6071         * plugins/language-support-cpp-java/plugin.h:
6072         
6073         Improved fixed editor assistance and added support for function/method
6074         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6075         
6076         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6077         Removed a FIXME
6078         
6079         * plugins/project-import/project-import.c: (on_import_next):
6080         Added a non-NULL check with could probably fix #474843 but not sure
6081         
6082         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6083         Fixed anjuta-plugin project wizard
6084         
6085         * plugins/sourceview/Makefile.am:
6086         * plguins/sourceview/assist-tip.[ch]:
6087         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6088         (anjuta_view_key_press_event):
6089         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6090         (assist_window_init), (assist_window_update), (assist_window_new):
6091         * plugins/sourceview/sourceview-private.h:
6092         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6093         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6094         (trigger_size), (max_trigger_size), (on_document_char_added),
6095         (sourceview_dispose), (ieditor_get_current_word),
6096         (iassist_add_trigger), (iassist_init_suggestions),
6097         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6098         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6099         
6100         Big update on sourceview assist capabilites. Autocompletion should
6101         now work much better and function tooltips are finally supported!
6103         * plugins/sourceview/anjuta-document.h:
6104         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6105         (anjuta_document_get_current_word):
6106         Fixed get_current_word (inspired by aneditor.cxx implementation)
6108         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6109         (icell_get_attribute):
6110         Fixed get_attribute() to also detect character constants.
6111         Simplified get_char()
6113         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6114         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6115         (isymbol_manager_get_completions_at_position):
6116         
6117         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6119 2007-09-04  Naba Kumar  <naba@gnome.org>
6121         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6122         projects that can not add sources.
6124         * plugins/file-wizard/file.c: Similarly for file wizard,
6125         Do not enable 'Add to project' projects that can not add sources.
6127 2007-09-04  Naba Kumar  <naba@gnome.org>
6129         * configure.in: Bumped gnome-build requirement to 0.2.0
6130         for project capabilities support.
6132         * plugins/project-manager/plugin.c: Enable/disable project
6133         actions based on project capabilities. Fixes bug #433552:
6134         crash in Anjuta IDE: add file test.h in project on generic
6135         Makefile.
6137         * libanjuta/interfaces/libanjuta.idl: Added method to query
6138         project capabilities.
6140 2007-09-03  Naba Kumar  <naba@gnome.org>
6142         * plugins/file-manager/plugin.c: Set shadow type IN.
6143         * plugins/file-manager/file-view.c: Fixed code style.
6144         * plugins/file-manager/file-view.c: Fixed icons column to size
6145         properly.
6147         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6149         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6150         unmonitors project-uri on file-manager deactivation.
6152         * TODO.tasks: Updated
6154 2007-09-02  Johannes Schmid <jhs@gnome.org>
6156         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6157         Fixed memory leak
6158         
6159         * plugins/file-manager/file-view.c: (file_view_get_selected),
6160         (file_view_button_press_event), (file_view_finalize):
6161         * plugins/file-manager/plugin.c: (project_root_removed),
6162         (file_manager_deactivate):
6163         
6164         Fixed some small bugs I missed before
6166 2007-09-02  Johannes Schmid <jhs@gnome.org>
6168         * plugins/file-manager/*:
6169         Added new and file-manager
6171 2007-09-02  Johannes Schmid <jhs@gnome.org>
6173         * plugins/file-manager/*:
6174         Removed old file-manager
6176 2007-08-31  Johannes Schmid <jhs@gnome.org>
6178         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6179         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6180         
6181         Fixed some memory leaks
6182         
6183         * MAINTAINERS: Fixed
6184         
6185 2007-08-31  Johannes Schmid <jhs@gnome.org>
6187         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6188         (get_property_value_as_string), (set_property_value_as_string),
6189         (register_callbacks), (preferences_foreach_callback),
6190         (anjuta_preferences_register_property_raw):
6191         * libanjuta/anjuta-preferences.h:
6192         * plugins/build-basic-autotools/build-basic-autotools.c:
6193         (on_build_mesg_format):
6194         * plugins/document-manager/anjuta-document-manager.glade:
6195         * plugins/message-view/anjuta-message-manager-plugin.glade:
6196         
6197         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6198         broken message view preferences
6199         
6200         * plugins/message-view/message-view.c:
6201         (message_view_instance_init), (pref_change_color), (prefs_init),
6202         (imessage_view_append):
6203         Cleaned up message view (#458041)
6204         
6205         * src/shell.c: (on_preferences_activate),
6206         (anjuta_test_shell_instance_init),
6207         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6208         Fixed test shell to allow better debugging
6209         
6210 2007-08-31  Johannes Schmid <jhs@gnome.org>
6212         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6213         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6214         * plugins/gtodo/main.h:
6215         * plugins/gtodo/plugin.c: (activate_plugin):
6216         
6217         Fixed #423467 (View->Tasks menu items are not 
6218         checked on startup)
6220 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6222         reviewed by: Johannes Schmid <jhs@gnome.org>
6224         * COPYING:
6225         * data/welcome.txt.in:
6226         * launcher/anjuta_launcher.c:
6227         * libanjuta/anjuta-children.c:
6228         * libanjuta/anjuta-children.h:
6229         * libanjuta/anjuta-debug.h:
6230         * libanjuta/anjuta-encodings.c:
6231         * libanjuta/anjuta-encodings.h:
6232         * libanjuta/anjuta-glue-c.c:
6233         * libanjuta/anjuta-glue-c.h:
6234         * libanjuta/anjuta-plugin-description.c:
6235         * libanjuta/anjuta-plugin-description.h:
6236         * libanjuta/anjuta-plugin-handle.c:
6237         * libanjuta/anjuta-plugin-handle.h:
6238         * libanjuta/anjuta-plugin-manager.c:
6239         * libanjuta/anjuta-plugin-manager.h:
6240         * libanjuta/anjuta-plugin.c:
6241         * libanjuta/anjuta-plugin.h:
6242         * libanjuta/anjuta-preferences.c:
6243         * libanjuta/anjuta-preferences.h:
6244         * libanjuta/anjuta-profile-manager.c:
6245         * libanjuta/anjuta-profile-manager.h:
6246         * libanjuta/anjuta-profile.c:
6247         * libanjuta/anjuta-profile.h:
6248         * libanjuta/anjuta-save-prompt.c:
6249         * libanjuta/anjuta-save-prompt.h:
6250         * libanjuta/anjuta-serializer.c:
6251         * libanjuta/anjuta-serializer.h:
6252         * libanjuta/anjuta-session.c:
6253         * libanjuta/anjuta-session.h:
6254         * libanjuta/anjuta-shell.c:
6255         * libanjuta/anjuta-shell.h:
6256         * libanjuta/anjuta-status.c:
6257         * libanjuta/anjuta-status.h:
6258         * libanjuta/anjuta-ui.c:
6259         * libanjuta/anjuta-ui.h:
6260         * libanjuta/anjuta-utils-priv.h:
6261         * libanjuta/anjuta-utils.c:
6262         * libanjuta/anjuta-utils.h:
6263         * libanjuta/cell-renderer-captioned-image.c:
6264         * libanjuta/cell-renderer-captioned-image.h:
6265         * libanjuta/e-splash.c:
6266         * libanjuta/e-splash.h:
6267         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6268         * libanjuta/interfaces/libanjuta.idl:
6269         * libanjuta/libanjuta.h:
6270         * libanjuta/resources.c:
6271         * libanjuta/resources.h:
6272         * libegg/egg-cell-renderer-text.c:
6273         * libegg/egg-combo-action.c:
6274         * libegg/egg-entry-action.c:
6275         * libegg/egg-recent-action.c:
6276         * libegg/egg-recent-files-module.c:
6277         * libegg/egg-recent-item.c:
6278         * libegg/egg-recent-model.c:
6279         * libegg/egg-recent-view-gtk.c:
6280         * libegg/egg-recent-view.c:
6281         * libegg/egg-submenu-action.c:
6282         * libegg/eggaccelerators.c:
6283         * libegg/eggcellrendererpopup.c:
6284         * libegg/eggcomboselect.c:
6285         * libegg/eggtreemodelfilter.c:
6286         * libegg/eggtreemultidnd.c:
6287         * libegg/gtkcellview.h:
6288         * libegg/treeviewutils/egg-cell-renderer-text.h:
6289         * libegg/treeviewutils/eggaccelerators.h:
6290         * libegg/treeviewutils/eggcellrendererkeys.h:
6291         * libegg/treeviewutils/eggcellrendererpopup.h:
6292         * libegg/treeviewutils/eggtreemodelfilter.h:
6293         * libegg/treeviewutils/eggtreemultidnd.h:
6294         * libegg/treeviewutils/eggtreeviewstate.h:
6295         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6296         * manuals/anjuta-faqs/Makefile.am:
6297         * manuals/anjuta-manual/C/anjuta-manual.xml:
6298         * manuals/anjuta-manual/C/license.xml:
6299         * manuals/anjuta-manual/es/es.po:
6300         * manuals/anjuta-manual/sv/sv.po:
6301         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6302         ml:
6303         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6304         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6305         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6306         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6307         * manuals/old/ja/anjuta-manual/license.xml:
6308         * plugins/build-basic-autotools/build-basic-autotools.c:
6309         * plugins/build-basic-autotools/build-basic-autotools.h:
6310         * plugins/build-basic-autotools/executer.c:
6311         * plugins/build-basic-autotools/executer.h:
6312         * plugins/build/build_file.c:
6313         * plugins/build/build_file.h:
6314         * plugins/build/build_project.c:
6315         * plugins/build/build_project.h:
6316         * plugins/build/clean_project.c:
6317         * plugins/build/clean_project.h:
6318         * plugins/build/commands.c:
6319         * plugins/build/commands.h:
6320         * plugins/build/compile.c:
6321         * plugins/build/compile.h:
6322         * plugins/build/compiler_options.c:
6323         * plugins/build/compiler_options.h:
6324         * plugins/build/configurer.c:
6325         * plugins/build/configurer.h:
6326         * plugins/build/executer.c:
6327         * plugins/build/executer.h:
6328         * plugins/class-gen/cell-renderer-flags.c:
6329         * plugins/class-gen/cell-renderer-flags.h:
6330         * plugins/class-gen/combo-flags.c:
6331         * plugins/class-gen/combo-flags.h:
6332         * plugins/class-gen/element-editor.c:
6333         * plugins/class-gen/element-editor.h:
6334         * plugins/class-gen/generator.c:
6335         * plugins/class-gen/generator.h:
6336         * plugins/class-gen/plugin.c:
6337         * plugins/class-gen/plugin.h:
6338         * plugins/class-gen/transform.c:
6339         * plugins/class-gen/transform.h:
6340         * plugins/class-gen/validator.c:
6341         * plugins/class-gen/validator.h:
6342         * plugins/class-gen/window.c:
6343         * plugins/class-gen/window.h:
6344         * plugins/class-inheritance/class-callbacks.c:
6345         * plugins/class-inheritance/class-callbacks.h:
6346         * plugins/class-inheritance/class-inherit.c:
6347         * plugins/class-inheritance/class-inherit.h:
6348         * plugins/class-inheritance/plugin.c:
6349         * plugins/class-inheritance/plugin.h:
6350         * plugins/cvs-plugin/cvs-actions.c:
6351         * plugins/cvs-plugin/cvs-actions.h:
6352         * plugins/cvs-plugin/cvs-callbacks.c:
6353         * plugins/cvs-plugin/cvs-callbacks.h:
6354         * plugins/cvs-plugin/cvs-execute.c:
6355         * plugins/cvs-plugin/cvs-execute.h:
6356         * plugins/cvs-plugin/cvs-interface.c:
6357         * plugins/cvs-plugin/cvs-interface.h:
6358         * plugins/cvs-plugin/plugin.c:
6359         * plugins/cvs-plugin/plugin.h:
6360         * plugins/debug-manager/breakpoints.c:
6361         * plugins/debug-manager/breakpoints.h:
6362         * plugins/debug-manager/chunk_view.c:
6363         * plugins/debug-manager/chunk_view.h:
6364         * plugins/debug-manager/data_buffer.c:
6365         * plugins/debug-manager/data_buffer.h:
6366         * plugins/debug-manager/data_view.c:
6367         * plugins/debug-manager/data_view.h:
6368         * plugins/debug-manager/debug_tree.c:
6369         * plugins/debug-manager/debug_tree.h:
6370         * plugins/debug-manager/debugger.c:
6371         * plugins/debug-manager/debugger.h:
6372         * plugins/debug-manager/disassemble.c:
6373         * plugins/debug-manager/disassemble.h:
6374         * plugins/debug-manager/info.c:
6375         * plugins/debug-manager/info.h:
6376         * plugins/debug-manager/locals.c:
6377         * plugins/debug-manager/locals.h:
6378         * plugins/debug-manager/memory.c:
6379         * plugins/debug-manager/memory.h:
6380         * plugins/debug-manager/plugin.c:
6381         * plugins/debug-manager/plugin.h:
6382         * plugins/debug-manager/registers.c:
6383         * plugins/debug-manager/registers.h:
6384         * plugins/debug-manager/sexy-icon-entry.c:
6385         * plugins/debug-manager/sexy-icon-entry.h:
6386         * plugins/debug-manager/sharedlib.c:
6387         * plugins/debug-manager/sharedlib.h:
6388         * plugins/debug-manager/signals.c:
6389         * plugins/debug-manager/signals.h:
6390         * plugins/debug-manager/sparse_buffer.c:
6391         * plugins/debug-manager/sparse_buffer.h:
6392         * plugins/debug-manager/sparse_view.c:
6393         * plugins/debug-manager/sparse_view.h:
6394         * plugins/debug-manager/stack_trace.c:
6395         * plugins/debug-manager/stack_trace.h:
6396         * plugins/debug-manager/start.c:
6397         * plugins/debug-manager/start.h:
6398         * plugins/debug-manager/threads.c:
6399         * plugins/debug-manager/threads.h:
6400         * plugins/debug-manager/utilities.c:
6401         * plugins/debug-manager/utilities.h:
6402         * plugins/debug-manager/watch.c:
6403         * plugins/debug-manager/watch.h:
6404         * plugins/devhelp/htmlview.c:
6405         * plugins/devhelp/htmlview.h:
6406         * plugins/document-manager/action-callbacks.c:
6407         * plugins/document-manager/action-callbacks.h:
6408         * plugins/document-manager/anjuta-docman.c:
6409         * plugins/document-manager/anjuta-docman.h:
6410         * plugins/document-manager/editor-tooltips.c:
6411         * plugins/document-manager/editor-tooltips.h:
6412         * plugins/document-manager/file_history.c:
6413         * plugins/document-manager/file_history.h:
6414         * plugins/document-manager/indent-dialog.c:
6415         * plugins/document-manager/indent-dialog.h:
6416         * plugins/document-manager/indent-util.c:
6417         * plugins/document-manager/indent-util.h:
6418         * plugins/document-manager/plugin.c:
6419         * plugins/editor/aneditor-autocomplete.cxx:
6420         * plugins/editor/aneditor-calltip.cxx:
6421         * plugins/editor/aneditor-indent.cxx:
6422         * plugins/editor/aneditor-priv.h:
6423         * plugins/editor/aneditor.cxx:
6424         * plugins/editor/aneditor.h:
6425         * plugins/editor/lexer.h:
6426         * plugins/editor/plugin.c:
6427         * plugins/editor/plugin.h:
6428         * plugins/editor/print.c:
6429         * plugins/editor/print.h:
6430         * plugins/editor/properties.h:
6431         * plugins/editor/properties_cxx.h:
6432         * plugins/editor/style-editor.c:
6433         * plugins/editor/style-editor.h:
6434         * plugins/editor/text-editor-iterable.c:
6435         * plugins/editor/text-editor-iterable.h:
6436         * plugins/editor/text_editor.c:
6437         * plugins/editor/text_editor.h:
6438         * plugins/editor/text_editor_cbs.c:
6439         * plugins/editor/text_editor_cbs.h:
6440         * plugins/editor/text_editor_menu.c:
6441         * plugins/editor/text_editor_menu.h:
6442         * plugins/editor/text_editor_prefs.c:
6443         * plugins/editor/text_editor_prefs.h:
6444         * plugins/file-loader/dnd.c:
6445         * plugins/file-loader/dnd.h:
6446         * plugins/file-loader/plugin.c:
6447         * plugins/file-manager/an_file_view.c:
6448         * plugins/file-manager/plugin.c:
6449         * plugins/file-wizard/file.c:
6450         * plugins/file-wizard/file.h:
6451         * plugins/file-wizard/plugin.c:
6452         * plugins/file-wizard/plugin.h:
6453         * plugins/gdb/debugger.c:
6454         * plugins/gdb/debugger.h:
6455         * plugins/gdb/gdbmi-test.c:
6456         * plugins/gdb/gdbmi.c:
6457         * plugins/gdb/gdbmi.h:
6458         * plugins/gdb/global.h:
6459         * plugins/gdb/parser.c:
6460         * plugins/gdb/parser.h:
6461         * plugins/gdb/plugin.c:
6462         * plugins/gdb/plugin.h:
6463         * plugins/gdb/utilities.c:
6464         * plugins/gdb/utilities.h:
6465         * plugins/glade/plugin.c:
6466         * plugins/glade/plugin.h:
6467         * plugins/gtodo/egg-datetime.c:
6468         * plugins/gtodo/egg-datetime.h:
6469         * plugins/gtodo/eggtrayicon.c:
6470         * plugins/gtodo/eggtrayicon.h:
6471         * plugins/gtodo/plugin.c:
6472         * plugins/gvim/anjuta-vim.c:
6473         * plugins/gvim/anjuta-vim.h:
6474         * plugins/gvim/gtkvim.c:
6475         * plugins/gvim/gtkvim.h:
6476         * plugins/gvim/plugin.c:
6477         * plugins/gvim/plugin.h:
6478         * plugins/language-support-cpp-java/plugin.c:
6479         * plugins/language-support-cpp-java/plugin.h:
6480         * plugins/macro/macro-actions.c:
6481         * plugins/macro/macro-actions.h:
6482         * plugins/macro/macro-db.c:
6483         * plugins/macro/macro-db.h:
6484         * plugins/macro/macro-dialog.c:
6485         * plugins/macro/macro-dialog.h:
6486         * plugins/macro/macro-edit.c:
6487         * plugins/macro/macro-edit.h:
6488         * plugins/macro/macro-util.c:
6489         * plugins/macro/macro-util.h:
6490         * plugins/macro/plugin.c:
6491         * plugins/macro/plugin.h:
6492         * plugins/message-view/anjuta-msgman.c:
6493         * plugins/message-view/anjuta-msgman.h:
6494         * plugins/message-view/message-view.c:
6495         * plugins/message-view/message-view.h:
6496         * plugins/message-view/plugin.c:
6497         * plugins/message-view/plugin.h:
6498         * plugins/patch/patch-plugin.c:
6499         * plugins/patch/patch-plugin.h:
6500         * plugins/patch/plugin.c:
6501         * plugins/patch/plugin.h:
6502         * plugins/profiler/gprof-call-graph-block-entry.c:
6503         * plugins/profiler/gprof-call-graph-block-entry.h:
6504         * plugins/profiler/gprof-call-graph-block.c:
6505         * plugins/profiler/gprof-call-graph-block.h:
6506         * plugins/profiler/gprof-call-graph-view.c:
6507         * plugins/profiler/gprof-call-graph-view.h:
6508         * plugins/profiler/gprof-call-graph.c:
6509         * plugins/profiler/gprof-call-graph.h:
6510         * plugins/profiler/gprof-flat-profile-entry.c:
6511         * plugins/profiler/gprof-flat-profile-entry.h:
6512         * plugins/profiler/gprof-flat-profile-view.c:
6513         * plugins/profiler/gprof-flat-profile-view.h:
6514         * plugins/profiler/gprof-flat-profile.c:
6515         * plugins/profiler/gprof-flat-profile.h:
6516         * plugins/profiler/gprof-function-call-chart-view.c:
6517         * plugins/profiler/gprof-function-call-chart-view.h:
6518         * plugins/profiler/gprof-function-call-tree-view.c:
6519         * plugins/profiler/gprof-function-call-tree-view.h:
6520         * plugins/profiler/gprof-options.c:
6521         * plugins/profiler/gprof-options.h:
6522         * plugins/profiler/gprof-profile-data.c:
6523         * plugins/profiler/gprof-profile-data.h:
6524         * plugins/profiler/gprof-view-manager.c:
6525         * plugins/profiler/gprof-view-manager.h:
6526         * plugins/profiler/gprof-view.c:
6527         * plugins/profiler/gprof-view.h:
6528         * plugins/profiler/plugin.c:
6529         * plugins/profiler/plugin.h:
6530         * plugins/profiler/string-utils.c:
6531         * plugins/profiler/string-utils.h:
6532         * plugins/project-import/plugin.c:
6533         * plugins/project-import/plugin.h:
6534         * plugins/project-import/project-import.c:
6535         * plugins/project-import/project-import.h:
6536         * plugins/project-manager/plugin.c:
6537         * plugins/project-manager/plugin.h:
6538         * plugins/project-wizard/action.c:
6539         * plugins/project-wizard/action.h:
6540         * plugins/project-wizard/autogen.c:
6541         * plugins/project-wizard/autogen.h:
6542         * plugins/project-wizard/druid.c:
6543         * plugins/project-wizard/druid.h:
6544         * plugins/project-wizard/file.c:
6545         * plugins/project-wizard/file.h:
6546         * plugins/project-wizard/header.c:
6547         * plugins/project-wizard/header.h:
6548         * plugins/project-wizard/install.c:
6549         * plugins/project-wizard/install.h:
6550         * plugins/project-wizard/parser.c:
6551         * plugins/project-wizard/parser.h:
6552         * plugins/project-wizard/plugin.c:
6553         * plugins/project-wizard/plugin.h:
6554         * plugins/project-wizard/property.c:
6555         * plugins/project-wizard/property.h:
6556         * plugins/project-wizard/values.c:
6557         * plugins/project-wizard/values.h:
6558         * plugins/sample1/plugin.c:
6559         * plugins/search/plugin.c:
6560         * plugins/search/plugin.h:
6561         * plugins/search/search-replace_backend.c:
6562         * plugins/search/search-replace_backend.h:
6563         * plugins/search/search_preferences.c:
6564         * plugins/sourceview/anjuta-convert.c:
6565         * plugins/sourceview/anjuta-convert.h:
6566         * plugins/sourceview/anjuta-document-loader.c:
6567         * plugins/sourceview/anjuta-document-loader.h:
6568         * plugins/sourceview/anjuta-document-saver.c:
6569         * plugins/sourceview/anjuta-document-saver.h:
6570         * plugins/sourceview/anjuta-document.c:
6571         * plugins/sourceview/anjuta-document.h:
6572         * plugins/sourceview/anjuta-encodings.c:
6573         * plugins/sourceview/anjuta-encodings.h:
6574         * plugins/sourceview/anjuta-languages-manager.c:
6575         * plugins/sourceview/anjuta-languages-manager.h:
6576         * plugins/sourceview/anjuta-utils.c:
6577         * plugins/sourceview/anjuta-utils.h:
6578         * plugins/sourceview/anjuta-view.c:
6579         * plugins/sourceview/anjuta-view.h:
6580         * plugins/sourceview/assist-window.c:
6581         * plugins/sourceview/assist-window.h:
6582         * plugins/sourceview/sourceview-cell.c:
6583         * plugins/sourceview/sourceview-cell.h:
6584         * plugins/sourceview/sourceview-prefs.c:
6585         * plugins/sourceview/sourceview-prefs.h:
6586         * plugins/sourceview/sourceview-print.c:
6587         * plugins/sourceview/sourceview-print.h:
6588         * plugins/sourceview/sourceview-private.h:
6589         * plugins/sourceview/sourceview-tags.c:
6590         * plugins/sourceview/sourceview-tags.h:
6591         * plugins/sourceview/sourceview.c:
6592         * plugins/sourceview/sourceview.h:
6593         * plugins/subversion/plugin.c:
6594         * plugins/subversion/plugin.h:
6595         * plugins/subversion/subversion-actions.c:
6596         * plugins/subversion/subversion-actions.h:
6597         * plugins/subversion/subversion-callbacks.c:
6598         * plugins/subversion/subversion-callbacks.h:
6599         * plugins/subversion/svn-auth.c:
6600         * plugins/subversion/svn-auth.h:
6601         * plugins/subversion/svn-backend-priv.h:
6602         * plugins/subversion/svn-backend.c:
6603         * plugins/subversion/svn-backend.h:
6604         * plugins/subversion/svn-notify.c:
6605         * plugins/subversion/svn-notify.h:
6606         * plugins/subversion/svn-thread.c:
6607         * plugins/subversion/svn-thread.h:
6608         * plugins/symbol-browser/an_symbol.c:
6609         * plugins/symbol-browser/an_symbol.h:
6610         * plugins/symbol-browser/an_symbol_info.c:
6611         * plugins/symbol-browser/an_symbol_info.h:
6612         * plugins/symbol-browser/an_symbol_iter.c:
6613         * plugins/symbol-browser/an_symbol_iter.h:
6614         * plugins/symbol-browser/an_symbol_prefs.c:
6615         * plugins/symbol-browser/an_symbol_prefs.h:
6616         * plugins/symbol-browser/an_symbol_search.c:
6617         * plugins/symbol-browser/an_symbol_search.h:
6618         * plugins/symbol-browser/an_symbol_view.c:
6619         * plugins/symbol-browser/an_symbol_view.h:
6620         * plugins/symbol-browser/plugin.c:
6621         * plugins/symbol-browser/plugin.h:
6622         * plugins/terminal/terminal.c:
6623         * plugins/tools/dialog.c:
6624         * plugins/tools/dialog.h:
6625         * plugins/tools/editor.c:
6626         * plugins/tools/editor.h:
6627         * plugins/tools/execute.c:
6628         * plugins/tools/execute.h:
6629         * plugins/tools/fileop.c:
6630         * plugins/tools/fileop.h:
6631         * plugins/tools/plugin.c:
6632         * plugins/tools/plugin.h:
6633         * plugins/tools/scripts/find-fixmes.pl:
6634         * plugins/tools/scripts/translation-status.pl:
6635         * plugins/tools/tool.c:
6636         * plugins/tools/tool.h:
6637         * plugins/tools/variable.c:
6638         * plugins/tools/variable.h:
6639         * plugins/valgrind/ldd.c:
6640         * plugins/valgrind/ldd.h:
6641         * plugins/valgrind/list.c:
6642         * plugins/valgrind/list.h:
6643         * plugins/valgrind/menu-utils.c:
6644         * plugins/valgrind/menu-utils.h:
6645         * plugins/valgrind/parser.c:
6646         * plugins/valgrind/parser.h:
6647         * plugins/valgrind/plugin.c:
6648         * plugins/valgrind/plugin.h:
6649         * plugins/valgrind/preferences.c:
6650         * plugins/valgrind/preferences.h:
6651         * plugins/valgrind/process.c:
6652         * plugins/valgrind/process.h:
6653         * plugins/valgrind/symtab.c:
6654         * plugins/valgrind/symtab.h:
6655         * plugins/valgrind/vgactions.c:
6656         * plugins/valgrind/vgactions.h:
6657         * plugins/valgrind/vgcachegrindprefs.c:
6658         * plugins/valgrind/vgcachegrindprefs.h:
6659         * plugins/valgrind/vgdefaultview.c:
6660         * plugins/valgrind/vgdefaultview.h:
6661         * plugins/valgrind/vgerror.c:
6662         * plugins/valgrind/vgerror.h:
6663         * plugins/valgrind/vggeneralprefs.c:
6664         * plugins/valgrind/vggeneralprefs.h:
6665         * plugins/valgrind/vghelgrindprefs.c:
6666         * plugins/valgrind/vghelgrindprefs.h:
6667         * plugins/valgrind/vgio.c:
6668         * plugins/valgrind/vgio.h:
6669         * plugins/valgrind/vgmemcheckprefs.c:
6670         * plugins/valgrind/vgmemcheckprefs.h:
6671         * plugins/valgrind/vgrule-editor.c:
6672         * plugins/valgrind/vgrule-editor.h:
6673         * plugins/valgrind/vgrule-list.c:
6674         * plugins/valgrind/vgrule-list.h:
6675         * plugins/valgrind/vgrule.c:
6676         * plugins/valgrind/vgrule.h:
6677         * plugins/valgrind/vgrulepattern.c:
6678         * plugins/valgrind/vgrulepattern.h:
6679         * plugins/valgrind/vgsearchbar.c:
6680         * plugins/valgrind/vgsearchbar.h:
6681         * plugins/valgrind/vgstrpool.c:
6682         * plugins/valgrind/vgstrpool.h:
6683         * plugins/valgrind/vgtoolprefs.c:
6684         * plugins/valgrind/vgtoolprefs.h:
6685         * plugins/valgrind/vgtoolview.c:
6686         * plugins/valgrind/vgtoolview.h:
6687         * src/about.c:
6688         * src/about.h:
6689         * src/action-callbacks.c:
6690         * src/action-callbacks.h:
6691         * src/anjuta-actions.h:
6692         * src/anjuta-app.c:
6693         * src/anjuta-app.h:
6694         * src/anjuta-callbacks.c:
6695         * src/anjuta-callbacks.h:
6696         * src/anjuta.c:
6697         * src/anjuta.h:
6698         * src/anjuta_cbs.c:
6699         * src/bacon-message-connection.c:
6700         * src/bacon-message-connection.h:
6701         * src/getline.c:
6702         * src/main.c:
6703         * src/shell.c:
6704         * src/shell.h:
6705         * src/start-with.c:
6706         * src/start-with.h:
6707         * src/utilities.c:
6708         * src/utilities.h:
6709         * tagmanager/options.c:
6710         
6711         Change the address of FSF in various files
6713 2007-08-30  Johannes Schmid <jhs@gnome.org>
6715         * anjuta.glade:
6716         * anjuta.gladep:
6717         Removed because they are no longer in use
6718         
6719         * plugins/class-gen/anjuta-class-gen-plugin.glade:
6720         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
6721         Marked some strings as not translatable
6723         * plugins/search/search-replace.c: (list_max_items):
6724         Fixed a possible memory corruption
6726         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6727         Do not show menuitems for locked layout items
6729         * src/main.c: (main):
6730         Some minor style correction in gnome_init
6732 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
6734         * plugins/debug-manager/debugger.c,
6735         plugins/debug-manager/breakpoints.c,
6736         plugins/gdb/plugin.c,
6737         plugins/gdb/debugger.c,
6738         libanjuta/interfaces/libanjuta.idl:
6739         Move all breakpoints functions from IAnjutaDebugger to a new
6740         IAnjutaBreakpointDebugger interface
6742 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
6744         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6745         * plugins/debug-manager/plugin.c,
6746         plugins/debug-manager/breakpoints.c,
6747         plugins/tools/execute.c,
6748         plugins/project-wizard/plugin.c,
6749         plugins/build-basic-autotools/executer.c,
6750         plugins/gdb/debugger.c,
6751         plugins/profiler/gprof-options.h,
6752         plugins/sourceview/assist-window.h,
6753         plugins/class-gen/transform.c,
6754         libanjuta/anjuta-plugin-description.c,
6755         libanjuta/anjuta-status.c,
6756         libanjuta/anjuta-glue-c.c,
6757         libanjuta/anjuta-glue-cpp.c,
6758         plugins/symbol-browser/an_symbol_prefs.c:
6759         Fix warnings mostly "dereferencing type-punned pointer"
6760         Fix two bugs in breakpoints.c and an_symbol_prefs.c
6762 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
6764         * plugins/debug-manager/breakpoints.c,
6765         plugins/debug-manager/debugger.c:
6766         Avoid an endless loop if clearing all breakpoints while the programm
6767         is running
6769 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
6771         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6772         * plugins/debug-manager/plugin.c:
6773         Fix a segmentation fault added in the previous patch
6775 2007-07-21  Johannes Schmid <jhs@gnome.org>
6777         * plugins/build-basic-autotools/executer.c:
6778         (get_program_parameters):
6779         
6780         Show an error dialog if no targets are availible instead of
6781         just returning
6783 2007-07-20  Johannes Schmid <jhs@gnome.org>
6785         * libanjuta/anjuta-shell.c: (on_widget_data_add),
6786         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
6787         * libanjuta/anjuta-shell.h:
6788         * plugins/document-manager/plugin.c: (activate_plugin):
6789         * plugins/glade/anjuta-design-document.c:
6790         * plugins/glade/plugin.c: (glade_update_ui):
6791         * src/anjuta-app.c: (anjuta_app_add_widget_full),
6792         (anjuta_shell_iface_init):
6793         * src/shell.c: (anjuta_test_shell_add_widget),
6794         (anjuta_shell_iface_init):
6795         
6796         Make the document manager undockable (#458038)
6798 2007-07-20  Johannes Schmid <jhs@gnome.org>
6800         * plugins/document-manager/plugin.c: (on_editor_update_ui):
6801         * plugins/glade/anjuta-design-document.c:
6802         * plugins/glade/plugin.c: (glade_update_ui):
6803         
6804         Fixed some save/dirty status bug in glade
6806 2007-07-20  Johannes Schmid <jhs@gnome.org>
6808         * libanjuta/anjuta-status.c:
6809         Fixed crasher on shutdown
6811 2007-07-20  Johannes Schmid <jhs@gnome.org>
6813         * configure.in:
6814         Minimum glade requirement is 3.2 now. It was before
6815         but we did not check...
6816         
6817         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6818         * libanjuta/anjuta-profile.c:
6819         (anjuta_profile_add_plugins_from_xml):
6820         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
6821         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
6822         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
6823         * plugins/file-loader/plugin.c: (on_create_submenu):
6824         * plugins/file-manager/an_file_view.c: (compare_iter):
6825         * plugins/glade/plugin.c: (activate_plugin):
6826         * src/anjuta-app.c: (on_toolbar_view_toggled):
6827         * src/main.c: (main):
6828         
6829         Fixed lots of memory leaks (thansk valgrind)
6831 2007-07-19  Johannes Schmid <jhs@gnome.org>
6833         * plugins/debug-manager/plugin.c: (value_added_current_editor):
6834         * plugins/document-manager/anjuta-docman.c:
6835         (anjuta_docman_set_busy):
6836         * plugins/document-manager/plugin.c: (on_editor_changed):
6837         * plugins/glade/plugin.c: (activate_plugin):
6838         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6839         (on_value_removed_current_editor):
6840         
6841         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
6843 2007-07-18  Johannes Schmid <jhs.gnome.org>
6845         * plugins/build-basic-autotools/executer.c: (execute_program):
6846         Fixed some of the scratchbox stuff but the environment is
6847         still broken
6849 2007-07-18  Johannes Schmid <jhs@gnome.org>
6851         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
6852         (on_plugin_deactivated), (get_plugin_loader_type):
6853         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
6854         (activate_plugin), (deactivate_plugin),
6855         (glade_plugin_instance_init):
6856         
6857         Fixed glade plugin deactivation
6859 2007-07-18  Johannes Schmid <jhs@gnome.org>
6861         * plugins/document-manager/anjuta-docman.c:
6862         (anjuta_docman_add_document):
6863         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
6864         
6865         Fixed path display in document manager with glade files
6867 2007-07-17  Johannes Schmid <jhs@gnome.org>
6869         * libanjuta/interfaces/Makefile.am.iface:
6870         * pixmaps/Makefile.am:
6871         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
6872         * plugins/debug-manager/plugin.c: (value_added_current_editor),
6873         (value_removed_current_editor):
6874         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
6875         (anjuta_docman_set_current_document):
6876         * plugins/document-manager/plugin.c: (on_editor_update_ui),
6877         (on_editor_added), (on_editor_changed):
6878         * plugins/glade/Makefile.am:
6879         * plugins/glade/anjuta-design-document.c:
6880         (anjuta_design_document_instance_init),
6881         (anjuta_design_document_set_property),
6882         (anjuta_design_document_get_property),
6883         (anjuta_design_document_class_init), (anjuta_design_document_new),
6884         (ifile_open), (ifile_get_uri), (ifile_iface_init):
6885         * plugins/glade/anjuta-design-document.h:
6886         * plugins/glade/anjuta-glade-notebook.c:
6887         * plugins/glade/anjuta-glade-notebook.h:
6888         * plugins/glade/plugin.c: (value_added_current_editor),
6889         (value_removed_current_editor), (glade_update_ui),
6890         (on_close_activated), (on_glade_project_changed),
6891         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
6892         (ifile_open):
6893         * plugins/language-support-cpp-java/plugin.c:
6894         (on_value_added_current_editor), (on_value_removed_current_editor):
6895         * plugins/macro/plugin.c: (value_added_current_editor):
6896         * plugins/project-manager/plugin.c: (value_added_current_editor):
6897         * plugins/subversion/plugin.c: (value_added_current_editor):
6898         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
6900         Fixed lot of IAnjutaEditor stuff and completed glade integration
6901         with document manager
6902         
6903         * plugins/build-basic-autotools/build-basic-autotools.c:
6904         (value_added_current_editor):
6905         * plugins/build-basic-autotools/executer.c: (execute_program):
6906         
6907         Some initial code to execute projects inside scratchbox
6908         
6909 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
6911         * plugins/project-import/project-import.c:
6912         Project import overwrites file on user request (bug #452579)
6914 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
6916         * plugins/debug-manager/debugger.c,
6917         plugins/debug-manager/threads.c,
6918         plugins/debug-manager/plugin.c,
6919         plugins/debug-manager/registers.c,
6920         plugins/debug-manager/locals.c,
6921         plugins/debug-manager/stack_trace.c,
6922         plugins/gdb/plugin.c,
6923         plugins/gdb/debugger.c,
6924         plugins/gdb/debugger.h,
6925         libanjuta/interfaces/libanjuta.idl:
6926         Rename change-location to program-moved
6927         Store thread id as gint instead of guint
6928         Do not display registers list if not available
6929         Add intermediate debugger states if missing
6931 2007-07-11  Johannes Schmid <jhs@gnome.org>
6933         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6934         .glade:
6935         Reverted unnecessary changes (#455819)
6937 2007-07-10  Johannes Schmid <jhs@gnome.org>
6939         * plugins/glade/plugin.c:
6940         Fixed glade plugin with glade 3.2 and another crasher
6942 2007-07-09  Johannes Schmid <jhs@gnome.org>
6944         * libanjuta/interfaces/libanjuta.idl:
6945         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6946         .glade:
6947         * plugins/debug-manager/breakpoints.c:
6948         (breakpoint_item_update_in_ui),
6949         (breakpoints_dbase_edit_breakpoint),
6950         (on_toggle_breakpoint_activate):
6951         * plugins/debug-manager/plugin.c:
6952         (on_run_to_cursor_action_activate):
6953         * plugins/document-manager/action-callbacks.c:
6954         (on_editor_command_cut_activate),
6955         (on_editor_command_copy_activate),
6956         (on_editor_command_paste_activate),
6957         (on_editor_command_clear_activate):
6958         * plugins/document-manager/anjuta-docman.c:
6959         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
6960         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
6961         (anjuta_docman_goto_file_line_mark),
6962         (anjuta_docman_find_editor_with_path),
6963         (anjuta_docman_get_all_editors):
6964         * plugins/document-manager/anjuta-docman.h:
6965         * plugins/document-manager/plugin.c:
6966         (update_editor_ui_interface_items), (on_editor_update_ui),
6967         (on_editor_changed), (on_session_save), (on_docman_auto_save),
6968         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
6969         (ianjuta_document_manager_iface_init), (isaveable_save),
6970         (isavable_is_dirty):
6971         * plugins/editor/editor.glade:
6972         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
6973         (idocument_paste), (idocument_clear), (idocument_iface_init),
6974         (iselection_iface_init):
6975         * plugins/glade/Makefile.am:
6976         * plugins/glade/anjuta-glade-notebook.c:
6977         (anjuta_glade_notebook_instance_init),
6978         (anjuta_glade_notebook_set_property),
6979         (anjuta_glade_notebook_get_property),
6980         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
6981         (ifile_open), (ifile_get_uri), (ifile_iface_init),
6982         (ifile_savable_save), (ifile_savable_save_as),
6983         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
6984         (ifile_savable_iface_init), (idocument_can_redo),
6985         (idocument_can_undo), (idocument_begin_undo_action),
6986         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
6987         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
6988         (idocument_copy), (idocument_paste), (idocument_clear),
6989         (idocument_iface_init):
6990         * plugins/language-support-cpp-java/plugin.c:
6991         (on_value_added_current_editor), (on_value_removed_current_editor):
6992         * plugins/macro/macro-util.c: (get_current_editor):
6993         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6994         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6995         (on_next_occur), (on_incremental_entry_key_press),
6996         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6997         (on_toolbar_find_incremental_start),
6998         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6999         * plugins/search/search-replace.c: (search_start_over),
7000         (search_update_combos), (replace_update_combos),
7001         (anjuta_search_replace_activate):
7002         * plugins/search/search-replace_backend.c: (create_search_entries):
7003         * plugins/sourceview/sourceview.c: (idocument_cut),
7004         (idocument_copy), (idocument_paste), (idocument_clear),
7005         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7006         * plugins/tools/editor.c: (on_editor_response):
7007         * plugins/tools/execute.c: (get_current_editor),
7008         (atp_output_context_initialize), (atp_user_tool_execute):
7009         * plugins/tools/variable.c: (get_current_editor),
7010         (atp_variable_get_editor_variable):
7011         
7012         Some more IAnjutaEditor => IAnjutaDocument fixing!
7013         
7014         * plugins/glade/anjuta-glade-notebook.h:
7015         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7016         (glade_update_ui):
7017         * plugins/glade/plugin.h:
7018         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7019         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7020         be used for glade, too. It might still have some rough edges but already works.
7021         (Fixes #415547 – Glade usability problem)
7023 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7025         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7026           development release (I updated version of glade3 svn to 3.3.2).
7028 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7030         * plugins/symbol-browser/an_symbol_view.c:
7031         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7033 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7035         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7036         (on_system_tags_update_finished), (on_update_global_clicked),
7037         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7038         (symbol_browser_prefs_init),
7039         (symbol_browser_prefs_create_global_tags),
7040         (symbol_browser_load_global_tags):
7041         * plugins/symbol-browser/an_symbol_prefs.h:
7042         * plugins/symbol-browser/an_symbol_view.c:
7043         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7044         * plugins/symbol-browser/an_symbol_view.h:
7045         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7046         on global tags update because of delayed prefs merging. Happens when
7047         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7048         is opened.
7050 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7052         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7053         after install/uninstall.
7055         Patch from James Liggett:
7056         * scripts/glade2schemas.pl: Fixed creating schemas for list
7057         values.
7059 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7061         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7062           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7063           development release since glade svn version is also 3.3.1. In future, the
7064           solution would be for us to always increment the micro version when
7065           changing the API.
7067 2007-07-05  Johannes Schmid <jhs@gnome.org>
7069         * libanjuta/interfaces/libanjuta.idl:
7070         * plugins/build-basic-autotools/build-basic-autotools.c:
7071         (on_build_mesg_format):
7072         * plugins/debug-manager/breakpoints.c:
7073         (breakpoint_item_update_in_ui),
7074         (breakpoints_dbase_edit_breakpoint),
7075         (on_toggle_breakpoint_activate):
7076         * plugins/debug-manager/plugin.c:
7077         (on_run_to_cursor_action_activate):
7078         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7079         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7080         (get_current_editor), (on_save_activate), (on_save_as_activate),
7081         (on_save_prompt_save_editor), (on_close_file_activate),
7082         (on_close_all_file_activate), (on_reload_file_activate),
7083         (anjuta_print_cb), (anjuta_print_preview_cb),
7084         (on_editor_command_upper_case_activate),
7085         (on_editor_command_lower_case_activate),
7086         (on_editor_command_undo_activate),
7087         (on_editor_command_redo_activate),
7088         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7089         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7090         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7091         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7092         (on_zoom_out_text_activate), (on_force_hilite_activate),
7093         (on_indent1_activate), (on_swap_activate),
7094         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7095         * plugins/document-manager/anjuta-docman.c:
7096         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7097         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7098         (anjuta_docman_dispose), (on_notebook_switch_page),
7099         (anjuta_docman_page_from_widget), (on_editor_destroy),
7100         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7101         (anjuta_docman_get_current_document),
7102         (anjuta_docman_set_current_document),
7103         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7104         (anjuta_docman_update_page_label),
7105         (anjuta_docman_get_document_from_path),
7106         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7107         (anjuta_docman_order_tabs):
7108         * plugins/document-manager/anjuta-docman.h:
7109         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7110         (update_editor_ui_interface_items), (update_editor_ui),
7111         (on_editor_update_save_ui), (on_editor_update_ui),
7112         (on_editor_changed), (on_save_prompt_save_editor),
7113         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7114         (ianjuta_docman_get_current_document),
7115         (ianjuta_docman_set_current_document),
7116         (ianjuta_docman_remove_buffer),
7117         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7118         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7119         (idocument_get_filename), (idocument_can_undo),
7120         (idocument_can_redo), (idocument_undo),
7121         (idocument_begin_undo_action), (idocument_end_undo_action),
7122         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7123         * plugins/language-support-cpp-java/plugin.c:
7124         (on_editor_char_inserted_cpp), (on_auto_indent):
7125         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7126         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7127         * plugins/sample1/plugin.c: (on_sample_action_activate):
7128         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7129         (on_next_occur), (on_incremental_entry_key_press),
7130         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7131         (on_toolbar_find_incremental_start),
7132         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7133         * plugins/search/search-replace.c: (search_and_replace),
7134         (write_message_pane), (search_start_over), (search_update_combos),
7135         (replace_update_combos), (anjuta_search_replace_activate):
7136         * plugins/search/search-replace_backend.c:
7137         (file_buffer_new_from_path), (create_search_entries):
7138         * plugins/sourceview/sourceview-print.c: (create_print_job):
7139         * plugins/sourceview/sourceview.c:
7140         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7141         (idocument_can_redo), (idocument_can_undo),
7142         (idocument_begin_undo_action), (idocument_end_undo_action),
7143         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7144         (idocument_get_filename), (idocument_iface_init):
7145         * plugins/tools/editor.c: (on_editor_response):
7146         * plugins/tools/execute.c: (atp_output_context_initialize),
7147         (atp_user_tool_execute):
7148         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7149         
7150         Create IAnjutaDocument interface. This interface is a more general idea
7151         of documents being anything that can be modified, has undo/redo and
7152         may have operations like copy/paste.
7153         The primary goal is to integrate better by making it use the standard file
7154         and edit menu instead of it's own glade menu. Of course the downside is that
7155         you won't be able to view a source file and the designer at the same time. Anyway
7156         so many people have complained that they "can't save a glade file" that I think
7157         this is the much better solution.
7158         Work on the glade plugin is still to come but the most difficult things should be
7159         done now.
7161 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7163         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7164           version 3.0.3.
7166 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7168         * libanjuta/anjuta-plugin-manager.c:
7169         (anjuta_plugin_manager_get_plugins_page),
7170         (anjuta_plugin_manager_get_remembered_plugins_page):
7171         * libanjuta/anjuta-plugin-manager.h:
7172         * src/anjuta-app.c: (anjuta_app_install_preferences):
7173         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7174         and remembered plugins preferences pages in separate pages (avoid
7175         crowd).
7177 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7179         Patch from James Liggett  <jrliggett@cox.net>:
7180         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7181         Installed editor preferences schemas. Fixes bug #453463.
7183 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7185         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7186         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7188 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7190         * plugins/document-manager/anjuta-document-manager.ui:
7191         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7192         * src/action-callbacks.c:
7193         * src/action-callbacks.h:
7194         * src/anjuta-actions.h:
7195         * src/anjuta-app.c: (anjuta_app_instance_init),
7196         (anjuta_app_install_preferences):
7197         * src/anjuta.glade:
7198         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7199         General preferences page. Move preferences menu from Settings to
7200         Edit submenu. And got rid of Settings submenu.
7202 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7204         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7205         
7206 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7208         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7209         as discussed and agreed with James Liggett.
7211         Patch from James Liggett  <jrliggett@cox.net>:
7213         * configure.in:
7214         * libanjuta/anjuta-plugin-manager.c:
7215         (on_activated_plugin_objects_foreach),
7216         (anjuta_plugin_manager_get_active_plugin_objects):
7217         * libanjuta/anjuta-plugin-manager.h:
7218         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7219         (anjuta_plugin_deactivate):
7220         * libanjuta/anjuta-preferences-dialog.c:
7221         (anjuta_preferences_dialog_finalize),
7222         (anjuta_preferences_dialog_class_init), (add_category_columns),
7223         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7224         (anjuta_preferences_dialog_remove_page):
7225         * libanjuta/anjuta-preferences.c: (property_destroy),
7226         (unregister_preferences_key), (register_callbacks),
7227         (preferences_foreach_callback), (connect_prop_to_object),
7228         (anjuta_preferences_register_property_raw),
7229         (anjuta_preferences_register_property_custom),
7230         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7231         (anjuta_preferences_remove_page),
7232         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7233         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7234         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7235         (anjuta_preferences_class_init), (anjuta_preferences_new):
7236         * libanjuta/anjuta-preferences.h:
7237         * plugins/build-basic-autotools/Makefile.am:
7238         * plugins/build-basic-autotools/build-basic-autotools.c:
7239         (ipreferences_unmerge):
7240         * plugins/cvs-plugin/Makefile.am:
7241         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7242         * plugins/document-manager/Makefile.am:
7243         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7244         * plugins/editor/plugin.c: (ipreferences_unmerge):
7245         * plugins/file-manager/Makefile.am:
7246         * plugins/file-manager/plugin.c: (activate_plugin),
7247         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7248         * plugins/gtodo/plugin.c: (ipreferences_merge),
7249         (ipreferences_unmerge):
7250         * plugins/language-support-cpp-java/Makefile.am:
7251         * plugins/language-support-cpp-java/plugin.c:
7252         (ipreferences_unmerge):
7253         * plugins/message-view/Makefile.am:
7254         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7255         * plugins/sourceview/Makefile.am:
7256         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7257         * plugins/symbol-browser/Makefile.am:
7258         * plugins/symbol-browser/an_symbol_prefs.c:
7259         (symbol_browser_prefs_finalize):
7260         * plugins/terminal/Makefile.am:
7261         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7262         * plugins/valgrind/plugin.c: (ipreferences_merge),
7263         (ipreferences_unmerge):
7264         * scripts/Makefile.am:
7265         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7266         * src/Makefile.am:
7267         * src/action-callbacks.c: (on_set_preferences1_activate):
7268         * src/anjuta-app.c: (anjuta_app_instance_init),
7269         (anjuta_app_install_preferences):
7270         * src/anjuta-app.h:
7271         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7272         task: Bug #445314: On demand preferences widgets creation. Thanks
7273         James for this great work.
7275 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7277         * plugins/debug-manager/data_buffer.c,
7278         plugins/message-view/message-view.c: Fixed compiler warnings.
7280 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7282         * src/action-callbacks.c: (help_activate),
7283         (on_help_manual_activate), (on_help_tutorial_activate),
7284         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7286         Fixed help activation (bug #451557).
7288 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7290         * AUTHORS: Added James Liggett. Forgot to add him before :(
7292 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7294         * plugins/debug-manager/debugger.c,
7295         plugins/debug-manager/plugin.c,
7296         plugins/gdb/debugger.c,
7297         libanjuta/interfaces/libanjuta.idl:
7298         Add a GError* parameter to debugger-stopped signal
7300         * (added) libanjuta/anjuta-error.c,
7301         (added) libanjuta/anjuta-error.h,
7302         libanjuta/Makefile.am:
7303         Register GError as a boxed type
7305         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7306         Support GError* in signal, GError must be registered as a boxed type
7307         Accept NULL as strings
7309 === anjuta 2.2.0 ===
7311 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7313         * configure.in: Bumped version to 2.2.0
7314         * NEWS: Updated for 2.2.0 stable release.
7315         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7316         Reduce the idle priority to make the UI update before anything else.
7318 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7320         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7322         * libanjuta/interfaces/libanjuta.idl:
7323         * plugins/document-manager/action-callbacks.c:
7324         (on_editor_command_complete_word_activate):
7325         * plugins/document-manager/plugin.c:
7326         (update_editor_ui_interface_items):
7327         * plugins/editor/text_editor.c: (iautocomplete_activate),
7328         (iautocomplete_iface_init):
7329         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7331         Moved autocomplete() method away from IAnjutaEditorAssist into
7332         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7333         autocomplete and does not crash with sourceview. Fixes Bug #449620
7334         – The auto completion functionality not work. Also sets menuitem 
7335         insensitive when hiding them.
7337         * plugins/debug-manager/disassemble.c:
7338         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7339         printf types.
7341 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7343         * pixmaps/anjuta_splash.png: Updated.
7344         
7345         * plugins/search/search-replace.c
7346         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7347         the right target (project).
7348         * ChangeLog: Added missing log.
7350 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7352         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7353         manuals/anjuta-manual/C/fileoperations.xml,
7354         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7356         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7358         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7360 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7362         * TODO.tasks: Added bounty for on-demand preferences.
7364         Patch from Thierry Moisan:
7365         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7366         (bug #88824).
7368 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7370         Patch from tpgww@onepost.net:
7372         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7373         * libegg/test-actions.c:
7374         * libegg/test-multi-drag.c: (main):
7375         * plugins/debug-manager/memory.c: (read_memory_block):
7376         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7378         Fixes compile warnings. Fixes bug #427101.
7380 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7382         Patch from James Liggett:
7384         * plugins/profiler/gprof-options.c: (on_option_changed),
7385         (setup_widgets):
7386         * plugins/profiler/gprof-options.h:
7387         * plugins/profiler/gprof-profile-data.c:
7388         (gprof_profile_data_init_profile):
7389         * plugins/profiler/gprof-profile-data.h:
7390         * plugins/profiler/plugin.c: (profiler_get_data),
7391         (profiler_set_target), (register_options),
7392         (on_profile_data_browse_button_clicked),
7393         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7394         * plugins/profiler/profiler.glade: implements independent targets.
7395         implements the ability to select arbitrary gmon.out files.
7396         Fixes bug #403502 – User should also be allowed to select an
7397         independent executable target.
7399 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7401         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7403         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7404         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7406 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7408         * plugins/debug-manager/plugin.c,
7409         plugins/debug-manager/breakpoints.c:
7410         Remove weak pointers when owner is destroyed
7411         Remove all breakpoints before loading new one
7413 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7415         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7416          
7417 2007-06-19  Naba Kumar  <naba@gnome.org>
7419         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7420         Bug #448491 Empty Lines Problem.
7422         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7423         
7424         * data/default.profile, plugins/message-view/plugin.c: Do not
7425         restore session for messages.
7426         Fixes bug #377461 – don't create new message window for each
7427         build/find.
7429         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7430         Fixes a crash on exit/project-close if profiler plugin is loaded.
7432 2007-06-17  Naba Kumar  <naba@gnome.org>
7434         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7435         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7437         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7438         Bug #448034 – Anjuta crashes on starting (when the last project
7439         directory was deleted).
7441         * plugins/document-manager/plugin.c: Set line markers for files
7442         opened via IAnjutaFile::open(). Fixes missing line markers while
7443         navigating symbols.
7445 2007-06-17  Naba Kumar  <naba@gnome.org>
7447         * plugins/sourceview/sourceview.glade: Set correct font
7448         default value and use monospace instead of sans. Fixes
7449         bug #448408 – crash in Anjuta IDE: Trying to change the
7450         editor
7452 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7454         * plugins/search/search-replace.c,
7455         plugins/search/search-replace.h,
7456         plugins/search/anjuta-search.glade:
7457         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7458         Fixes bug #355166
7460 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7462         * plugins/debug-manager/plugin.c,
7463         plugins/debug-manager/breakpoints.c:
7464         Add weak references, fixes bug #448053 ?
7466 2007-06-16  Naba Kumar  <naba@gnome.org>
7468         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7469         dialog to allow forgetting them if user chooses to select a different
7470         one.
7472 2007-06-13  Naba Kumar  <naba@gnome.org>
7474         * plugins/sourceview/sourceview-prefs.c: Initialize font
7475         on startup correctly if use_theme is set.
7477         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7478         if available for default font. Fixes bug #447304.
7480         * plugins/sourceview/sourceview-prefs.c: Return value based
7481         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7482         for the first time has black background
7483         
7484         * plugins/project-manager/plugin.c: Give a better error message
7485         when project could not be loaded.
7487         * libanjuta/anjuta-serializer.c: Added a comment.
7489 2007-06-13  Johannes Schmid <jhs@gnome.org>
7491         * configure.in:
7492         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7493         most warnings to avoid simple coding problems.
7494         
7495         * plugins/message-view/anjuta-msgman.c:
7496         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7497         * plugins/message-view/plugin.c: (on_view_changed),
7498         (ianjuta_msgman_add_view):
7499         
7500         Fixed #440866 by always presenting the message-manager when a tab is
7501         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7502         
7503         * plugins/subversion/subversion-callbacks.c:
7504         (on_subversion_commit_response):
7505         Destroy dialog if user clicks "No"
7507 2007-06-12  Naba Kumar  <naba@gnome.org>
7509         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7510         read and use of uninitialized variable.
7512         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7513         because it is used in credits listing and packaging could compress
7514         it in docdir. Fixes bug #397881: The credits are empty
7516         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7517         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7518         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7519         plugins/symbol-browser/an_symbol_info.c,
7520         plugins/symbol-browser/plugin.c,
7521         plugins/symbol-browser/an_symbol_view.c,
7522         plugins/editor/aneditor-autocomplete.cxx:
7524         - Do not access TMTag
7525         member in TMSymbol when freeing it because by then the tags
7526         could have changed. Avoids dangerous memory corruptions by freeing
7527         someone else's memory (Could explain those random crashes when
7528         refreshing symbols or re-loading a different project or closing
7529         a project). Anything that tries to refresh symbols could trigger
7530         this corruptions.
7531         - Added a flag to also retrieve method definitions as part of
7532         the class's scope members. And used it to set both function prototype
7533         and definition in symbols. Fixes navigation to prototype and
7534         function definitions from symbol browser (bug #440370)
7536         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7537         memory. Could fix those bogus 'file changed' dialogs.
7539         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7541 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7543         * (added) libanjuta/anjuta-utils-priv.h,
7544         libanjuta/anjuta-utils.h,
7545         libanjuta/anjuta-launcher.c,
7546         libanjuta/Makefile.am:
7547         Fix bug #440801: do not use config.h in public include files
7549 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7551         * plugins/project-wizard/templates/mkfile.wiz:
7552         Fix bug #442038: missing project.sh file
7554         * configure.in,
7555         plugins/project-wizard/templates/Makefile.am,
7556         plugins/project-wizard/templates/translatable-strings.h,
7557         (added) plugins/project-wizard/templates/sdl.wiz,
7558         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7559         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7560         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7561         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7562         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7563         (added) plugins/project-wizard/templates/sdl/src/main.c,
7564         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7565         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7566         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7567         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7568         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7569         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7570         Fix bug #315635: add a SDL project wizard
7572 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7574         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7575         when SIGCHLD is triggered when main loop context is locked. Dead lock
7576         happens when child_exited callback also accesses main loop context.
7577         Happens particularly badly in debug target exiting.
7579 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7581         * manuals/anjuta-manual/C/debugger.xml:
7582         First update of the debugger documentation
7584 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
7586         * manuals/anjuta-manual/C/fileoperations.xml,
7587         manuals/anjuta-manual/C/projects.xml,
7588         manuals/anjuta-manual/C/anjuta-manual.xml,
7589         manuals/anjuta-manual/C/build.xml,
7590         manuals/anjuta-manual/C/execute.xml,
7591         manuals/anjuta-manual/Makefile.am: Updated more documentation.
7592         Added project properties documentation. Moved execution section
7593         inside project management. Removed dead documentation.
7595 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
7597         * src/anjuta.c, plugins/symbol-browser/plugin.c,
7598         plugins/symbol-browser/plugin.h,
7599         plugins/symbol-browser/an_symbol_prefs.c,
7600         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7601         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
7602         progress bar instead of separate window for system tags
7603         generation. Renamed AnjutaStatus methods to a proper ones.
7605         * plugins/symbol-browser/plugin.c,
7606         plugins/symbol-browser/plugin.h,
7607         plugins/symbol-browser/an_symbol_prefs.c,
7608         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7609         global-tags/create_global_tags.sh.in: Get rid of message window
7610         for showing global tags creation and use a small window with
7611         progress bar.
7613 2007-05-30  Naba Kumar  <naba@gnome.org>
7615         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
7616         Bug 442315 – After calling configure, the build menus are still insensitive,
7617         Bug 442314 – Autogeneration fails when there is no autogen.sh
7619         * plugins/project-manager/plugin.c: Fixed mem corruption when it
7620         fails to remove target/source/group. Fixes bug #440196 – crash in
7621         Anjuta IDE: removing a target
7623 2007-05-29  Naba Kumar  <naba@gnome.org>
7625         * plugins/symbol-browser/an_symbol_view.c,
7626         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
7627         tags generation. Fixed runtime warning.
7629 2007-05-28  Naba Kumar  <naba@gnome.org>
7631         Patch from James Liggett  <jrliggett@cox.net>:
7632         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
7633         Fixed bug #403502 – User should also be allowed to select an
7634         independent executable target.
7636 2007-05-27  Johannes Schmid <jhs@gnome.org>
7638         * plugins/build-basic-autotools/build-basic-autotools.c:
7639         (get_real_directory), (on_build_mesg_format):
7640         
7641         Find correct files for error messages inside scratchbox
7643 2007-05-27  Naba Kumar  <naba@gnome.org>
7645         * manuals/anjuta-manual/C/projects.xml,
7646         manuals/anjuta-manual/C/projects.xml: Updated project
7647         management chapter more.
7649 2007-05-25  Johannes Schmid <jhs@gnome.org>
7651         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
7652         * plugins/build-basic-autotools/build-basic-autotools.c:
7653         (on_sb_check_toggled), (build_execute_command),
7654         (ipreferences_merge), (ipreferences_unmerge):
7655         Added support for building inside scratchbox environment
7656         
7657         Patch from James Liggett <jrliggett@cox.net>:
7658         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
7659         (anjuta_msgman_append_view):
7661         Fix 440866 
7662           – Anjuta aborts with numerous assertion failures when adding a new message view tab
7664 2007-05-23  Naba Kumar  <naba@gnome.org>
7666         * manuals/anjuta-manual/C/projects.xml: Updated project
7667         management chapter.
7669 2007-05-22  Naba Kumar  <naba@gnome.org>
7671         * manuals/anjuta-manual/C/projects.xml: More updates.
7673         * manuals/anjuta-manual/C/introduction.xml,
7674         manuals/anjuta-manual/C/projects.xml,
7675         manuals/anjuta-manual/C/interface.xml: Updated documentation.
7677 2007-05-22  Naba Kumar  <naba@gnome.org>
7679         Patch from Étienne Bersac:
7680         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
7681         class in generated class.
7683 2007-05-22  Naba Kumar  <naba@gnome.org>
7685         * plugins/profiler/plugin.c: Fixed a compiler warning.
7686         * plugins/valgrind/Makefile.am: Added ldflags.
7688         Patch from James Liggett:
7689         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
7690         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
7691         specific options.
7693 2007-05-18  Johannes Schmid <jhs@gnome.org>
7695         * plugins/editor/text_editor.c:
7696         * plugins/language-support-cpp-java/plugin.c:
7697         (on_editor_language_changed), (on_value_added_current_editor),
7698         (on_value_removed_current_editor):
7699         
7700         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
7701         Fix assist support in language-support-plugin.
7703 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7705         * libanjuta/interfaces/libanjuta.idl:
7706         Add a new interface allowing to implement plugin able
7707         to load other plugins (not written in C)
7709         * libanjuta/anjuta-plugin-handle.c,
7710         libanjuta/anjuta-plugin-handle.h:
7711         Add a language and a resident plugin properties
7713         * libanjuta/anjuta-glue-plugin.c,
7714         libanjuta/anjuta-glue-plugin.h,
7715         (added)libanjuta/anjuta-glue-c.c,
7716         (added)libanjuta/anjuta-glue-c.h,
7717         libanjuta/Makefile.am:
7718         Split code used to load a C plugin into a common part
7719         in anjuta-glue-plugin and a specific part in anjuta-glue-c
7721         * libanjuta/anjuta-glue-factory.c,
7722         libanjuta/anjuta-glue-factory.h,
7723         libanjuta/anjuta-plugin-manager.c:
7724         Allow to load plugin not written in C and search for the
7725         additional needed code in another plugin
7727 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7729         * plugins/editor/text_editor.c:
7730         Add an empty implementation of IAnjutaEditorAssist for scintilla,
7731         avoiding a crash if scintilla is used
7733 2007-05-14  Johannes Schmid <jhs@gnome.org>
7735         * libanjuta/interfaces/libanjuta.idl:
7736         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7737         (assist_cleanup), (on_assist_end), (on_assist_cancel),
7738         (on_assist_chosen), (on_assist_update), (get_context),
7739         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
7740         (install_assist), (uninstall_assist), (install_support),
7741         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
7742         (cpp_java_plugin_instance_init):
7743         * plugins/language-support-cpp-java/plugin.h:
7744         Use IAnjutaEditorAssist to show language specific suggestions
7745         
7746         * plugins/sourceview/Makefile.am:
7747         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
7748         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7749         * plugins/sourceview/anjuta-view.h:
7750         * plugins/sourceview/assist-window.c: (assist_window_expose),
7751         (assist_window_set_property), (assist_window_get_property),
7752         (assist_window_class_init), (assist_activated),
7753         (assist_window_init), (assist_window_finalize),
7754         (assist_window_select), (assist_window_first),
7755         (assist_window_last), (assist_window_up), (assist_window_down),
7756         (get_coordinates), (assist_window_move), (assist_window_update),
7757         (assist_window_filter_keypress), (assist_window_is_active),
7758         (assist_window_new), (assist_window_get_trigger),
7759         (assist_window_get_position):
7760         * plugins/sourceview/assist-window.h:
7761         * plugins/sourceview/sourceview-args.c (removed):
7762         * plugins/sourceview/sourceview-args.h (removed):
7763         * plugins/sourceview/sourceview-autocomplete.c (removed):
7764         * plugins/sourceview/sourceview-autocomplete.h (removed):
7765         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7766         * plugins/sourceview/sourceview-private.h:
7767         * plugins/sourceview/sourceview-scope.c(removed):
7768         * plugins/sourceview/sourceview-scope.h(removed):
7769         * plugins/sourceview/sourceview.c: (on_assist_chosen),
7770         (on_assist_cancel), (on_document_char_added),
7771         (on_reload_dialog_response), (sourceview_class_init),
7772         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
7773         (iassist_remove_trigger), (iassist_autocomplete),
7774         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
7775         (iassist_react), (iassist_iface_init):
7776         * plugins/sourceview/tag-window.c (moved to assist-window.c):
7777         * plugins/sourceview/tag-window.h (moved to assist-window.c):
7778         
7779         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
7780         - Mark files dirty if reload dialog is canceled.
7782 2007-05-12  Naba Kumar  <naba@gnome.org>
7784         * libanjuta/anjuta-launcher.h: Corrected include file.
7786 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
7788         * libanjuta/anjuta-glue-plugin.c,
7789         libanjuta/anjuta-glue-plugin.h,
7790         libanjuta/anjuta-glue-factory.c,
7791         libanjuta/anjuta-glue-factory.h,
7792         ibanjuta/anjuta-plugin-manager.c:
7793         Move code used to load a C plugin from glue-factory to glue-plugin
7794         So loading a plugin written in another language could be done by
7795         just using another object derived from AnjutaGluePlugin
7797         * libanjuta/libanjuta.h:
7798         Remove anjuta-plugin-handle header, it's not installed as libanjuta
7799         includes
7801 === anjuta 2.1.3 ===
7803 2007-05-11  Naba Kumar  <naba@gnome.org>
7805         * configure.in: Bumped version to 2.1.3
7806         * NEWS: Updated.
7807         * AUTHORS: Updated.
7808         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
7810 2007-05-11  Naba Kumar  <naba@gnome.org>
7812         * configure.in:
7813         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
7814         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
7815         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
7817 2007-05-10  Johannes Schmid <jhs@gnome.org>
7819         * plugins/search/plugin.c:
7820         Make incremental search behave less annoying
7821         
7822 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
7824         * plugins/macro/macro-util.c:
7825         Fix bug #419008 and bug #419036
7826         When creating new header file, use name and email set in
7827         preferences and replace invalid C character by underscore
7828         in guards
7830 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
7832         * plugins/search/search-replace.c,
7833         plugins/search/search-replace_backend.c:
7834         Disable search button if search expression is empty (bug #378193)
7836 2007-05-08  Naba Kumar  <naba@gnome.org>
7838         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
7839         build error.
7841 2007-05-07  Naba Kumar  <naba@gnome.org>
7843         * configure.in:
7844         * plugins/project-wizard/templates/Makefile.am:
7845         * plugins/project-wizard/templates/minimal.wiz:
7846         * plugins/project-wizard/templates/minimal/.cvsignore:
7847         * plugins/project-wizard/templates/minimal/Makefile.am:
7848         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
7849         * plugins/project-wizard/templates/minimal/autogen.sh:
7850         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
7851         * plugins/project-wizard/templates/minimal/project.anjuta:
7852         Added 'minimal', a generic and flat, project template.
7853         
7854 2007-05-05  Naba Kumar  <naba@gnome.org>
7856         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
7858         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
7859         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
7860         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
7861         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
7862         instead of a real one, fixes interdependency with libanjuta.
7863         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
7864         * libanjuta/Makefile.am: 
7865         * libegg/Makefile.am:
7866         * plugins/build-basic-autotools/Makefile.am:
7867         * plugins/class-gen/Makefile.am:
7868         * plugins/class-inheritance/Makefile.am:
7869         * plugins/cvs-plugin/Makefile.am:
7870         * plugins/debug-manager/Makefile.am:
7871         * plugins/devhelp/Makefile.am:
7872         * plugins/document-manager/Makefile.am:
7873         * plugins/editor/Makefile.am:
7874         * plugins/file-loader/Makefile.am:
7875         * plugins/file-manager/Makefile.am:
7876         * plugins/file-wizard/Makefile.am:
7877         * plugins/gdb/Makefile.am:
7878         * plugins/glade/Makefile.am:
7879         * plugins/gtodo/Makefile.am:
7880         * plugins/language-support-cpp-java/Makefile.am:
7881         * plugins/macro/Makefile.am:
7882         * plugins/message-view/Makefile.am:
7883         * plugins/patch/Makefile.am:
7884         * plugins/profiler/Makefile.am:
7885         * plugins/project-import/Makefile.am:
7886         * plugins/project-manager/Makefile.am:
7887         * plugins/project-wizard/Makefile.am:
7888         * plugins/sample1/Makefile.am:
7889         * plugins/search/Makefile.am:
7890         * plugins/sourceview/Makefile.am:
7891         * plugins/subversion/Makefile.am:
7892         * plugins/symbol-browser/Makefile.am:
7893         * plugins/terminal/Makefile.am:
7894         * plugins/tools/Makefile.am:
7895         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
7897 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
7899         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
7901 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7903         * libanjuta/anjuta-launcher.c,
7904         libanjuta/anjuta-launcher.h:
7905         Add some missing implementation
7907 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
7909         Reviewed by Naba Kumar  <naba@gnome.org>:
7910         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
7911         for uninstall-hook.
7913 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
7915         Reviewed by Naba Kumar  <naba@gnome.org>:
7916         * plugins/editor/text_editor.c: Large memory addresses were being
7917         truncated, switched to glong (bug #422143).
7919 2007-04-24  Naba Kumar  <naba@gnome.org>
7921         * plugins/document-manager/plugin.c: (prefs_finalize):
7922         * plugins/editor/aneditor-autocomplete.cxx:
7923         * plugins/editor/text_editor_menu.c:
7924         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
7925         * plugins/file-loader/plugin.c: (open_file_with),
7926         (create_open_with_submenu):
7927         * plugins/file-manager/plugin.c: (prefs_finalize):
7928         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
7929         pointer type castings.
7931 2007-04-24  Naba Kumar  <naba@gnome.org>
7933         Patch from s|s  <supreet.sethi@gmail.com>:
7934         * (added) plugins/project-wizard/templates/django-logo.png:
7935         * (added) plugins/project-wizard/templates/django.wiz:
7936         * plugins/project-wizard/templates/Makefile.am:
7937         * plugins/project-wizard/templates/translatable-strings.h: Added
7938         django project template. http://www.djangoproject.com/
7940 2007-04-24  Naba Kumar  <naba@gnome.org>
7942         * plugins/subversion/anjuta-subversion.glade: Set expansion for
7943         the log entry widget and made the dialog little larger.
7945 2007-04-24  Naba Kumar  <naba@gnome.org>
7947         Patch from Halton Huo:
7948         * configure.in:
7949         * plugins/project-wizard/property.c:
7950         * plugins/subversion/svn-auth.c:
7951         * plugins/subversion/svn-backend-priv.h:
7952         * plugins/subversion/svn-backend.c:
7953         * plugins/subversion/svn-backend.h:
7954         * plugins/subversion/svn-notify.h: Proper use of subversion
7955         headers. Fixes build issues in solaris (bug #426701).
7957 2007-04-24  Naba Kumar  <naba@gnome.org>
7959         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
7960         
7961         * plugins/project-wizard/templates/cpp.wiz:
7962         * plugins/project-wizard/templates/gcj.wiz:
7963         * plugins/project-wizard/templates/gnome.wiz:
7964         * plugins/project-wizard/templates/gtk.wiz:
7965         * plugins/project-wizard/templates/gtkmm.wiz:
7966         * plugins/project-wizard/templates/java.wiz:
7967         * plugins/project-wizard/templates/python.wiz:
7968         * plugins/project-wizard/templates/terminal.wiz:
7969         * plugins/project-wizard/templates/wxwin.wiz:
7970         * plugins/project-wizard/templates/xlib-dock.wiz:
7971         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
7972         project option and set it ON by default (since gnome-build, can't
7973         enabled configure shared lib support later when a sharedlib target
7974         is added).
7976 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7978         * plugins/debug-manager/stack_trace.c:
7979         Fix a missing case in the previous changes
7981 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7983         * plugins/debug-manager/plugin.c:
7984         Fix bug #430401
7986         * plugins/debug-manager/breakpoints.c,
7987         plugins/gdb/plugin.c:
7988         Fix adding breakpoint on a function
7990         * plugins/debug-manager/stack_trace.c:
7991         Highlight changed stack frame
7993 2007-04-18  Naba Kumar  <naba@gnome.org>
7995         * plugins/document-manager/anjuta-docman.c:
7996         (anjuta_docman_dispose), (on_editor_destroy),
7997         (anjuta_docman_remove_editor): Remove the editor widget from
7998         the parent container before calling destroy, otherwise container
7999         removal happens after TextEditor is disposed resulting in call
8000         to value-remove for a TextEditor which is half-dead (crash).
8002 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8004         * plugins/debug-manager/data_buffer.c
8005         plugins/debug-manager/data_view.c,
8006         plugins/debug-manager/memory.c:
8007         Fixes for bug #418523, bug #427090 and bug #428174
8009 2007-04-11 Halton Huo <halton.huo@sun.com>
8011         reviewed by: <jhs@gnome.org>
8013         * configure.in:
8014         * libanjuta/Makefile.am:
8015         * libanjuta/anjuta-utils.c:
8016         * libanjuta/anjuta-utils.h:
8017         * manuals/reference/libanjuta/Makefile.am:
8018         
8019         Fixed compilation on sun by deploying the libutil methods
8020         in anjuta-utils.h and building them on condition.
8022 2007-04-11  Johannes Schmid <jhs@gnome.org>
8024         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8025         (anjuta_docman_add_editor):
8026         Hold a reference on the editor as long as we use it.
8027         
8028         * plugins/document-manager/plugin.c: (on_editor_changed):
8029         Destroy GValue to fix a memoery leak.
8031 2007-04-11  Johannes Schmid <jhs@gnome.org>
8033         * plugins/document-manager/plugin.c: (on_editor_changed):
8034         Fixed reference counting for editor by using g_value_take_object instead
8035         of g_value_set_object. The editors are now correctly finalized and thus
8036         we do not lack so much memory anymore.
8037         
8038         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8039         (anjuta_view_finalize), (anjuta_view_focus_out),
8040         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8041         * plugins/sourceview/anjuta-view.h:
8042         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8043         * plugins/sourceview/sourceview-prefs.c:
8044         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8045         * plugins/sourceview/sourceview-prefs.h:
8046         * plugins/sourceview/sourceview-private.h:
8047         * plugins/sourceview/sourceview.c: (on_document_loaded),
8048         (timeout_unref), (on_document_saved), (sourceview_finalize),
8049         (sourceview_new), (ifile_open), (ifile_savable_save),
8050         (ifile_savable_save_as):
8052         Several changes to fix things when the editor is correctly destroyed.
8053         Fixed preferences (which led me to the refcounting issue, #409412)
8054         and removed deprecated completition code that will be replace by
8055         IAnjutaAssist interface soon. 
8057 2007-04-11  Johannes Schmid <jhs@gnome.org>
8059         * libanjuta/anjuta-launcher.c:
8060         (anjuta_launcher_execution_done_cleanup),
8061         (anjuta_launcher_child_terminated):
8062         Possible fix for #428363 and added a g_return_if_fail
8064         * plugins/message-view/plugin.c: (activate_plugin):
8065         Fixed a Gtk/Gdl-Critical
8066         
8067         Patches from Étienne Bersac <bersace03@laposte.net>
8068         * plugins/class-gen/templates/go-source.tpl:
8069         * plugins/macro/macros.xml:
8070         Use better template for GObjects (#417875 and #417918)
8071         
8072         Patches from Halton Huo <halton.huo@sun.com>
8073         * libanjuta/anjuta-launcher.h:
8074         * libanjuta/anjuta-preferences.c:
8075         * libanjuta/anjuta-utils.c:
8076         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8077         (cg_window_set_add_to_repository):
8078         * plugins/class-inheritance/class-inherit.c:
8079         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8081 2007-04-09  Johannes Schmid <jhs@gnome.org>
8083         * plugins/editor/print.c: (anjuta_print_show_header):
8084         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8085         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8087   Some string changes (#427395 and #427399)
8089 2007-04-06  Johannes Schmid <jhs@gnome.org>
8091         * plugins/build-basic-autotools/build-basic-autotools.c:
8092         (on_build_mesg_format), (on_build_mesg_parse):
8093         Fixed full path detection
8095 2007-04-05  Naba Kumar  <naba@gnome.org>
8097         Patch from Halton Huo:
8098         * libanjuta/Makefile.am:
8099         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8100         * libanjuta/anjuta-glue-cpp.h:
8101         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8102         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8103         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8104         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8105         (load_plugin), (anjuta_glue_factory_get_object_type):
8106         * libanjuta/anjuta-glue-factory.h:
8107         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8108         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8109         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8110         (anjuta_glue_plugin_new):
8111         * libanjuta/anjuta-glue-plugin.h:
8112         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8113         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8114         * libanjuta/anjuta-plugin.h:
8115         * libanjuta/glue-cpp.c:
8116         * libanjuta/glue-cpp.h:
8117         * libanjuta/glue-factory.c:
8118         * libanjuta/glue-factory.h:
8119         * libanjuta/glue-plugin.c:
8120         * libanjuta/glue-plugin.h:
8121         * plugins/build-basic-autotools/build-basic-autotools.h:
8122         * plugins/class-gen/plugin.h:
8123         * plugins/class-inheritance/plugin.h:
8124         * plugins/cvs-plugin/plugin.h:
8125         * plugins/debug-manager/plugin.h:
8126         * plugins/devhelp/plugin.h:
8127         * plugins/document-manager/plugin.h:
8128         * plugins/editor/plugin.h:
8129         * plugins/file-loader/plugin.h:
8130         * plugins/file-manager/plugin.h:
8131         * plugins/file-wizard/plugin.h:
8132         * plugins/gdb/plugin.h:
8133         * plugins/glade/plugin.h:
8134         * plugins/gtodo/plugin.h:
8135         * plugins/language-support-cpp-java/plugin.h:
8136         * plugins/macro/plugin.h:
8137         * plugins/message-view/plugin.h:
8138         * plugins/patch/plugin.h:
8139         * plugins/profiler/plugin.h:
8140         * plugins/project-import/plugin.h:
8141         * plugins/project-manager/plugin.h:
8142         * plugins/project-wizard/plugin.h:
8143         * plugins/sample1/plugin.h:
8144         * plugins/search/plugin.h:
8145         * plugins/sourceview/plugin.h:
8146         * plugins/subversion/plugin.h:
8147         * plugins/symbol-browser/plugin.h:
8148         * plugins/terminal/terminal.c:
8149         * plugins/tools/plugin.h:
8150         * plugins/tools/scripts/tools-2.xml.in:
8151         * plugins/valgrind/plugin.h:
8153         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8155 2007-04-05  Naba Kumar  <naba@gnome.org>
8157         * anjuta.spec.in, configure.in: Removed dead codes.
8158         
8159         Patch from Jos Dehaes:
8160         * configure.in, plugins/project-wizard/templates/Makefile.am,
8161         plugins/project-wizard/templates/mkfile.wiz,
8162         plugins/project-wizard/templates/translatable-strings.h: Enabled
8163         makefile-based project creation and import. Fixes bug #355145
8165 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8167         * plugins/debug-manager/debugger.c,
8168         plugins/debug-manager/plugin.c,
8169         plugins/gdb/anjuta-gdb.plugin.in:
8170         Code cleaning (remove unused code, rename this into self)
8171         Add information about supported format in debugger plugin
8172         Activate debugger plugin according to the target format
8174 2007-04-01  Naba Kumar  <naba@gnome.org>
8176         * plugins/message-view/message-view.c:
8177         (message_view_instance_init): Fixed message icons to appear.
8179 2007-03-31  Johannes Schmid <jhs@gnome.org>
8181         * plugins/message-view/anjuta-msgman.c:
8182         (anjuta_msgman_append_view):
8183         * plugins/message-view/plugin.c: (on_view_changed),
8184         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8185         
8186         Fixed #424845
8188 2007-03-31  Johannes Schmid <jhs@gnome.org>
8190         * plugins/message-view/message-view.c:
8191         (message_view_instance_init), (imessage_view_append):
8192         Show nice icons beside the messages for info, warning and error. This is a completly
8193         cosmetic change so if someone dislikes it he is free to remove it.
8195 2007-03-31  Johannes Schmid <jhs@gnome.org>
8196         
8197         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8198         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8199         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8200         * plugins/message-view/anjuta-msgman.h:
8201         * plugins/message-view/message-view.h:
8202         * plugins/message-view/plugin.c: (on_view_changed),
8203         (activate_plugin):
8204         Fixed #359399 and made next/previous insensitive when not availible
8205         
8206         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8207         (tag_style_to_string):
8208         Fixed namespace Problem with gdk >= 2.11
8209         
8210         * plugins/sourceview/sourceview-autocomplete.c:
8211         (sourceview_autocomplete_init):
8212         Removed structure, follow-up of #423682
8214 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8216         * plugins/debug-manager/debug_tree.c,
8217         plugins/debug-manager/debug_tree.h,
8218         plugins/debug-manager/watch.c,
8219         plugins/debug-manager/anjuta-debug-manager.glade:
8220         Inspect variable at cursor
8221         Fix buttons in inspect dialog
8223 2007-03-27  Halton Huo  <halton.huo@sun.com>
8225         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8227         * plugins/sourceview/sourceview-autocomplete.c
8228         plugins/debug-manager/disassemble.c,
8229         libanjuta/interfaces/libanjuta.idl:
8230         Remove array with 0 size and empty structure as it is not
8231         supported by sun cc, Fixes bug #423682
8233         * plugins/debug-manager/debugger.c:
8234         Remove anonymous union as it is not supported by sun cc,
8235         Fixes bug #423680
8237 === anjuta 2.1.2 ===
8239 2007-03-28  Naba Kumar  <naba@gnome.org>
8241         * configure.in: Bumped version to 2.1.2
8242         * NEWS: Updated for release.
8243         
8244         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8245         Improved breakpoint marker icon.
8246         
8247         * plugins/editor/anjuta-editor.plugin.in,
8248         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8249         non user activable since they are now remembered properly.
8251 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8253         * plugins/tools/editor.c:
8254         Fix bug #423270
8256 2007-03-27  Naba Kumar  <naba@gnome.org>
8258         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8259         word when autocompleting without leaving any trailing part of
8260         the word.
8262 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8264         Reviewed by Naba Kumar  <naba@gnome.org>:
8265         * anjuta.desktop.in.in: Remove "Application" category from desktop
8266         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8267         
8268 2007-03-27  Naba Kumar  <naba@gnome.org>
8269         
8270         * configure.in, plugins/document-manager/anjuta-docman.c:
8271         (anjuta_docman_add_editor): Conditionally compile notebook tab
8272         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8274         Patch from Halton Huo:
8275         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8276         non gcc compiler flags. Fixes bug #423089.
8277         
8278 2007-03-26  Naba Kumar  <naba@gnome.org>
8279         
8280         * AUTHORS, NEWS, TODO.tasks: Updated.
8281         
8282         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8283         close menuitem.
8284         
8285         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8286         (update_editor_symbol_model), (iter_matches),
8287         (on_editor_update_ui), (value_added_current_editor),
8288         (activate_plugin), (dispose),
8289         (symbol_browser_plugin_instance_init):
8290         * plugins/symbol-browser/plugin.h: update line on editor save
8291         and editor change. Code clean up and fixed warnings.
8293 2007-03-26  Naba Kumar  <naba@gnome.org>
8295         * plugins/project-wizard/templates/java/project.anjuta,
8296         plugins/project-wizard/templates/python/project.anjuta,
8297         plugins/project-wizard/templates/python/project.anjuta:
8298         Removed version control plugins from default selection.
8300         * plugins/tools/scripts/prepare-changelog.pl,
8301         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8302         script to a better one (that works on both cvs and svn).
8304 2007-03-26  Naba Kumar  <naba@gnome.org>
8306         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8307         Makefile.am: Added the generated translatable file (required for
8308         translations for svn checkouts).
8310         * (added)
8311         plugins/project-wizard/templates/extract-translatable-strings.pl
8312         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8313         po/POTFILES.in: Generated translatable strings for .wiz files and
8314         added them in POTFILES.in for translation. Fixes bug #398035
8316 2007-03-25  Naba Kumar  <naba@gnome.org>
8318         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8319         
8320         * src/anjuta-app.c: Removed dead codes.
8321         
8322         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8323         global tags generation starts.
8324         
8325         * plugins/debug-manager/chunk_view.c,
8326         plugins/debug-manager/start.h,
8327         plugins/debug-manager/chunk_view.h,
8328         plugins/debug-manager/utilities.c,
8329         plugins/debug-manager/utilities.h,
8330         plugins/debug-manager/debugger.c,
8331         plugins/debug-manager/threads.c,
8332         plugins/debug-manager/disassemble.c,
8333         plugins/debug-manager/info.c,
8334         plugins/debug-manager/sharedlib.c,
8335         plugins/debug-manager/threads.h,
8336         plugins/debug-manager/disassemble.h,
8337         plugins/debug-manager/signals.c,
8338         plugins/debug-manager/info.h,
8339         plugins/debug-manager/sharedlib.h,
8340         plugins/debug-manager/data_buffer.c,
8341         plugins/debug-manager/data_view.c,
8342         plugins/debug-manager/signals.h,
8343         plugins/debug-manager/debug_tree.c,
8344         plugins/debug-manager/watch.c,
8345         plugins/debug-manager/registers.c,
8346         plugins/debug-manager/data_buffer.h,
8347         plugins/debug-manager/data_view.h,
8348         plugins/debug-manager/memory.c,
8349         plugins/debug-manager/debug_tree.h,
8350         plugins/debug-manager/watch.h,
8351         plugins/debug-manager/registers.h,
8352         plugins/debug-manager/memory.h,
8353         plugins/debug-manager/locals.c,
8354         plugins/debug-manager/sexy-icon-entry.c,
8355         plugins/debug-manager/breakpoints.c,
8356         plugins/debug-manager/locals.h,
8357         plugins/debug-manager/sexy-icon-entry.h,
8358         plugins/debug-manager/stack_trace.c,
8359         plugins/debug-manager/breakpoints.h,
8360         plugins/debug-manager/sparse_buffer.c,
8361         plugins/debug-manager/sparse_view.c,
8362         plugins/debug-manager/stack_trace.h,
8363         plugins/debug-manager/sparse_buffer.h,
8364         plugins/debug-manager/sparse_view.h,
8365         plugins/debug-manager/start.c,
8366         plugins/gdb/utilities.c,
8367         plugins/gdb/utilities.h,
8368         plugins/gdb/debugger.c,
8369         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8370         setup.
8372 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8374         * plugins/gdb/debugger.c:
8375         Avoid empty debugger log window by limiting line to 90 characters
8377 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8379         * plugins/debug-manager/plugin.c,
8380         plugins/debug-manager/plugin.h,
8381         plugins/debug-manager/threads.c,
8382         plugins/debug-manager/threads.h,
8383         plugins/debug-manager/breakpoints.c,
8384         plugins/debug-manager/breakpoints.h,
8385         plugins/debug-manager/stack_trace.c,
8386         plugins/debug-manager/stack_trace.h:
8387         View code action now changes location in disassembly view too
8389         * plugins/debug-manager/anjuta-debug-manager.ui:
8390         Rename breakpoint actions
8392 2007-03-24  Naba Kumar  <naba@gnome.org>
8394         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8395         in gdl 0.7.3 (svn trunk).
8396         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8397         
8398 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8400         * plugins/debug-manager/threads.c,
8401         plugins/debug-manager/debug_tree.c,
8402         plugins/debug-manager/debug_tree.h,
8403         plugins/debug-manager/locals.c,
8404         plugins/debug-manager/registers.c,
8405         plugins/debug-manager/stack_trace.c:
8406         Allow to change current thread updating register, stack and locals
8407         Allow to change current stack frame updating locals
8409         * plugins/gdb/debugger.c:
8410         Read argument of selected stack frame
8412         * plugins/debug-manager/data_view.c:
8413         Fix an unrelated bug
8415 2007-03-23  Naba Kumar  <naba@gnome.org>
8417         * plugins/document-manager/anjuta-docman.c,
8418         plugins/document-manager/plugin.c: Fixed many memory leaks.
8419         (ianjuta_file_get_uri() returns a new string).
8421         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8422         widget for save dialogs.
8423         
8424         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8425         svn and fixed to get function/prototype/member args list. Call tips
8426         also work fine now.
8428 2007-03-22  Naba Kumar  <naba@gnome.org>
8430         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8431         and calltips would work again for functions from global tags (Needs
8432         regenerating global tags).
8434         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8435         ctags svn version and reopened bug #395362. Fixes tags parsing that
8436         seemed to have stopped working recently.
8438 2007-03-21  Naba Kumar  <naba@gnome.org>
8440         * tagmanager/tm_source_file.c, tagmanager/options.c,
8441         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8442         extend .. more needs to be investigated and fixed). Enabled some
8443         debugging.
8445 2007-03-16  Naba Kumar  <naba@gnome.org>
8447         * src/anjuta.c: Fixed project loading from command line.
8449 2007-03-16  Naba Kumar  <naba@gnome.org>
8451         Patch from James Liggett <jrliggett@cox.net>:
8452         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8453         
8454 2007-03-15  Naba Kumar  <naba@gnome.org>
8456         * libanjuta/anjuta-profile-manager.c,
8457         libanjuta/anjuta-profile-manager.h: Added method to get current
8458         profile.
8460         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8461         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8462         is exiting.
8464         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8465         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8466         Also, not load project files in session load in loader plugin.
8467         
8468         * plugins/project-manager/plugin.c, src/anjuta.c:
8469         Emit "exiting" signal in shell when exiting anjuta. project manager
8470         listens to exiting signal and saves session. anjuta.c saves session
8471         only when current projfile is 'user'. Load project saved in session
8472         differently then the rest of the session. This should fix all the
8473         session restoration bugs.
8474         
8475         src/main.c: Present anjuta window when becon message is received.
8477 2007-03-14  Naba Kumar  <naba@gnome.org>
8479         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8480         not randomly save (it was a wrong looping).
8481         
8482 2007-03-12  Naba Kumar  <naba@gnome.org>
8484         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8486 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8488         * plugins/debug-manager/anjuta-debug-manager.ui,
8489         libanjuta/interfaces/libanjuta.idl,
8490         plugins/debug-manager/debugger.c,
8491         (added) plugins/debug-manager/threads.c,
8492         (added) plugins/debug-manager/threads.h,
8493         plugins/debug-manager/plugin.c,
8494         plugins/debug-manager/Makefile.am,
8495         plugins/gdb/plugin.c,
8496         plugins/gdb/debugger.c,
8497         plugins/gdb/debugger.h:
8498         Add a window displaying all threads
8499         Add needed functions
8500         Switching to a different thread is still not done
8502         * plugins/debug-manager/debug_tree.c,
8503         plugins/debug-manager/locals.c,
8504         plugins/debug-manager/stack_trace.c:
8505         Small cosmetic changes
8507         * plugins/gdb/gdbmi.c:
8508         Keep all elements in gdbmi hash
8509         Even if using the same key like in -threads-list-ids
8511 2007-03-11  Naba Kumar  <naba@gnome.org>
8513         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8514         
8515         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8516         
8517         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8518         manuals/reference/libanjuta/libanjuta-sections.txt,
8519         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8520         interfaces.
8522 2007-03-11  Naba Kumar  <naba@gnome.org>
8524         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8525         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8527         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8528         manuals/reference/libanjuta/libanjuta.types,
8529         manuals/reference/libanjuta/libanjuta-sections.txt,
8530         manuals/reference/libanjuta/.cvsignore,
8531         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8532         infrastructure. Got rid of tmpl/ directory and moved all section
8533         documenation to source code (requires gtk-doc >= 1.4).
8534         
8535         * libanjuta/anjuta-plugin-description.c,
8536         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8537         libanjuta/cell-renderer-captioned-image.c,
8538         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8539         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8540         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8541         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8542         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8543         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8544         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8545         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8546         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8547         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8548         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8549         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8550         documentation from templates to source code.
8552 2007-03-10  Johannes Schmid <jhs@gnome.org>
8554         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8555         Added some debug output but could not figure out why 
8556         some plugins are not kept.
8557         
8558         * libanjuta/interfaces/libanjuta.idl:
8559         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8560         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8561         Added IAnjutaEditorGoto::matching_brace
8562         
8563         * plugins/document-manager/action-callbacks.c:
8564         (on_editor_command_match_brace_activate):
8565         * plugins/document-manager/plugin.c:
8566         (update_editor_ui_interface_items):
8567         * plugins/editor/text_editor.c: (igoto_matching_brace),
8568         (igoto_iface_init):
8569         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8570         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8572 2007-03-09  Johannes Schmid <jhs@gnome.org>
8574         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8575         Hide correct column
8576         
8577         * plugins/sourceview/sourceview-private.h:
8578         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8579         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8580         (sourceview_new), (ifile_savable_save_as):
8581         Tweaked vfs monitoring
8583 2007-03-09  Johannes Schmid <jhs@gnome.org>
8585         * libanjuta/interfaces/Makefile.am.iface:
8586         Fixed installtion of header files
8587         
8588         * plugins/sourceview/sourceview.c: (set_select):
8589         do not scroll to much in interactive search
8591 2007-03-09  Naba Kumar  <naba@gnome.org>
8593         * src/anjuta.c: Fixed session restoration.
8594         
8595         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
8596         signal handlers after symbol browser plugin is deactivated.
8597         
8598         * plugins/editor/editor.glade,
8599         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
8600         Fixed indentation confustion in preferences.
8602 2007-03-08  Johannes Schmid <jhs@gnome.org>
8604         * plugins/search/search-replace.c: (search_set_combo),
8605         (search_set_action), (search_set_target), (search_set_direction),
8606         (create_dialog), (search_disconnect_set_toggle_connect),
8607         (on_search_match_whole_word_toggled),
8608         (on_search_match_whole_line_toggled),
8609         (on_search_match_word_start_toggled),
8610         (search_set_toggle_direction):
8611         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
8612         it's somehow ugly and uses many deprecated widgets
8613         
8614         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
8615         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8616         Fix #394709
8617         
8618 2007-03-07  Naba Kumar  <naba@gnome.org>
8620         * src/anjuta.c: Make launching projects work from command line. Also
8621         fixes gnome session restart command.
8622         
8623 2007-03-07  Johannes Schmid <jhs@gnome.org>
8625         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
8626         * plugins/class-gen/plugin.c: (iwizard_activate):
8627         Fixed #408218
8628         
8629         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
8630         Fixed #402774
8631         
8632         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8633         Fixed #377483 (It's not possible to know if directories have
8634         a version in CVS. Show version column only if there are version
8635         informations availible
8637         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8638         Fixed memory leak
8640 2007-03-07  Johannes Schmid <jhs@gnome.org>
8642         * plugins/sourceview/sourceview-prefs.c: (get_bool):
8643         Fixed #409408
8644         * plugins/symbol-browser/an_symbol_prefs.c:
8645         (on_update_global_clicked):
8646         Fixed ##409176
8648 2007-03-07  Johannes Schmid <jhs@gnome.org>
8650         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
8651         (anjuta_save_prompt_new):
8652         * plugins/project-import/project-import.c:
8653         (project_import_finalize):
8654         Fixed Gtk-Criticals (maybe #409408)
8656 2007-03-07  Naba Kumar  <naba@gnome.org>
8658         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
8659         when we are at just beginning of string or comment. Fixes bug #397981.
8661 2007-03-07  Johannes Schmid <jhs@gnome.org>
8663         * plugins/language-support-cpp-java/plugin.c:
8664         (initialize_indentation_params):
8665         Removed annoying DEBUG_PRINT
8666         
8667         * plugins/sourceview/sourceview-cell.c:
8668         (sourceview_cell_instance_init), (icell_get_character),
8669         (icell_get_length), (icell_get_char), (icell_get_attribute):
8670         Improved code to be faster
8671         Implemented attribute handling so that indentation really works in any case
8673 2007-03-06  Johannes Schmid <jhs@gnome.org>
8675         * configure.in:
8676         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
8677         
8678         * plugins/document-manager/anjuta-docman.c:
8679         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
8680         Removed old and ugly tab drag&drop code and use built-in gtk stuff
8681         instead (required GTK >= 2.10)
8682         
8683         * plugins/sourceview/sourceview-private.h:
8684         * plugins/sourceview/sourceview.c:
8685         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8686         (sourceview_finalize), (sourceview_new), (imark_mark),
8687         (imark_unmark), (imark_is_marker_set),
8688         (imark_location_from_handle), (imark_delete_all_markers):
8689         Fixed marker handling and worked a bit more on vfs monitoring
8691 2007-03-05  Johannes Schmid <jhs@gnome.org>
8693         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
8694         Added method to select specific iter
8695         
8696         * plugins/sourceview/sourceview-private.h:
8697         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8698         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8699         (sourceview_add_monitor), (on_document_saved),
8700         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
8701         Fixed vfs monitoring (mostly ported code from text_editor.c)
8702         
8703         * plugins/symbol-browser/an_symbol_view.c:
8704         * plugins/symbol-browser/an_symbol_view.h:
8705         * plugins/symbol-browser/plugin.c: (iter_matches),
8706         (on_editor_update_ui), (value_added_current_editor):
8707         Select the current tag in locals window and symbol toolbar. If there
8708         is no tag at the current line, reserve backward for the next tag. This will
8709         select the correct tag if inside a function.
8711 2007-03-05  Naba Kumar  <naba@gnome.org>
8713         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
8714         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
8715         compiler warnings.
8716         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
8717         (Bug #412186)
8718         
8719 2007-03-04  Johannes Schmid <jhs@gnome.org>
8721         * data/Makefile.am:
8722         * po/POTFILES.in:
8723         Fixed distcheck (well, partly)
8725 2007-03-04  Johannes Schmid <jhs@gnome.org>
8727         * plugins/document-manager/anjuta-document-manager.ui:
8728         Move "Swap .c/.h from Main to Browser toolbar
8730         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
8731         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
8732         (fv_prefs_free), (fv_add_tree_entry):
8733         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8734         * plugins/file-manager/plugin.c: (prefs_init):
8735         
8736         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
8738 2007-03-04  Naba Kumar  <naba@gnome.org>
8740         * data/default.proflie, data/Makefile.am, src/anjuta.c,
8741         plugins/project-manager/plugin.c:
8742         Restored default profile and renamed it from "default.anjuta" to
8743         "default.profile".
8744         
8745 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8747         * plugins/debug-manager/debugger.c,
8748         plugins/debug-manager/plugin.c,
8749         plugins/gdb/debugger.c,
8750         libanjuta/interfaces/libanjuta.idl,
8751         plugins/debug-manager/stack_trace.c:
8752         Add a dialog box when a signal is received (except SIGINT)
8753         Display stack frame even if arguments are not available
8755 2007-03-03  Naba Kumar  <naba@gnome.org>
8757         * TODO.tasks: Icons bounty added.
8759         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
8760         choise selection.
8761         
8762         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
8763         and descoping.
8765         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
8766         plugins/Makefile.am, (removed) plugins/profile-default/*,
8767         plugins/project-manager/anjuta-project-manager.plugin.in,
8768         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
8769         profile implementation to load user profile and projects. Store and
8770         restore remembered plugins. Use profile scoping and descoping for
8771         saving and loading sesstions.
8772         
8773         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
8774         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
8775         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
8776         DEBUG_PRINTs.
8778 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8780         * plugins/debug-manager/debug_tree.c
8781         plugins/debug-manager/debug_tree.h:
8782         Bug fix, deleting wrong variable
8784         * plugins/gdb/debugger.c:
8785         Bug fix, remove forgotten debugging code
8787 2007-03-02  Johannes Schmid <jhs@gnome.org>
8789         * plugins/document-manager/anjuta-document-manager.ui:
8790         * plugins/search/anjuta-search.ui:
8791         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
8792         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
8793         ToolbarFind
8795         * src/anjuta-app.c: (on_toolbar_view_toggled),
8796         (on_add_merge_widget), (on_session_save), (on_widget_remove):
8797         Save toolbar positions, don't use fixed toolbar style
8798         
8799         All in all this will allow more complex toolbar configurations and
8800         might gain some space on smaller displays because the user can disable
8801         toolbar parts he does not use. Also allows to use any toolbar style
8802         without looking too ugly.
8804 2007-03-01  Naba Kumasr  <naba@gnome.org>
8806         * TODO.tasks: Added a bounty for creating icons.
8808         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
8809         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
8810         profile-changed signal. Do not sync non-user-activatable plugins.
8812 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
8814         * plugins/debug-manager/disassemble.c,
8815         plugins/debug-manager/sparse_view.c,
8816         plugins/gdb/debugger.c,
8817         libanjuta/interfaces/libanjuta.idl:
8818         Display function name in disassembly view
8820 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
8822         * (added) plugins/debug-manager/bookmark.png,
8823         (added) plugins/debug-manager/breakpoint-disabled.png,
8824         (added) plugins/debug-manager/breakpoint-enabled.png,
8825         (added) plugins/debug-manager/program-counter.png,
8826         (added) plugins/debug-manager/linemarker.png,
8827         plugins/debug-manager/Makefile.am,
8828         plugins/debug-manager/disassemble.c,
8829         plugins/debug-manager/disassemble.h,
8830         plugins/debug-manager/sparse_buffer.c,
8831         plugins/debug-manager/sparse_buffer.h,
8832         plugins/debug-manager/sparse_view.c,
8833         plugins/debug-manager/sparse_view.h,
8834         plugins/debug-manager/plugin.c,
8835         plugins/debug-manager/breakpoints.c,
8836         libanjuta/interfaces/libanjuta.idl:
8837         Add markers in the disassembly view
8838         Display program counter and breakpoints in disassembly view
8840         * plugins/gdb/debugger.c:
8841         Fix a bug added with my previous patch, setting and clearing
8842         breakpoints was not working
8844 2007-02-28  Johannes Schmid <jhs@gnome.org>
8846         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
8847         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
8848         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
8849         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8850         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
8851         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
8852         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
8853         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
8854         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
8855         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8856         Updated (why do they need to be under version control?)
8857         
8858         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
8859         (create_tab_popup_menu), (on_msgman_popup_menu),
8860         (on_tab_button_press_event), (anjuta_msgman_page_new),
8861         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
8862         Added "Close all message tabs" popup menu
8864 2007-02-26  Naba Kumar  <naba@gnome.org>
8866         * plugins/profiler/gprof-flat-profile-entry.c,
8867         plugins/profiler/gprof-flat-profile.c,
8868         plugins/profiler/gprof-flat-profile-entry.h,
8869         plugins/profiler/gprof-flat-profile.h,
8870         plugins/profiler/gprof-flat-profile-view.c,
8871         plugins/profiler/gprof-flat-profile-view.h,
8872         plugins/profiler/gprof-call-graph-block-entry.c,
8873         plugins/profiler/gprof-call-graph-block.c,
8874         plugins/profiler/gprof-function-call-chart-view.c,
8875         plugins/profiler/gprof-call-graph-block-entry.h,
8876         plugins/profiler/gprof-profile-data.c,
8877         plugins/profiler/gprof-call-graph-block.h,
8878         plugins/profiler/gprof-view.c,
8879         plugins/profiler/gprof-call-graph.c,
8880         plugins/profiler/gprof-function-call-chart-view.h,
8881         plugins/profiler/gprof-profile-data.h,
8882         plugins/profiler/gprof-call-graph.h,
8883         plugins/profiler/gprof-view.h,
8884         plugins/profiler/gprof-view-manager.c,
8885         plugins/profiler/gprof-call-graph-view.c,
8886         plugins/profiler/plugin.c,
8887         plugins/profiler/gprof-view-manager.h,
8888         plugins/profiler/gprof-call-graph-view.h,
8889         plugins/profiler/gprof-function-call-tree-view.c,
8890         plugins/profiler/gprof-function-call-tree-view.h,
8891         plugins/profiler/Makefile.am: Fix compiler warnings and link with
8892         gnome-vfs. Fixes bug #411377.
8894 2007-02-26  Naba Kumar  <naba@gnome.org>
8896         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
8898         Patch from James Liggett  <jrliggett@cox.net>:
8899         * plugins/profiler/gprof-flat-profile-view.c,
8900         plugins/profiler/gprof-flat-profile-view.h,
8901         plugins/profiler/gprof-function-call-chart-view.c,
8902         plugins/profiler/gprof-function-call-chart-view.h,
8903         plugins/profiler/gprof-view.c,
8904         plugins/profiler/gprof-view.h,
8905         plugins/profiler/gprof-call-graph-view.c,
8906         plugins/profiler/plugin.c,
8907         plugins/profiler/gprof-call-graph-view.h,
8908         plugins/profiler/gprof-function-call-tree-view.c,
8909         plugins/profiler/gprof-function-call-tree-view.h: Implements
8910         double click navigation. Fixes bug #403514.
8912 2007-02-25  Naba Kumar  <naba@gnome.org>
8914         * libanjuta/anjuta-plugin-manager.c,
8915         libanjuta/anjuta-plugin-handle.[ch],
8916         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
8917         g_hash_table_remove_all (introduced in glib 2.12) to stay the
8918         dependency on glib 2.8. Fixes bug #411623.
8920 2007-02-24  Naba kumar  <naba@gnome.org>
8922         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
8923         
8924         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
8925         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
8926         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
8927         (added) libanjuta/anjuta-profile-manager.c,
8928         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
8929         manager.
8930         Implemented profile pushing and popping. Implemented profile xml
8931         synchronization. Implemented error handling in profiles. Implemented
8932         activation and deactivation signals in plugin manager.
8933         
8934         * libanjuta/Makefile.am: Added libanjuta log domain.
8935         
8936         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8937         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
8938         in AnjutaShell interface and implemented it in AnjutaApp.
8939         
8940         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8942 2007-02-23  Naba kumar  <naba@gnome.org>
8944         src/main.c: Fixed missing end quote.
8946 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
8948         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
8951 2007-02-20  Naba Kumar  <naba@gnome.org>
8953         * plugins/subversion/plugin.c: Added "..." menuitems.
8954         * ROADMAP, README: Updated.
8955         * libanjuta/anjuta-profile.c: Fixed bugs.
8957         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
8958         plugins/gtodo/Makefile.am: Removed dead code.
8960         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
8961         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
8962         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
8963         plugins/gtodo/list_tooltip.c,
8964         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
8965         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
8966         not contain markups. Fixes Bug #360462.
8968 2007-02-16  Naba Kumar  <naba@gnome.org>
8970         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
8971         unnecessary sub-sections.
8972         
8973 2007-02-15  Naba Kumar  <naba@gnome.org>
8975         * (removed) plugins/document-manager/bookmark-prev-16.png,
8976         plugins/document-manager/bookmark-last.png,
8977         (removed)plugins/document-manager/bookmark-first-16.png,
8978         plugins/document-manager/bookmark-prev.png,
8979         (added) plugins/document-manager/bookmark-toggle.png,
8980         (removed)plugins/document-manager/bookmark_toggle.xpm,
8981         (removed)plugins/document-manager/bookmark-last-16.png,
8982         plugins/document-manager/plugin.c,
8983         plugins/document-manager/anjuta-document-manager.ui,
8984         (removed)plugins/document-manager/bookmark-next-16.png,
8985         plugins/document-manager/bookmark-next.png,
8986         plugins/document-manager/Makefile.am,
8987         (added) plugins/document-manager/bookmark-clear.png,
8988         plugins/document-manager/bookmark-first.png: Upgraded bookmark
8989         icons (stolen from monodevelop). Added clear bookmarks toolbar
8990         button.
8992         * plugins/document-manager/plugin.c,
8993         (added) plugins/document-manager/swap.png,
8994         (removed) plugins/document-manager/undock.png,
8995         plugins/document-manager/Makefile.am: Fixed swap icon.
8997 2007-02-13  Naba Kumar  <naba@gnome.org>
8999         * plugins/class-gen/element-editor.c: Fixed typo.
9000         
9001         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9002         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9003         Implementing plugin profiles loading.
9005 2007-02-13  Naba Kumar  <naba@gnome.org>
9007         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9008         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9009         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9010         pixmaps/open_project.png, pixmaps/close_project.png:
9011         Removed more old icons.
9012         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9013         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9014         anjuta_logo.png
9015         
9016 2007-02-13  Naba Kumar  <naba@gnome.org>
9018         * plugins/class-gen/element-editor.c: Included missing headers to
9019         prevent build failures in some cases.
9020         
9021 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9023         * plugins/debug-manager/stack_trace.c:
9024         Fix bug #407115
9026         * plugins/debug-manager/watch.c,
9027         plugins/debug-manager/breakpoints.c:
9028         Same bug than above, wrong use of gtk_ui_manager_get_widget
9030 === anjuta 2.1.1 ===
9032 2007-02-11  Naba Kumar  <naba@gnome.org>
9034         * cofigure.in: Bumped version to 2.1.1
9035         * NEWS: Updated for 2.1.1 release.
9036         
9037 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9039         * plugins/debug-manager/plugin.c,
9040         plugins/debug-manager/sparse_view.c,
9041         plugins/debug-manager/sparse_view.h:
9042         Reorder some code
9044         * plugins/gdb/debugger.c,
9045         plugins/debug-manager/debugger.c,
9046         plugins/debug-manager/memory.c,
9047         plugins/debug-manager/sparse_buffer.c
9048         plugins/gdb/debugger.h,
9049         libanjuta/interfaces/libanjuta.idl:
9050         Clean up, remove some warnings
9051         Use guint everywhere for addresses
9052         Rewrite code parsing position in debugger
9054 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9056         * plugins/debug-manager/debug_tree.c:
9057         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9058         Fix bug #406113
9060 2007-02-08  Naba Kumar  <naba@gnome.org>
9062         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9063         Delay showing the 'file modified on disk' dialog for one sec
9064         from the last notification to insure multiple notifications for
9065         the same file are treated as one. Do not same multiple dialogs
9066         for the same file. Make sure to destory the dialog if later
9067         the conent is no longer different.
9068         
9069 2007-02-08  Naba Kumar  <naba@gnome.org>
9071         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9072         Prevented spurious 'file modified' dialogs in scintilla editor
9073         when the file is saved.
9075 2007-02-09  Johannes Schmid <jhs@gnome.org>
9077         * scripts/glade2schema.pl:
9078         Added script to convert glade preferences into gconf schema files.
9079         See #406061
9081 2007-02-08  Naba Kumar  <naba@gnome.org>
9083         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9084         itself is destroyed. Fixes bug #355160.
9085         
9086 2007-02-08  Johannes Schmid <jhs@gnome.org>
9088         * plugins/profiler/profiler.plugin: 
9089         removed from version control (only .in file needed)
9090         
9091         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9092         * plugins/sourceview/sourceview.c: (sourceview_new):
9093         Code cleanup
9094         
9095         * plugins/subversion/svn-thread.c: (svn_thread_start):
9096         * src/main.c: (main):
9097         
9098         Fixed #395875 about initialisation of threads too late
9100 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9102         Reviewed by Naba Kumar  <naba@gnome.org>:
9103         * plugins/class-gen/plugin.c:
9104         * plugins/class-gen/window.c: Removed browse button related code, load
9105         generated output directly into new buffers when not adding to project.
9107         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9108         buttons from user interface.
9110 2007-02-07  Naba Kumar  <naba@gnome.org>
9112         * po/POTFILES.in: Fixed distcheck.
9114 2007-02-07  Daniel Nylander <po@danielnylander.se>
9116         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9118 2007-02-07  Johannes Schmid <jhs@gnome.org>
9120         * anjuta.desktop.in.in:
9121         Fixed spelling
9123 2007-02-07  Johannes Schmid <jhs@gnome.org>
9125         * configure.in:
9126         * manuals/anjuta-manual/*
9127         * manuals/anjuta-faqs/*:
9128         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9129         
9130         * plugins/document-manager/anjuta-document-manager.plugin.in:
9131         Removed duplicate application-xml mime-type (review patches properly ;-)
9132         
9133 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9135         * plugins/gdb/debugger.c,
9136         libanjuta/interfaces/libanjuta.idl:
9137         Fix bug #404755
9138         Fix handling of missing source file
9140 2007-02-06  Naba Kumar  <naba@gnome.org>
9142         Patch from James Liggett  <jrliggett@cox.net>:
9143         * plugins/profiler/gprof-flat-profile.c,
9144         plugins/profiler/gprof-profile-data.c,
9145         plugins/profiler/gprof-call-graph.c,
9146         plugins/profiler/gprof-profile-data.h,
9147         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9148         Show profiler view when target selected bug #403515.
9150 2007-02-05  Naba Kumar  <naba@gnome.org>
9152         * configure.in: Enabled devhelp plugin by default now that
9153         it works.
9154         
9155         Patch from parmigio@2ainfo.it:
9156         * plugins/document-manager/anjuta-document-manager.plugin.in:
9157         Added xml file type in supported mime types list.
9158         
9159 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9161         * plugins/debug-manager/debugger.c,
9162         plugins/debug-manager/plugin.c:
9163         Add a field in status bar displaying debugger state
9164         Change cursor shape when debugger is busy
9165         Fix bug #378600
9167         * plugins/debug-manager/watch.c,
9168         plugins/debug-manager/locals.c,
9169         libanjuta/interfaces/libanjuta.idl:
9170         Clean up, remove debugging messages and unused signals
9172 2007-02-03  Johannes Schmid <jhs@gnome.org>
9174         * configure.in:
9175         Fixed AC_INIT and seperated version to major, minor, micro
9177         * anjuta.anjuta:
9178         Load Subversion instead of CVS
9179         
9180         * anjuta.desktop.in.in:
9181         Fixed bug-buddy component
9183         Original patch from Rob Bradfort <robster@debian.org>:
9184         * src/main.c: (get_command_line_args), (main):
9185         Bug #335981 – Migration from popt to GOption
9187 2007-02-03  Naba Kumar  <naba@gnome.org>
9189         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9190         path variable. Fixed bug #341170.
9191         * plugins/profiler/Makefile.am: Fixed indentation.
9192         
9193 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9195         * libanjuta/interfaces/libanjuta.idl,
9196         plugins/sourceview/sourceview.c,
9197         plugins/editor/text-editor.c,
9198         plugins/symbol-browser/plugin.c,
9199         plugins/search/search-replace.c,
9200         plugins/document-manager/goto_line.c,
9201         plugins/document-manager/action-callbacks.c,
9202         plugins/document-manager/anjuta-docman.c:
9203         Rename markers of anjuta interface
9204         IANJUTA_MARKABLE_NONE has been removed
9205         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9206         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9207         IANJUTA_MARKABLE_ATTENTIVE renamed in
9208                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9209         IANJUTA_MARKABLE_INTENSE renamed in
9210                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9211         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9213         * (removed) plugins/sourceview/marker-light.png,
9214         (removed) plugins/sourceview/marker-basic.png,
9215         (removed) plugins/sourceview/marker-attentive.png,
9216         (removed) plugins/sourceview/marker-intense.png,
9217         plugins/sourceview/bookmark.png,
9218         (added) plugins/sourceview/breakpoint-disabled.png,
9219         (added) plugins/sourceview/breakpoint-enabled.png,
9220         (added) plugins/sourceview/program-counter.png,
9221         (added) plugins/sourceview/linemarker.png,
9222         plugins/sourceview/Makefile.am,
9223         (added) plugins/editor/bookmark.xpm,
9224         (added) plugins/editor/breakpoint-disabled.xpm,
9225         (added) plugins/editor/breakpoint-enabled.xpm,
9226         (added) plugins/editor/program-counter.xpm,
9227         (added) plugins/editor/linemarker.xpm,
9228         plugins/editor/Makefile.am:
9229         Add or change marker pixmaps in scintilla and sourceview editor
9231         * plugins/document-manager/plugin.c,
9232         libanjuta/interfaces/libanjuta.idl,
9233         plugins/debug-manager/plugin.c,
9234         plugins/debug-manager/breakpoints.c
9235         plugins/gdb/debugger.c:
9236         Fix bug #376404, program counter marker is not displayed when debugger
9237         Return the selected editor or NULL (if file does not exist) with 
9238         ianjuta_document_manager_goto_file_line* functions
9239         Emit a change-location signal even if the program counter is in an
9240         unknown file
9242 2007-02-02  Naba Kumar  <naba@gnome.org>
9244         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9245         older bounties 'Done'.
9246         
9247 2007-02-02  Naba Kumar  <naba@gnome.org>
9249         * TODO.tasks: Fixed typop.
9251         Patch from James Liggett  <jrliggett@cox.net>:
9252         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9253         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9254         profiler plugin by James Liggett. Completes bounty bug #359478
9255         'Gprof performance profiler plugin'
9257 2007-02-01  Naba Kumar  <naba@gnome.org>
9259         * src/main.c: Renamed option name.
9261         * TODO.tasks: Marked "Test and fix all project wizards templates"
9262         bounty completed.
9263         
9264 2007-01-29  Johannes Schmid <jhs@gnome.org>
9266         * plugins/document-manager/plugin.c: (on_editor_changed):
9267         Added DEBUG_PRINT(...)
9268         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9269         implemented
9270         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9271         Fix language support plugin for sourceview editor (add some new
9272         language names)
9273         
9274         * plugins/sourceview/sourceview.c: (iindic_clear):
9275         Clear all indicators
9277 2007-01-29  Johannes Schmid <jhs@gnome.org>
9279         * TODO.tasks:
9280         Minor task currentions
9281         
9282         * libanjuta/interfaces/libanjuta.idl:
9283         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9284         (itext_editor_iface_init):
9285         * plugins/language-support-cpp-java/plugin.c: (install_support):
9286         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9287         (ieditor_get_attributes), (ieditor_iface_init):
9288         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9289         plugins.
9290         
9291         * plugins/sourceview/sourceview.glade:
9292         Fixed sourceview preference window
9294 2007-01-28  Naba Kumar  <naba@gnome.org>
9295         
9296         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9297         Implemented --no-files and --no-session command line options and
9298         corresponding preferernces checkboxes in General tab.
9300 2007-01-28  Johannes Schmid <jhs@gnome.org>
9302         * plugins/subversion/plugin.c:
9303         * plugins/subversion/plugin.h:
9304         * plugins/subversion/svn-notify.c: (svn_show_info),
9305         (show_svn_error), (on_svn_notify):
9306         * plugins/subversion/svn-notify.h:
9307         * plugins/subversion/svn-thread.c: (create_message_view),
9308         (svn_thread_start):
9309         Fixed error handling and fixed #394216 – No indication of subversion commands running
9310         
9311         * plugins/tools/execute.c: (atp_output_context_print):
9312         Show name of tool in message pane
9314 2007-01-28  Naba Kumar  <naba@gnome.org>
9315         
9316         * configure.in, plugins/glade/plugin.c: Make it work with
9317         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9318         
9319         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9320         from devhelp (won't work untill devhelp is fixed: bug #341170).
9321         
9322         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9323         
9324 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9326         Reviewed by Naba Kumar  <naba@gnome.org>:
9327         * libanjuta/interfaces/libanjuta.idl, 
9328         plugins/debug-manager/debugger.c,
9329         plugins/debug-manager/start.c,
9330         plugins/gdb/plugin.c,
9331         plugins/gdb/debugger.c,
9332         plugins/gdb/debugger.h:
9333         Fix a bug when launching gdb
9334         Set the terminal for the debugged program on the command line.
9336 2007-01-26  Johannes Schmid <jhs@gnome.org>
9338         * plugins/sourceview/anjuta-document-saver.c:
9339         (anjuta_document_saver_save):
9340         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9341         * plugins/sourceview/sourceview.c: (save_if_modified),
9342         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9343         Proper error handling, for example if a file was modified externally. Use backup files
9344         to avoid data-loss on disk full.
9346 2007-01-24  Naba Kumar  <naba@gnome.org>
9347         
9348         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9349         Fixed mem leak and source leak.
9350         
9351 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9353         Reviewed by Naba Kumar  <naba@gnome.org>:
9354         * plugins/debug-manager/debug_tree.c,
9355         plugins/debug-manager/debug_tree.h,
9356         plugins/debug-manager/watch.c:
9357         Partial rewrite of the variable object code, find and fix a few bugs
9358         Fix bug #395808: gdb can still crash but children are listed
9359         on request only so you can avoid the crash
9361 2007-01-24  Naba Kumar  <naba@gnome.org>
9362         
9363         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9364         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9365         plugins/symbol-browser/plugin.h,
9366         plugins/symbol-browser/plugin.c,
9367         plugins/symbol-browser/Makefile.am: Added current file (local)
9368         symbols view (Seriously getting bored with the browse toolbar).
9370 2007-01-22  Naba Kumar  <naba@gnome.org>
9371         
9372         Patch from Gabor Kelemen:
9373         * po/POTFILES.in: Added .plugin.in files.
9375 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9377         Reviewed by Naba Kumar  <naba@gnome.org>:
9378         * plugins/document-manager/anjuta-docman.c,
9379         plugins/message-view/anjuta-msgman.c
9380         Set right alignment to the label widget in the tab title.
9382 2007-01-21  Naba Kumar  <naba@gnome.org>
9383         
9384         * libegg/egg-combo-action.c: Fixed mode line.
9385         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9386         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9388 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9390         Reviewed by Naba Kumar  <naba@gnome.org>:
9391         * plugins/class-gen/plugin.c: Prompt for target before actually
9392         generating the class files. This ensures that the files are created in
9393         the correct directory. Fixes bug #397406.
9395         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9396         the class is added to the project.
9398 2007-01-21  Naba Kumar  <naba@gnome.org>
9400         * libanjuta/anjuta-plugin-description.c,
9401         libanjuta/anjuta-ui.h,
9402         libanjuta/anjuta-status.c,
9403         libanjuta/anjuta-plugin-description.h,
9404         libanjuta/cell-renderer-captioned-image.c,
9405         libanjuta/anjuta-plugin-handle.c,
9406         libanjuta/anjuta-status.h,
9407         libanjuta/resources.c,
9408         libanjuta/cell-renderer-captioned-image.h,
9409         libanjuta/glue-cpp.c,
9410         libanjuta/anjuta-plugin-handle.h,
9411         libanjuta/anjuta-plugin.c,
9412         libanjuta/anjuta-preferences-dialog.c,
9413         libanjuta/libanjuta.h,
9414         libanjuta/resources.h,
9415         libanjuta/glue-cpp.h,
9416         libanjuta/anjuta-plugin.h,
9417         libanjuta/anjuta-preferences-dialog.h,
9418         libanjuta/anjuta-plugin-manager.c,
9419         libanjuta/anjuta-shell.c,
9420         libanjuta/anjuta-plugin-manager.h,
9421         libanjuta/anjuta-shell.h,
9422         libanjuta/anjuta-save-prompt.c,
9423         libanjuta/anjuta-save-prompt.h,
9424         libanjuta/anjuta-children.c,
9425         libanjuta/anjuta-utils.c,
9426         libanjuta/anjuta-profile.c,
9427         libanjuta/anjuta-preferences.c,
9428         libanjuta/anjuta-launcher.c,
9429         libanjuta/anjuta-utils.h,
9430         libanjuta/anjuta-profile.h,
9431         libanjuta/anjuta-launcher.h,
9432         libanjuta/anjuta-ui.c: Updated file headers.
9434         * po/POTFILES.in: Updated.
9436         * libanjuta/anjuta-marshal.list,
9437         (added) libanjuta/anjuta-plugin-handle.c,
9438         (added) libanjuta/anjuta-plugin-handle.h,
9439         (added) libanjuta/anjuta-plugin-manager.c,
9440         (added) libanjuta/anjuta-plugin-manager.h,
9441         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9442         (added) libanjuta/anjuta-profile.c,
9443         (added) libanjuta/anjuta-profile.h,
9444         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9445         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9446         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9447         src/action-callbacks.c: Implemented AnjutaPluginManager
9448         class based on old plugins.[ch]. Implemented AnjutaProfile as
9449         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9450         class to represent plugins (not to be confused with plugin objects).
9451         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9452         implemented it in AnjutaApp and AnjutaTestShell.
9453         De-globalized plugin management and several clean ups.
9455         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9456         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9457         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9458         plugins/project-import/project-import.c,
9459         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9460         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9461         Fixed plugins for the change in API.
9463         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9464         file.
9465         
9466         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9468 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9470         Reviewed by Naba Kumar  <naba@gnome.org>:
9471         * libanjuta/anjuta-launcher.c,
9472         libanjuta/anjuta-launcher.h:
9473         Add a new function anjuta_set_terminate_on_exit to close the i/o
9474         channel when the child exit
9475         Return directly the status and not the exit code in child-exited
9476         signal
9478         * plugins/gdb/debugger.c:
9479         Use new function in debugger plugin
9481 2007-01-18  Johannes Schmid <jhs@gnome.org>
9483         * src/about.c: Do not show empty license information instead hide the button (#397883)
9485 2007-01-15  Johannes Schmid <jhs@gnome.org>
9487         * plugins/project-manager/plugin.c:
9488         * plugins/project-wizard/templates/python.wiz
9489         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9490         
9491         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9492         You will also need latest gnome-build svn       
9494 === anjuta 2.1.0 ===
9496 2007-01-14  Naba Kumar  <naba@gnome.org>
9498         * configure.in: Removed reference of mkfile project
9499         template to fix distcheck build error.
9500         * AUTHORS: Updated.
9501         * NEWS: Updated.
9502         * configure.in: Bumped version to 2.1.0 for beta release.
9503         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9504         crashes as soon as editing starts in normal text files.
9506 2007-01-14  Johannes Schmid <jhs@gnome.org>
9508         * configure.in
9509         * po/LINGUAS:
9510         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9512         * tagmanager/c.c:
9513         Patch from Massimo Cora' to hopefully fix #395362
9515         * plugins/project-wizard/templates/*:
9517         Fixed and tested all project-wizards. Deactivated mkfile project because
9518         it was totally broken and I don't see any real use for it.
9519         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9521 2007-01-14  Naba Kumar  <naba@gnome.org>
9523         * NEWS: Updated for release.
9524         
9525         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9526         
9527         * libanjuta/interfaces/libanjuta.idl,
9528         plugins/editor/text_editor_cbs.c,
9529         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9530         interface and implemented it for scintilla.
9531         
9532         * plugins/editor/text-editor.c: Fixed highlighing issues when
9533         used with indicators (particularly when the file is just opened).
9534         Fixes bug #377477 – when debugging, scintilla editor grays out all
9535         lines before current line.
9536         
9537         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9538         Maintain a separate list of indicated edtitors for separate contexts.
9539         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9540         
9541 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9543         Reviewed by Naba Kumar  <naba@gnome.org>:
9544         * plugins/debug-manager/plugin.c:
9545         Bug fix: breakpoints cannot be added after stopping the debugger
9547 2007-01-13  Naba Kumar  <naba@gnome.org>
9549         * NEWS: Updated for release.
9551 2007-01-12  Johannes Schmid <jhs@gnome.org>
9553         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9554         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9555         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9556         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9557         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9558         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9559         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9560         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9561         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9562         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9563         
9564         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9565         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9566         
9567         * plugins/sourceview/sourceview.c:
9568         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9569         on character positions.
9570         
9571 2007-01-12  Naba Kumar  <naba@gnome.org>
9573         * src/anjuta-app.c,
9574         plugins/project-manager/plugin.c,
9575         plugins/profile-default/plugin.c,
9576         libanjuta/anjuta-status.c,
9577         libanjuta/anjuta-status.h: Introduced an API for application title
9578         in AnjutaStatus. Set application title to project name.
9580 2007-01-11  Massimo Cora' <maxcvs@email.i>
9582         Reviewed by Naba Kumar  <naba@gnome.org>:
9583         * tagmanager/Makefile.am,
9584         plugins/symbol-browser/Makefile.am: removed installation for 
9585         test programs.
9587 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
9589         Reviewed by Naba Kumar  <naba@gnome.org>:
9590         * plugins/debug-manager/start.h,
9591         plugins/debug-manager/start.c,
9592         plugins/debug-manager/anjuta-debug-manager.ui,
9593         plugins/debug-manager/plugin.c:
9594         Partial fix for bug #392537
9596         * plugins/debug-manager/disassemble.c:
9597         Fix bug #392543
9599 2007-01-11  Naba Kumar  <naba@gnome.org>
9601         * src/anjuta.c: Load project seperately from session,
9602         so that project session is also loaded.
9603         
9604         * plugins/profile-default/plugin.c: Load project in new
9605         anjuta if there already is one loaded currently (disabled
9606         code for now).
9607         
9608         * plugins/editor/aneditor.cxx: Disconnect focus in/out
9609         signals when editor is destroyed. Fixes a crash bug.
9610         
9611         * plugins/editor/text_editor.c: Do not mark line in
9612         ianjuta_editor_goto_line() implementation.
9613         
9614         * plugins/search/search-replace.c: Always check for markable
9615         interface availablility because its optional for an editor.
9616         
9617         * plugins/document-manager/goto_line.c,
9618         plugins/document-manager/action-callbacks.c: Mark lines for
9619         goto line commands (from dialog and from menu entry box).
9620         
9621         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
9622         plugins/file-manager/an_file_view.c: Expand file manager
9623         nodes in idle loop, one at a time. Did as a possible work
9624         around for bug #361763, but it didn't make any difference.
9625         However, it could still be useful in situations where there
9626         are lots to expand.
9627         
9628         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
9630 2007-01-11  Naba Kumar  <naba@gnome.org>
9632         * plugins/editor/scintilla/LineMarker.h,
9633         plugins/editor/scintilla/LexBasic.cxx,
9634         plugins/editor/scintilla/LexHTML.cxx,
9635         plugins/editor/scintilla/include/SciLexer.h,
9636         plugins/editor/scintilla/include/Scintilla.h,
9637         plugins/editor/scintilla/include/Scintilla.iface,
9638         plugins/editor/scintilla/include/ScintillaWidget.h,
9639         plugins/editor/scintilla/LexBash.cxx,
9640         plugins/editor/scintilla/PlatGTK.cxx,
9641         plugins/editor/scintilla/ViewStyle.h,
9642         plugins/editor/scintilla/Editor.cxx,
9643         plugins/editor/scintilla/StyleContext.h,
9644         plugins/editor/scintilla/LexCPP.cxx,
9645         plugins/editor/scintilla/Converter.h,
9646         plugins/editor/scintilla/LexAU3.cxx,
9647         plugins/editor/scintilla/Editor.h,
9648         plugins/editor/scintilla/LexPerl.cxx,
9649         plugins/editor/scintilla/LexVB.cxx,
9650         plugins/editor/scintilla/ScintillaGTK.cxx,
9651         plugins/editor/scintilla/ViewStyle.cxx,
9652         plugins/editor/scintilla/PropSet.cxx,
9653         plugins/editor/scintilla/LexSQL.cxx,
9654         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
9655         version 1.71
9657 2007-01-11  Armin Burgmeier  <armin@arbur.net>
9659         Reviewed by Naba Kumar  <naba@gnome.org>:
9660         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
9661         selected for editing. This fixes bug #394218.
9663         * plugins/class-gen/plugin.c: Do not use project's root URI as project
9664         name if said URI is not known.
9666         * plugins/class-gen/window.c: When stripping function prefix away,
9667         include the trailing underscore because it is already set by the
9668         template.
9670         * plugins/class-gen/transform.c: Include "const char*" and "const
9671         gchar*" in the list for transforming a default C type to a GType.
9672         Don't access invalid memory when writing pointer_str in
9673         cg_transform_first_argument.
9675 2007-01-11  Naba Kumar  <naba@gnome.org>
9677         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
9678         pixmaps/anjuta.svg, pixmaps/Makefile.am,
9679         (renamed) pixmaps/anjuta_icon.png, src/main.c,
9680         libegg/test-actions.c, anjuta.desktop.in.in,
9681         anjuta.prj: Renamed application icon to 'anjuta.png' from
9682         'anjuta_icon.png'. Added more fields in desktop file.
9684         * mime/anjuta.xml: Added magic section.
9685         
9686         * (removed) mime/anjuta.applications,
9687         (removed) mime/anjuta.mime, mime/Makefile.am,
9688         (removed) mime/anjuta.keys,
9689         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
9690         registeration and added scalable icon. Also fixes bug #393680
9692 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
9694         Reviewed by Naba Kumar  <naba@gnome.org>:
9695         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
9696         and anjuta_status_progress_add_ticks() to check for progressbar 
9697         being realized before trying to update it.
9699 2007-01-10  Naba Kumar  <naba@gnome.org>
9701         * tagmanager/tm_workspace.c,
9702         po/POTFILES.in,
9703         plugins/debug-manager/Makefile.am,
9704         plugins/tools/scripts/Makefile.am,
9705         plugins/class-gen/plugin.c,
9706         plugins/class-gen/Makefile.am,
9707         global-tags/Makefile.am: Fixed make distcheck.
9709         * plugins/debug-manager/attach_process.c,
9710         plugins/debug-manager/attach_process.h,
9711         plugins/class-gen/action-callbacks.h,
9712         plugins/class-gen/action-callbacks.c,
9713         plugins/class-gen/class_gen.h,
9714         plugins/class-gen/class_gen.c: Deleted unused/old files.
9716         * (removed) scintilla, (added) plugins/editor/scintilla,
9717         plugins/editor/scintilla/lexers.make,
9718         plugins/editor/scintilla/Makefile.am,
9719         plugins/editor/Makefile.am
9720         configure.in, manuals/reference/libanjuta/Makefile.am
9721         Makefile.am: Moved scintilla to its right place.
9723 2007-01-09  Naba Kumar  <naba@gnome.org>
9725         * plugins/profile-default/plugin.c: Save project session before
9726         a new one is opened.
9728         * plugins/project-manager/plugin.c,
9729         plugins/project-manager/plugin.h,
9730         plugins/project-manager/anjuta-project-manager.ui,
9731         plugins/profile-default/plugin.c,
9732         plugins/profile-default/plugin.h,
9733         plugins/profile-default/Makefile.am,
9734         (added) plugins/profile-default/anjuta-default-profile.ui,
9735         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9736         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
9737         multiple projects support.
9738         
9739 2007-01-06  Armin Burgmeier  <armin@arbur.net>
9741         Reviewed by Naba Kumar  <naba@gnome.org>
9742         * plugins/class-gen/combo-flags.h:
9743         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
9744         enum, added a type parameter to selected signal. Select highlighted
9745         entry when pressing enter (but not unselect it if it was already
9746         selected) before closing the popup. Also accept input when clicking
9747         not into the popup.
9749         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
9750         according to selection type.
9752         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
9753         VOID:BOXED,ENUM.
9755 2007-01-08  Johannes Schmid <jhs@gnome.org>
9757   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
9758   * plugins/project-wizard/templates/gtkmm/Makefile.am
9759   * plugins/project-wizard/templates/python/configure.ac.tpl
9760   * plugins/project-wizard/templates/python/configure.in.tpl
9761   * plugins/project-wizard/templates/python/Makefile.am
9762   * plugins/project-wizard/templates/cpp/configure.ac.tpl
9763   * plugins/project-wizard/templates/cpp/configure.in.tpl
9764   * plugins/project-wizard/templates/cpp/Makefile.am
9765   * plugins/project-wizard/templates/terminal.wiz
9766   * plugins/project-wizard/templates/xlib-dock.wiz
9767   * plugins/project-wizard/templates/wxwin.wiz
9768   * plugins/project-wizard/templates/java.wiz
9769   * plugins/project-wizard/templates/xlib/configure.ac.tpl
9770   * plugins/project-wizard/templates/xlib/configure.in.tpl
9771   * plugins/project-wizard/templates/xlib/Makefile.am
9772   * plugins/project-wizard/templates/gcj/configure.ac.tpl
9773   * plugins/project-wizard/templates/gcj/configure.in.tpl
9774   * plugins/project-wizard/templates/gcj/Makefile.am
9775   * plugins/project-wizard/templates/terminal/configure.ac.tpl
9776   * plugins/project-wizard/templates/terminal/configure.in.tpl
9777   * plugins/project-wizard/templates/terminal/Makefile.am
9778   * plugins/project-wizard/templates/terminal/autogen.sh
9779   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
9780   * plugins/project-wizard/templates/wxwin/configure.in.tpl
9781   * plugins/project-wizard/templates/wxwin/Makefile.am
9782   * plugins/project-wizard/templates/gnome.wiz 
9783   * plugins/project-wizard/templates/java/configure.ac.tpl
9784   * plugins/project-wizard/templates/java/configure.in.tpl
9785   * plugins/project-wizard/templates/java/Makefile.am
9786   * plugins/project-wizard/templates/anjuta-plugin.wiz
9787   * plugins/project-wizard/templates/gtkmm.wiz
9788   * plugins/project-wizard/templates/python.wiz
9789   * plugins/project-wizard/templates/cpp.wiz
9790   * plugins/project-wizard/templates/gtk.wiz
9791   * plugins/project-wizard/templates/gcj.wiz
9792   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
9793   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
9794   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9796   Starting fixing of all project wizards:
9797   - rename configure.in to configure.ac
9798   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
9799   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
9800   (See #394184)
9801   
9802   * TODO.task: Added bug number to bounty
9804 2007-01-07  Johannes Schmid <jhs@gnome.org>
9806   *  plugins/build-basic-autotools.c:
9807   Fixed #392290 – Missed install as root option in project manager
9809 2007-01-07  Johannes Schmid <jhs@gnome.org>
9811   * plugins/sourceview/sourceview.c:
9812   Fixed #388731 – Odd editor behaviour after performing block-text operations
9813   Fixed #388727 – Block-tab does not work
9814   
9815   * plugins/sourceview/anjuta-document.h/c:
9816   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
9817   
9818   * configure.in:
9819   Require Gtk+ >= 2.10 for sourceview plugin
9821 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
9823         * libanjuta/anjuta-status.c:
9824         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
9826 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
9828         * configure.in,
9829         plugins/terminal/terminal.c:
9830         Fix bug #377027
9831         remove support for VTE < 0.9
9833 2007-01-06  Naba Kumar  <naba@gnome.org>
9835         * po/POTFILES.in: Updated
9837 2007-01-05  Adam Dingle  <adam@medovina.org>
9839         Reviewed by Naba Kumar  <naba@gnome.org>:
9840         * plugins/message-view/anjuta-message-manager-plugin.glade:
9841         Fixed bug #377903 (improve message color defaults).
9843 2007-01-05  Naba Kumar  <naba@gnome.org>
9845         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
9846         
9847 2007-01-03  Armin Burgmeier  <armin@arbur.net>
9849         Reviewed by  Naba Kumar  <naba@gnome.org>:
9850         * plugins/symbol-browser/test-class.h: Fixed block ends.
9852         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
9853         C-style-block comment.
9855         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
9856         allow lists when writing autogen definition files. This is required
9857         for the new class generator. Also fixed a wrong return value in
9858         npw_autogen_write_definition_file and set a GError in
9859         npw_autogen_execute when the output file could not be opened.
9861         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
9862         user interface.
9864         * plugins/class-gen/Makefile.am: Added templates subdir, removed
9865         goc_template_header and goc_template_source, added top_srcdir to
9866         includes, link against project wizard (also hopefully temporarily),
9867         removed class_gen.h, class_gen.c, action-callbacks.h,
9868         action-callbacks.c.
9870         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
9872         * plugins/class-gen/cell-renderer-flags.h:
9873         * plugins/class-gen/cell-renderer-flags.c:
9874         * plugins/class-gen/combo-flags.h:
9875         * plugins/class-gen/combo-flags.c:
9876         * plugins/class-gen/element-editor.c:
9877         * plugins/class-gen/element-editor.h:
9878         * plugins/class-gen/generator.c:
9879         * plugins/class-gen/generator.h:
9880         * plugins/class-gen/plugin.h:
9881         * plugins/class-gen/plugin.c:
9882         * plugins/class-gen/transform.c:
9883         * plugins/class-gen/transform.h:
9884         * plugins/class-gen/validator.c:
9885         * plugins/class-gen/validator.h:
9886         * plugins/class-gen/window.c:
9887         * plugins/class-gen/window.h: Rewrote class generator, it now allows
9888         adding of several class elements and uses autogen.
9890         * plugins/class-gen/templates/cc-header.tpl:
9891         * plugins/class-gen/templates/cc-source.tpl:
9892         * plugins/class-gen/templates/go-header.tpl:
9893         * plugins/class-gen/templates/go-source.tpl:
9894         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
9895         for the class generator.
9897         * configure.in: Added plugins/class-gen/templates/Makefile to output.
9899 2007-01-04  Naba Kumar  <naba@gnome.org>
9901         Patch from Nick Treleaven:
9902         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
9903         all matching symbols.
9904         
9905         Patches from  Maik Beckmann and Sébastien Granjoux:
9906         * plugins/profile-default/plugin.c,
9907         plugins/project-manager/plugin.c: Unescape project name. Fixes
9908         Bug #357151
9910 2007-01-04  Naba Kumar  <naba@gnome.org>
9912         * plugins/glade/plugin.c: Fixed compilation with
9913         older glade-3 version.
9914         
9915         Patch from Roland Illig:
9916         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
9917         plugins/sourceview/anjuta-document-saver.c,
9918         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
9919         are necessary to build anjuta on NetBSD 3.0
9921         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9922         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
9923         window manager in gnome.
9924         
9925 2007-01-02  Naba Kumar  <naba@gnome.org>
9926         
9927         * plugins/glade/plugin.c: Make it work with glade-3 svn.
9928         
9929 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
9931         Reviewed by Naba Kumar  <naba@gnome.org>:
9932         * libanjuta/interfaces/libanjuta.idl,
9933         plugins/debug-manager/Makefile.am,
9934         plugins/debug-manager/anjuta-marshal.list,
9935         plugins/debug-manager/debugger.c,
9936         plugins/debug-manager/sparse_buffer.c,
9937         plugins/debug-manager/sparse_buffer.h,
9938         plugins/debug-manager/sparse_view.c,
9939         plugins/debug-manager/sparse_view.h,
9940         plugins/debug-manager/disassemble.h,
9941         plugins/debug-manager/disassemble.c,
9942         plugins/debug-manager/anjuta-marshal.list,
9943         plugins/debug-manager/plugin.c,
9944         plugins/gdb/debugger.c,
9945         plugins/gdb/debugger.h,
9946         plugins/gdb/plugin.c:
9947         Add a disassembly view window
9949         * plugins/debug-manager/breakpoints.c,
9950         plugins/debug-manager/chunk_view.c,
9951         plugins/debug-manager/locals.c,
9952         plugins/debug-manager/memory.c,
9953         plugins/debug-manager/registers.c,
9954         plugins/debug-manager/stack_trace.c:
9955         Add some debugging information 
9957 2006-12-18  Naba Kumar  <naba@gnome.org>
9959         * configure.in, plugins/glade/plugin.c: Allow building against both
9960         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
9962 2006-12-03  Naba Kumar  <naba@gnome.org>
9963         
9964         * TODO.tasks: Marked a bounty completed.
9966 2006-11-24  Adam Dingle <adam@medovina.org>
9968         Reviewed by Naba Kumar  <naba@gnome.org>:
9969         * plugins/build-basic-autotools/build-basic-autotools.c,
9970         plugins/debug-manager/watch.c,
9971         plugins/document-manager/plugin.c, 
9972         plugins/patch/plugin.c,
9973         plugins/project-manager/plugin.c:
9974         Fixed bug #378879 (several command names need ellipses).
9976 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
9978         Reviewed by: Naba Kumar  <naba@gnome.org>
9979         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9980         GCC 4.1.2 (there are only two warnings remaining now when compiling
9981         plugins).
9983         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
9985         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
9986         macro so that the generated function support a NULL plugin parameter.
9988         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
9989         in debug_tree_find_expression by freeing memory returned by the call
9990         to gtk_tree_model_get instead of the parameter string.
9992 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
9994         * plugins/debug-manager/breakpoints.c:
9995         Fix bug #378850
9997         * plugins/debug-manager/anjuta-debug-manager.ui,
9998         plugins/debug-manager/debugger.c,
9999         plugins/debug-manager/plugin.c:
10000         Fix bug #378871
10002 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10004         * libanjuta/anjuta-launcher.c,
10005         plugins/gdb/debugger.c:
10006         Fix bug #377061
10008 2006-11-21  Naba Kumar  <naba@gnome.org>
10010         * plugins/search/search_preferences.c: Fixed build break.
10011         
10012 2006-11-20  Naba Kumar  <naba@gnome.org>
10013         
10014         Patch from Kjartan Maraas:
10015         * plugins/cvs-plugin/cvs-interface.c,
10016         plugins/document-manager/plugin.c,
10017         plugins/gtodo/interface.c,
10018         plugins/gtodo/libgtodo.h,
10019         plugins/message-view/anjuta-msgman.c,
10020         plugins/project-wizard/druid.c,
10021         plugins/search/search_preferences.c,
10022         plugins/sourceview/sourceview-prefs.c,
10023         plugins/terminal/terminal.c,
10024         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10026         Patch from Przemysław Grzegorczyk:
10027         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10028         plugins/subversion/anjuta-subversion.glade: Enable files in
10029         fileselection dialog. Fixes bug #376031.
10030         
10031 2006-11-17  Adam Dingle <adam@medovina.org>
10033         Reviewed by: Naba Kumar  <naba@gnome.org>
10034         * plugins/build-basic-autotools/build-basic-autotools.c
10035         * plugins/class-gen/anjuta-class-gen.plugin.in
10036         * plugins/debug-manager/breakpoints.c
10037         * plugins/debug-manager/plugin.c
10038         * plugins/devhelp/plugin.c
10039         * plugins/document-manager/plugin.c
10040         * plugins/gdb/debugger.c
10041         * plugins/glade/anjuta-glade.plugin.in
10042         * plugins/gtodo/plugin.c
10043         * plugins/language-support-cpp-java/plugin.c
10044         * plugins/message-view/plugin.c
10045         * plugins/project-import/anjuta-project-import.glade
10046         * plugins/project-import/anjuta-project-import.plugin.in
10047         * plugins/search/plugin.c
10048         * plugins/tools/scripts/tools-2.xml.in
10049         * plugins/valgrind/plugin.c
10050         * src/anjuta-actions.h:
10051         Fixed bug #376335 "menu items should be capitalized".  Minor
10052         grammar edits.
10054 2006-11-20  Naba Kumar  <naba@gnome.org>
10055         
10056         * configure.in: Fixed build.
10058         Patch from: Arjan Timmerman
10059         *configure.in: Make subvesion plugin build for apr 1.x.
10060         Fixes: Bug #364754.
10061         
10062 2006-11-20  Johannes Schmid <jhs@gnome.org>
10064         * configure.in
10065         * plugins/*/*.[ch]:
10066         Removed patches from Sylvain and Günther. They caused not problems but
10067         Naba was against them.
10069 2006-11-20  Johannes Schmid <jhs@gnome.org>
10071         * Removed me from MAINTAINERS
10073 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10075         * configure.in:
10076         Use apr-1 instead of apr-0
10078 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10080         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10081         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10082         and another bug occuring when parsing .pc file containing quotes.
10084 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10086         * plugins/*/*.[ch]: Use class macro for type casting.
10088         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10089         GCC 4.1.2 (there are only two warnings remaining now when compiling
10090         plugins).
10092         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10093         a memory leak in debug_tree_find_expression; g_free was called on
10094         the parameter instead of the memory allocated by gtk_tree_model_get.
10096         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10097         to declare and initialize the global type variable of the plugin.
10099 2006-10-31  Naba Kumar  <naba@gnome.org>
10101         * global-tags/create_global_tags.sh.in: Added an end message.
10102         
10103         * libanjuta/anjuta-launcher.h: Fixed indentation.
10104         
10105         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10106         creation to a) append the messages in right way, b) Connect signals
10107         to the view properly and c) Recreate the system-tags.cache at the
10108         end of the generation.
10110         * plugins/symbol-browser: Fixed action path (double
10111         click on sysmbols was not working).
10113         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10114         Fixed typedef and removed dead code.
10116         * tagmanager/c.c: Took the latest version from ctags source
10117         repository, because the one we had (from ctags 5.6) was broken.
10118         
10119         * global_tags/create_global_tags.sh.in: Reverted the patch from
10120         Sylvain because it was not right fix (and added a helpful comment).
10121         Used /bin/bash to fix the bashism and generated separate log files
10122         for each tag files in the same directory.
10123         
10124 2006-10-29  Naba Kumar  <naba@gnome.org>
10126         * plugins/editor/text_editor.c: Use a temporary file
10127         to save the editor and move it at the end to original
10128         file. This will prevent data corruption if file save
10129         failed for any reason. Also report proper errors when
10130         file save fails. Fixes bug #346575.
10131         
10132 2006-10-26  Naba Kumar  <naba@gnome.org>
10134         * plugins/document-manager/anjuta-docman.c: Do not load
10135         the same files with different path more than once (happens
10136         with symlinked files). Fixes Bug #323591.
10138 2006-10-25  Naba Kumar  <naba@gnome.org>
10140         * plugins/valgrind/vgactions.c: Fixed a warning.
10142 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10144         Reviewed by Naba Kumar  <naba@gnome.org>:
10146         * plugins/valgrind/vgtoolview.c:
10147         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10149         * plugins/valgrind/bugged-prg-test.c:
10150         No more warning during compilation with GCC 4.1.
10151         Program is still buggy in order to be used as a test of the
10152         plugin.
10154         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10155         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10156         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10157         plugins/valgrind/vgrule.c:
10158         No more warning during compilation with GCC 4.1.
10160         * plugins/valgrind/plugin.c:
10161         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10162         prototype (was missing from previous patch).
10164 2006-10-24  Naba Kumar  <naba@gnome.org>
10166         * plugins/glade/plugin.c: Show glade tree view, not list view.
10167         
10168         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10169         exited with glade plugin still loaded. Fixes Bug #364755.
10171         * plugins/document-manager/anjuta-document-manager.plugin.in:
10172         Added application/x-reject in accepted mime-types.
10173         
10174         * Changelog: Fixed changelog alignments.
10176 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10178         Reviewed by: Naba Kumar  <naba@gnome.org>
10179         
10180         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10181         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10182         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10183         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10184         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10185         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10186         plugins/valgrind/vgsearchbar.c:
10187         Use class macro for type casting.
10189         * plugins/valgrind/plugin.h:
10190         Don't force cast a GtkActionGroup to a GtkAction.
10192         * plugins/valgrind/plugin.c:
10193         Use correct API to get path of the preoject root when building
10194         the list of targets for the run action.
10195         Correct ordering of the construction of the preferences widgets.
10196         Only remove the valgrind widget if it is currently displayed.
10198         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10199         Return if check_valgrind_binary() fails.
10200         The ValgrindPluginPrefs object is initialized after the call to
10201         vg_action_new. Take a handle to the location of the pointer to
10202         the future object.
10204 2006-10-24  Naba Kumar  <naba@gnome.org>
10206         * HACKING: Updated coding sample.
10207         
10208         Patch from: Armin Burgmeier  <armin@arbur.net>
10209         * plugins/symbol-browser/test-class.h,
10210         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10211         
10212 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10214         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10215         * plugins/valgrind/vgtoolview.h:
10216         Correctly handle the argv / srcdir of vg_tool_view object. Do
10217         not leak memory associated with those arrays.
10219         * plugins/symbol-browser/an_symbol_prefs.c:
10220         Support unloading / reloading of the module (for example when
10221         closing a project and opening another one).
10223         * plugins/project-manager/plugin.c:
10224         Remove plugin widget before removing plugin itself, preventing
10225         a crash with valgrind plugin.
10227         * libanjuta/anjuta-preferences-dialog.c:
10228         Do not use the page_num returned by gtk_notebook_append_page to
10229         remove the page as it cause bugs when pages removal is not done
10230         in LIFO.
10232         * plugins/document-manager/anjuta-docman.c:
10233         Fix some GTK+ warnings.
10235         * global-tags/create_global_tags.sh.in:
10236         Rewrite script to remove bash-ism and use pkg-config directly
10237         instead of parsing the *.pc file by hand. This solve problems
10238         that occurred when one of the directory in PKG_CONFIG_PATH is
10239         empty.
10241 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10243         * plugins/glade/plugin.c: Fix build (#363884)
10245 2006-10-22  Johannes Schmid <jhs@gnome.org>
10247         * plugins/file-manager/an_file_view.c:
10248         * plugins/file-manager/plugin.c:
10249         * plugins/file-manager/plugin.h:
10250         Fix possible crasher when changing project-root uri when we try to restore open nodes
10251         * AUTHORS: Updated
10253 2006-10-19  Naba Kumar  <naba@gnome.org>
10255         Patch from: Juan Pablo Ugarte
10256         * plugins/glade/plugin.c: Include glade header
10257         correctly.
10258         
10259 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10260         
10261         * plugins/debug-manager/Makefile.am,
10262         plugins/debug-manager/sexy-icon-entry.h,
10263         plugins/debug-manager/sexy-icon-entry.c,
10264         plugins/debug-manager/dataview.c:
10265         Fix bug #358134 (Goto memory prompt)
10266         Use sexy-icon-entry from libsexy 0.1.10
10268         * plugins/debug-manager/debugger.c,
10269         plugins/debug-manager/plugin.c,
10270         plugins/debug-manager/start.c,
10271         plugins/gdb/debugger.c,
10272         plugins/gdb/plugin.c:
10273         Better error handling when starting and stopping debugger
10275 2006-10-13  Maik Beckmann <maik@eigenco.de>
10277         * src/action_callbacks.c:
10278         Fixed bug #361830 (AboutDialog does not close) which is caused 
10279         due to a change in Gtk+ 2.10  
10280   
10281 2006-10-12  Adam Dingle <adam@medovina.org>
10283         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10285         * plugins/search/search-replace.c:
10286         Fixed bug #358068 (indicate when Find in Files is complete)
10288         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10290         * plugins/sourceview/sourceview-prefs.c:
10291         * plugins/sourceview/sourceview.glade:
10292         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10294         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10296         * plugins/devhelp/plugin.c:
10297         * plugins/search/plugin.c: 
10298         Fixed bug #359750 (fix find/replace shortcut keys).
10300         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10301         use Alt+key for shortcuts)
10303         *  plugins/debug-manager/debug_tree.c:
10304         *  plugins/debug-manager/debugger.c:
10305         Fixed bug #359317 (can't load debug manager)
10307         * /plugins/document-manager/plugin.c:
10308         Fixed bug #359259 (highlight modes listed in reverse 
10309         alphabetical order).
10311 2006-10-10  Johannes Schmid <jhs@gnome.org>
10313         * plugins/glade/plugin.c:
10314         Add scrollbars to glade project window
10316 2006-10-10  Johannes Schmid <jhs@gnome.org>
10318         * libanjuta/interfaces/Makefile.am.iface:
10319         Fixed Makefile with broke build
10321 2006-10-07  Johannes Schmid <jhs@gnome.org>
10323         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10324         * libanjuta/interfaces/Makefile.iface.am:
10325         Fixed enum types generation
10327         * libanjuta/interfaces/libanjuta.idl:
10328         Fixed some strange typo
10330 2006-10-06  Johannes Schmid <jhs@gnome.org>
10332         * libanjuta/interfaces/Makefile.iface.am:
10333         Fixed enum-types.h generation
10334         * libanjuta/interfaces/libanjuta.idl:
10335         char* => gchar*
10336         IAnjutaTODO::load should take const gchar* argument
10337         Remove include to libanjuta/e-splash.h which is not installed as header file
10338         Disable get_attributes for now
10339         
10340         * pluings/sourceview/sourceview.c: Disabled get_attributes
10341         
10342         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10344 2006-10-05  Naba Kumar  <naba@gnome.org>
10346         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10347         Set bug id for 'Profiler plugin' task.
10349 2006-10-03  Naba Kumar  <naba@gnome.org>
10351         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10352         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10354         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10355         plugins/project-manager/plugin.c: Added a new API in
10356         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10357         Added some documentation. On project close, close all editors that
10358         has files opened for the project.
10359         
10360         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10361         from the containers on anjuta_shell_remove_widget(). Do not destroy
10362         glade widgets once created.
10363         
10364 2006-10-03  Johannes Schmid <jhs@gnome.org>
10366         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10367         * libanjuta/interfaces/libanjuta.idl:
10368         const-List<> => const List<>
10369         List-free<> => List<>
10370         
10371         * Makefile.am: Reenabled launcher
10373 2006-10-03  Johannes Schmid <jhs@gnome.org>
10375         * libanjuta/interfaces/Makefile.am.iface:
10376         Install libanjuta.idl
10378 2006-10-02  Adam Dingle <adam@medovina.org>
10380         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10382 2006-10-02  Adam Dingle <adam@medovina.org>
10384         * plugins/editor/style-editor.c: fixed bug #357534
10385         * plugins/gdb/utilities.h: removed 2 unused declarations
10387 2006-10-02  Johannes Schmid <jhs@gnome.org>
10389         * Makefile.am: disabled anjuta-launcher
10390         * libanjuta/Makefile.am:
10391         
10392         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10393         * libanjuta/glue-factory.c: (glue_factory_add_path),
10394         (glue_factory_get_path):
10395         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10396         * libanjuta/glue-factory.h:
10397         * libanjuta/glue-cpp.h:
10398         * libanjuta/glue-cpp.c:
10399         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10400         
10401         * libanjuta/interfaces/Makefile.am.iface:
10402         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10403         * libanjuta/interfaces/libanjuta.idl:
10404         Add a new features to idl compiler:
10405         List<Type> => List of Type
10406         List-free<Type> => List of Type, it is up to the caller to free items and list
10407         const-List(-free)<Type> = const List of Types
10408         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10409         
10410         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10411         (generic_cpp_class_create_code):
10412         Adapted to new project_manager interface
10413         
10414         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10415         * plugins/debug-manager/debugger.c:
10416         (ivariable_debugger_iface_init):
10417         Do not use C++ keyword "delete" for interface name
10418         
10419         * plugins/document-manager/anjuta-document-manager.plugin.in:
10420         Added m4 to mime-types
10421         
10422         * plugins/project-manager/plugin.c:
10423         (iproject_manager_add_source_multi):
10424         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10426 2006-10-01  Naba Kumar  <naba@gnome.org>
10428         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10429         UI file used when out-of-process devhelp is used instead of
10430         embedded devhelp.
10431         
10432         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10433         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10434         plugins/profile-default/default.anjuta: Build devhelp plugin,
10435         but use out-of-process devhelp if devhelp plugin is disabled
10436         (either by user or devhelp is not installed). Disabled devhelp
10437         plugin by default. Added it in default profile.
10439 2006-10-01  Naba Kumar  <naba@gnome.org>
10441         * plguins/project-manager/plugin.c: Possible fix for crash
10442         bug #358583.
10443         
10444         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10445         set dep to last version 3.0.2.
10446         
10447         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10448         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10449         plugins/symbol-browser/plugin.c: Use the right action group
10450         for getting popup actions (Fixes lots of assertion failures).
10452         * plugins/project-manager/plugin.c,
10453         plugins/project-manager/plugin.h: use separate action group
10454         for profie actions.
10455         
10456         * plugins/message-view/plugin.c: Disconnect session load
10457         signal on plugin deactivation (fixes a crash).
10459 2006-09-30  Naba Kumar  <naba@gnome.org>
10461         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10462         * TODO.tasks: Assigned a bounty to Massimo.
10464 2006-09-29  Naba Kumar  <naba@gnome.org>
10466         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10468 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10470         * plugins/debug-manager/debugger.c,
10471         plugins/debug-manager/plugin.c,
10472         libanjuta/interfaces/libanjuta.idl:
10473         Add a new abort command to quit debugger without waiting
10475         * plugins/gdb/debugger.c,
10476         plugins/gdb/debugger.h,
10477         plugins/gdb/plugin.c:
10478         Send a signal directly to the debugged program
10479         Implement abort command
10481         * plugins/debug-manager/debug_tree.c:
10482         Fix bug #358163
10484         * plugins/debug-manager/stack-trace.c:
10485         Fix bug #358009
10487 2006-09-29  Naba Kumar  <naba@gnome.org>
10489         * TODO.tasks: Updated.
10490         
10491         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10492         dialog.
10493         
10494         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10495         
10496         * TODO.tasks: Updated in light of the word wrapping fix
10497         in Tasks Manager. Added a test bounty entry.
10499         * TODO.tasks: Added four bounties.
10500         
10501 2006-09-28  Naba Kumar  <naba@gnome.org>
10503         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10504         Added 'customizable' parameter to
10505         anjuta_ui_add_action_group_entries() and similar functions to
10506         allow user configuration of the actions. Filter out actions that
10507         are not configurable items (such as submenu items). Now the
10508         'Customize shortcuts' dialog is much better listed.
10510         * plugins/build-basic-autotools/build-basic-autotools.c,
10511         plugins/build-basic-autotools/build-basic-autotools.h,
10512         plugins/cvs-plugin/plugin.c,
10513         plugins/cvs-plugin/plugin.h,
10514         plugins/debug-manager/breakpoints.c,
10515         plugins/debug-manager/plugin.c,
10516         plugins/debug-manager/stack_trace.c,
10517         plugins/debug-manager/watch.c,
10518         plugins/devhelp/plugin.c,
10519         plugins/document-manager/plugin.c,
10520         plugins/file-loader/plugin.c,
10521         plugins/file-manager/plugin.c,
10522         plugins/glade/plugin.c,
10523         plugins/gtodo/interface.c,
10524         plugins/gtodo/plugin.c,
10525         plugins/language-support-cpp-java/plugin.c,
10526         plugins/macro/plugin.c,
10527         plugins/macro/plugin.h,
10528         plugins/message-view/plugin.c,
10529         plugins/patch/plugin.c,
10530         plugins/profile-default/default.anjuta,
10531         plugins/project-manager/plugin.c,
10532         plugins/project-manager/plugin.h,
10533         plugins/sample1/plugin.c,
10534         plugins/search/plugin.c,
10535         plugins/subversion/plugin.c,
10536         plugins/subversion/plugin.h,
10537         plugins/symbol-browser/plugin.c,
10538         plugins/symbol-browser/plugin.h,
10539         plugins/tools/plugin.c,
10540         plugins/valgrind/plugin.c,
10541         plugins/valgrind/plugin.h: Fixed to take care of above change
10542         in API of AnjutaUI. Properly added/removed action groups in some
10543         plugins. Split action groups into customization and non-customizable
10544         groups and added them separately.
10546         * plugins/document-manager/plugin.c: Close files belonging to
10547         project when project is closed (not complete).
10548         
10549         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10550         vertical aligned cell entries.
10551         
10552         * src/anjuta-app.c: Define macros for the placeholder names.
10553         Set default widths and heights of the default placeholders,
10554         so that newly docked widgets are correclty sized.
10555         
10556         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10557         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10558         Fixed to generated correct actions addition/removal code.
10560 2006-09-25  Naba Kumar  <naba@gnome.org>
10562         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10563         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10564         class.
10565         
10566         * plugins/message-view/anjuta-msgman.c,
10567         plugins/message-view/anjuta-msgman.h,
10568         plugins/message-view/message-view.c,
10569         plugins/message-view/message-view.h,
10570         plugins/message-view/plugin.c: Serialize messages panes in
10571         session save and deserialize them in session load so that
10572         build messages persistant.
10573         
10574 2006-09-24  Johannes Schmid <jhs@gnome.org>
10576         * libanjuta/anjuta-utils.c:
10577         * plugins/message-view/message-view.c:
10578         Really fixed #355407
10580 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10582         * libanjuta/interfaces/libanjuta.idl:
10583         Change one variable sign
10585         * plugins/debug-manager/anjuta-debug-manager.glade,
10586         plugins/debug-manager/anjuta-debug-manager.ui:
10587         Few small interface changes     
10589         * plugins/debug-manager/debug_tree.h,
10590         plugins/debug-manager/watch.c,
10591         plugins/debug-manager/debugger.c,
10592         plugins/debug-manager/plugin.c
10593         plugins/gdb/debugger.c,
10594         plugins/gdb/plugin.c:
10595         Big rewrite of debugger queue
10596         Allow to cancel command
10598         * plugins/debug-manager/memory.c:
10599         Fix a bug if a command is cancelled
10601 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
10603         * plugins/gdb/debugger.c,
10604         plugins/debug-manager/debug_tree.c,
10605         plugins/debug-manager/locals.c:
10606         Restore tree representation for local variable
10607         Add argument in local variable list
10608         Use gdb variable object to get all informations
10610 2006-09-19  Naba Kumar  <naba@gnome.org>
10612         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
10613         that implements AnjutaSavePrompt class.
10615         * ChangeLog: Fixed indentation.
10616         
10617         * libanjuta/Makefile.am,
10618         libanjuta/anjuta-marshal.list,
10619         libanjuta/anjuta-shell.c,
10620         libanjuta/anjuta-shell.h,
10621         plugins/document-manager/action-callbacks.c,
10622         plugins/document-manager/action-callbacks.h,
10623         plugins/document-manager/anjuta-docman.c,
10624         plugins/document-manager/anjuta-docman.h,
10625         plugins/document-manager/plugin.c,
10626         src/anjuta.c: Impletemnted save prompt dialog to prompt for
10627         unsaved items during exit. A new signal is added in shell
10628         interface called 'save-prompt' to collect all unsaved items.
10629         Create AnjutaSavePrompt class (dialog) to process unsaved items.
10630         Fixed document manager to use the new save-prompt signal in shell
10631         and AnjutaSavePrompt object for unsaved files. Cleaned up
10632         AnjutaDocman to synchronously save new files. Fixed function
10633         names.
10635 2006-09-18  Johannes Schmid <jhs@gnome.org>
10637         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
10638         gdl requirement to 0.7.0
10640 2006-09-18  Johannes Schmid <jhs@gnome.org>
10642         * global-tags/.cvsignore:
10643         * global-tags/Makefile.am:
10644         * global-tags/create_global_tags.sh (removed):
10645         * global-tags/create_global_tags.sh.in (added):
10646         Fixed #355407
10647         
10648         * libanjuta/anjuta-launcher.c:
10649         Fixed #349374
10650         
10651         * plugins/project-manager/plugin.c:
10652         (project_manager_plugin_close_project):
10653         Fixed crasher
10654         
10655         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
10656         Fixed gtk critical
10657         
10658         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
10659         More reasonable toolbar creation/deletition though it does
10660         not completly work!
10662 2006-09-15  Johannes Schmid <jhs@gnome.org>
10664         * libanjuta/anjuta-utils.c/.h:
10665         Fixed #355168
10667 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
10669         * scintilla/ScintillaGTK.cxx
10670         Fixed doulbe freeing in Scintilla
10672 2006-09-12  Johannes Schmid  <jhs@gnome.org>
10674         * plugins/symbol-browser/an_symbol_prefs.c:
10675         Support unloading / reloading of the module (for example when
10676         closing a project and opening another one).
10678         * plugins/project-manager/plugin.c:
10679         Really fixed #355148 (Show project name in title bar)
10681 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10683         * libanjuta/plugins.c:
10684         Fixed #355156 (Show plugins in alphabetical order)
10686 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10688         * plugins/project-manager/plugin.c:
10689         Fixed #355148 (Show project name in title bar)
10691 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10693         * plugins/project-manager/plugin.c:
10694         (value_removed_project_root_uri):
10695         Fixed crasher if project cannot be opened
10697 2006-08-30 Naba Kumar  <naba@gnome.org>
10699         * plugins/language-support-cpp-java/plugin.[c,h],
10700         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10701         Impletemnted UI for auto indent.
10702         
10703 2006-08-28 Naba Kumar  <naba@gnome.org>
10704         
10705         * plugins/gvim/.cvsignore,
10706         plugins/gvim/Makefile.am,
10707         plugins/gvim/anjuta-vim-plugin.png,
10708         plugins/gvim/anjuta-vim.c,
10709         plugins/gvim/anjuta-vim.h,
10710         plugins/gvim/anjuta-vim.plugin.in,
10711         plugins/gvim/gtkvim.c,
10712         plugins/gvim/gtkvim.h,
10713         plugins/gvim/plugin.c,
10714         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
10715         in build yet.
10717 2006-08-28 Naba Kumar  <naba@gnome.org>
10719         Patch from: Massimo Corà  <maxcvs@email.it>
10720         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
10721         possible infinite loop.
10723 2006-08-22 Adam Dingle <adam@medovina.org>
10724         
10725         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
10726         to edit are shown in the preferences dialog in anjuta").
10727         Removed unused widgets from the style editor dialog.
10729 2006-08-21  Johannes Schmid <jhs@gnome.org>
10731         * plugins/symbol-browser/test-class.[cpp/h]
10732         Added missing files
10734 2006-08-18  Naba Kumar  <naba@gnome.org>
10736         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
10737         end of document loading.
10739         * plugins/language-support-cpp-java/plugin.c,
10740         plugins/sourceview/sourceview.c: Fixed plugin loading.
10742 2006-08-17  Naba Kumar  <naba@gnome.org>
10744         * plugins/language-support-cpp-java/plugin.c,
10745         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
10746         mode line parsing. Indentation parameters initialized based on
10747         mode line parameters.
10749 2006-08-16  Naba Kumar  <naba@gnome.org>
10751         * Makefile.am, plugins/editor/text_editor.c,
10752         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
10753         comments.
10755 2006-08-16 Naba Kumar  <naba@gnome.org>
10757         Patch from  Massimo Cora'  <maxcvs@email.it>:
10758         
10759         * plugins/editor/aneditor-autocomplete.cxx,
10760         plugins/editor/aneditor-calltip.cxx,
10761         plugins/symbol-browser/Makefile.am,
10762         plugins/symbol-browser/an_symbol.c,
10763         plugins/symbol-browser/an_symbol_view.c,
10764         plugins/symbol-browser/plugin.c,
10765         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
10766         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
10767         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
10768         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
10769         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
10770         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
10771         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
10772         tagmanager/get.h, tagmanager/html.c,
10773         tagmanager/include/tm_source_file.h,
10774         tagmanager/include/tm_tag.h,
10775         tagmanager/include/tm_workspace.h,
10776         tagmanager/jscript.c, tagmanager/keyword.c,
10777         tagmanager/keyword.h, tagmanager/lisp.c,
10778         tagmanager/lregex.c, tagmanager/lua.c,
10779         tagmanager/main.h, tagmanager/make.c,
10780         tagmanager/options.c, tagmanager/options.h,
10781         tagmanager/parse.c, tagmanager/parse.h,
10782         tagmanager/parsers.h, tagmanager/pascal.c,
10783         tagmanager/perl.c, tagmanager/php.c,
10784         tagmanager/python.c, tagmanager/read.c,
10785         tagmanager/read.h, tagmanager/readtags.c,
10786         tagmanager/readtags.h, tagmanager/rexx.c,
10787         tagmanager/routines.c, tagmanager/routines.h,
10788         tagmanager/ruby.c, tagmanager/scheme.c,
10789         tagmanager/sh.c, tagmanager/slang.c,
10790         tagmanager/sml.c, tagmanager/sort.c,
10791         tagmanager/sort.h, tagmanager/sql.c,
10792         tagmanager/strlist.c, tagmanager/strlist.h,
10793         tagmanager/tcl.c, tagmanager/tm_source_file.c,
10794         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
10795         tagmanager/tm_workspace.c, tagmanager/verilog.c,
10796         tagmanager/vim.c, tagmanager/vstring.c,
10797         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
10798         5.6 and namespace completion fixed.
10800         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10801         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
10803 2006-08-15 Naba Kumar  <naba@gnome.org>
10805         * libanjuta/interfaces/libanjuta.idl,
10806         plugins/editor/text-editor-iterable.c,
10807         plugins/editor/text_editor.c,
10808         plugins/sourceview/sourceview-cell.c,
10809         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
10810         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
10811         ianjuta_editor_end_action().
10812         
10813         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
10815 2006-08-13 Naba Kumar  <naba@gnome.org>
10817         * plugins/debug-manager/breakpoints.c,
10818         plugins/debug-manager/memory.c,
10819         plugins/debug-manager/registers.c,
10820         src/layout.xml: Fixed debugger widgets layout.
10822 2006-08-12 Naba Kumar  <naba@gnome.org>
10824         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
10825         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
10826         plugins/editor/editor.glade, plugins/editor/text_editor.h,
10827         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
10828         codes and dead codes. Removed automatic indentation prefs.
10830 2006-08-12  Johannes Schmid <jhs@gnome.org>
10832         * libanjuta/Makefile.am:
10833         * libanjuta/anjuta-launcher.c:
10834         * libanjuta/anjuta-launcher.h:
10835         * libanjuta/anjuta-plugin.c:
10836         * libanjuta/anjuta-plugin.h:
10837         * libanjuta/anjuta-preferences.c:
10838         * libanjuta/anjuta-preferences.h:
10839         * libanjuta/anjuta-shell.c:
10840         * libanjuta/anjuta-shell.h:
10841         * libanjuta/libanjuta.h:
10842         
10843         Made wrapper friendly:
10844         - no inline in header files (preferences_set/get)
10845         - correct signal names
10846         - correct GError** argument in anjuta_shell_freeze/thaw
10847         - include correct files in libanjuta.h
10848         
10849         * plugins/project-manager/plugin.c: 
10850         Fixed two crashers
10852 2006-08-11 Naba Kumar  <naba@gnome.org>
10854         * plugins/editor/aneditor-priv.h,
10855         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
10856         
10857         * plugins/editor/text_editor_cbs.c,
10858         plugins/sourceview/anjuta-view.c: Pass the right position for char
10859         added signal.
10860         
10861         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
10862         
10863         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
10865 2006-08-11 Naba Kumar  <naba@gnome.org>
10867         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
10868         return the right character at the iter position and get_char() to
10869         not leak memory.
10871         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
10872         to set to character offset and not byte index.
10874         * plugins/language-support-cpp-java/plugin.c: Improved
10875         auto-indentation login. Indents opening and closing braces correctly.
10877 2006-08-10  Johannes Schmid <jhs@gnome.org>
10879         * INSTALL:
10880         * autogen.sh:
10881         Required automake = 1.9
10883         * libanjuta/anjuta-children.c:
10884         * libanjuta/anjuta-children.h:
10885         * libanjuta/anjuta-encodings.h:
10886         * libanjuta/anjuta-launcher.h:
10887         * libanjuta/anjuta-plugin-description.h:
10888         * libanjuta/anjuta-preferences-dialog.h:
10889         * libanjuta/anjuta-preferences.h:
10890         * libanjuta/anjuta-session.h:
10891         * libanjuta/anjuta-status.h:
10892         * libanjuta/anjuta-ui.h:
10893         * libanjuta/anjuta-utils.c:
10894         * libanjuta/anjuta-utils.h:
10895         * libanjuta/e-splash.h:
10896         * libanjuta/glue-factory.h:
10897         * libanjuta/glue-plugin.h:
10898         * libanjuta/plugins.h:
10899         * libanjuta/resources.h:
10900         Fixed libanjuta to be able to wrap it
10901         - G_BEGIN_DECLS, G_END_DECLS
10902         - include all necessary files in libanjuta.h
10904         * plugins/gtodo/tray-icon.c:
10905         * plugins/terminal/terminal.c:
10906         Some build fixes for freebsd
10908         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10909         * plugins/sourceview/sourceview.glade:
10910         Remove auto-indent feature as it is now in language-support
10912 2006-08-09 Naba Kumar  <naba@gnome.org>
10914         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
10915         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10916         Added missing files.
10918         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
10919         get_use_spaces(), set_tabsize() and set_use_spaces().
10921 2006-08-09 Naba Kumar  <naba@gnome.org>
10923         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
10924         succeeded in activating.
10926         * plugins/document-manager/plugin.c: Added debug message.
10928         * libanjuta/interfaces/libanjuta.idl,
10929         plugins/editor/text_editor.c: Implemented get_tabsize(),
10930         get_use_spaces(), set_tabsize() and set_use_spaces().
10932         * plugins/language-support-cpp-java/Makefile.am,
10933         plugins/language-support-cpp-java/plugin.c,
10934         plugins/language-support-cpp-java/plugin.h: Used editor parameters
10935         for indentation. Added preferences page for paramenters.
10937         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
10939 2006-08-08 Naba Kumar  <naba@gnome.org>
10941         * libanjuta/interfaces/libanjuta.idl,
10942         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10943         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10944         plugins/editor/text_editor.c,
10945         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
10946         and implemented it for both scintilla and sourceview.
10948         * plugins/search/plugin.c: Use the new grab_focus() to transfer
10949         focus back to editor (happens when pressing esc in incremental
10950         search box).
10952 2006-08-08 Naba Kumar  <naba@gnome.org>
10954         * libanjuta/interfaces/libanjuta.idl,
10955         plugins/editor/text_editor.c,
10956         plugins/editor/text_editor.h,
10957         plugins/editor/text-editor-iterable.c,
10958         plugins/sourceview/sourceview-cell.c,
10959         plugins/sourceview/sourceview.c: Implemented editor attributes
10960         methods.
10961         
10962         * plugins/editor/aneditor.cxx: Disabled old indentation code.
10963         plugins/language-support-cpp-java/plugin.c: Implemented indentation
10964         code (not complete yet).
10966         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
10967         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
10968         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10969         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
10970         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10971         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
10973 2006-08-04 Naba Kumar  <naba@gnome.org>
10975         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
10976         implementation.
10977         
10978 2006-08-03  Johannes Schmid <jhs@gnome.org>
10980         * configure.in: Add a more informative text to valgrind plugin
10982         * TODO.tasks:
10983         Modified Preferences tasl
10984         * libanjuta/anjuta-plugin.c: 
10985         * libanjuta/anjuta-preferences-dialog.c: 
10986         * libanjuta/anjuta-preferences-dialog.h:
10987         * libanjuta/anjuta-preferences.c:
10988         * libanjuta/anjuta-preferences.h:
10989         * libanjuta/interfaces/Makefile.am.iface:
10990         * libanjuta/interfaces/libanjuta.idl:
10991         Added IAnjutaPreferences interface which every plugin that has preferences should
10992         implement. Call merge() and unmerge() at plugin activation/deactivation.
10993         Fixed preferences_page_remove()
10994         
10995         * plugins/build-basic-autotools/build-basic-autotools.c:
10996         * plugins/cvs-plugin/plugin.c: 
10997         * plugins/document-manager/plugin.c:
10998         * plugins/editor/plugin.c:
10999         * plugins/editor/plugin.h:
11000         * plugins/file-manager/plugin.c: 
11001         * plugins/gtodo/main.h:
11002         * plugins/gtodo/plugin.c: 
11003         * plugins/gtodo/preferences.c: 
11004         * plugins/message-view/anjuta-msgman.c: 
11005         * plugins/message-view/anjuta-msgman.h:
11006         * plugins/message-view/plugin.c:
11007         * plugins/sourceview/plugin.c: 
11008         * plugins/sourceview/plugin.h:
11009         * plugins/symbol-browser/an_symbol_prefs.c:
11010         * plugins/symbol-browser/plugin.c: 
11011         * plugins/terminal/terminal.c: 
11012         * plugins/valgrind/plugin.c
11013         * src/anjuta-app.c:
11014         
11015         Updated preference loading/unloading for all plugins
11017 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11018         
11019         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11020         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11021     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11022         recommended by the autoconf manual. 
11023         - Fixes compiling with autoconf 2.60.
11024         
11025         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11027 2006-08-02      Johanes Schmid <jhs@gnome.org>
11029         * plugins/profile-default/plugin.c:
11030         Fixed session handling
11032 2006-08-01  Johannes Schmid <jhs@gnome.org>
11034         * configure.in
11035         * plugins/Makefile.am:
11036         Disabled devhelp and glade for now as they do not work (#341073
11037         and #341170)
11038         
11039         * plugins/profile-default/anjuta-default-profile.ui (removed):
11040         * plugins/profile-default/plugin.c:
11041         * plugins/profile-default/plugin.h:
11042         * plugins/project-manager/anjuta-project-manager.ui:
11043         * plugins/project-manager/plugin.c:
11044         * plugins/project-manager/plugin.h:
11045         Limted multiple project support #315043
11047         * libanjuta/interfaces/libanjuta.idl:
11048         Added ianjuta_profile_unload
11050 2006-07-31 Naba Kumar  <naba@gnome.org>
11052         * libanjuta/interfaces/libanjuta.idl,
11053         plugins/editor/text-editor-iterable.c,
11054         plugins/editor/text_editor.c,
11055         plugins/sourceview/anjuta-view.c,
11056         plugins/sourceview/anjuta-view.h,
11057         plugins/sourceview/sourceview.c: Fixed text iteration and 
11058         IAnjutaEditor implementations in both scintilla
11059         and sourceview. Cleand up libanjuta API: Removed redundant
11060         erase_range() method from IAnjutaEditor interface, fixed
11061         ianjuta_editor_get_text to take length instead of range (consistency).
11062         autoindentation in both sourceview and scintilla more or less works,
11063         but still disabled for now because there are still some anomalies
11064         in text iteration.
11066         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11068         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11069         API changes.
11071 2006-07-30  Johannes Schmid <jhs@gnome.org>
11073         * plugins/sourceview/anjuta-document.c:
11074         * plugins/sourceview/anjuta-document.h:
11075         * plugins/sourceview/anjuta-view.c: 
11076         * plugins/sourceview/sourceview.c:
11077         Wrote a new "char_added" implementation, I hope this one is good
11079         * plugins/sourceview/sourceview-cell.c:
11080         Fixed typo: "text_iter" instead of "iter"
11082 2006-07-30 Naba Kumar  <naba@gnome.org>
11084         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11086 2006-07-30  Johannes Schmid <jhs@gnome.org>
11088         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11089         
11090         * plugins/debug-manager/plugin.c: 
11091         * plugins/patch/plugin.c:
11092         Use IAnjutaIndicable to mark debugger position
11094         * plugins/sourceview/sourceview.c:
11095         Define colors for IAnjutaIndicable
11097 2006-07-29  Johannes Schmid <jhs@gnome.org>
11099         * plugins/debug-manager/anjuta-debug-manager.ui:
11100         * plugins/debug-manager/breakpoints.c:
11101         * plugins/debug-manager/images/Makefile.am:
11102         * plugins/debug-manager/images/run-to-cursor.png:
11103         * plugins/debug-manager/plugin.c:
11104         Added toolbar and some icons
11106         * plugins/patch/anjuta-patch.ui:
11107         * plugins/patch/patch-plugin.c:
11108         * plugins/patch/patch-plugin.glade:
11109         * plugins/patch/plugin.c:
11110         * plugins/patch/plugin.h:
11111         Improved patch plugin (GUI and function)
11113         * plugins/sourceview/sourceview.c:
11114         Fixed another Gtk-Critical
11116         * plugins/tools/anjuta-tools.ui:
11117         * plugins/tools/plugin.h:
11118         Put Patch plugin in tools menu and changed ui file
11120 2006-07-29  Johannes Schmid <jhs@gnome.org>
11122         * plugins/document-manager/plugin.c:
11123         Fixed accelator Gtk-Warning
11125         * plugins/message-view/anjuta-msgman.c: 
11126         Fixed Gtk-Warning
11128         * plugins/sourceview/anjuta-document.c:
11129         * plugins/sourceview/anjuta-document.h:
11130         * plugins/sourceview/anjuta-marshal.list:
11131         Wrote a better emitter for the char-added signal
11133         * plugins/sourceview/sourceview.c:
11134         Fixed Redo/Undo to void Gtk-Criticals
11135         
11136         * plugins/sourceview/sourceview-args.c:
11137         * plugins/sourceview/sourceview-cell.c:
11138         * plugins/sourceview/sourceview-scope.c:
11139         * plugins/sourceview/sourceview-tags.c: 
11140         Adapted to new IAnjutaIterator API
11142 2006-07-28 Naba Kumar  <naba@gnome.org>
11144         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11146         * plugins/symbol-browser/an_symbol.c,
11147         plugins/symbol-browser/an_symbol_iter.c,
11148         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11149         subclass of AnjutaSymbol so that the symbol is accessible from
11150         the iter in light of changes in IAnjutaIterable.
11152         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11153         implementation of IAnjutaIterable.
11155 2006-07-28 Naba Kumar  <naba@gnome.org>
11157         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11158         IAnjutaIterable. They were kind of useless since the interface is
11159         defined on the data object itself. Added set_position() method
11160         in IAnjutaIterable to allow setting arbitrary current index to the
11161         iter.
11162         Added erase() and erase_range() in IAnjutaEditor.
11164         * plugins/editor/text-editor-iterable.c: Fixed 
11165         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11166         methods in editor. Fixed get_line_from_position() method.
11168         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11169         code. It's disabled for now.
11171         * plugins/sourceview/sourceview-cell.c,
11172         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11173         implementation.
11175 2006-07-27  Johannes Schmid <jhs@gnome.org>
11177         * plugins/sourceview/sourceview-cell.c:
11178         Fixed IAnjutaEditorCell to work only on a single line
11179         Fixed crasher in finalize
11181         * plugins/symbol-browser/an_symbol_prefs.c:
11182         * global-tags/Makefile.am:
11183         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11184         script installation     
11186 2006-07-26 Naba Kumar  <naba@gnome.org>
11188         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11189         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11190         
11191         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11192         
11193         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11194         support plugins
11195         
11196         * plugins/editor/text-editor-iterable.c,
11197         plugins/editor/text_editor.c,
11198         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11199         method to work correctly, it was ignoring start and end parameters.
11200         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11201         emission.
11202         
11203         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11204         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11206 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11208         * plugins/symbol-browser/an_symbol_view.c,
11209         plugins/symbol-browser/an_symbol_view.h,
11210         plugins/symbol-browser/plugin.c:
11211     fix a matching case into sv_extract_type_qualifier_from_expr ()
11212     and some minor issues.
11214 2006-07-26  Johannes Schmid <jhs@gnome.org>
11216         * plugins/language-support-cpp-java/plugin.c:
11217         Fixed to work kind of with sourceview editor
11218         * plugins/sourceview/anjuta-document.c: 
11219         * plugins/sourceview/anjuta-view.c: 
11220         * plugins/sourceview/sourceview-cell.c:
11221         * plugins/sourceview/sourceview.c:
11222         Fixed IAnjutaEditorCell and "char-added" signal
11224 2006-07-24 Naba Kumar  <naba@gnome.org>
11226         * plugins/document-manager/plugin.c,
11227         plugins/document-manager/plugin.h: Initial implementedion for loading
11228         support plugins.
11229         
11230         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11231         implementation.
11232         
11233         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11234         indicators are cleared (that leaved grey texts).
11236 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11238         * libanjuta/interfaces/libanjuta.idl,
11239         plugins/debug-manager/breakpoints.c,
11240         plugins/debug-manager/memory.c,
11241         plugins/debug-manager/registers.c,
11242         plugins/debug-manager/debug_tree.c,
11243         plugins/debug-manager/debugger.c,
11244         plugins/gdb/debugger.c,
11245         plugins/gdb/debugger.h,
11246         plugins/gdb/plugin.c:
11247         Add a parameter for reporting error
11248         Add a new interface for using gdb variable object
11249         Allow to cancel commands
11250         Rewrite handling of debugger state
11252         * plugins/debug-manager/plugin.c,
11253         plugins/debug-manager/locals.c,
11254         plugins/debug-manager/locals.h,
11255         plugins/debug-manager/register.c,
11256         plugins/debug-manager/stack_trace.c,
11257         plugins/debug-manager/stack_trace.h:
11258         Create and destroy local and stack trace windows when needed
11260 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11262         * plugins/document-manager/plugin.c:
11263         Fixed "Automatic" highlighting
11265 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11267         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11269         * plugins/sourceview/anjuta-view.c:
11270         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11272 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11273         
11274         * configure.in: Check for C/C++-Compiler correctly
11276 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11278         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11280         * plugins/debug-manager/stack_trace.c:
11281         Destroy stack window when debuuger is disabled (#347414)
11282         
11283         * plugins/sourceview/anjuta-view.c:
11284         Fix a crash with popup-menu (#347412)
11286 2006-07-13 Naba Kumar  <naba@gnome.org>
11288         * plugins/editor/Makefile.am,
11289         plugins/editor/text_editor.h,
11290         plugins/editor/text-editor-iterable.h,
11291         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11292         tested yet).
11293         
11294         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11295         code.
11296         
11297         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11299 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11301         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11302         Bug #342937
11303         
11304 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11306         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11308         * libanjuta/anjuta-preferences-dialog.c:
11309         Do not use the page_num returned by gtk_notebook_append_page to
11310         remove the page as it cause bugs when pages removal is not done
11311         in LIFO.
11313         * plugins/document-manager/anjuta-docman.c:
11314         * src/anjuta-app.c:
11315         makes Anjuta display dock_items which have previously been hidden
11317 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11319         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11321         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11322         * plugins/sourceview/sourceview.c: (imark_unmark):
11323         
11324         Patches for bugs #346450 and #346295
11325         
11326         * AUTHORS: Added Fredrik
11328 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11330         * plugins/message-view/anjuta-msgman.c: 
11331         Fixed close button/icon size (like in docman)
11333 2006-06-10 Naba Kumar <naba@gnome.org>
11335         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11336         being set.
11337         
11338 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11340         * libanjuta/interfaces/libanjuta.idl:
11341         Move inspect_memory function in IAnjutaCpuDebugger interface
11342         Rename Boolean type to State
11344         * plugins/debug-manager/breakpoint.c:
11345         Rename Boolean type to State
11347         * plugins/debug-manager/Makefile.am,
11348         plugins/debug-manager/anjuta-marshal.list,
11349         plugins/debug-manager/data_view.c,
11350         plugins/debug-manager/data_view.h,
11351         plugins/debug-manager/data_buffer.c,
11352         plugins/debug-manager/data_buffer.h,
11353         plugins/debug-manager/chunk_view.c,
11354         plugins/debug-manager/chunk_view.h,
11355         plugins/debug-manager/anjuta-debug-manager.ui,
11356         plugins/debug-manager/debugger.c,
11357         plugins/debug-manager/memory.c,
11358         plugins/debug-manager/memory.h,
11359         plugins/debug-manager/plugin.c,
11360         plugins/gdb/debugger.c,
11361         plugins/gdb/debugger.h,
11362         plugins/gdb/plugin.c:
11363         Rewrite memory window using a special widget
11364         Rename Boolean type to State
11366 2006-06-08 Naba Kumar <naba@gnome.org>
11368         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11369         Do not return garbage characters and return NULL when there is no
11370         current word.
11371         
11372         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11373         work correctly.
11374         
11375         * plugins/search/search-replace.c: Fixed a mem leak.
11377 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11379         * libanjuta/anjuta-launcher.c:
11380         Added debug message (see #343522)
11381         
11382         * plugins/build-basic-autotools/build-basic-autotools.c:
11383         Patch from Günther Brammer to fix #344015
11385         * plugins/sourceview/sourceview.c:
11386         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11387         automatic highlight of build messages)
11389 2006-06-06 Naba Kumar <naba@gnome.org>
11391         * configure.in,
11392         libanjuta/interfaces/libanjuta.idl,
11393         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11394         plugins/Makefile.am,
11395         plugins/document-manager/action-callbacks.c,
11396         plugins/document-manager/plugin.c,
11397         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11398         interface for language highlight selection and langauge change
11399         signal.
11400         
11401         * plugins/language-support-cpp-java: Added language support
11402         plugin for cpp and java.
11404 2006-05-27  Naba Kumar  <naba@gnome.org>
11406         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11407         plugins/debug-manager/*, data/Makefile.am,
11408         manuals/reference/libanjuta/libanjuta.types,
11409         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11410         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11411         merged anjuta-new-debugger branch into trunck.
11412         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11414 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11415         
11416         * libanjuta/interfaces/libanjuta.idl,
11417         plugins/debug-manager/debugger.c,
11418         plugins/debug-manager/debugger.h,
11419         plugins/gdb/anjuta-gdb.plugin.in,
11420         plugins/gdb/debugger.c,
11421         plugins/gdb/debugger.h,
11422         plugins/gdb/plugin.c:
11423         Add new IAnjutaCpuDebugger interface to access cpu register
11424         Run gdb instead of /usr/local/bin/gdb
11425         
11426         * plugins/debug-manager/plugin.c,
11427         plugins/debug-manager/registers.c,
11428         plugins/debug-manager/registers.h:
11429         Rewrite register window
11430         Rename Load target menu item to Run target
11432 2006-05-07  Naba Kumar  <naba@gnome.org>
11434         * plugins/gdb.init
11435         
11436 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11438         * plugins/debug-manager/watch.c,
11439         plugins/debug-manager/breakpoint.c,
11440         plugins/debug-manager/breakpoint.h:
11441         Fix crash: disconnect save and load session signals
11443 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11445         * libanjuta/interface/libanjuta.idl,
11446         plugins/debug-manager/debugger.c,
11447         plugins/gdb/plugin.c:
11448         Add a value parameter for evaluate command
11450         * plugins/debug-manager/anjuta-debug-manager.glade:
11451         Create new dialog box for watches using glade
11453         * plugins/debug-manager/anjuta-debug-manager.ui:
11454         Move watch menu items near the end
11455         Move breakpoint menu items outside the sub menu
11457         * plugins/debug-manager/debug_tree.c,
11458         plugins/debug-manager/debug_tree.h,
11459         plugins/debug-manager/debug_tree.h,
11460         plugins/debug-manager/watch.c:
11461         Move all GUI code from watch.c to debug_tree.c
11462         Add an auto update property to watches
11463         
11464         * plugins/debug-manager/locals.c,
11465         plugins/debug-manager/locals.h,
11466         plugins/debug-manager/stack_trace.c,
11467         plugins/debug-manager/stack_trace.h,
11468         plugins/debug-manager/plugin.c:
11469         Register actions before starting debugger
11471         * plugins/gdb/debugger.c:
11472         Do not call callback function if not present
11474 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11476         * libanjuta/interfaces/libanjuta.idl,
11477         plugins/debug-manager/stack_trace.c,
11478         plugins/debug-manager/stack_trace.h,
11479         plugins/debug-manager/anjuta-debug-manager.ui,
11480         plugins/gdb/debugger.c:
11481         Add a popup menu in stack frame window
11482         Add a new frame-changed event
11483         Use MI command for getting stack informations
11484         Get filename with full path (need gdb > 6.3)
11486         * libanjuta/interfaces/libanjuta.idl,
11487         plugins/debug-manager/debug_tree.c,
11488         plugins/debug-manager/debugger.c,
11489         plugins/debug-manager/locals.c,
11490         plugins/debug-manager/locals.h,
11491         plugins/debug-manager/plugin.c,
11492         plugins/gdb/debugger.c,
11493         plugins/gdb/debugger.h,
11494         plugins/gdb/parser.c,
11495         plugins/gdb/parser.h,
11496         plugins/gdb/plugin.c,
11497         plugins/gdb/Makefile.am:
11498         Pass watch data with string instead of Watch structures
11499         Use debug_tree in local window
11500         Remove info local
11501         Remove parser.{ch}
11503         * plugins/debug-manager/breakpoints.c,
11504         plugins/debug-manager/utilities.c,
11505         plugins/debug-manager/utilities.h:
11506         Use a GtkListStore instead of a GtkTreeStore
11507         move goto_location_in_editor in utilities.c
11508         
11509 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11511         * libanjuta/interfaces/libanjuta.idl,
11512         plugins/debug-manager/anjuta-debug-manager.ui,
11513         plugins/debug-manager/breakpoints.c,
11514         plugins/debug-manager/plugin.c,
11515         plugins/gdb/debugger.c:
11516         Add a breakpoint type
11517         Add new popup menu in breakpoint window
11518         Add toggle breakpoint in editor popup menu
11519         Save and restore breakpoint enable
11520         Fix bug in clear all breakpoints
11521         Remove old useless code
11523         * plugins/debug-manager/debugger.c:
11524         Fix some problem with debugger states
11526         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11527         Update documentation
11528         
11529 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11531         * data/Makefile.am,
11532         plugins/gdb/Makefile.am,
11533         plugins/gdb/gdb.init:
11534         Move gdb.init crom data to plugins/gdb
11536         * plugins/gdb/gdb.init,
11537         libanjuta/interfaces/libanjuta.idl,
11538         plugins/debug-manager/breakpoints.c,
11539         plugins/debug-manager/debugger.c,
11540         plugins/debug-manager/plugin.c,
11541         plugins/gdb/debugger.c,
11542         plugins/gdb/plugin.c:
11543         Support pending breakpoints
11544         Rewrite debugger states
11545         Split ianjuta_debugger_log into _enable_log and _disable_log
11547         * plugins/debug-manager/start.c,
11548         plugins/debug-manager/debug_tree.c,
11549         plugins/gdb/parser.c:
11550         Remove some useless lines
11552         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11553         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11554         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11555         Update documentation
11557 2006-03-12 Naba Kumar <naba@gnome.org>
11559         * manuals/references/libanjuta/libanjuta.types: Fixed
11560         debug-manager name.
11561         
11562 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11564         * libanjuta/anjuta-debugger.c,
11565         libanjuta/anjuta-debugger.h:
11566         Remove those files
11567         
11568         * libanjuta/interfaces/libanjuta.idl,
11569         plugins/debug-mananger/breakpoints.c,
11570         plugins/debug-manager/debug_tree.c,
11571         plugins/debug-manager/debugger.c,
11572         plugins/debug-manager/plugin.c,
11573         plugins/debug-manager/registers.c,
11574         plugins/debug-manager/sharedlib.c,
11575         plugins/debug-manager/signal.c,
11576         plugins/debug-manager/stack_trace.c,
11577         plugins/debug-manager/start.c,
11578         plugins/debug-manager/watch.c,
11579         plugins/gdb/debugger.c,
11580         plugins/gdb/debugger.h,
11581         plugins/gdb/parser.c,
11582         plugins/gdb/parser.h,
11583         plugins/gdb/plugin.c:
11584         Move types definitions from libanjuta/anjuta-debugger.{ch}
11585         Rename types from AnjutaDebugger* to IAnjutaDebugger*
11586         
11587         * plugins/gdb/Makefile.am:
11588         Remove user interface from gdb plugin
11590 2006-03-12 Naba Kumar <naba@gnome.org>
11592         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
11594 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
11596         Modified Patch from Marc Maurer <uwog@uwog.net>:
11597         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
11598         Fixes #342447
11599         
11600         * plugins/sourceview/Makefile.am:
11601         * plugins/sourceview/sourceview-cell.c:
11602         * plugins/sourceview/sourceview-cell.h:
11603         * plugins/sourceview/sourceview.c: 
11604         
11605         Implemented IAnjutaEditorCell
11607 2006-05-21  Naba Kumar  <naba@gnome.org>
11609         * libanjuta/interfaces/libanjuta.idl,
11610         plugins/document-manager/action-callbacks.c,
11611         plugins/document-manager/plugin.c,
11612         plugins/editor/print.c, plugins/editor/text_editor.c,
11613         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
11614         Fixed zooming and added icons and shortcuts for zoom menu items.
11616 2006-05-21  Naba Kumar  <naba@gnome.org>
11618         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
11619         whitespaces.
11621 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11623         * plugins/document-manager/anjuta-docman.c:
11624         Fixed close button reaction by setting the correct current editor
11626 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11628         Patch from Yang Hong <yanghong@ccoss.com.cn>:
11629         * plugins/document-manager/anjuta-docman.c
11630         - Fix close button, you can close any tab as you wish now.
11631         - Fadeout mime icon as the same as close image  
11633 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11635         Patch from Marc Maurer <uwog@uwog.net>
11636         * main.c: Compile fix when NLS is enabled
11637         
11638         AUTHORS: Added Marc
11640 2006-05-20  Naba Kumar  <naba@gnome.org>
11642         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
11643         while loading abiword-2.4.4/abi project).
11645 2006-05-18 Naba Kumar  <naba@gnome.org>
11647         * libanjuta/interfaces/libanjuta.idl,
11648         plugins/document-manager/action-callbacks.c,
11649         plugins/editor/print.c,
11650         plugins/editor/text_editor.c,
11651         plugins/editor/text_editor.h,
11652         plugins/editor/text_editor_prefs.c: Fixed zooming.
11653         
11654         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
11655         interface for character iteration and IAnjutaEditorAssist interface
11656         for autocompletions and editor tips.
11658 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
11660         Patch from Günther Brammer <GBrammer@gmx.de>:
11661         * plugins/document-manager/anjuta-docman.c:
11662         Make tabs smaller but keep nice closing icon
11664         * plugins/document-manager/anjuta-docman.c:
11665         * plugins/document-manager/Makefile.am:
11666         
11667         Added nice mime-icons to the editor tabs
11669 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
11671         * configure.in: Bumped version to 2.0.3 (pre-release increment)
11672         
11673         * plugins/symbol-browser/an_symbol_view.c:
11674         - Fixed crasher
11675         - Fixed symbol searching (Yang Hong (#341997))
11676         
11677         * plugins/devhelp/htmlview.c:
11678         Fixed devhelp plugin
11679         
11680         * plugins/build-basic-autotools/build-basic-autotools.c:
11681         * plugins/search/search-replace.c:
11682         * plugins/document-manager/anjuta-docman.c:
11683         
11684         Only add a marker to a line where it makes sense!
11686 === anjuta 2.0.2 ===
11688 2006-05-15  Naba Kumar  <naba@gnome.org>
11690         * configure.in: set required versions for
11691         gdl and glade3.
11692         
11693 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11695         * plugins/glade/plugin.c:
11696         Fixed signal connection for "gtk-doc-search"
11698 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11700         * NEWS: Set release date, add known issues
11701         
11702         * libanjuta/anjuta-shell.c:
11703         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
11704         and debug other gtk-warnings/criticals)
11705         
11706         * plugins/build-basic-autotools/build-basic-autotools.c:
11707         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
11708         
11709         * plugins/sourceview/anjuta-view.c:
11710         * plugins/sourceview/sourceview-args.c:
11711         * plugins/sourceview/sourceview-scope.c:
11712         * plugins/sourceview/sourceview-tags.c:
11713         Fixed gtk-criticals (gtk_source_language_get_mime_types)
11715 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11717         * pixmaps/Makefile.am:
11718         Add preferences_general.png
11719         
11720         * plugins/devhelp/plugin.c:
11721         Fixed some more realise things
11722         
11723         * plugins/message-view/anjuta-msgman.c:
11724         Support stock icons for message panes
11725         
11726         * plugins/search/search-replace.c:
11727         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
11728          
11729         * plugins/search/search-replace_backend.c:
11730         Fixed #341359
11731         
11732         * plugins/sourceview/anjuta-document.c:
11733         * plugins/sourceview/sourceview.c:
11734         Fixed finalise and tag completion
11735         
11736         * src/anjuta-app.c:
11737         Use preferences_general icon
11739 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11741         * pixmaps/Makefile.am:
11742         Fixed EXTRA_DIST
11744 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11746         * plugins/sourceview/sourceview-prefs.c:
11747         Fixed font & color handling
11748         
11749         * plugins/symbol-browser/an_symbol_view.c:
11750         Fixed crasher
11752 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
11754         * plugins/macro/macros.xml:
11755         Fixed bug #341583 (Address of FSF)
11757 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
11759         * src/main.c:
11760         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
11761         Update: Do it the cool way...
11762         
11763 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11765         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
11766         Implement gtk-api-help signals of glade3
11767         * configure.in: Bump to glade3 2.91.2
11768         
11769         * plugins/devhelp/plugin.c:
11770         Fixed some realize stuff in the devhelp plugin
11771         
11772         * plugins/sourceview/anjuta-document.c:
11773         fixed bug with scope completion
11775 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11777         * plugins/symbol-browser/an_symbol_view.c
11778         * plugins/symbol-browser/an_symbol_prefs.c
11779         * plugins/symbol-browser/an_symbol_prefs.h
11780         * global_tags/create_global_tags.sh:
11781         
11782         Automaticly create global tags on first startup
11784 2006-05-08  Massimo Cora'  <maxcvs@email.it>
11786         * configure.in:
11787         * plugins/project-wizard/templates/Makefile.am:
11788         * (added) plugins/project-wizard/templates/cpp-logo.png:
11789         * (added) plugins/project-wizard/templates/cpp.wiz:
11790         * (added) plugins/project-wizard/templates/cpp/*:
11792         Added a generic c++ template. It's a simple hello world.
11794 2006-05-07  Massimo Cora' <maxcvs@email.it>
11796         * plugins/symbol-browser/an_symbol_view.c:
11797         fixed a stupid crasher.
11799 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
11801         * plugins/project-wizard/templates/wxwin/configure.in.tpl
11802         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
11803         
11804         Fixed WxWidgets project type
11806 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11808         * plugins/devhelp/htmlview.c: 
11809         * plugins/devhelp/plugin.c:
11810         Maybe I fixed the crash this time! I could at least not reproduce anymore!
11811         
11812         * plugins/project-wizard/install.c:
11813         Don't set a message - thanks to seb
11815 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11817         * plugins/devhelp/htmlview.c: 
11818         * plugins/symbol-browser/an_symbol_view.c:
11819         
11820         There is a weird crash in gtk_idle which I still did not completly fix!
11821         
11822         * plugins/project-wizard/install.c:
11823         Default to success instead of failure
11825 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
11827         * plugins/devhelp/htmlview.c:
11828         * plugins/devhelp/plugin.c:
11829         Fixed bug and libdevhelp issue!
11831         * plugins/project-wizard/install.c:
11832         Fixed message string!
11834 2006-05-03  Massimo Cora' <maxcvs@email.it>
11835        
11836         * plugins/symbol-browser/an_symbol_view.c:
11837         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
11839 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11841         * pixmaps/Makefile.am:
11842         * src/main.c:
11843         * anjuta.desktop.in.in
11844         
11845         GNOME Goal #2.1: Install theme-friendly icons
11847 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11849         * plugins/devhelp/htmlview.c: Reload page on reparent
11850         * plugins/document-manager/anjuta-docman.c:
11851         Present document-manager when document is selected in file-manager
11853 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11855         * plugins/symbol-broser/an_symbol_view.c:
11856         Fixed crasher in namespace exploration
11858 2006-05-01  Massimo Cora' <maxcvs@email.it>
11860         * configure.in:
11861         * plugins/valgrind/Makefile.am:
11863         Optional compiling of Valgrind plugin
11865 2006-05-01  Massimo Cora' <maxcvs@email.it>
11867         * plugins/symbol-browser/an_symbol_view.c:
11868         - modularized code. Marked with FIXME the parts which need improvement.
11869         - More comments.
11870     - Added basic namespace completion for Gtkmm type project:
11871     - namespace1::MyClass *class;
11872     - class-> [display]
11873     - Namespaces must be anyway improved.
11875 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11877         * plugins/devhelp/plugin.c: 
11878         Fixed up plugin unloading and show html widget on link selected
11879         
11880         * NEWS: Updated
11881         
11882 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11884         * plugins/devhelp/Makefile.am:
11885         * plugins/devhelp/anjuta-devhelp.plugin.in:
11886         * plugins/devhelp/htmlview.c:
11887         * plugins/devhelp/htmlview.h:
11888         * plugins/devhelp/plugin.c: 
11889         * plugins/devhelp/plugin.h:
11890         Reimplemeted devhelp plugin from scratch
11891         
11892         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
11893         Fixed crasher
11895 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
11897         * plugins/sourceview/sourceview-tags.c:
11898         complete some more tag types
11899         
11900         * plugins/valgrind/plugin.c:
11901         * plugins/valgrind/preferences.c:
11902         * plugins/valgrind/vggeneralprefs.c:
11903         
11904         Fixed lots of gtk warnings
11906 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
11908         * plugins/sourceview/sourceview-scope.c:
11909         Implemented type-ahead for scope completion
11911 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
11913         * manuals/C/Makefile.am:
11914         * manuals/Makefile.am:
11915         * plugins/document-manager/Makefile.am:
11916         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11917         * plugins/sourceview/Makefile.am:
11918         * tagmanager/c.c:
11919         
11920         Fixed distcheck
11921         
11922         * plugins/class-gen/goc_template_header: G_END_DECLS
11924 2006-05-27  Naba Kumar <naba@gnome.org>
11926         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
11927         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
11928         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
11929         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
11930         scintilla/include/Scintilla.iface,
11931         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
11932         cvs. Fixed compile flags. Removed outdated patches.
11934 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
11936         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
11938         * plugins/sourceview/anjuta-document.c:
11939         * plugins/sourceview/sourceview-args.c:
11940         * plugins/sourceview/sourceview-scope.c:
11941         
11942         Add End/Home keypresses and support completion if symbol start with '!' for example
11943         in an if statement
11945 2006-04-27 Massimo Cora' <maxcvs@email.it>
11947         * libanjuta/interfaces/libanjuta.idl:
11949         * plugins/sourceview/sourceview-scope.c:
11950         * plugins/sourceview/tag-window.c: 
11951         * plugins/sourceview/tag-window.h:
11952         * plugins/symbol-browser/an_symbol_view.c:
11953         * plugins/symbol-browser/an_symbol_view.h:
11954         * plugins/symbol-browser/plugin.c:
11955         
11956         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
11957         interface.
11958         Code and ideas for C/C++ new completion engine comes from IComplete written by
11959         Martin Stubenschrott <stubenschrott@gmx.net>.
11960         Currently the interface works only with GtkSourceView plugin.   
11961         
11962         * tagmanager/Makefile.am:
11963         * tagmanager/c.c: 
11964         * tagmanager/entry.h:
11965         * tagmanager/get.c:
11966         * tagmanager/get.h:
11967         * tagmanager/include/tm_file_entry.h:
11968         * tagmanager/include/tm_project.h:
11969         * tagmanager/include/tm_source_file.h:
11970         * tagmanager/include/tm_symbol.h:
11971         * tagmanager/include/tm_tagmanager.h:
11972         * tagmanager/include/tm_work_object.h:
11973         * tagmanager/include/tm_workspace.h:
11974         * tagmanager/parse.c:
11975         * tagmanager/read.c: 
11976         * tagmanager/read.h:
11977         * tagmanager/tm_project.c: 
11978         * tagmanager/tm_source_file.c: 
11979         * tagmanager/tm_workspace.c:
11980         
11981         Tagmanager can now parse a memory buffer and generate/update 
11982         tags into tm_workspace/tm_project on the fly, without using files.
11983         C/C++ is supported now.
11984         
11985 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
11987         * plugins/sourceview/anjuta-document.c:
11988         * plugins/sourceview/sourceview-args.c:
11989         * plugins/sourceview/sourceview-scope.c:
11990         * plugins/sourceview/sourceview.c:
11991         
11992         Fixed some memory leaks and argument completion
11994 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11996         * plugins/glade/plugin.c:
11997         
11998         Fixed glade plugin build because of API changes in glade3
12000 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12002         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12003         Updated editor section
12004         
12005         * manuals/C/anjuta-manual/interface.xml:
12006         * manuals/C/anjuta-manual/preferences.xml:
12007         * manuals/C/anjuta-manual/projects.xml:
12008         Updated manual
12009         
12010         * plugins/editor/anjuta-editor.plugin.in:
12011         Better plugin name
12013 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12015         * configure.in:
12016         * plugins/editor/anjuta-editor.plugin.in:
12017         * plugins/sourceview/sourceview.plugin.in:
12019         Build both editors and let the user decide a runtime!
12020         
12021         * plugins/sourceview/sourceview-scope.c:
12022         Fixed bug in regex to allow test()-> completions
12024 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12026         * plugins/sourceview/anjuta-document.c:
12027         * plugins/sourceview/sourceview-args.c: 
12028         * plugins/sourceview/sourceview-scope.c:
12029         * plugins/sourceview/sourceview-tags.c:
12030         * plugins/sourceview/tag-window.c: 
12031         
12032         Improved callltip windows
12034 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12036         * src/anjuta-app.c: (on_session_save):
12037         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12038         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12040 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12042         * libanjuta/anjuta-utils.c: 
12043         * plugins/cvs-plugin/cvs-execute.c:
12044         Off-by-one...
12046         * scintilla/LexInno.cxx:
12047         * scintilla/LexOpal.cxx:
12048         * scintilla/LexTCL.cxx:
12050         Added missing files from scintilla-update
12052 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12054         * configure.in:
12055         * manuals/C/Makefile.am:
12056         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12057         * manuals/C/anjuta-manual/Makefile.am:
12058         * manuals/C/anjuta-manual/anjuta-manual.xml:
12059         * manuals/C/anjuta-manual/build.xml:
12060         * manuals/C/anjuta-manual/debugger.xml:
12061         * manuals/C/anjuta-manual/execute.xml:
12062         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12063         * manuals/C/anjuta-manual/figures/arguments.png:
12064         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12065         * manuals/C/anjuta-manual/figures/file_menu.png:
12066         * manuals/C/anjuta-manual/figures/menu_main.png:
12067         * manuals/C/anjuta-manual/figures/menubar.png:
12068         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12069         * manuals/C/anjuta-manual/figures/project_info.png:
12070         * manuals/C/anjuta-manual/figures/scrshot.png:
12071         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12072         * manuals/C/anjuta-manual/figures/tool-editor.png:
12073         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12074         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12075         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12076         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12077         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12078         * manuals/C/anjuta-manual/fileoperations.xml:
12079         * manuals/C/anjuta-manual/interface.xml:
12080         * manuals/C/anjuta-manual/introduction.xml:
12081         * manuals/C/anjuta-manual/preferences.xml:
12082         * manuals/C/anjuta-manual/projects.xml:
12083         * manuals/C/anjuta-manual/tools.xml:
12084         * manuals/Makefile.am:
12085         
12086         Updated manual and faq
12088         * scintilla/CallTip.cxx:
12089         * scintilla/CallTip.h:
12090         * scintilla/CellBuffer.cxx:
12091         * scintilla/CellBuffer.h:
12092         * scintilla/ContractionState.cxx:
12093         * scintilla/Document.cxx:
12094         * scintilla/Document.h:
12095         * scintilla/DocumentAccessor.cxx:
12096         * scintilla/Editor.cxx:
12097         * scintilla/Editor.h:
12098         * scintilla/ExternalLexer.cxx:
12099         * scintilla/Indicator.cxx:
12100         * scintilla/KeyMap.cxx:
12101         * scintilla/KeyWords.cxx:
12102         * scintilla/LexAU3.cxx:
12103         * scintilla/LexBash.cxx:
12104         * scintilla/LexCPP.cxx:
12105         * scintilla/LexCaml.cxx:
12106         * scintilla/LexCsound.cxx:
12107         * scintilla/LexEiffel.cxx:
12108         * scintilla/LexGui4Cli.cxx:
12109         * scintilla/LexHTML.cxx:
12110         * scintilla/LexLua.cxx:
12111         * scintilla/LexMSSQL.cxx:
12112         * scintilla/LexOthers.cxx:
12113         * scintilla/LexPOV.cxx:
12114         * scintilla/LexPython.cxx:
12115         * scintilla/LexRuby.cxx:
12116         * scintilla/LexSQL.cxx:
12117         * scintilla/LexVB.cxx:
12118         * scintilla/Makefile.am:
12119         * scintilla/PlatGTK.cxx:
12120         * scintilla/PropSet.cxx:
12121         * scintilla/RESearch.cxx:
12122         * scintilla/RESearch.h:
12123         * scintilla/ScintillaBase.cxx:
12124         * scintilla/ScintillaGTK.cxx:
12125         * scintilla/StyleContext.h:
12126         * scintilla/ViewStyle.cxx:
12127         * scintilla/ViewStyle.h:
12128         * scintilla/XPM.cxx:
12129         * scintilla/include/KeyWords.h:
12130         * scintilla/include/Platform.h:
12131         * scintilla/include/PropSet.h:
12132         * scintilla/include/SciLexer.h:
12133         * scintilla/include/Scintilla.h:
12134         * scintilla/include/Scintilla.iface:
12135         * scintilla/include/ScintillaWidget.h:
12136         * scintilla/lexers.make:
12138         Update to scintilla 1.68
12140         * src/anjuta-app.c:
12141         Only show help items which are really availible
12143         * plugins/cvs-plugin/cvs-callbacks.c
12144         * plugins/cvs-plugin/cvs-execute.c
12145         * plugins/cvs-plugin/subversion-callbacks.c:
12146         * libanjuta/anjuta-utils.c:
12147         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12149 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12151         * plugins/project-wizard/install.c,
12152         * plugins/project-wizard/autogen.c:
12153         Add error messages if using a read only directory
12154         Improve fix for bug #339296
12156 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12158         * libanjuta/interfaces/libanjuta.idl:
12159         * plugins/document-manager/action-callbacks.c:
12160         * plugins/document-manager/plugin.c:
12161         * plugins/editor/text_editor.c:
12162         Added IAnjutaEditorGoto 
12164         * plugins/editor/aneditor.cxx:
12165         * plugins/editor/aneditor.h:
12166         * plugins/editor/text_editor.h:
12167         * plugins/editor/text_editor_prefs.c:
12168         
12169         Fixed #305076
12171 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12173         * libanjuta/interfaces/libanjuta.idl:
12174         * plugins/document-manager/action-callbacks.c:
12175         * plugins/document-manager/anjuta-docman.c:
12176         * plugins/document-manager/plugin.c:
12177         * plugins/editor/text_editor.c: 
12178         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12179         
12180         * plugins/sourceview/sourceview.c:
12181         * plugins/sourceview/sourceview.glade:
12182         Fixed some uft-8 issues and added a preference option
12183         to enable/disable gnome-vfs monitoring
12184         
12185         * scintilla/Makefile.am:
12186         * scintilla/include/Makefile.am:
12187         Fixed build
12189 2006-04-20  Massimo Cora' <maxcvs@email.it>
12191         * libanjuta/interfaces/libanjuta.idl:
12192         Remove get_current_pos () because we have get_position()
12194 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12196         * NEWS: Updated
12197         * plugins/sourceview/tag-window.c:
12198         Don't close window on PageUp/PageDown
12200 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12202         * data/Makefile.am:
12203         * manuals/reference/libanjuta/Makefile.am:
12204         
12205         Some build fixes
12206         
12207         * src/Makefile.am:
12208         * src/bacon-message-connection.c: 
12209         * src/bacon-message-connection.h: (both from gedit)
12210         * src/main.c:
12211         
12212         Fixed #312319 (Opening files when Anjuta is already open)
12214 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12216         * TODO.tasks: Updated
12217         * plugins/sourceview/anjuta-view.c: 
12218         * plugins/sourceview/anjuta-view.h:
12219         * plugins/sourceview/sourceview.c: 
12220         
12221         * configure.in: Fix --enable-plugin-scintilla
12222         
12223         Added char_added signal
12225 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12227         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12228         
12229         Fixed diff for utf8
12230         
12231         * plugins/sourceview/sourceview.c:
12232         Fixed VFS monitoring (still a bit buggy)
12233         
12234         * plugins/sourceview/sourceview-args.c:
12235         * plugins/sourceview/tag-window.c: 
12236         
12237         Better sizing for the popup-window
12239 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12241         * plugins/project-wizard/templates/gnome/src/main.c:
12242         * plugins/project-wizard/templates/gnome/src/project.glade:
12243         * plugins/project-wizard/templates/gtk/src/main.c: 
12244         * plugins/project-wizard/templates/gtk/src/project.glade:
12245         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12246         
12247         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12248         
12249 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12251         * configure.in: More removal of obsoleteness.
12252         * po/no.po:
12254 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12256         * ROADMAP:
12257         * libanjuta/anjuta-preferences.c: 
12258         * libanjuta/anjuta-utils.c: 
12259         * libanjuta/anjuta-utils.h:
12260         * plugins/message-view/message-view.c:
12261         
12262         Changed color functions and moved convert_color to anjuta-utils.h
12263         
12264         * plugins/message-view/anjuta-message-manager-plugin.glade:
12265         GnomeColorPicker -> GtkColorButton (bug #309154)
12266         
12267         * plugins/sourceview/plugin.c:
12268         * plugins/sourceview/sourceview-prefs.c:
12269         * plugins/sourceview/sourceview.glade:
12270         Added color and font preferences
12272         * plugins/sourceview/sourceview-tags.c:
12273         Only show as much choices as configured in preferences
12275 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12277         * ROADMAP, NEWS: Updated (we are far behind ;-)
12278         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12280 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12282         * configure.in:
12283         * plugins/editor/Makefile.am:
12284         * scintilla/Makefile.am
12285         
12286         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12287         
12288         * global-tags/Makefile.am:
12289         * global-tags/create_global_tags.sh:
12290         * plugins/symbol-browser/an_symbol_prefs.c:
12291         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12292         * plugins/symbol-browser/plugin.h:
12293         * tagmanager/include/tm_workspace.h:
12294         * tagmanager/tm_workspace.c:
12295         
12296         Fixed symbol-browser prefs and move global tags generation from installtion to
12297         preferences to make the life easier for distributers and to allow updates after installtion
12299         * plugins/document-manager/action-callbacks.c: 
12300         * plugins/document-manager/action-callbacks.h:
12301         * plugins/document-manager/anjuta-document-manager.ui:
12302         * plugins/document-manager/indent-util.c:
12303         * plugins/document-manager/plugin.c:
12304         * plugins/editor/text_editor.c:
12305         
12306         Moved indent stuff to document-manager
12307         
12308         * plugins/sourceview/anjuta-view.c: 
12309         * plugins/sourceview/sourceview-args.c: 
12310         * plugins/sourceview/sourceview-scope.c:
12311         * plugins/sourceview/sourceview-tags.c: 
12312         * plugins/sourceview/sourceview.c:
12313         
12314         Fixed several bugs
12315         
12316         * plugins/sourceview/sourceview.plugin (removed):
12317         * plugins/sourceview/sourceview.plugin.in:
12318         Editor is not user-activatible
12319         
12320         * plugins/sourceview/sourceview.png:
12321         Updated icon
12323 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12325         * src/anjuta-app.c: Fixed crasher on plugin unloading
12327 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12329         * plugins/sourceview/sourceview.c
12330         * plugins/sourceview/sourceview-args.c
12331         * plugins/sourceview/sourceview-args.h:
12332         
12333         Polished argument completion
12335 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12337         * plugins/message-view/anjuta-msgman.c:
12338         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12339         
12340         Show message pane on switch (does not work, anjuta_shell needs a fix)
12341         
12342         * plugins/sourceview/Makefile.am:
12343         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12344         * plugins/sourceview/sourceview-args.c: 
12345         * plugins/sourceview/sourceview-args.h:
12346         * plugins/sourceview/sourceview-private.h:
12347         * plugins/sourceview/sourceview-scope.c: 
12348         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12349         * plugins/sourceview/sourceview-tags.c:
12350         * plugins/sourceview/sourceview.c:
12351         * plugins/sourceview/tag-window.c:
12352         * plugins/sourceview/tag-window.h:
12353         
12354         Added scope and argument completion
12356 2006-04-03  Johannes Schmid <jhs@gnome.org>
12358         * TODO.tasks
12359         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12360         (on_widget_remove):
12361         Save toolbar state
12363         * plugins/sourceview/sourceview.c: (iselect_clear):
12364         Make "Delete"-key working
12366         * configure.in: #336389
12368 2006-04-03  Johannes Schmid <jhs@gnome.org>
12370         * plugins/sourceview/Makefile.am:
12371         * plugins/sourceview/anjuta-view.c:
12372         * plugins/sourceview/plugin.c: 
12373         * plugins/sourceview/sourceview-private.h:
12374         * plugins/sourceview/sourceview-scope.c:
12375         * plugins/sourceview/sourceview-scope.h:
12376         * plugins/sourceview/sourceview-tags.c: 
12377         * plugins/sourceview/sourceview-tags.h:
12378         * plugins/sourceview/sourceview.c:
12379         * plugins/sourceview/sourceview.h:
12380         * plugins/sourceview/tag-window.c:
12381         
12382         - fixed goto_file_line
12383         - scroll to cursor on undo/redo
12384         - show correct popup-menu
12385         - scope completion (not ready yet)
12387 2006-04-03  Johannes Schmid <jhs@gnome.org>
12389         * plugins/sourceview/plugin.c: 
12390         * plugins/sourceview/sourceview-tags.c:
12391         * plugins/sourceview/sourceview.c: 
12392         * plugins/sourceview/sourceview.h:
12393         * plugins/sourceview/tag-window.c:
12394         
12395         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12397 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12399         * plugins/sourceview/sourceview.c:
12400         Fixed next/previous bookmark.
12401         Toggled bookmark (set/unset).
12403 2006-04-03  Johannes Schmid <jhs@gnome.org>
12405         * plugins/document-manager/action-callbacks.c:
12406         Fixed Gtk-Warning in goto_line
12407         
12408         * plugins/sourceview/Makefile.am:
12409         * plugins/sourceview/anjuta-document.c:
12410         * plugins/sourceview/anjuta-view.c: 
12411         * plugins/sourceview/anjuta-view.h:
12412         * plugins/sourceview/sourceview-autocomplete.c:
12413         * plugins/sourceview/sourceview-autocomplete.h:
12414         * plugins/sourceview/sourceview-private.h:
12415         * plugins/sourceview/sourceview-tags.c:
12416         * plugins/sourceview/sourceview-tags.h:
12417         * plugins/sourceview/sourceview.c:
12418         * plugins/sourceview/tag-window.c:
12419         * plugins/sourceview/tag-window.h:
12420         Created a nice API for tag and completion windows
12421         
12422         * plugins/sourceview/sourceview-print.h:
12423         * plugins/sourceview/sourceview-print.c:
12424         Added printing
12425                 
12426 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12428         * plugins/sourceview/sourceview.c:
12429         Fixed typo (Sort bookmarks).
12430         
12431 2006-04-01  Johannes Schmid <jhs@gnome.org>
12433         * plugins/sourceview/anjuta-document.c:
12434         * plugins/sourceview/anjuta-document.h:
12435         * plugins/sourceview/anjuta-view.c:
12436         * plugins/sourceview/anjuta-view.h:
12437         * plugins/sourceview/sourceview-autocomplete.c:
12438         * plugins/sourceview/sourceview-autocomplete.h:
12439         * plugins/sourceview/sourceview-prefs.c:
12440         * plugins/sourceview/sourceview-prefs.h:
12441         * plugins/sourceview/sourceview-private.h:
12442         * plugins/sourceview/sourceview-tags.c:
12443         * plugins/sourceview/sourceview-tags.h:
12444         * plugins/sourceview/sourceview.c:
12445         * plugins/sourceview/sourceview.glade:
12446         * plugins/sourceview/tag-window.c: 
12447         * plugins/sourceview/tag-window.h:
12448         
12449         Improved code complete and autocomplete
12451 2006-04-01  Johannes Schmid <jhs@gnome.org>
12453         * plugins/sourceview/Makefile.am:
12454         * plugins/sourceview/bookmark.png:
12455         * plugins/sourceview/marker-attentive.png:
12456         * plugins/sourceview/marker-basic.png:
12457         * plugins/sourceview/marker-intense.png:
12458         * plugins/sourceview/marker-light.png:
12459         * plugins/sourceview/sourceview.c: 
12460         
12461         Added pixmaps for all marker types and show bookmarks
12462         
12463         * configure.in
12464         * plugins/sourceview/Makefile.am:
12465         Build sourceview on 2.14 only
12467 2006-03-31  Johannes Schmid <jhs@gnome.org>
12469         * plugins/sourceview/Makefile.am:
12470         * plugins/sourceview/anjuta-document.c:
12471         * plugins/sourceview/anjuta-view.c:
12472         * plugins/sourceview/anjuta-view.h:
12473         * plugins/sourceview/sourceview-autocomplete.c:
12474         * plugins/sourceview/sourceview-private.h:
12475         * plugins/sourceview/sourceview-tags.c:
12476         * plugins/sourceview/sourceview-tags.h:
12477         * plugins/sourceview/sourceview.c: 
12478         * plugins/sourceview/tag-window.c:
12479         * plugins/sourceview/tag-window.h:
12480         
12481         Added code completion with tag manager to the editor and fixed a save_as bug
12483 2006-03-31  Johannes Schmid <jhs@gnome.org>
12485         * src/main.c: Revert patch from Rob to allow building with
12486         Gnome 2.12
12487         * configure.in: Require at least 2.12 libraries
12489 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12491         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12493         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12494         Improve anjuta-plugin project template: Added missed files dist tarball
12495         (make dist)
12497         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12498         typo
12500 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12502         reviewed by: Johannes Schmid <jhs@gnome.org>
12504         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12505         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12506         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12507         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12508         
12509         Improve anjuta-plugin project template. Also fix for #322744
12511 2006-03-27  Johannes Schmid <jhs@gnome.org>
12513         * plugins/sourceview/sourceview-private.h:
12514         plugins/sourceview/sourceview.c:
12515         
12516         Added basic bookmark support
12518 2006-03-27  Johannes Schmid <jhs@gnome.org>
12520         * TODO.tasks:
12521         Updated
12522         
12523         Patch from Rob Bradfort <robster@debian.org>:
12524         * src/main.c: (get_command_line_args), (main):
12525         Migration from popt to GOption
12526         
12527 2006-03-26 Naba Kumar  <naba@gnome.org>
12529         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12530         size to scale itself with theme.
12532 2006-03-26 Naba Kumar  <naba@gnome.org>
12534         * plugins/file-manager/an_file_view.c,
12535         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12536         when symbolview and fileview objects are destroyed to avoid crashes
12537         after the plugins are disabled.
12539 2006-03-26 Naba Kumar <naba@gnome.org>
12541         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12542         Deleted unused file.
12543         
12544         * plugins/glade/plugin.c: Be able to close glade plugin when there
12545         there is no glade project loaded.
12546         
12547         * plugins/sourceview/sourceview.plugin,
12548         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12550 2006-03-23  Naba Kumar  <naba@gnome.org>
12552         * plugins/editor/print.c: Fixed a bug where some sections of
12553         printed/previewed text is not highlighted.
12554         
12555 2006-03-20  Johannes Schmid <jhs@gnome.org>
12557         * libanjuta/interfaces/libanjuta.idl:
12558         Added IAnjutaPrint
12559         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12560         as we do not use private apis. Show help window and startup because it does 
12561         not survive gdl
12562         
12563         * plugins/document-manager/action-callbacks.c:
12564         plugins/editor/Makefile.am:
12565         plugins/editor/text_editor.c:
12566         plugins/editor/print.c:
12567         plugins/editor/print.h:
12568         
12569         Fixed printing (nobody has missed it BTW ;-)
12570         
12571         * plugins/sourceview/sourceview.c:
12572         Fixed a crasher
12574 2006-03-20 Naba Kumar <naba@gnome.org>
12576         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12577         devhelp >= 0.9 < 0.11 versions.
12578         
12579 2006-03-20  Johannes Schmid <jhs@gnome.org>
12581         * plugins/sourceview/anjuta-document-loader.c
12582         plugins/sourceview/sourceview.c:
12583         
12584         Fixed encoding bugs
12586 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12588         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
12589         Fixed bug (line position)
12590         Give the good line position whatever the active editor.
12592 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
12594         * configure.in: Added fi to ALL_LINGUAS
12596 2006-03-19  Johannes Schmid <jhs@gnome.org>
12598         * plugins/sourceview/anjuta-document-loader.c:
12599         replace gnome_vfs_get_mime_type_for_name_and data
12601         * plugins/build-basic-autotools/build-basic-autotools.c:
12602         Fixed #335142
12604 2006-03-17  Johannes Schmid <jhs@gnome.org>
12606         * plugins/editor/editor.glade:
12607         Added style-editor again after it got lost somehow
12609 2006-03-17  Johannes Schmid <jhs@gnome.org>
12611         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
12612         configure.in: require devhelp 0.11
12613         
12614         Post 0.11 devhelp versions (CVS) do not work because of an API change...
12616         plugins/build-basic-autotools/build-basic-autotools.c:
12617         forgot a an installtion callback for the "install as root"-feature
12619 2006-03-17  Massimo Cora' <maxcvs@email.it>
12621         reviewed by: Johannes Schmid <jhs@gnome.org>
12623         * plugins/class-gen/anjuta-class-gen-plugin.glade
12624         plugins/class-gen/class_gen.c 
12625         plugins/class-gen/goc_template_header
12626         plugins/class-gen/goc_template_source
12627         
12628         Fixed bug #334663
12630 2006-03-16  Johannes Schmid <jhs@gnome.org>
12632         * plugins/sourceview/sourceview.c:
12633         Fixed "save-point" signal for undo actions
12635 2006-03-16  Massimo Cora' <maxcvs@email.it>
12636         
12637         reviewed by: Johannes Schmid <jhs@gnome.org>
12638         
12639         * plugins/document-manager/anjuta-docman.c:
12640         Implement tab drag and drop
12642 2006-03-16  Johannes Schmid <jhs@gnome.org>
12644         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
12645         plugins/build-basic-autotools/build-basic-autotools.c:
12646         
12647         Implemented "install as root"-feature (#321455)
12649 2006-03-16  Johannes Schmid <jhs@gnome.org>
12651         * mime/.cvsignore
12652         plugins/sourceview/.cvsignore
12653         plugins/tools/scripts/.cvsignore:
12654         Added/extended .cvsignore files
12655         
12656         * plugins/sourceview/sourceview-autocomplete.c:
12657         plugins/sourceview/sourceview-autocomplete.h:
12658         plugins/sourceview/sourceview-prefs.c:
12659         plugins/sourceview/sourceview-private.h:
12660         plugins/sourceview/sourceview.glade:
12661         Autcomplete just works(tm) now and respects preferences
12662         
12663         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
12664         Use better algorithm from autocomplete
12666 2006-03-15  Johannes Schmid <jhs@gnome.org>
12668         * src/anjuta-app.c:
12669         Fixed bug #304495
12671 2006-03-15  Johannes Schmid <jhs@gnome.org>
12673         * libanjuta/interfaces/libanjuta.idl:
12674         plugins/class-gen/class_gen.c:
12675         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
12676         plugins/project-manager/plugin.c:
12677         
12678         Allow to add multiple source files (#320191)
12679         
12680         * configure.in: Require gnome-build 0.1.3
12682 2006-03-14  Johannes Schmid <jhs@gnome.org>
12684         * plugins/macro/macro-utils.c: Fixed bug #333606
12685         * plugins/file-wizard/file.c: Fixed bug #333601
12687 2006-03-13  Johannes Schmid <jhs@gnome.org>
12689         * plugins/sourceview/sourceview_autocomplete.c
12690         plugins/sourceview/sourceview_autocomplete.h
12691         plugins/sourceview/sourceview.c
12692         plugins/sourceview/sourceview-private.h
12693         plugins/sourceview/sourceview-prefs.c:
12694         
12695         Cleaned up and fixed several issues
12696         
12697 2006-03-13  Johannes Schmid <jhs@gnome.org>
12699         * plugins/sourceview/Makefile.am:
12700         plugins/sourceview/sourceview-autocomplete.c
12701         plugins/sourceview/sourceview-autocomplete.h:
12702         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12703         plugins/sourceview/sourceview-private.h:
12704         plugins/sourceview/sourceview.c:
12705         
12706         Added (buggy) autocomplete feature to sourceview
12707         
12708 2006-03-12 Naba Kumar <naba@gnome.org>
12710         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
12711         libanjuta/anjuta-session.c: Added API docs.
12713 2006-03-12 Naba Kumar <naba@gnome.org>
12715         * TODO.tasks: Added couple of tasks.
12716         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
12717         Register private class as early as possible so that members could
12718         point to self class. Code clean up.
12720 2006-03-12 Naba Kumar <naba@gnome.org>
12722         * po/POTFILES.in, po/POTFILES.skip: Updated.
12724 2006-03-11 Naba Kumar <naba@gnome.org>
12726         * libanjuta/anjuta-shell.c,
12727         plugins/document-manager/anjuta-docman.c,
12728         plugins/document-manager/plugin.c,
12729         plugins/symbol-browser/an_symbol_search.c,
12730         plugins/valgrind/vgrule-list.c: Use correct signal names while
12731         creating them.
12732         
12733         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
12734         signal names and fixed enum IANJUTA_TYPE_* macro.
12736 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12738         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
12739         plugins/search/search-replace.c :
12740         Fixed bug (Bookmark the good line).
12741         Search & Replace (Mark all matched strings).
12742         
12743 2006-03-09  Johannes Schmid <jhs@gnome.org>
12745         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
12746         Completed changes from yesterday
12747         
12748         * plugins/document-manager/anjuta-document-manager.glade:
12749         plugins/editor/editor.glade
12750         plugins/editor/plugin.c: (activate_plugin)
12751         plugins/editor/text_editor.c
12752     plugins/sourceview/Makefile.am
12753         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
12754         plugins/sourceview/sourceview.glade:
12755         Completed preference changes
12757 2006-03-08  Johannes Schmid <jhs@gnome.org>
12759         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
12760         plugins/search/plugin.c: (activate_plugin):
12761         
12762         Removed Gtk-Criticals
12763         
12764         * plugins/document-manager/anjuta-document-manager.glade:
12765         plugins/document-manager/plugin.c: (on_docman_auto_save),
12766         (on_gconf_notify_timer), (prefs_init):
12767     plugins/document-manager/plugin.h:
12768         plugins/editor/text_editor.c: (text_editor_instance_init),
12769         (text_editor_dispose):
12770         plugins/editor/text_editor.h:
12771         plugins/editor/text_editor_cbs.c:
12772         plugins/editor/text_editor_cbs.h:
12773         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
12774         plugins/glade/plugin.c: (activate_plugin):
12775         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12776         plugins/sourceview/sourceview-private.h:
12777         plugins/sourceview/sourceview.c: (on_menu_popup),
12778         (sourceview_new), (ifile_open), (ifile_savable_save),
12779         (ifile_savable_save_as), (ieditor_set_popup_menu),
12780         (ieditor_get_filename), (imark_mark):
12782     Moved autosave from editor to document manager and fixed some things in 
12783     Sourceview plugin
12785 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12787         * plugins/search/anjuta-search.glade :
12788         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
12789         plugins/search/search-replace_bachend.c: Fixed a crash bug.
12790         plugins/search/search-replace.c : Fixed bug.
12791         
12792 2006-03-08  Johannes Schmid <jhs@gnome.org>
12794     * plugins/search/anjuta-search.glade
12795     Fixed widget names (glade is a bit stupid on copying widgets to other files)
12797 2006-03-07  Johannes Schmid <jhs@gnome.org>
12799         * plugins/document-manager/action-callbacks.c
12800         plugins/document-manager/anjuta-document-manager.glade
12801         plugins/document-manager/plugin.c: (prefs_init),
12802         (activate_plugin):
12803         plugins/editor/Makefile.am:
12804         plugins/editor/editor.glade:
12805         plugins/editor/plugin.c: (on_style_button_clicked),
12806         (activate_plugin), (dispose):
12807         plugins/editor/style-editor.c:
12808         
12809         Startet to seperate document-manager and editor preferences
12811         * plugins/search/Makefile.am:
12812         plugins/search/anjuta-search.glade:
12813         plugins/search/search-replace.c:
12814         
12815         Moved search GUI to search-plugin
12816                 
12817         * plugins/sourceview/sourceview-prefs.c:
12818         plugins/sourceview/sourceview-prefs.h:
12819         plugins/sourceview/sourceview-private.h:
12820         plugins/sourceview/sourceview.c: 
12821         plugins/sourceview/sourceview.h:
12822         plugins/sourceview/Makefile.am:
12823         plugins/sourceview/anjuta-document.h:
12824         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
12825         plugins/sourceview/plugin.c: 
12826         
12827         Added some preferences to sourceview and fixed vfs_monitor
12828         
12829         * tagmanager/c.c: (parseParens): 
12830         Removed annoying debug message
12831         
12832         * libanjuta/interfaces/libanjuta.idl: 
12833         Removed IAnjutaEditorFactory::create_style_editor()
12835 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12837         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
12838         Search : Bookmark all matched lines.
12840 2006-03-06  Johannes Schmid <jhs@gnome.org>
12842         * plugins/class-gen/anjuta-class-gen.plugin.in
12843         plugins/file-loader/plugin.c: (sort_wizards)
12844         (on_create_submenu), (activate_plugin)
12845         plugins/file-wizard/anjuta-file-wizard.plugin.in
12846         plugins/glade/anjuta-glade.plugin.in
12847         plugins/project-import/anjuta-project-import.plugin.in
12848         plugins/project-wizard/anjuta-project-wizard.plugin.in:
12849         
12850         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
12851         sorted alphabeticly
12852         
12853         * plugins/project-wizard/templates/mkfile.wiz:
12854         Use configured project directory instead of ~/myproject
12855         
12856         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
12857         (ifile_open):
12858         Show markers (again) and monitor uri
12860 2006-03-06  Naba Kumar  <naba@gnome.org>
12862         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
12863         typedefs separately so that forward linking would work.
12864         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
12866 2006-03-05  Naba Kumar  <naba@gnome.org>
12868         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
12869         passing Enums and Structs in signals. Define struct _Name in
12870         generated code, so that forward referencing.
12871         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
12872         
12873         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
12874         
12875 2006-03-05  Naba Kumar  <naba@gnome.org>
12877         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
12878         support. Generate GType definitions for enums in generated codes
12879         so that enums could be passed as signal params.
12880         
12881 2006-03-04  Naba Kumar  <naba@gnome.org>
12883         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
12884         Restored cvs-moved revision files. They were originally marked
12885         deleted at their older locations. Now they are restored at
12886         their new locations. The changeset is one that was committed
12887         as part of document-manager, editor, search and print plugins
12888         separation from editor plugin.
12889         
12890 2006-03-03  Johannes Schmid <jhs@gnome.org>
12892         * plugins/sourceview/*:
12893         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
12894         poiting this out!
12896 2006-03-04  Naba Kumar  <naba@gnome.org>
12898         * plugins/gdb/*: Deleted removed files (see previous changlog
12899         entry for files list).
12900         
12901 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
12903         * plugins/debug-mananger/breakpoints.c,
12904         plugins/debug-manager/breakpoints.h,
12905         plugins/debug-manager/debug_tree.c,
12906         plugins/debug-manager/debug_tree.h,
12907         plugins/debug-manager/info.c,
12908         plugins/debug-manager/info.h,
12909         plugins/debug-manager/locals.c,
12910         plugins/debug-manager/locals.h,
12911         plugins/debug-manager/memory.c,
12912         plugins/debug-manager/memory.h,
12913         plugins/debug-manager/registers.c,
12914         plugins/debug-manager/registers.h,
12915         plugins/debug-manager/sharedlib.c,
12916         plugins/debug-manager/sharedlib.h,
12917         plugins/debug-manager/signal.c,
12918         plugins/debug-manager/signal.h,
12919         plugins/debug-manager/stack_trace.c,
12920         plugins/debug-manager/stack_trace.h,
12921         plugins/debug-manager/watch.c,
12922         plugins/debug-manager/watch.h,
12923         plugins/debug-manager/Makefile.am:
12924         Move from gdb plugin to debug manager plugin
12926         * plugins/debug-manager/anjuta-debug-manager.glade,
12927         plugins/debug-manager/anjuta-debug-manager.ui:
12928         Move all user interface from gdb to debug manager
12930         * plugins/debug-manager/utilities.c,
12931         plugins/debug-manager/utilities.h:
12932         Remove some unused code
12933         Add useful code from gdb plugin
12935         * plugins/debug-manager/start.c,
12936         plugins/debug-manager/start.h:
12937         Include code of attach_process
12938         Add more code to start the debugger
12940         * plugins/debug-manager/plugin.c,
12941         plugins/debug-manager/plugin.h,
12942         plugins/debug-manager/anjuta-debug-manager.plugin.in:
12943         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
12945         * plugins/debug-manager/debugger.c,
12946         plugins/debug-manager/debugger.h:
12947         Implement a queue of debugger command
12949         * plugins/gdb/actions.c,
12950         plugins/gdb/actions.h,
12951         plugins/gdb/watch_cbs.c,
12952         plugins/gdb/watch_cbs.h,
12953         plugins/gdb/watch_gui.c,
12954         plugins/gdb/watch_gui.h:
12955         Removed 
12957         * plugins/gdb/debugger.c,
12958         plugins/gdb/debugger.h,
12959         plugins/gdb/gdbmi.c,
12960         plugins/gdb/gdbmi.h,
12961         plugins/gdb/utilities.c,
12962         plugins/gdb/utilities.h,
12963         plugins/gdb/Makefile.am,
12964         plugins/gdb/anjuta-gdb.plugin.in:
12965         Implement necessary functions
12967         * plugins/gdb/parser.c,
12968         plugins/gdb/parser.h:
12969         Code for parsing variable previously in debug_tree.c
12971         * plugins/gdb/anjuta-gdb.glade,
12972         plugins/gdb/anjuta-gdb.ui:
12973         Remove user interface
12975         * plugins/gdb/gdbmi-test.c:
12976         Need update
12978         * plugins/gdb/anjuta-gdb.plugin.png:
12979         Try an improved icon for gdb (archer fish)
12981         * libanjuta/anjuta-debugger.c,
12982         libanjuta/anjuta-debugger.h,
12983         libanjuta/interfaces/libanjuta.idl,
12984         libanjuta/interfaces/anjuta-idl-compiler.pl,
12985         libanjuta/Makefile.am:
12986         Add declaration used in new IAnjutaDebugger interface
12988         * manuals/reference/libanjuta.types,
12989         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
12990         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
12991         Update documentation
12993 2006-03-02  Naba Kumar  <naba@gnome.org>
12995         * manuals/reference/libanjuta/Makefile.am,
12996         manuals/reference/libanjuta/libanjuta-docs.sgml,
12997         manuals/reference/libanjuta/libanjuta-sections.txt,
12998         manuals/reference/libanjuta/libanjuta.types,
12999         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13000         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13001         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13002         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13003         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13004         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13005         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13006         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13007         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13008         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13009         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13010         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13011         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13012         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13013         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13014         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13015         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13016         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13017         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13018         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13019         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13020         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13021         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13022         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13023         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13024         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13025         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13026         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13027         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13028         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13029         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13030         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13031         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13032         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13033         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13034         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13035         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13036         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13037         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13038         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13039         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13040         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13041         manuals/reference/libanjuta/tmpl/plugins.sgml,
13042         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13043         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13044         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13045         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13046         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13047         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13048         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13049         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13050         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13051         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13052         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13053         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13054         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13055         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13056         documentation.
13058 2006-02-28  Naba Kumar <naba@gnome.org>
13060         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13061         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13062         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13063         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13064         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13065         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13066         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13067         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13068         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13069         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13070         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13071         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13072         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13073         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13075 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13077         * plugins/sourceview/sourceview.c:
13078         Select to brace, select block.
13080 2006-02-28  Johannes Schmid <jhs@gnome.org>
13082         * plugins/file-wizard/Makefile.am
13083         plugins/file-wizard/action-callbacks.c (removed)
13084         plugins/file-wizard/action-callbacks.h (removed)
13085         plugins/file-wizard/anjuta-file-wizard.ui
13086         plugins/file-wizard/plugin.c: (activate_plugin),
13087         (deactivate_plugin)
13088         plugins/file-wizard/plugin.h:
13089         Removed Edit->Insert Text submenu (replace by macros plugin)
13090         
13091         * plugins/sourceview/sourceview.c: (sourceview_new),
13092         (ieditor_set_popup_menu):
13093         Fixed some more bugs
13094         
13095         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13097 2006-02-28  Naba Kumar <naba@gnome.org>
13099         * plugins/file-manager/an_file_view.c,
13100         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13101         rows also and with delay 1 sec (the color and timout value should
13102         probably be picked up from some system wide preference key).
13104 2006-02-28  Naba Kumar <naba@gnome.org>
13106         * libanjuta/interfaces/libanjuta.idl,
13107         plugins/document-manager/action-callbacks.c,
13108         plugins/document-manager/plugin.c,
13109         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13110         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13111         Added interface checks in document manager and enable/disable
13112         menus based on supported interface.
13113         
13114         * plugins/project-import/anjuta-project-import.glade: Set some
13115         resonable size for the import dialog.
13117  2006-02-27  Naba Kumar  <naba@gnome.org>
13119         * libanjuta/interfaces/libanjuta.idl,
13120         plugins/document-manager/action-callbacks.c,
13121         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13122         and eol conversion actions.
13124 2006-02-27  Johannes Schmid <jhs@gnome.org>
13125         
13126         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13127         * plugins/file-manager/an_file_view.c
13128         plugins/file-manager/plugin.h:  Added tooltips
13129         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13131 2006-02-26  Naba Kumar  <naba@gnome.org>
13133         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13134         plugins/build-basic-autotools/build-basic-autotools.c,
13135         plugins/build-basic-autotools/build-basic-autotools.h,
13136         plugins/build-basic-autotools/executer.c,
13137         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13138         disable indicator highlights preferences from message manager to
13139         build plugin. Implemented message indicator highlights in build tool.
13140         
13141         * plugins/editor/text_editor.c: Fixed indicators.
13143 2006-02-26  Johannes Schmid <jhs@gnome.org>
13145         * plugins/sourceview/sourceview.c:
13146         - Fixed some bugs
13147         - Added markers
13148         * plugins/subversion/svn_auth.c:
13149         Fixed username/password authentification but there might be a memory corruption
13151 2006-02-26  Naba Kumar  <naba@gnome.org>
13153         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13154         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13155         libanjuta/anjuta-launcher.h: Added documentation.
13157 2006-02-24  Naba Kumar  <naba@gnome.org>
13159         * plugins/editor/text_editor.c: Fixed change in API in
13160         IAnjutaEditorSelection::set().
13161         
13162 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13164         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13165         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13166         libanjuta/interfaces/libanjuta.idl :
13167         Search in sourceview editor (Select in buffer).
13170 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13172         * plugins/sourceview/sourceview.c :
13173         Fixed Replace, to_upper, to_lower.
13174         
13175         * plugins/search/search-replace_backend.c :
13176         Renamed header name.
13178 2006-02-22  Naba Kumar  <naba@gnome.org>
13180         * libanjuta/anjuta-plugin-description.c,
13181         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13182         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13183         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13184         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13185         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13186         
13187         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13188         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13189         
13190 2006-02-21  Naba Kumar  <naba@gnome.org>
13192         * libanjuta/interfaces/libanjuta.idl,
13193         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13194         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13195         interface for editor.
13197 2006-02-21  Naba Kumar  <naba@gnome.org>
13199         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13201         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13202         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13204 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13206         * GTKSOURCEVIEW EDITOR
13207         plugins/sourceview/sourceview.c :
13208         Fixed copy and Goto Line.
13209         
13210         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13211         plugins/macro/plugin.c :
13212         Fixed Insert key word and Insert macro.
13214 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13216         * plugins/document-manager/anjuta-docman.c:
13217         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13218         
13219         * configure.in:
13220         plugins/Makefile.am:
13221         plugins/sourceview/.cvsignore:
13222         plugins/sourceview/Makefile.am:
13223         plugins/sourceview/plugin.c: :
13224         plugins/sourceview/plugin.h:
13225         plugins/sourceview/sourceview.c: 
13226         plugins/sourceview/sourceview.h:
13227         plugins/sourceview/sourceview.plugin:
13228         plugins/sourceview/sourceview.plugin.in:
13229         plugins/sourceview/sourceview.png:
13231         Added sourceview editor plugin
13233 2006-02-19 Naba Kumar  <naba@gnome.org>
13235         * libanjuta/interfaces/libanjuta.idl,
13236         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13237         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13238         plugins/cvs-plugin/cvs-interface.c,
13239         plugins/document-manager/action-callbacks.c,
13240         plugins/document-manager/action-callbacks.h,
13241         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13242         plugins/search/plugin.c, plugins/search/search-replace.c,
13243         plugins/search/search-replace_backend.c,
13244         plugins/subversion/subversion-actions.c,
13245         plugins/subversion/subversion-callbacks.c,
13246         plugins/tools/editor.c, plugins/tools/execute.c,
13247         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13248         few fatal warnings.
13250 2006-02-15 Naba Kumar  <naba@gnome.org>
13252         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13253         within another.
13254         
13255         * libanjuta/interfaces/libanjuta.idl,
13256         plugins/document-manager/anjuta-docman.c,
13257         plugins/document-manager/plugin.c,
13258         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13259         unnecessary parameters from IAnjutaEditor interface and used proper
13260         types instead of 'gpointer'. Fixed various compiler warnings.
13261         
13262         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13263         file
13265 2006-02-12 Naba Kumar  <naba@gnome.org>
13267         * po/POTFILES.in: Updated.
13268         
13269 2006-02-11 Naba Kumar  <naba@gnome.org>
13271         * plugins/editor/properties.[cxx,h],
13272         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13273         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13274         to sci_prop_*(), because they were conflicting with external
13275         functions (in some ssl library).
13276         
13277 2006-02-08 Naba Kumar  <naba@gnome.org>
13279         Patch from Massimo Cora  <maxcvs@email.it>:
13280         * plugins/valgrind/anjuta-valgrind.schemas,
13281         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13282         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13283         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13284         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13285         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13286         plugins/valgrind/vgtoolview.c,
13287         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13288         before running the debugging session. I've added also a
13289         preference in Anjuta Preferences where you can specify
13290         the path to the valgrind binary. The default is /usr/bin/valgrind.
13291         Now it displays a dialog with the error. [it can be -program
13292         exited- or -file loaded or end of input-]. Some valgrind 3.x
13293         compatibility.
13294         
13295 2006-01-29 Naba Kumar  <naba@gnome.org>
13297         Patch from Massimo Cora  <maxcvs@email.it>:
13298         * configure.in, plugins/Makefile.am,
13299         plugins/valgrind/*: Valgrind plugin (requires
13300         binutils-dev and valgrind to be installed.
13302 2005-01-24 Johannes Schmid <jhs@gnome.org>
13304         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13305         plugins/tools/variables.c:
13306         Added current directory to possible variables
13308         * Patch from Günther Brammer <gbrammer@gmx.de>
13309         plugins/document-manager/anjuta-docman.c:
13310         Fix a crash on opening a file
13312         AUTHORS: Added Günther Brammer
13314 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13316         * libanjuta/anjuta-launcher.c:
13317         Fix a bug in AnjutaLauncher when output is bigger than buffer
13318         Probably fix bug #315188 and #305134
13320 2005-12-28      Johannes Schmid <jhs@gnome.org>
13321         
13322         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13323         * src/about.c: Use new gtk about dialog
13324         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13325         Updated anjuta_ui_add_action_group_entries call
13326         
13327         Patch from Jean Breford <jean.breford@normalesup.org>
13328         and Markus Habermehl <bmh1980de@yahoo.de>:
13329         
13330         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13331         * AUTHORS: Added Jean and Markus
13333 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13334         * plugins/search/search-replace.c :
13335         Bookmark all matched lines.
13336         * plugins/search/search-replace_backend.c :
13337         Fixed bug (Search in all project files).
13339 2005-12-21      Johannes Schmid <jhs@gnome.org>
13340         
13341         * plugins/search/plugin.c:
13342         Fixed signal names
13343         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13344         investigation needed.
13345         
13346         AUTHORS: Added Ross Goldner
13348 2005-12-19  Ross Golder  <ross@golder.org>
13350         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13351         application/xml MIME type.
13353 2005-12-18  Johannes Schmid <jhs@gnome.org>
13354         
13355         po/POTFILES.in: Updated files after directory changes
13356         HACKING: Removed outdated section 3 (anoncvs)
13358 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13360         * plugins/build-basic-autotools/build-basic-autotools.c:
13361         Save all files in editor before running a command
13363         * plugins/tools/execute.c:
13364         Use document manager plugin instead of each editor for
13365         saving all files
13367 2005-12-15  Johannes Schmid <jhs@gnome.org>
13369         * plugins/document-manager/action-callbacks.c:
13370         (on_save_all1_activate), (on_swap_activate)
13371         plugins/document-manager/anjuta-docman.c:
13372         (on_save_as_filesel_response), (on_notebook_switch_page):
13373         
13374         Fixed some remaining issues in document-manger
13376 2005-12-15      Johannes Schmid <jhs@gnome.org>
13378         * plugins/profile-default/default.anjuta:
13379         Load Search plugin and Message Manager by default
13381 2005-12-14  Johannes Schmid <jhs@gnome.org>
13382         
13383         * plugins/editor/text_editor.c
13384         libanjuta/anjuta-utils.c:
13385         
13386         Check if files differ when gnome-vfs monitoring is used.
13387         (Bug #309688)
13389 2005-12-13  Johannes Schmid <jhs@gnome.org>
13391         * plugins/document-manager/plugin.c:
13392         Only save modified files in ianjuta_file_savable_save() for document-manager
13393         as discussed on mailing list.
13394         
13395         * plugins/cvs-plugin/cvs-callbacks.c:
13396         Fixed dialog handling for empty log message
13398 2005-12-13  Johannes Schmid <jhs@gnome.org>
13400         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13401         
13402         * plugins/project-manager/* Removed ununsed files
13403         
13404         * plugins/symbol-browser/an_symbol_iter.c
13405         plugins/build-basic-autotools/build-basic-autotools.c
13406         plugins/build-basic-autotools/executer.c
13407         plugins/class-gen/class_gen.c
13408         plugins/class-inheritance/class-inherit.c
13409         plugins/cvs-plugin/cvs-actions.c
13410         plugins/cvs-plugin/cvs-interface.c
13411         plugins/debug-manager/attach_process.
13412         plugins/devhelp/plugin.c
13413         plugins/document-manager/plugin.c
13414         plugins/document-manager/indent_util.c
13415         plugins/editor/properties.cxx
13416         plugins/editor/aneditor.cxx
13417         plugins/editor/style-editor.c
13418         plugins/editor/text_editor.c
13419         plugins/macro/macro_db.c
13420         tagmanager/c.c:
13421         
13422         Use DEBUG_PRINT for debug messages
13424         libanjuta/anjuta-debug.h: Include config.h
13425         
13426         HACKING: Updated (BTW: does anyone read this?)
13427         
13428 2005-12-12  Johannes Schmid <jhs@gnome.org>
13430         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13431         * plugins/gdb/debugger.c
13432         
13433         Fix a crasher in gdb plugin
13434         
13435         * plugins/gtodo/plugin.c
13436         plugins/search/plugin.c
13437         
13438         Fixed bug #305301
13439         
13440         * plugins/document-manager/anjuta-docman.c:
13441         
13442         Fixed error markers 
13443         
13444         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13445         
13446         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13447         
13448         * plugins/document-manager/anjuta-docman.c:
13449         highlight changed files in docman popup-menu
13450         * plugins/gdb/debug-tree.c:
13451         plugins/gdb/debugger.c
13452         Do not corupt entire "locals" tree when variable pointer have
13453         additional info and arrays/strucs/unions correctly.
13454         
13456 2005-12-11  Johannes Schmid <jhs@gnome.org>
13458         * plugins/document-manager/anjuta-docman.c
13459         plugins/document-manager/plugin.c
13460         plugins/editor/text_editor.c:
13461         
13462         AUTHORS: Added Johan Ersvik
13464         Fixed "is-dirty" bug and tab ordering
13466 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13467         
13468         * plugins/editor/aneditor-autocomplete.cxx
13469         plugins/editor/aneditor-calltip.cxx
13470         plugins/editor/aneditor-priv.h
13471         plugins/symbol-browser/an_symbol.c
13472         plugins/symbol-browser/an_symbol_view.c
13473         tagmanager/entry.h
13474         tagmanager/tm_symbol.c
13475         tagmanager/tm_tag.c
13476         tagmanager/include/tm_symbol.h
13477         tagmanager/include/tm_tag.h
13478         tagmanager/c.c
13480         Better pointer recognition in tagmanager and symbol browser
13482 2005-12-11  Johannes Schmid <jhs@gnome.org>
13484         * plugins/search/*: New search plugin derived from search code in old editor
13485         plugin.
13486         
13487         * plugins/document-manager/*: new document-manger which is now seperated from
13488         editor to allow implementation of other editor widgets. Code is mostly derived
13489         from old editor plugin
13491         * plugins/print/* new print plugin which is not fully implemented in the
13492         moment
13494         * plugins/editor/text_editor.c: Added lots of interface code
13495         
13496         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13497         IAnjutaEditorFactory and extended IAnjutaEditor
13498         
13499         * configure.in, plugins/Makefile.am updated build system for new
13500         plugins
13502         This is a huge commit which might still contain some bugs and also has
13503         some fixmes. Things that are not working are the search toolbar because it
13504         does not use the same backend as any other searching function and printing
13505         (easy to fix) because it did not yet implement IAnjutaPrintable.
13507 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13509         * plugins/project-wizard/property.c:
13510         Use newer GtkFileChooser instead of GtkFileSelection with
13511         GnomeFileEntry to avoid a bug
13513         * plugins/project-wizard/install.c:
13514         Avoid an endless loop if project directory is not writable
13515         
13516         * plugins/project-wizard/druid.c:
13517         Allow creating project in empty directory without a
13518         warning
13520 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13521         
13522         Patch from Massimo Cora <maxcvs@email.it>
13523         * plugins/class-inheritence/class-inherit.c
13524         plugins/class-inheritence/plugin.c
13525         plugins/class-inheritence/plugin.h
13526         configure.in
13527         
13528         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13529         no longer supported!
13531 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13532         
13533         Patch from Johan Ersvik <jersvik@fastmail.fm>
13534         * plugins/message-view/message-view.c
13535         plugins/build-basic-autotools/build-basic-autotools.c
13536         plugins/build-basic-autotools/automake-c.filters
13538         This patch correct regex-filters for newer automake
13539         versions
13541 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13543        * plugins/tools/execute.c:
13544        Detect variables inside a word
13546 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13548         * libanjuta/anjuta-status.[ch],
13549         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13550         plugins/editor/anjuta-docman.c :
13551         New anjuta-status procedure.
13553 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13555         *Modified Files:
13556         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13557         plugins/editor/Makefile.am
13558         plugins/editor/anjuta-document-manager.glade
13559         plugins/editor/plugin.c plugins/editor/plugin.h
13560         plugins/editor/text_editor.c plugins/editor/text_editor.h
13561         *Added Files:
13562         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13563         plugins/editor/indent-util.c plugins/editor/indent-util.h
13564         plugins/editor/indent_test.c :
13565         Set and Preview indent preferences parameters.
13566         Saved indent user parameters.
13568 2005-10-27  Naba Kumar  <naba@gnome.org>
13570         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13571         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13572         theme color for saved documents.
13573         
13574 2005-10-26  Naba Kumar  <naba@gnome.org>
13576         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13577         list. Fixed bug #316731.
13578         
13579 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13581         * tagmanager/tm_symbol.c: Fixed bug #315218
13583 2005-10-23  Adam Weinberger  <adamw@gnome.org>
13585         * plugins/build/build_file.c
13586           plugins/build-basic-autotools/build-basic-autotools.c
13587           plugins/tools/execute.c
13588           plugins/build/compile.c
13589           plugins/build/configurer.c
13590           plugins/debug-manager/plugin.c
13591           plugins/editor/plugin.c
13592           plugins/editor/print.c
13593           plugins/editor/text_editor.c
13594           plugins/file-loader/plugin.c
13595           plugins/file-manager/an_file_view.c
13596           plugins/symbol-browser/an_symbol_view.c
13597           plugins/gdb/debugger.c
13598           plugins/gdb/plugin.c
13599           plugins/glade/plugin.c
13600           plugins/macro/macro-actions.c
13601           plugins/macro/plugin.c
13602           plugins/profile-default/plugin.c
13603           plugins/project-manager/plugin.c
13604           plugins/project-manager/project_import.c
13605           plugins/symbol-browser/plugin.c
13606           plugins/tools/execute.c
13607           src/anjuta.c
13608           src/anjuta-actions.h
13609           src/shell.c:
13610           Correct spacing errors before and after "...".
13612 2005-10-20  Naba Kumar  <naba@gnome.org>
13614         * plugins/gdb/debugger.c: Fixed attach/detach process to
13615         updated UI properly.
13616         
13617 2005-10-18  Naba Kumar  <naba@gnome.org>
13619         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
13620         #171314 too).
13621         
13622 2005-10-13  Naba Kumar  <naba@gnome.org>
13623         
13624         * plugins/project-mkfile-import/*: Removed separate import wizard for
13625         makefile based projects (because single widzard handles all wizards).
13627         * plugins/project-import/project-import.c: Made wizard window
13628         transient to main window.
13630         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
13631         
13632         * AUTHORS: Added Eric's name in contributors list.
13633         
13634         * configure.in, plugins/Makefile.am,
13635         plugins/project-import/Makefile.am,
13636         plugins/project-import/anjuta-project-import.glade,
13637         plugins/project-import/project-import.c,
13638         plugins/project-import/project-import.h: Import wizard now detects
13639         both makefile and automake projects together instead of separate wizard.
13640         
13641         * plugins/project-wizard/templates/java/project.anjuta,
13642         plugins/project-wizard/templates/mkfile/project.anjuta,
13643         plugins/project-wizard/templates/python/project.anjuta,
13644         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
13645         name to make it appropriate.
13647 2005-10-11  Naba Kumar  <naba@gnome.org>
13649         * configure.in: Fixed glade3 version requirement.
13651 2005-09-29  Alexander Shopov  <ash@contact.bg>
13653         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
13655 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
13657         * plugins/subversion/svn_auth.c
13658         plugins/subversion/anjuta_subversion.glade:
13659         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
13661 2005-09-22  Naba Kumar  <naba@gnome.org>
13663         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
13665         * configure.in,  plugins/Makefile.am
13666         plugins/project-manager/anjuta-project-manager.plugin.in,
13667         plugins/project-manager/plugin.c,
13668         (added) plugins/project-mkfile-import/.cvsignore,
13669         (added) plugins/project-mkfile-import/Makefile.am,
13670         (added) plugins/project-mkfile-import/
13671             anjuta-project-mkfile-import-plugin.png,
13672         (added) plugins/project-mkfile-import/
13673             anjuta-project-mkfile-import.glade,
13674         (added) plugins/project-mkfile-import/
13675             anjuta-project-mkfile-import.plugin.in,
13676         (added) plugins/project-mkfile-import/plugin.c,
13677         (added) plugins/project-mkfile-import/plugin.h,
13678         (added) plugins/project-mkfile-import/project-mkfile-import.c,
13679         (added) plugins/project-mkfile-import/project-mkfile-import.h,
13680         plugins/project-wizard/templates/Makefile.am,
13681         (added) plugins/project-wizard/templates/mkfile-logo.png,
13682         (added) plugins/project-wizard/templates/mkfile.wiz,
13683         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
13684         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
13685         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
13686         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
13687         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
13688         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
13689         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
13690         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
13691         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
13692         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
13693         (added) plugins/project-wizard/templates/mkfile/src/main.c:
13694         Added makefile based project import wizard and wizard template.
13696 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
13698         * libanjuta/anjuta-launcher.c: Reduced false password detections
13700 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13702         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
13703         messages correctly.a
13705 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13706         
13707         * scintilla/Makefile.am: Changed scintilla library to noinst
13708         * pixmaps/Makefile.am: Install password.png
13709         * libanjuta/anjuta-launcher.c: Changed password detection
13710         to be able to access GNOME CVS with ssh.
13711         
13712 2005-08-31  Naba Kumar  <naba@gnome.org>
13714         * plugins/glade/plugin.c: Set transient window for the widget
13715         dialogs.
13716         
13717 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
13719         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
13721 2005-08-10  Naba Kumar  <naba@gnome.org>
13723         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
13724         as shortcut key for execute.
13726         * src/about.c: Clean up.
13727         
13728         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
13729         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
13730         entry boxes.
13731         
13732 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13734         * plugins/editor/search-replace_backend.c :
13735         Fixed search in File Patterns.
13737 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
13739         * plugins/gdb/Makefile.am: Fixed a make -j x bug
13740         
13741 2005-08-04  Naba Kumar  <naba@gnome.org>
13743         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13744         for pango-1.8 rendering bug.
13745         
13746 2005-08-03  Naba Kumar  <naba@gnome.org>
13748         * plugins/glade/plugin.c: Proper names for plugin widgets.
13749         
13750         * plugins/subversion/anjuta-subversion.glade,
13751         plugins/subversion/svn-auth.c: Fixed authentication dialog and
13752         string allocations. Use passed default values when available.
13753         Set proper focus and dialog default response. Destroy dialog after use.
13754         Return error when appropriate.
13756 2005-08-02  Naba Kumar  <naba@gnome.org>
13758         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13759         for pango-1.8 rendering bug.
13760         
13761 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
13763         * scintilla/Makefile.am: Fixed a make -j x bug
13764         
13765 2005-08-02  Johannes Schmid <jhs@gnome.org>
13766         
13767         * plugins/subversion/svn-auth.c: Added username/password 
13768         auto function.
13770 2005-08-01  Naba Kumar  <naba@gnome.org>
13772         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
13773         checks for character width calculations.
13774         
13775 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13777         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
13779 2005-07-31  Naba Kumar  <naba@gnome.org>
13781         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
13782         messup with pango 1.8. Fixed bug #311846.
13784 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13786         * plugins/gdb/memory.c : Fixed bug 305082.
13787         
13788         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13789         plugins/project-wizard/templates/gcj.wiz,
13790         plugins/project-wizard/templates/gnome.wiz,
13791         plugins/project-wizard/templates/gtk.wiz,
13792         plugins/project-wizard/templates/java.wiz,
13793         plugins/project-wizard/templates/python.wiz,
13794         plugins/project-wizard/templates/wxwin.wiz,
13795         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
13797 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
13799         * plugins/tools/execute.c:
13800         Correct a crash if editor is closed while a tool still use it.
13802 2005-07-28  Naba Kumar  <naba@gnome.org>
13804         * scintilla/*: Updated scintilla from their latest CVS.
13806 2005-07-27  Naba Kumar  <naba@gnome.org>
13808         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
13809         plugins/build-basic-autotools/build-basic-autotools.c,
13810         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
13811         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
13812         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
13813         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
13814         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
13815         plugins/message-view/plugin.c, plugins/patch/plugin.c,
13816         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
13817         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13818         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
13819         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
13820         argument to anjuta_ui_add_action_group_entries() and
13821         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
13822         Fixed all plugins to pass translation domain. This fixes untranslated
13823         UI bugs. 
13825 2005-07-27  Naba Kumar  <naba@gnome.org>
13827         * plugins/class-inheritance/class-callbacks.c,
13828         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
13829         proper system colors.
13831 2005-07-26  Naba Kumar  <naba@gnome.org>
13833         * ROADMAP: Updated and added more tasks.
13835 2005-07-25  Naba Kumar  <naba@gnome.org>
13837         * ROADMAP: Updated and added more tasks.
13838         
13839 2005-07-24  Naba Kumar  <naba@gnome.org>
13841         * HACKING: Fixed format.
13843 2005-07-24  Naba Kumar  <naba@gnome.org>
13845         * ROADMAP: Fixed format.
13846         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
13848 2005-07-24  Naba Kumar  <naba@gnome.org>
13850         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
13851         * data/properties/cpp.properties: Added *.c++ as file extension for c++
13853 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
13855         * plugins/tools/dialog.c, plugins/tools/dialog.h:
13856         Correct wrong sensitivity setting
13857         
13858         * plugins/tools/tool.c: Correct a crash when removing overridden tool
13859         
13860         * plugins/tools/variable.c:     Add variables for project manager
13862 2005-07-23  Naba Kumar  <naba@gnome.org>
13864         * ROADMAP: updated.
13866 2005-07-23 Naba Kumar  <naba@gnome.org>
13868         * plugins/subversion/Makefile.am,
13869         plugins/subversion/svn-auth.c,
13870         plugins/subversion/svn-auth.h: Added subversion authentication code
13871         stubs.
13872         
13873         * plugins/subversion/subversion-callbacks.c,
13874         plugins/subversion/subversion-callbacks.h,
13875         plugins/subversion/svn-backend-priv.h,
13876         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
13877         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
13878         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
13879         Added file mode line.
13881 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
13883         * configure.in: Added 'gl' to ALL_LINGUAS.
13885 2005-07-21 Naba Kumar  <naba@gnome.org>
13887         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
13888         the active sources and kill the running process without emitting
13889         signals (which could be fatal because the object is being destroyed).
13890         Incidentally, fixed the crash that happens when stopping an active
13891         debugger session. Disabled debug prints and code clean up.
13892         Fixed bug #305587.
13893         
13894         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
13895         message view object, because that prevents many unprocessed outputs
13896         from the cvs command from being appended in view. Does not set NULL
13897         to mesg_view private member (not required) so that any pending outputs
13898         to view is processed.Fixed bug #172666.
13900         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
13901         type in supported list.
13902         
13903 2005-07-18  Adam Weinberger  <adamw@gnome.org>
13905         * plugins/file-manager/anjuta-file-manager-plugin.glade:
13906           grammar/spelling fixes.
13908 2005-07-17 Naba Kumar  <naba@gnome.org>
13910         * (new) plugins/project-wizard/templates/terminal/cvsignore,
13911         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
13912         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
13913         plugins/project-wizard/templates/anjuta-plugin.wiz,
13914         plugins/project-wizard/templates/gcj.wiz,
13915         plugins/project-wizard/templates/gnome.wiz,
13916         plugins/project-wizard/templates/gtk.wiz,
13917         plugins/project-wizard/templates/gtkmm.wiz,
13918         plugins/project-wizard/templates/java.wiz,
13919         plugins/project-wizard/templates/python.wiz,
13920         plugins/project-wizard/templates/terminal.wiz,
13921         plugins/project-wizard/templates/terminal/Makefile.am,
13922         plugins/project-wizard/templates/terminal/po/Makefile.am,
13923         plugins/project-wizard/templates/terminal/src/Makefile.am,
13924         plugins/project-wizard/templates/wxwin.wiz,
13925         plugins/project-wizard/templates/xlib-dock.wiz,
13926         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
13927         wizards and updated .wiz files to install them in newly created
13928         projects.
13930 2005-07-16 Naba Kumar  <naba@gnome.org>
13932         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
13933         
13934         * plugins/file-manager/an_file_view.c,
13935         plugins/file-manager/plugin.c: Added file manager preferences to
13936         show/hide files ignored by version control (e.g. cvsignore).
13937         
13938         * plugins/editor/text_editor.c: Initialize vfs info struct.
13939         
13940         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
13941         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
13942         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
13943         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
13944         omf-install/.cvsignore, pixmaps/.cvsignore,
13945         plugins/file-manager/anjuta-file-manager-plugin.glade,
13946         scintilla/.cvsignore, scintilla/include/.cvsignore,
13947         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
13948         tagmanager/python.c: Updated.
13950 2005-07-16 Naba Kumar  <naba@gnome.org>
13952         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
13953         Fixed python parser to parser class methods.
13955 2005-07-15 Naba Kumar  <naba@gnome.org>
13957         * plugins/project-wizard/property.c: Used parenthesis to remove
13958         ambiguty.
13959         
13960         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13961         plugins/project-wizard/templates/gcj.wiz,
13962         plugins/project-wizard/templates/gnome.wiz,
13963         plugins/project-wizard/templates/gtk.wiz,
13964         plugins/project-wizard/templates/gtkmm.wiz,
13965         plugins/project-wizard/templates/java.wiz,
13966         plugins/project-wizard/templates/python.wiz,
13967         plugins/project-wizard/templates/terminal.wiz,
13968         plugins/project-wizard/templates/wxwin.wiz,
13969         plugins/project-wizard/templates/xlib-dock.wiz,
13970         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
13971         and names.
13973 2005-07-15 Naba Kumar  <naba@gnome.org>
13975         * plugins/project-wizard/templates/java.wiz,
13976         plugins/project-wizard/templates/java/Makefile.am,
13977         plugins/project-wizard/templates/java/project.anjuta,
13978         plugins/project-wizard/templates/python.wiz,
13979         plugins/project-wizard/templates/python/Makefile.am,
13980         plugins/project-wizard/templates/python/project.anjuta: Use different
13981         project files for java and python module where debugger is not
13982         included in the list of plugins.
13984 2005-07-15 Naba Kumar  <naba@gnome.org>
13986         * configure.in, plugins/project-wizard/templates/Makefile.am,
13987         plugins/project-wizard/templates/gcj-logo.png,
13988         plugins/project-wizard/templates/gcj.wiz,
13989         plugins/project-wizard/templates/gcj/.cvsignore,
13990         plugins/project-wizard/templates/gcj/Makefile.am,
13991         plugins/project-wizard/templates/gcj/configure.in.tpl,
13992         plugins/project-wizard/templates/gcj/src/.cvsignore,
13993         plugins/project-wizard/templates/gcj/src/Makefile.am,
13994         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
13995         plugins/project-wizard/templates/java-logo.png,
13996         plugins/project-wizard/templates/java.wiz,
13997         plugins/project-wizard/templates/java/configure.in.tpl,
13998         plugins/project-wizard/templates/java/po/Makefile.am,
13999         plugins/project-wizard/templates/java/po/POTFILES.in,
14000         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14001         plugins/project-wizard/templates/java/src/main.java,
14002         plugins/project-wizard/templates/python-logo.png,
14003         plugins/project-wizard/templates/python.wiz,
14004         plugins/project-wizard/templates/python/.cvsignore,
14005         plugins/project-wizard/templates/python/Makefile.am,
14006         plugins/project-wizard/templates/python/configure.in.tpl,
14007         plugins/project-wizard/templates/python/po/.cvsignore,
14008         plugins/project-wizard/templates/python/po/Makefile.am,
14009         plugins/project-wizard/templates/python/po/POTFILES.in,
14010         plugins/project-wizard/templates/python/src/.cvsignore,
14011         plugins/project-wizard/templates/python/src/Makefile.am,
14012         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14013         plugins/project-wizard/templates/python/src/main.py: Added Generic
14014         gcj and python project wizards. Fixed Generic java project to
14015         use _JAVA primary. Update gnome-build from cvs for them to work
14016         correctly.
14018 2005-07-12 Naba Kumar  <naba@gnome.org>
14020         * plugins/project-manager/plugin.c: Automatically determine
14021         project backend by probing.
14022         
14023 2005-07-04 Naba Kumar  <naba@gnome.org>
14025         * Makefile.am: Do not install old anjuta.glade file which conflicts
14026         with newer src/anjuta.glade.
14028 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14030         * plugins/an_symbol_prefs.c:
14031         Sort list of available symbol files
14033 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14035         * plugins/build-basic-autotools.c:
14036         Fixed #307810
14037         
14038         * plugins/gtodo/libgtodo.c:
14039         Possible fix for #307800
14041         * libanjuta/anjuta-encodings.c
14042         libanjuta/anjuta-launcher.c
14043         libanjuta/anjuta-preference-dialog.c
14044         libanjuta/anjuta-preferences.c
14045         libanjuta/anjuta-ui.c
14046         libanjuta/anjuta-util.c
14047         libanjuta/cell-renderer-captioned-image.c
14048         libanjuta/plugin.c:
14049         
14050         Patch from de_lupus@pandora.be (Kristof Vansant):
14051         Replaced deprecated gnome-i18n.h
14052         Closed #309153
14054 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14055         
14056         * plugins/subversion/anjuta-subversion.glade
14057         plugins/subversion/anjuta-subversion.ui
14058         plugins/subversion/plugin.c
14059         plugins/subversion/subversion-actions.c
14060         plugins/subversion/subversion-callbacks.h
14061         plugins/subversion/subversion-callbacks.c
14062         plugins/subversion/svn-backend-priv.h
14063         plugins/subversion/svn-backend.h
14064         plugins/subversion/svn-backend.c
14065         plugins/subversion/svn-thread.h
14066         plugins/subversion/svn-thread.c:
14067         
14068         Implemented Subversion diff
14069         
14070 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14071         
14072         * plugins/build-basic-autotools/build-basic-autotools.c:
14073         Fixed crash bug! Might be useful to release 2.0.2 soon
14074         because this bug will crash any build which produces errors
14075         or warnings
14077 === Anjuta 2.0.1 ===
14079 2005-06-27 Naba Kumar  <naba@gnome.org>
14081         * plugins/tools/execute.c: Formated code.
14082         
14083 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14085         * plugins/build-basic-autotools/build-basic-autotools.c:
14086         Remove two memory leaks
14087         Check command output versus untranslated strings too
14089         * plugins/tools/execute.c:
14090         Remove two memory leaks
14091         Check command output versus untranslated strings too
14092         Remove description message
14094         * plugins/tools/fileop.c:
14095         Escape tool name in xml configuration file
14097 2005-05-26 Naba Kumar  <naba@gnome.org>
14099         * configure.in: Bumped version to 2.0.1
14100         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14102         * plugins/tools/execute.c: Fixed clickable messages.
14103         * NEWS: Updated.
14105         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14106         Deactivate glade plugin when last glade project is closed. Reorder
14107         glade widgets in layout. Change glade project when user selects a
14108         new project. Removed project from the list when user closes it. Fixed
14109         glade project file loading from URI. Save and restored loaded glade
14110         projects in/from session.
14112         * plugins/class-gen/action-callbacks.c,
14113         plugins/class-gen/anjuta-class-gen-plugin.glade,
14114         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14115         plugins/file-wizard/anjuta-file-wizard.glade,
14116         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14117         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14118         "Add to project" correctly. Use the source file path returned after
14119         adding to project. Fixed memory leaks. Deactivate wizard plugins
14120         after use.
14121         
14122         * plugins/project-manager/plugin.c,
14123         plugins/project-wizard/anjuta-project-wizard.glade,
14124         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14125         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14126         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14127         project-wizard preference page to anjuta app, because they are
14128         more appropriated as general preferences. Renamed username and
14129         useremail properties keys.
14130         
14131         * po/POTFILES.in: Updated.
14133         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14134         saved at closing.
14135         
14136         * plugins/file-loader/plugin.c: Do not use static variable to store
14137         created submenu in factory. Fixed crash in anjuta exit.
14138         
14139 2005-05-24 Naba Kumar  <naba@gnome.org>
14141         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14142         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14143         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14144         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14145         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14146         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14147         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14148         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14149         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14150         
14151         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14152         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14153         plugins/build-basic-autotools/build-basic-autotools.c,
14154         plugins/build-basic-autotools/build-basic-autotools.h,
14155         plugins/build-basic-autotools/executer.c,
14156         plugins/build-basic-autotools/executer.h,
14157         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14158         plugins/tools/variable.c: Added an extra argument to
14159         anuta_util_dialog_input() to pass default value. Save/load project
14160         configure and execution parameters in/from session.
14162         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14163         symbol browser is loaded.
14164         
14165         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14166         freeze/thaw.
14168         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14169         deactivate would not start shell.
14171 2005-05-24 Naba Kumar  <naba@gnome.org>
14173         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14174         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14175         libegg/egg-submenu-action.c, libegg/test-actions.c,
14176         plugins/build-basic-autotools/build-basic-autotools.c,
14177         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14178         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14179         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14180         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14181         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14182         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14183         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14184         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14185         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14186         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14188 2005-05-24 Naba Kumar  <naba@gnome.org>
14190         * data/properties/styles.properties: Fixed defalt font.
14192         * plugins/editor/search-replace.c,
14193         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14194         project openness wihtout activating project-manager plugin (i.e.
14195         using anjuta_shell_get()).
14196         
14197         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14198         - Completed add_source(), add_group() and add_target() methods of
14199         IAnjutaProjectManager.
14200         - Change their definition to return the added element (or NULL).
14201         - Used interface API for project main menus and 'add to project'
14202         from file-manager context menu.
14203         - Select proper default target/group when prompting for adding
14204         source/target/group.
14205         - Do not expand all nodes in selection tree when default selection
14206         are given (eases navigation in big projects).
14207         - Code clean ups.
14208         - Marked strings for translation.
14210 2005-05-23 Naba Kumar  <naba@gnome.org>
14212         * src/anjuta-app.c: Save menu accelerators on change.
14213         * NEWS: Updated.
14214         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14215         save-as dialog (leading to crash later).
14217 2005-05-22 Naba Kumar  <naba@gnome.org>
14219         * NEWS: Updated.
14220         * AUTHORS: Added developers for other projects. Updated.
14221         * TODO.tasks: Updated.
14222         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14223         
14224 2005-05-22 Naba Kumar  <naba@gnome.org>
14226         * plugins/tools/execute.c: Make parsable lines distinct by adding
14227         a "Click me" description in the message. Allow tools to open arbibrary
14228         file in editory using gdb-styled annotation (The line starts with two
14229         \032 characters followed by the file:line).
14230         
14231         * plugins/tools/scripts/prepare-changelog.pl,
14232         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14233         ChangeLog file itself and open it.
14235 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14237         * plugins/tools/execute.c:
14238         Parse output in message pane
14239         Correct a crash on plugin deactivation
14241         * plugins/tools/fileop.c,
14242         plugins/tools/tool.c,
14243         plugins/tools/tool.h:
14244         Load only valid tools
14246 2005-06-21  Naba Kumar  <naba@gnome.org>
14248         * anjuta.spec.in: Fixed devel package requirement.
14250         * plugins/message-view/message-view.c: Scroll message on next/previous.
14252         * TODO.tasks: Updated.
14254         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14255         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14256         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14257         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14258         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14259         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14260         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14261         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14263         * libanjuta/anjuta-preferences.c,
14264         plugins/build-basic-autotools/build-basic-autotools.c,
14265         plugins/build-basic-autotools/executer.c,
14266         plugins/class-gen/action-callbacks.c,
14267         plugins/class-gen/action-callbacks.h,
14268         plugins/class-gen/class_gen.c,
14269         plugins/cvs-plugin/cvs-interface.c,
14270         plugins/debug-manager/attach_process.c,
14271         plugins/debug-manager/plugin.c,
14272         plugins/debug-manager/utilities.c,
14273         plugins/debug-manager/utilities.h,
14274         plugins/editor/aneditor-autocomplete.cxx,
14275         plugins/editor/aneditor.cxx,
14276         plugins/editor/search-replace.c,
14277         plugins/editor/search-replace_backend.c,
14278         plugins/gdb/breakpoints.c,
14279         plugins/gdb/registers.c,
14280         plugins/patch/plugin.c,
14281         plugins/project-wizard/druid.c,
14282         plugins/project-wizard/install.c,
14283         plugins/subversion/plugin.c,
14284         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14285         codes.
14287         * plugins/class-gen/action-callbacks.c,
14288         plugins/project-wizard/parser.c,
14289         plugins/project-wizard/property.c,
14290         plugins/project-wizard/values.c,
14291         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14293         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14294         alphabetically
14296 2005-06-20  Naba Kumar  <naba@gnome.org>
14298         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14299         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14300         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14301         
14302         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14303         exit idle function.
14304         
14305         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14306         Fixed possible memory corruption.
14308         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14309         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14310         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14311         progress bar increment and added progress status for symbol refresh
14312         and project loading.
14313         
14314         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14315         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14316         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14317         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14318         bar.
14320         * TODO.tasks: Updated.
14322 2005-06-19  Naba Kumar  <naba@gnome.org>
14324         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14325         Fixed warning.
14326         
14327         * plugins/project-import/project-import.c: Deactivate plugin when done.
14328         
14329 2005-06-18  Naba Kumar  <naba@gnome.org>
14331         * plugins/profile-default/plugin.c: Fixed error when loading another
14332         project while a project is still loaded.
14333         
14334         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14335         signal from gnome-build to popup group properties.
14336         
14337         * src/anjuta.c: Load default session by default.
14339         * po/POTFILES.in: Added missing files.
14340         
14341         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14342         activate plugin on load (activate it separately). Connect to activate
14343         and deactivate signals for housekeeping, so that if plugins are
14344         activated or deactivate externally, they are properly recorded.
14345         
14346         * plugins/profile-default/plugin.c: Save profile before a project
14347         is loaded so that it could be restored when project is closed.
14348         
14349         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14351 2005-06-17  Naba Kumar  <naba@gnome.org>
14353         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14354         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14355         for project. The plugins loaded for the project is restored when project
14356         is loaded next time.
14357         
14358         * TODO.tasks: Updated.
14359         
14360 2005-06-15  Naba Kumar  <naba@gnome.org>
14362         * plugins/tools/scripts/find-fixmes.pl,
14363         (new) plugins/tools/scripts/translation-status.pl,
14364         plugins/tools/scripts/tools-2.xml.in,
14365         plugins/tools/scripts/Makefile.am,
14366         plugins/tools/scripts/prepare-changelog.pl: Added translation
14367         status script. Completed find-fixmes.pl script. Fixed bugs.
14369         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14370         tool path.
14372 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14374         * plugins/message-view/anjuta-message-manager-plugin.glade :
14375         renamed "messages.tag.position" to "messages.tab.position".
14376         plugins/message-view/anjuta-msgman.c : 
14377         Messages tab position prefrences.
14378         
14379 2005-06-14  Naba Kumar  <naba@gnome.org>
14381         * (new) plugins/tools/scripts/find-fixmes.pl,
14382         (new) plugins/tools/scripts/tools-2.xml.in,
14383         (new) plugins/tools/scripts/Makefile.am,
14384         (new) plugins/tools/scripts/prepare-changelog.pl,
14385         plugins/tools/plugin.h, plugins/tools/fileop.c,
14386         plugins/tools/Makefile.am, configure.in: Added system tools.
14388 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14390         * plugins/tools/editor.c:
14391         Take care of creating .anjuta directory if missing
14393 2005-06-10  Naba Kumar  <naba@gnome.org>
14395         * configure.in: Increased gnome-build required to version 0.1.2.
14396         
14397         * plugins/project-manager/plugin.c: Fixed target/group removal.
14398         Fixed memory leaks.
14399         
14400 2005-06-10  Naba Kumar  <naba@gnome.org>
14402         * plugins/project-manager/plugin.c: Implemented target/group
14403         configuration (update gnome-build module from cvs).
14404         
14405 2005-06-07  Naba Kumar  <naba@gnome.org>
14407         Patch from: Massimo Cora'  <maxcvs@email.it>:
14408         * plugins/class-inheritance/Makefile.am,
14409         plugins/class-inheritance/class-inherit.c,
14410         plugins/class-inheritance/class-inherit.h,
14411         plugins/class-inheritance/plugin.c,
14412         plugins/class-inheritance/plugin.h,
14413         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14414         expanded view of classes in hierarchy canvas (collapsable again).
14415         
14416 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14418         * scintilla/patches/scintilla-64-bit.diff (added)
14419         * plugins/patch/patch-plugin.c:
14420         Conditional build for GTK 2.4 and GTK 2.6
14422 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14424         * plugins/tools/anjuta-tools.glade,
14425         plugins/tools/editor.c,
14426         plugins/tools/plugin.h,
14427         plugins/tools/fileop.c:
14428         Add a check box to edit an user script
14429         Correct a few memory leak
14431         * plugins/tools/execute.c,
14432         plugins/tools/tool.c,
14433         plugins/tools/tool.h:
14434         Move utility remove_mnemonic function in tool.c
14435         Small fix
14437 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14439         Patch from sbrabec@suse.cz:
14440         * configure.in
14441         scintilla/include/Scintilla.h:
14442         
14443         Fix 64-Bit warnings in gcc 4
14445 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14446         
14447         * plugins/patch/patch_plugin.c
14448         plugins/patch/patch.h
14449         plugin/patch/patch-plugin.glade
14450         plugin/patch/Makefile.am:
14451         
14452         Changed patch plugin to use libglade and new gtk 2.6 widgets
14454 2005-05-31  Naba Kumar  <naba@gnome.org>
14456         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14457         * plugins/editor/text_editor.c: Don't show error
14458         for empty files.
14459         
14460 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14461         
14462         * plugins/message-view/anjuta-message-manager.ui,
14463         plugins/message-view/anjuta-msgman.c,
14464         plugins/message-view/anjuta-msgman.h,
14465         plugins/message-view/message-view.c,
14466         plugins/message-view/message-view.h,
14467         plugins/message-view/plugin.c:
14468         Add a popup menu in messages panes
14469         Move save message pane option in it
14471 2005-05-28  Naba Kumar  <naba@gnome.org>
14473         * data/properties/styles.properties: Fixed default font
14474         names and sizes.
14476         * plugins/editor/style-editor.c: cleanup.
14477         
14478 2005-05-25  Naba Kumar  <naba@gnome.org>
14480         * plugin/gdb/plugin.c: Start gdb even if the program does
14481         not exists. Fixes bug #305074
14482         
14483 2005-05-24  Naba Kumar  <naba@gnome.org>
14485         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14486         * configure.in: graphviz pkgconfig path.
14488 2005-05-24  Naba Kumar  <naba@gnome.org>
14490         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14491         * TODO.tasks: Updated.
14492         
14493 2005-05-22  Naba Kumar  <naba@gnome.org>
14495         * anjuta.spec.in: Fixed spec file
14496         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14498 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14499         
14500         * TODO.tasks: Updated.
14502         * plugins/message-view/anjuta-message-manager.ui,
14503         plugins/message-view/message-view.c,
14504         plugins/message-view/message-view.h,
14505         plugins/message-view/plugin.c:
14506         Add shortcut for next and previous message
14507         Add a save message menu item
14508         Fix a bug in previous message
14510 2005-05-21  Naba Kumar  <naba@gnome.org>
14512         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14513         doc/Makefile.am, global-tags/create_global_tags.sh,
14514         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14515         and rpm package creation. Fixed installation paths.
14516         
14517         * plugins/editor/anjuta-document-manager.glade,
14518         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14519         and indent options.
14520         
14521         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14523 2005-05-21  Naba Kumar  <naba@gnome.org>
14525         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14526         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14527         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14528         tagmanager/Makefile.am: Fixed paths configure variables to take
14529         automake configure variables instead of hardcoding.
14531         * global-tags/tm_global_tags.c: Formated code.
14533         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14534         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14535         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14536         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14537         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14538         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14539         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14540         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14541         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14543 2005-05-20  Naba Kumar  <naba@gnome.org>
14545         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14546         and fixed rpm spec file (more testing required).
14547         
14548         * data/gdb.init: Don't set gdb prompt.
14549         
14550         * mime/Makefile.am: run update-mime-data only on system-wide install.
14551         
14552         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14554 2005-05-19  Naba Kumar  <naba@gnome.org>
14556         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14557         while it's not visible.
14559         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14560         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14561         
14562 2005-05-19  Naba Kumar <naba@gnome.org>
14564         * configure.in: Fixed subversion checks. Added
14565         --disable-plugin-subversion and --disable-plugin-glade
14566         configure flags to manually turn off their plugin builds.
14568         * plugins/editor/plugin.c: Save and restore current editor line
14569         positions in session.
14571 2005-05-18  Naba Kumar  <naba@gnome.org>
14573         * AUTHORS: Fixed email address.
14574         
14575         * libanjuta/anjuta-utils.c,
14576         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14577         when the projectmanager toplevel is not a window. Check for valid
14578         gtkwindow type before using the passed window as parent for anjuta
14579         dialogs.
14581 2005-05-17  Naba Kumar  <naba@gnome.org>
14583         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
14584         
14585         * plugins/cvs-plugin/Makefile.am,
14586         plugins/devhelp/plugin.c,
14587         plugins/file-loader/Makefile.am,
14588         plugins/macro/Makefile.am,
14589         plugins/message-view/Makefile.am,
14590         plugins/patch/Makefile.am,
14591         plugins/project-manager/Makefile.am,
14592         plugins/subversion/Makefile.am,
14593         plugins/symbol-browser/Makefile.am: Removed -module flags
14594         from libtool flags
14596         * MAINTAINERS: Added file so that I could recieve bugzilla
14597         reports.
14599         * plugins/glade/plugin.c: Fixed compile error.
14601 === Anjuta 2.0.0 ===
14603 2005-05-15  Naba Kumar  <naba@gnome.org>
14605         * configure.in: Adjusted gdl version requirement. Bumped anjuta
14606         version to 2.0.0.
14608         * plugins/symbol-browser/an_symbol_view.c,
14609         plugins/symbol-browser/plugin.c,
14610         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
14611         symbols have been updated. Reset file symbols when update
14612         occurs. Fixed memory leaks.
14614         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14615         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
14616         
14617 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
14619         * plugins/tools/anjuta-tools.glade:
14620         Remove unused parameter dialog
14622         * plugins/tools/dialog.c,
14623         plugins/tools/fileop.c,
14624         plugins/tools/fileop.h,
14625         plugins/tools/tool.c,
14626         plugins/tools/tool.h,
14627         plugins/tools/variable.c:
14628         Add a few comments and cleanups
14630         * plugins/tools/editor.c,
14631         plugins/tools/editor.h:
14632         Remove code from previous plugin and add comments
14633         Use main window as parent (instead of tool list)
14635         * plugins/tools/execute.c,
14636         plugins/tools/execute.h:
14637         Remove code from previous plugin and add comments
14638         Fix warnings
14640 2005-05-14  Naba Kumar  <naba@gnome.org>
14642         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
14643         release.
14644         
14645         * configure.in: Fixed
14646         
14647         * plugins/class-inheritance/class-inheritance.png: New icon.
14648         
14649         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
14650         screws up when reparented.
14652 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14654         * plugins/editor/search-replace.c,
14655         plugins/editor/search-replace_backend.c
14656         plugins/project-manager/plugin.c : Clear find pane if searching same 
14657         expression. Clean code.
14659 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
14661         * configure.in: Added ne in ALL_LINGUAS
14662         
14663 2005-05-13  Naba Kumar  <naba@gnome.org>
14665         * configure.in: Fixed glade-3 version.
14666         
14667         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
14668         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
14669         plugins/gdb/watch.c: Update locals, watch and frame document on
14670         frame change.
14672 2005-05-12  Naba Kumar  <naba@gnome.org>
14674         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
14675         scope autocompletion when the function definition is incomplete.
14676         
14677         * plugins/class-gen/anjuta-class-gen.plugin.in,
14678         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14679         plugins/gdb/plugin.c,
14680         plugins/glade/anjuta-glade.plugin.in,
14681         plugins/project-import/anjuta-project-import.plugin.in,
14682         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
14683         titles for the wizards.
14685 2005-05-11  Naba Kumar  <naba@gnome.org>
14687         * configure.in, plugins/debug-manager/Makefile.am,
14688         plugins/debug-manager/plugin.c,
14689         (added) plugins/debug-manager/images/.cvsignore,
14690         (added) plugins/debug-manager/images/Makefile.am,
14691         (added) plugins/debug-manager/images/detach-16.png,
14692         (added) plugins/debug-manager/images/detach.png,
14693         (added) plugins/debug-manager/images/step-into-16.png,
14694         (added) plugins/debug-manager/images/step-into.png,
14695         (added) plugins/debug-manager/images/step-out-16.png,
14696         (added) plugins/debug-manager/images/step-out.png,
14697         (added) plugins/debug-manager/images/step-over-16.png,
14698         (added) plugins/debug-manager/images/step-over.png,
14699         plugins/gdb/Makefile.am,
14700         plugins/gdb/breakpoints.c,
14701         plugins/gdb/plugin.c,
14702         (added) plugins/gdb/images/.cvsignore,
14703         (added) plugins/gdb/images/Makefile.am,
14704         (added) plugins/gdb/images/breakpoint.png,
14705         (added) plugins/gdb/images/locals.png,
14706         (added) plugins/gdb/images/stack.png,
14707         (added) plugins/gdb/images/watch.png: Fixed breakpoints
14708         'remove all'. Added debugger icons.
14710         * plugins/editor/text_editor.c: Fixed file monitor.
14712         Patch from: Massimo Cora'  <maxcvs@email.it>
14713         * plugins/patch/anjuta-patch-plugin.png,
14714         plugins/class-gen/Makefile.am,
14715         plugins/class-gen/action-callbacks.c,
14716         plugins/class-gen/class_gen.c,
14717         plugins/class-gen/class_logo.xpm: Implemented vcs
14718         file addions. New icons by Fabio Zecchini
14720 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14722         * libanjuta/interfaces/libanjuta.idl
14723         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
14724         plugins/editor/search-replace_backend.c
14725         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
14727 2005-05-11  Naba Kumar  <naba@gnome.org>
14728         
14729         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
14730         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
14731         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
14732         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
14733         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
14734         memory leaks.
14735         
14736         * plugins/symbol-browser/an_symbol_prefs.c,
14737         plugins/symbol-browser/an_symbol_search.c,
14738         plugins/symbol-browser/an_symbol_view.c,
14739         plugins/symbol-browser/an_symbol_view.h,
14740         plugins/symbol-browser/plugin.c: Fixed memory leaks.
14742 2005-05-11  Naba Kumar  <naba@gnome.org>
14744         * libanjuta/anjuta-shell.c: Fixed runtime warning.
14745         
14746         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
14747         progress bar location at create time, instead of hardcoding.
14748         
14749         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
14750         Added mini splash screen.
14751         
14752         * plugins/editor/text_editor.c: Do not produce warning when file
14753         monitor could not be created.
14754         
14755         * plugins/profile-default/plugin.c: Save project session on exit.
14756         Show mini splash with progress bar at profile load.
14758 2005-05-10  Naba Kumar  <naba@gnome.org>
14760         * configure.in, manuals/Makefile.am: Fixed compile flags.
14761         Disable outdated manuals builds.
14762         
14763         * global-tags/Makefile.am: Uninstall tags files on
14764         'make uninstall'
14765         
14766         * libegg/Makefile.am: Use configured deprecated flags.
14767         
14768         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14769         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14770         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
14771         Updated.
14772         
14773         * mime/Makefile.am: Take DESTDIR into account.
14774         
14775         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
14776         
14777         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
14778         on scope autocompletion.
14779         
14780         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14781         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
14782         shared libs and static libs paths for debugging. Order them
14783         correctly.
14784         
14785         * po/POTFILES.in: Updated.
14787 2005-05-09  Naba Kumar  <naba@gnome.org>
14789         * libanjuta/interfaces/libanjuta.idl,
14790         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
14791         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
14792         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
14793         Implemented debugger source directory search and emits location changed
14794         signal with absolute path of the file.
14796         * plugins/tools/tool.c: Fixed compile errors.
14797         
14798 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
14800         * plugins/tools/anjuta-tools.glade,
14801         plugins/tools/dialog.h,
14802         plugins/tools/dialog.c,
14803         plugins/tools/plugin.c,
14804         plugins/tools/editor.c:
14805         Improve graphical user interface
14806         Remove old code
14807         Correct an error on close
14808         Some cleanups
14810         * plugins/tools/fileop.c,
14811         plugins/tools/tool.h,
14812         plugins/tools/tool.c:
14813         Change the tool internal structure
14814         Support having tools configuration in several places
14816 2005-05-08  Naba Kumar  <naba@gnome.org>
14818         * plugins/gdb/actions.c,
14819         (removed) plugins/gdb/registers_cbs.c,
14820         (removed) plugins/gdb/registers_cbs.h,
14821         (removed) plugins/gdb/registers_gui.c,
14822         (removed) plugins/gdb/sharedlib_cbs.c,
14823         (removed) plugins/gdb/sharedlib_cbs.h,
14824         (removed) plugins/gdb/sharedlib_gui.c,
14825         (removed) plugins/gdb/signals_cbs.c,
14826         (removed) plugins/gdb/signals_cbs.h,
14827         (removed) plugins/gdb/signals_gui.c: Removed dead files.
14829 2005-05-08  Naba Kumar  <naba@gnome.org>
14831         * plugins/build-basic-autotools/executer.c: Fixed programs
14832         listing dialog.
14833         
14834         * plugins/debug-manager/Makefile.am,
14835         plugins/debug-manager/anjuta-debug-manager.glade,
14836         plugins/debug-manager/plugin.c,
14837         plugins/gdb/Makefile.am: Used libglade for programs listing
14838         dialog.
14839         
14840         * (added) plugins/gdb/pointer.png: Stack pointer image.
14841         
14842         * libanjuta/anjuta-marshal.list,
14843         pixmaps/Makefile.am,
14844         plugins/gdb/actions.c,
14845         plugins/gdb/actions.h,
14846         plugins/gdb/anjuta-gdb-plugin.ui,
14847         plugins/gdb/anjuta-gdb.glade,
14848         plugins/gdb/breakpoints.c,
14849         plugins/gdb/breakpoints.h,
14850         plugins/gdb/debug_tree.c,
14851         plugins/gdb/debug_tree.h,
14852         plugins/gdb/debugger.c,
14853         plugins/gdb/debugger.h,
14854         plugins/gdb/gdbmi-test.c,
14855         plugins/gdb/gdbmi.c,
14856         plugins/gdb/gdbmi.h,
14857         plugins/gdb/info.c,
14858         plugins/gdb/info.h,
14859         plugins/gdb/locals.c,
14860         plugins/gdb/locals.h,
14861         plugins/gdb/memory.c,
14862         plugins/gdb/memory.h,
14863         plugins/gdb/plugin.c,
14864         plugins/gdb/plugin.h,
14865         plugins/gdb/registers.c,
14866         plugins/gdb/registers.h,
14867         plugins/gdb/registers_cbs.c,
14868         plugins/gdb/registers_cbs.h,
14869         plugins/gdb/registers_gui.c,
14870         plugins/gdb/sharedlib.c,
14871         plugins/gdb/sharedlib.h,
14872         plugins/gdb/sharedlib_cbs.c,
14873         plugins/gdb/sharedlib_cbs.h,
14874         plugins/gdb/sharedlib_gui.c,
14875         plugins/gdb/signals.c,
14876         plugins/gdb/signals.h,
14877         plugins/gdb/signals_cbs.c,
14878         plugins/gdb/signals_cbs.h,
14879         plugins/gdb/signals_gui.c,
14880         plugins/gdb/stack_trace.c,
14881         plugins/gdb/stack_trace.h,
14882         plugins/gdb/utilities.c,
14883         plugins/gdb/utilities.h,
14884         plugins/gdb/watch.c,
14885         plugins/gdb/watch.h,
14886         plugins/gdb/watch_cbs.c,
14887         plugins/gdb/watch_cbs.h,
14888         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
14889         it for all debugger component updates and listing. Implemented
14890         user custom debugger command window. Fixed all debugger components
14891         to work correctly. Implemented debugger as GObject. Removed
14892         deprecated codes.
14893         
14894 2005-05-06  Naba Kumar  <naba@gnome.org>
14895         
14896         * TODO.tasks: Updated.
14897         
14898         * plugins/build-basic-autotools/Makefile.am,
14899         plugins/file-loader/Makefile.am,
14900         plugins/profile-default/Makefile.am,
14901         plugins/sample1/Makefile.am,
14902         plugins/symbol-browser/images/Makefile.am,
14903         src/Makefile.am: Fixed 'make distcheck' errors.
14905         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
14906         updates.
14908         * tagmanager/tm_workspace.c: Include prototypes in getting
14909         scope members.
14911 2005-05-06  Naba Kumar  <naba@gnome.org>
14913         * TODO.tasks: Updated.
14914         
14915         * configure.in, plugins/cvs-plugin/Makefile.am,
14916         plugins/debug-manager/Makefile.am,
14917         plugins/devhelp/Makefile.am,
14918         plugins/editor/Makefile.am,
14919         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
14920         
14921         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
14922         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
14923         interfaces.
14924         
14925         * tagmanager/tm_workspace.c,
14926         tagmanager/include/tm_workspace.h,
14927         plugins/editor/aneditor-autocomplete.cxx,
14928         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
14929         to return all matching tag types when no name is given instead of
14930         returning empty array.
14931         
14932         * plugins/symbol-browser/Makefile.am,
14933         (added) plugins/symbol-browser/an_symbol.c,
14934         (added) plugins/symbol-browser/an_symbol.h,
14935         plugins/symbol-browser/an_symbol_info.c,
14936         plugins/symbol-browser/an_symbol_info.h,
14937         (added) plugins/symbol-browser/an_symbol_iter.c,
14938         (added) plugins/symbol-browser/an_symbol_iter.h,
14939         plugins/symbol-browser/an_symbol_search.c,
14940         plugins/symbol-browser/an_symbol_view.c,
14941         plugins/symbol-browser/an_symbol_view.h,
14942         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
14943         plugins/symbol-browser/plugin.c,
14944         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
14945         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
14946         plugin and implemented IAnjutaIterable interface for symbol search
14947         and iteration.
14949         * plugins/class-inheritance/Makefile.am,
14950         plugins/class-inheritance/class-inherit.c,
14951         plugins/class-inheritance/class-inherit.h,
14952         plugins/class-inheritance/plugin.h: Use the newly added
14953         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
14954         get rid of libanjuta-ctags.la dependencies.
14956 2005-05-02  Naba Kumar  <naba@gnome.org>
14958         * plugins/class-inheritance/class-inherit.c,
14959         plugins/class-inheritance/plugin.c,
14960         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
14961         be found for a class. Formated code.
14963         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
14964         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
14965         of editor tabs.
14966         
14967 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
14969         * libanjuta/anjuta-launcher.c:
14970         Keep trying sending data until all bytes have been written
14972         * plugins/tools/anjuta-tools.glade,
14973         plugins/tools/editor.c:
14974         Add a combo box to defined data from stdin
14976         * plugins/tools/execute.c:
14977         Send data in stdin if needed
14978         Code cleanups
14980         * plugins/tools/fileop.c,
14981         plugins/tools/tool.h,
14982         plugins/tools/tool.c:
14983         Store, load and save stdin data
14984         Use tools-2.xml instead of tools.xml
14986         * plugins/tools/plugin.c,
14987         plugins/tools/plugin.h:
14988         Code cleanups
14990         * plugins/tools/dialog.c,
14991         plugins/tools/dialog.h:
14992         Few code cleanups
14994         * plugins/tools/variable.c,
14995         plugins/tools/variable.h:
14996         Add editor related variables
14997         Code cleanups
14999 2005-04-29  Naba Kumar  <naba@gnome.org>
15001         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15003         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15004         
15005         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15006         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15007         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15008         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15009         working on gdb MI interface. Completed MI parser interface.
15011         Patch from  Massimo Cora <maxcvs@email.it>:
15012         * plugins/class-inheritance/Makefile.am,
15013         plugins/class-inheritance/class-inherit.c,
15014         plugins/class-inheritance/class-inherit.h,
15015         plugins/class-inheritance/plugin.c,
15016         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15017         Used system theme for colors. Display class members on mouse click.
15018         
15019 2005-04-28  Naba Kumar  <naba@gnome.org>
15021         * plugins/symbol-browser/an_symbol_prefs.c
15022         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15023         implementation to create/add/remove custom tags files in symbol
15024         brower preferences.
15026         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15027         EXTRA_DIST.
15029         * plugins/project-import/project-import.c: Fixed memory leaks and
15030         use correct debug prints.
15031         
15032         * TODO.tasks: Updated.
15033         
15034 2005-04-27  Naba Kumar  <naba@gnome.org>
15036         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15037         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15038         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15040         * plugins/editor/anjuta-docman.c,
15041         plugins/editor/anjuta-docman.h,
15042         plugins/editor/plugin.c: Emit editor-added signal from docman
15043         and connect signals to new editor correctly.
15045         * plugins/class-inheritance/plugin.c,
15046         plugins/symbol-browser/plugin.c: Added stock icons.
15047         
15048         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15049         plugins/build-basic-autotools/executer.c,
15050         plugins/build-basic-autotools/executer.h: Added missing files
15051         for the execute programs implementation.
15053 2005-04-26  Naba Kumar  <naba@gnome.org>
15054         
15055         * TODO.tasks: Updated.
15057         * plugins/file-loader/plugin.c,
15058         plugins/project-import/anjuta-project-import.plugin.in,
15059         plugins/project-import/plugin.c,
15060         plugins/project-import/project-import.c,
15061         plugins/project-import/project-import.h: Be able to import older
15062         anjuta projects.
15064 2005-04-26  Naba Kumar  <naba@gnome.org>
15066         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15067         removing it from the shell.
15069         * libanjuta/anjuta-shell.c,
15070         libanjuta/anjuta-shell.h,
15071         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15072         so that widget additions are freezed or thaw using a pending queue.
15073         Fixded UI flicker while loading projects.
15075 2005-04-26  Naba Kumar  <naba@gnome.org>
15077         * TODO.tasks: Updated.
15078         
15079         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15080         IAnjutaBuildable interface.
15081         
15082         * plugins/build-basic-autotools/Makefile.am,
15083         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15084         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15085         plugins/build-basic-autotools/build-basic-autotools.c,
15086         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15087         interface and UI for executing project/file programs. Implemented
15088         IAnjutaFile interface so that executables could be opened directly.
15089         
15090         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15091         Authors line (Reserved for external plugins, which do not have a way to
15092         show their credits).
15093         
15094         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15095         [File Loader] group for menu labels (default to "Name" if it is not
15096         defined.
15097         
15098         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15099         for executing external commands.
15101 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15103         * plugins/project-wizard/property.c:
15104         Correct a memory leak
15106         * libanjuta/interfaces/libanjuta.idl,
15107         plugins/editor/text_editor.c:
15108         Add erase_all and replace_selection function to IAnjutaEditor
15110         * plugins/tools/anjuta-tools.glade,
15111         plugins/tools/fileop.c,
15112         plugins/tools/editor.c,
15113         plugins/tools/tool.c
15114         plugins/tools/tool.h:
15115         Add shortcut and icon 
15117         * plugins/tools/variable.c,
15118         plugins/tools/variable.h:
15119         Add a variable asking parameters at run time
15121         * plugins/tools/execute.c:
15122         Add a warning message for missing document manager
15123         Add replace buffer and replace selection output
15124         Correct an error in popup output
15126         * plugins/tools/plugin.c,
15127         plugins/tools/plugin.h,
15128         plugins/tools/anjuta-tools.ui,
15129         src/anjuta.ui:
15130         Few clean up
15131         Attach tools menu to a new place
15133 2005-04-25  Naba Kumar  <naba@gnome.org>
15135         * libanjuta/plugins.c, src/about.c, src/about.h,
15136         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15137         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15138         plugins (about box for plugins) menu.
15140 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15142         *  plugins/editor/search-replace.c :
15143         Displayed full path in Search pane window. 
15144         Bug 300231 : Selected line in Search pane window .
15145                 
15146 2005-04-23  Naba Kumar  <naba@gnome.org>
15148         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15150 2005-04-22  Naba Kumar  <naba@gnome.org>
15152         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15153         
15154         * plugins/project-wizard/templates/java.wiz,
15155         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15156         to create bytecodes (.class) files.
15157         
15158         * plugins/symbol-browser/an_symbol_info.c,
15159         plugins/symbol-browser/an_symbol_info.h,
15160         plugins/symbol-browser/an_symbol_search.c,
15161         plugins/symbol-browser/an_symbol_view.c,
15162         plugins/symbol-browser/plugin.c,
15163         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15164         in file symbol list.
15166 2005-04-22  Naba Kumar  <naba@gnome.org>
15168         * TODO.tasks: Updated.
15169         
15170         * plugins/class-inheritance/Makefile.am,
15171         plugins/subversion/Makefile.am: Do not install plugin files when
15172         plugin build condition is false.
15173         
15174         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15175         plugins/build-basic-autotools/build-basic-autotools.c,
15176         plugins/build-basic-autotools/build-basic-autotools.h,
15177         plugins/file-loader/anjuta-loader-plugin.ui,
15178         plugins/file-loader/dnd.c,
15179         plugins/file-loader/plugin.c,
15180         plugins/file-loader/plugin.h,
15181         plugins/project-manager/anjuta-project-manager.ui,
15182         plugins/project-manager/plugin.c: Added open file and build context
15183         menu in project manager context menu.
15185 2005-04-22  Naba Kumar  <naba@gnome.org>
15187         * configure.in: Added message output showing conditional plugins to
15188         build or not.
15189         
15190         * src/layout.xml: Added layout for class-inheritance plugin widget.
15191         
15192         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15193         plugin name to remove redundant terms.
15194         
15195         * TODO.tasks: Updated.
15196         
15197         * configure.in,
15198         plugins/symbol-browser/Makefile.am,
15199         plugins/symbol-browser/an_symbol_view.c,
15200         (removed) plugins/symbol-browser/sv_class.xpm,
15201         (removed) plugins/symbol-browser/sv_function.xpm,
15202         (removed) plugins/symbol-browser/sv_macro.xpm,
15203         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15204         (removed) plugins/symbol-browser/sv_private_var.xpm,
15205         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15206         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15207         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15208         (removed) plugins/symbol-browser/sv_public_var.xpm,
15209         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15210         (removed) plugins/symbol-browser/sv_static_var.xpm,
15211         (removed) plugins/symbol-browser/sv_struct.xpm,
15212         (removed) plugins/symbol-browser/sv_unknown.xpm,
15213         (removed) plugins/symbol-browser/sv_variable.xpm,
15214         (added) plugins/symbol-browser/images/.cvsignore,
15215         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15216         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15217         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15218         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15219         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15220         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15221         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15222         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15223         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15224         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15225         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15226         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15227         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15228         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15229         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15230         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15231         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15232         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15233         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15234         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15235         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15236         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15237         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15238         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15239         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15240         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15241         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15242         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15243         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15244         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15245         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15246         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15247         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15248         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15249         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15250         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15251         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15252         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15253         pixmaps and added new icons (taken from monodevelop).
15255 2005-04-21  Naba Kumar  <naba@gnome.org>
15257         Patch from  Massimo Cora <maxcvs@email.it>:
15259         * configure.in, plugins/Makefile.am
15260         (new) plugins/class-inheritance/.cvsignore,
15261         (new) plugins/class-inheritance/Makefile.am,
15262         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15263         (new) plugins/class-inheritance/class-inherit.c,
15264         (new) plugins/class-inheritance/class-inherit.h,
15265         (new) plugins/class-inheritance/plugin.c,
15266         (new) plugins/class-inheritance/plugin.h,
15267         (new) plugins/class-inheritance/class-inheritance.png: Added class
15268         inheritance plugin.
15269         
15270         Changes by naba: Added pkgconfig check for graphviz and conditionally
15271         build graphviz.
15272         
15273         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15275 2005-04-20  Naba Kumar  <naba@gnome.org>
15277         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15278         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15279         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15280         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15281         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15282         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15283         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15284         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15285         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15286         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15287         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15288         
15289         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15290         message view management.
15292         * libanjuta/anjuta-children.[ch],
15293         plugins/build-basic-autotools/build-basic-autotools.c,
15294         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15295         Removed anjuta_children_init() function,
15296         because it is done automatically when first invoked. Introduced
15297         anjuta_children_recover() to recover the child signalling. Fixed
15298         child exit management to correctly recover the exit status.
15299         
15300         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15301         to properly shutdown the launcher and to kill the running process
15302         (without emitting any signal).
15303         
15304         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15305         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15306         gdb and program instance.
15308 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15310         * plugins/editor/search-replace.c :
15311         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15313 2005-04-18  Naba Kumar  <naba@gnome.org>
15315         * TODO.tasks: Marked completed items.
15316         
15317         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15318         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15319         plugins/project-manager/plugin.c: Prompt user for the debugging
15320         target (select from a list of project's executable targets) and
15321         correctly start debugger. Take care of libtool wrapping when the
15322         target selected is libtool target. Fixed debugger menu items
15323         sensitivity.
15325 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15327         * plugins/tools/execute.c,
15328         plugins/tools/execute.h:
15329         Implement save all files before running a command
15330         Implement all options for stdout and stderr except replace buffer
15331         Allow running several tools
15333         * plugins/tools/plugin.c:
15334         Move anjuta launcher in execute.c
15336         * plugins/tools/tools.h,
15337         plugins/tools/variable.c:
15338         Small changes
15340 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15342         * plugins/tools/anjuta-tools.glade:
15343         Add new properties in tool editor dialog
15344         Cosmetic improvements
15345         
15346         * plugins/tools/anjuta-tools.ui:
15347         Attach tool menu as a build menu
15349         * plugins/tools/dialog.c:
15350         Set tool menu item sensitivity in tool list
15351         Fix bugs
15353         * plugins/tools/editor.c,
15354         plugins/tools/editor.h,
15355         plugins/tools/fileop.c,
15356         plugins/tools/tool.c,
15357         plugins/tools/tool.h:
15358         Add new properties (active, save file...)
15359         Most of them are still not implemented
15361         * plugins/tools/execute.c,
15362         plugins/tools/execute.h:
15363         Reorganize code to support multiple run
15364         Support run in terminal
15365         
15366         * plugins/tools/plugin.c
15367         plugins/tools/plugin.h:
15368         Move message handling in execute.c
15370         * plugins/tools/variable.h,
15371         plugins/tools/variable.c:
15372         Add useful variables
15373         
15374 2005-04-13  Naba Kumar  <naba@gnome.org>
15376         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15377         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15378         
15379 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15381         * plugins/tools/dialog.c plugins/tools/tool.c :
15382         Fixed bugs.
15384 2005-04-06  Naba Kumar  <naba@gnome.org>
15386         * src/anjuta.c: Load default session only when
15387         "anjuta.session.load.last" preference is enabled.
15388         
15389 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15391         * plugins/tools/Makefile.am,
15392         plugins/tools/variable.c,
15393         plugins/tools/variable.h:
15394         Add new code for handling variables
15396         * plugins/tools/anjuta-tools.glade:
15397         Improve tool editor dialog
15398         Add variable selection dialog
15400         * plugins/tools/dialog.c,
15401         plugins/tools/dialog.h,
15402         plugins/tools/plugin.c,
15403         plugins/tools/plugin.h:
15404         Add variable object
15405         Add a function to get it
15407         * plugins/tools/editor.c:
15408         Add gui code for variable selection dialog
15410         * plugins/tools/execute.c:
15411         Use variables for executing command
15412         
15413         * Naba: Compile warning fixes.
15415 2005-04-06  Naba Kumar  <naba@gnome.org>
15417         * TODO.tasks: Marked completed items.
15418         
15419 2005-04-06  Naba Kumar  <naba@gnome.org>
15421         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15422         compile error.
15423         
15424         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15426 2005-04-04  Naba Kumar  <naba@gnome.org>
15428         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15429         inside Main window.
15430         
15431 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15433         * plugins/tools/Makefile.am,
15434         plugins/tools/anjuta-tools.plugin.in,
15435         plugins/tools/anjuta-tools.ui,
15436         plugins/tools/anjuta-tools.gladei,
15437         plugins/tools/anjuta-tools-plugin.png,
15438         plugins/tools/plugin.c,
15439         plugins/tools/plugin.h,
15440         plugins/tools/dialog.c,
15441         plugins/tools/dialog.h,
15442         plugins/tools/fileop.c,
15443         plugins/tools/fileop.h,
15444         plugins/tools/tool.c,
15445         plugins/tools/tool.h,
15446         plugins/tools/editor.c,
15447         plugins/tools/editor.h,
15448         plugins/tools/execute.c,
15449         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15450         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15451         Not fully working
15453         * anjuta-tools.[ch]: Removed old tools code.
15454         
15455 2005-04-01  Steve Murphy  <murf@e-tools.com>
15457         * configure.in: Added "rw" to ALL_LINGUAS.
15459 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15461         * Modified Files:
15462         manuals/C/anjuta-manual/fileoperations.xml
15463         Added Files:
15464         manuals/C/anjuta-manual/figures/search_expr.png
15465         manuals/C/anjuta-manual/figures/search_expr_basic.png
15466         manuals/C/anjuta-manual/figures/search_file_list.png
15467         manuals/C/anjuta-manual/figures/search_file_pattern.png
15468         manuals/C/anjuta-manual/figures/search_replace.png
15469         manuals/C/anjuta-manual/figures/search_setting.png
15470         manuals/C/anjuta-manual/figures/search_target.png
15471         manuals/C/anjuta-manual/figures/search_target_action.png
15472         manuals/C/anjuta-manual/figures/search_target_in.png
15473         Removed Files:
15474         manuals/C/anjuta-manual/figures/find_files.png
15475         manuals/C/anjuta-manual/figures/find_replace.png
15476         manuals/C/anjuta-manual/figures/find_text.png :
15477         Updated Anjuta manual (File Operations)
15479 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15481         * manuals/C/anjuta-manual/fileoperations.xml,
15482         manuals/C/anjuta-manual/figures/open_file.png,
15483         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15484         manuals/C/anjuta-manual/figures/prefs_print.png,
15485         manuals/C/anjuta-manual/figures/print_dlg.png,
15486         manuals/C/anjuta-manual/figures/print_preview.png.
15487         * Added Files:
15488         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15489         manuals/C/anjuta-manual/figures/display_macro.png,
15490         manuals/C/anjuta-manual/figures/insert_text.png,
15491         manuals/C/anjuta-manual/figures/keyword_macro.png,
15492         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15493         manuals/C/anjuta-manual/figures/save_as_file.png :
15494         Updated Anjuta Manual (File Operations)
15496 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15498         * plugins/editor/action-callbacks.c,
15499           plugins/file-loader/plugin.c,
15500           plugins/gtodo/main.c,
15501           plugins/project-wizard/druid.c:
15502           Fix spelling/grammar errors. Fixes bugs
15503           169068, 169137, 169138, and 169139.
15505 2005-03-21  Naba Kumar  <naba@gnome.org>
15507         Patch from: Massimo Cora' <maxcvs@email.it>:
15508         
15509         * plugins/editor/Makefile.am
15510         plugins/editor/anjuta-docman.c,
15511         (added) plugins/editor/editor-tooltips.c,
15512         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15513         editor tabs to show full path.
15515 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15516         
15517         * plugins/subversion/svn-backend.c:
15518         Removed "apr-0/" from include because this is 
15519         already included in SVN_INCLUDE and broke building if
15520         apr >= 1.0 was installed.
15522 2005-03-18  Naba Kumar  <naba@gnome.org>
15524         Patch from: Massimo Cora' <maxcvs@email.it>:
15526         * plugins/editor/action-callbacks.c,
15527         plugins/editor/aneditor-calltip.cxx,
15528         plugins/editor/aneditor-priv.h,
15529         plugins/editor/aneditor.cxx,
15530         plugins/editor/aneditor.h,
15531         plugins/editor/anjuta-document-manager.ui: Added calltip
15532         activation from menu.
15534 2005-03-16  Naba Kumar  <naba@gnome.org>
15536         Patch from: Massimo Cora' <maxcvs@email.it>:
15537         
15538         * plugins/class-gen/action-callbacks.c,
15539         plugins/class-gen/anjuta-class-gen-plugin.glade,
15540         plugins/class-gen/class_gen.c,
15541         plugins/class-gen/class_gen.h,
15542         plugins/class-gen/class_logo.xpm,
15543         plugins/class-gen/plugin.c: Create files without project
15544         being open. Add to project support. And other enhancements.
15546 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15548         * anjuta.glade,
15549           plugins/debug-manager/utilities.c,
15550           plugins/file-loader/plugin.c,
15551           plugins/gdb/utilities.c,
15552           plugins/profile-default/plugin.c,
15553           plugins/project-import/project-import.c,
15554           src/anjuta-actions.h:
15555           Spelling/grammar fixes.
15557 2005-03-13  Naba Kumar  <naba@gnome.org>
15558         
15559         * plugins/editor/action-callbacks.c,
15560         plugins/editor/action-callbacks.h,
15561         plugins/editor/anjuta-document-manager.ui,
15562         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15563         submenu. Moved menuitems from Format to View->Editor.
15564         
15565         * src/action-callbacks.c, src/action-callbacks.h,
15566         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15567         layout and lock layout menus in View submenu. Get rid of
15568         Settings->Layout Manager menu.
15569         
15570         * plugins/project-import/anjuta-project-import.plugin.in:
15571         Fixed icon name
15573         * global-tags/Makefile.am,
15574         global-tags/create_global_tags.sh,
15575         plugins/editor/aneditor-autocomplete.cxx,
15576         plugins/editor/aneditor-priv.h,
15577         plugins/editor/aneditor.cxx,
15578         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15579         in editor and made it work in global symbols also.
15580         
15581         * src/anjuta-app.c: Always use priority texts besides icons style
15582         for toolbars, because other styles look horible for Anjuta (fixme).
15584 2005-03-11  Naba Kumar  <naba@gnome.org>
15586         * configure.in: Removed test for iconv.
15588         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
15589         before scintilla widget is realized.
15590         
15591         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
15592         for Update menuitem.
15593         
15594         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
15595         already applied in scintilla main stream.
15596         
15597         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
15598         and notified scintilla developer.
15599         
15600 2005-03-10  Naba Kumar  <naba@gnome.org>
15602         * src/action-callbacks.c: Removed reference to src/help.h (dead
15603         file).
15605         * plugins/editor/text_editor.c: Removed reference to
15606         src/launcher.h (a dead file).
15608         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
15609         src/controls.c, src/controls.h, src/fileselection.c,
15610         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
15611         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
15612         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
15613         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
15614         src/session.h, src/support.c, src/support.h, src/toolbar.c,
15615         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
15616         Removed these dead files from CVS.
15619 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15621         * plugins/file-wizard/action-callbacks.c : Added error message.
15622         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
15625 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
15626         
15627         * plugins/cvs-plugin/cvs-callbacks.c
15628         plugins/cvs-plugin/plugin.c:
15629         Fixed preferences page init and busy handling
15630         
15631         * plugins/subversion/plugin.c:
15632         Fixed preferences page init
15634 2005-03-09  Naba Kumar  <naba@gnome.org>
15636         * plugins/Makefile.am, plugins/glade/Makefile.am,
15637         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
15638         enabled glade plugin in Anjuta. The plugin is built only when
15639         glade3 is installed.
15640         
15641 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15643         * plugins/project-wizard/templates/java.wiz
15644         plugins/project-wizard/templates/java-logo.png (*)
15645         plugins/project-wizard/templates/java/*
15646         plugins/project-wizard/templates/Makefile.am
15647         configure.in:
15648         
15649         Add Java project type. It generates a autoconf/automake
15650         project which is compiled using gcj. It requires automake 
15651         > 1.4 (1.9 is known to work) to work!
15652         
15653         (*) still awaiting response from the gcj team if we
15654         may use their logo.
15655         
15656 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15657         
15658         * plugins/project-import/*
15659         plugins/Makefile.am
15660         configure.in:
15661         Added project import plugin. Might be a bit buggy and limited
15662         but works for now.
15663         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15664         Icon from old pixmaps dir
15666 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15668         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
15669         plugins/macro/macro-util.c, plugins/macro/macros.xml :
15670         Added C Custom_Indent line macro.
15671         Cleaned macros.xml
15673 2005-03-09  Naba Kumar  <naba@gnome.org>
15675         * TODO.tasks: Added new message-manager tasks.
15676         
15677         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15678         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15679         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15680         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15681         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15682         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15683         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15684         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15685         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15686         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15687         
15688         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
15689         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
15690         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
15691         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
15692         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
15693         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
15694         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
15695         Removed debugger widgets from shell on debugger shutdown. Added
15696         scrolled windows for docked widgets. Removed unnecessary widget refs
15697         and unrefs. Destroy widgets correctly on debugger shutdown.
15698         
15699         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
15700         with project description title. Removed frame shadow.
15701         
15702         * plugins/project-wizard/druid.c: Initializes tooltips.
15703         
15704         * scintilla/Makefile.am: Fixed comiple error.
15706 2005-03-08  Adam Weinberger  <adamw@gnome.org>
15708         * plugins/class-gen/anjuta-class-gen-plugin.glade,
15709           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
15711 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15713         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15714         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15715         plugins/macro/macro-util.c, plugins/macro/macro-util.h
15716         plugins/macro/macros.xml, plugins/macro/plugin.c :
15717         Moved cursor at the '|' position defined in macros.
15719 2005-03-07  Naba Kumar  <naba@gnome.org>
15721         * plugins/subversion/Makefile.am: Fixed build error.
15723         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
15724         types (perl, python, shellscript).
15725         
15726         * plugins/editor/plugin.c: Fixed to show all highlight options.
15727         
15728 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15730         * TODO.tasks : updated tasks.
15731         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
15733 2005-03-07  Naba Kumar  <naba@gnome.org>
15735         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
15736         or disable subversion file-manager submenu. If "Subvesion" is also
15737         valid directory, we should also check for it.
15739         * configure.in: Disable cygwin macro until someone fixes the
15740         autoconf warnings.
15741         
15742         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
15743         backward compatibility.
15744         
15745 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15747         * src/about.c : Cleaned code.
15748         * plugins/macro/macros.xml : Added "do_while" C macro.
15749         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
15750         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
15751         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
15752         Closed registers, shared libraries, kernel signals dialogs with ESC key.
15753         
15754 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15756         * plugins/class-gen/plugin.c:
15757         Removed "return" to activate project_root_uri watching.
15759 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15761         * plugins/Makefile.am
15762         plugins/subversion/*:
15763         Added subversion plugin. Add, Remove, Commit and Update work
15764         everything else needs work.
15765         
15766         * plugins/terminal/terminal.c
15767         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
15768         we still have focus problems with the editor.
15770 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15772         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
15773         
15774 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15776         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
15778 2005-03-04  Naba Kumar  <naba@gnome.org>
15780         Patch from Massimo Cora' <maxcvs@email.it>:
15782         * plugins/class-gen/Makefile.am,
15783         plugins/class-gen/action-callbacks.c,
15784         plugins/class-gen/action-callbacks.h,
15785         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
15786         plugins/class-gen/anjuta-class-gen.plugin.in,
15787         plugins/class-gen/class_gen.c,
15788         plugins/class-gen/class_gen.h,
15789         (removed) plugins/class-gen/clsGen.c,
15790         (added) plugins/class-gen/goc_template_header,
15791         (added) plugins/class-gen/goc_template_source,
15792         plugins/class-gen/plugin.c,
15793         plugins/class-gen/plugin.h: Refactored class gen code.
15794         Added GOCBuilder code. Fixed UI. Implemented plugin.
15796 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
15798         * plugins/project-wizard/property.c
15799         plugins/project-wizard/install.c
15800         plugins/project-wizard/druid.c
15801         plugins/editor/goto_line.c
15802         plugins/editor/plugin.c
15803         plugins/gtodo/add_edit_item.c
15804         plugins/gtodo/ligtodo.c
15805         plugins/gtodo/main.c
15806         plugins/gtodo/preferences.c:
15807         Fixed #167559, #167534, #167266, #167357
15808         (Bad English in strings...)
15809         
15810         Thanks to Adam Weinberger and Thierry Moisan for
15811         reporting!
15813 2005-03-03  Naba Kumar  <naba@gnome.org>
15815         * libegg/Makefile.am, libegg/menu/Makefile.am,
15816         (added) libegg/egg-submenu-action.c,
15817         (added) libegg/menu/egg-submenu-action.h: Created a new action for
15818         submenu (used for wizard listing).
15819         
15820         * plugins/file-loader/anjuta-loader-plugin.ui
15821         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
15822         and toolbar.
15823         
15824         * plugins/editor/action-callbacks.c,
15825         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
15826         ctrl+tabbing because it was interfaring with focus navigation.
15827         Focus editor on "Esc" in incremental search entry. Cleanups.
15828         
15829         * plugins/file-manager/an_file_view.c,
15830         plugins/symbol-browser/plugin.c,
15831         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
15832         Cleanups.
15833         
15834         * plugins/profile-default/plugin.c,
15835         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
15836         for sesssion load.
15837         
15838         * (removed) scintilla/patches/a64-crash-fix.patch,
15839         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
15840         scintilla patches.
15842 2005-03-03  Naba Kumar  <naba@gnome.org>
15844         * HACKING: Fixed typos.
15845         
15846         * plugins/editor/aneditor-indent.cxx: Clean up.
15847         
15848         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
15849         Enable/disable save, undo and redo actions depending on state
15850         of the editor.
15851         
15852 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15854         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
15855         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
15856         Displayed search_incremental status.
15858         * Removed plugins/editor/search_incremental.[ch]
15860 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
15861         
15862         * plugins/cvs-plugin/cvs-execute.c
15863         plugins/cvs-plugin/cvs-callbacks.c:
15864         - Use weak reference on mesg_view and reuse tab if
15865         it still exists to avoid cluttering message manager.
15866         - Fixed bug in cvs remove
15867         
15868         README, HACKING: Updated
15869         
15870         configure.in: Added check for libsvn
15872 2005-02-29  Naba Kumar  <naba@gnome.org>
15873         
15874         * plugins/file-manager/an_file_view.c,
15875         plugins/symbol-browser/an_symbol_view.c,
15876         plugins/symbol-browser/plugin.c: Hide column headers (they
15877         are redundant).
15879 2005-02-29  Naba Kumar  <naba@gnome.org>
15881         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15882         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15883         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15884         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15885         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15886         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15887         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15888         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15889         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15890         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15892         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
15893         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
15894         (added) libanjuta/anjuta-session.[hc],
15895         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15896         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
15897         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
15898         src/main.c:
15899         
15900         Implemented session management. Implemented session
15901         container class. Added session notifications from shell. Implemented
15902         session save/load in editor, file-loader, default-profile-plugin
15903         and anjuta-app. Fixed window sizing and restoration. Cleaned up
15904         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
15905         and maximized states in session. Implemented project session
15906         management.
15908 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15910         * plugins/class-gen/action-callbacks.[ch],
15911         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
15912         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
15913         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
15914         with Escape key.
15916 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
15917         
15918         * plugins/project-wizard/anjuta-project-wizard.glade,
15919         plugins/project-wizard/druid.c:
15920         Add some padding in tab label in project selection page
15921         
15922         * plugins/project-wizard/druid.c,
15923         plugins/project-wizard/parser.c:
15924         Search for project template recursively
15925         Add ~/.anjuta/project to the search paths
15927 2005-02-26  Naba Kumar  <naba@gnome.org>
15929         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
15930         * plugins/file-loader/plugin.c: Fixed crash bug.
15931         * libanjuta/plugins.c: Fixed memory leak.
15932         
15933 2005-02-26  Naba Kumar  <naba@gnome.org>
15934         
15935         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
15936         "UserActivatable" attribute for plugins. This attribute if set to
15937         "no" will prevent users from activating/deactivating it from
15938         plugins dialog. Added a toggle button in plugins dialog to toggle
15939         the plugins list between list of activatable plugins (default) to
15940         list of all plugins. anjuta_plugin_select() now only selects the
15941         plugin. Added anjuta_plugins_select_and_activate() method that will
15942         select and activate it.
15943         
15944         * plugins/profile-default/Makefile.am,
15945         plugins/profile-default/anjuta-default-profile.ui,
15946         plugins/profile-default/plugin.c,
15947         plugins/profile-default/plugin.h,
15948         plugins/project-manager/anjuta-project-manager.ui,
15949         plugins/project-manager/plugin.c,
15950         plugins/project-manager/plugin.h:
15951         
15952         Anjuta projects (*.anjuta) files define the profile of respective
15953         projects. Profile is a set of related plugins required for the
15954         project to open. Moved "close project" action from Project Manager
15955         to Profile Manager plugin. Implemented loading and unloading of
15956         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
15957         (instead of Project Manager) now handles opening of *.anjuta files.
15958         Close Project menuitem is now moved to File submenu (being
15959         consistent with Anjuta 1.x versions and avoiding creating Project
15960         submenu when project manager is not loaded).
15961         
15962         * src/anjuta-actions.h: Fixed short-cut key for Help content.
15963         
15964         * src/anjuta.ui: Fixed place holder for projects.
15965         
15966         * (new) plugins/profile-default/default.anjuta: default startup
15967         profile. Removed the hardcoded plugins loading in
15968         DefaultProfilePlugin.
15970         * anjuta.anjuta,
15971         plugins/project-wizard/templates/terminal/project.anjuta:
15972         Implemented project format in newly created projects.
15974         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
15975         plugins/class-gen/anjuta-class-gen.plugin.in,
15976         plugins/cvs-plugin/anjuta-cvs.plugin.in,
15977         plugins/editor/anjuta-document-manager.plugin.in,
15978         plugins/file-loader/anjuta-loader.plugin.in,
15979         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15980         plugins/gdb/anjuta-gdb.plugin.in,
15981         plugins/glade/anjuta-glade.plugin.in,
15982         plugins/message-view/anjuta-message-manager.plugin.in,
15983         plugins/profile-default/anjuta-default-profile.plugin.in,
15984         plugins/project-manager/anjuta-project-manager.plugin.in,
15985         plugins/project-wizard/anjuta-project-wizard.plugin.in:
15986         Defined UserActivatable attributes. Added supported types attribute.
15988         * plugins/project-wizard/anjuta-project-wizard.glade
15989         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
15990         "Project Wizard" in preferences title.
15992         * TODO.tasks: Updated.
15993         
15994         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
15995         Updated.
15996         
15997 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15999         * plugins/file-wizard/anjuta-file-wizard.glade
16000         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16001         
16002         Integrated License macros, cleaned file.c.
16003         
16004 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16005         
16006         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16007         username can not be found correctly.
16009 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16011         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16012         plugins/macro/macros.xml :
16013         
16014         Added Headers macros. Cleaned file.c
16016 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16018         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16019         plugins/macro/macros.xml :
16020         
16021         Fixed a bug. Added Header macro.
16023         
16024 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16026         * plugins/file-wizard/action-callbacks.c, 
16027         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16028         plugins/macro/macros.xml :
16029         
16030         Added FileName, Header template macros.
16031         
16032 2005-02-24  Naba Kumar  <naba@gnome.org>
16033         
16034         * plugins/patch/patch-plugin.c: Fixed a function call.
16035         
16036         * src/anjuta.c, src/main.c: Save and load default session.
16037         
16038 2005-02-24  Naba Kumar  <naba@gnome.org>
16040         * libanjuta/interfaces/libanjuta.idl,
16041         plugins/message-view/anjuta-msgman.c,
16042         plugins/message-view/anjuta-msgman.h,
16043         plugins/message-view/plugin.c: Added and implemented
16044         set_view_title() method.
16045         
16046         * plugins/build-basic-autotools/build-basic-autotools.c,
16047         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16048         build context pooling. Maximum 3 contexts are reused. Additional
16049         contexts are created when all are busy.
16051 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16053         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16054         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16055         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16056         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16058         Added Copyright, Changelog macros.
16059                 
16060 2005-02-23  Naba Kumar  <naba@gnome.org>
16062         Patch from Massimo Cora' <maxcvs@email.it>:
16063         * plugins/Makefile.am,
16064         plugins/patch/Makefile.am,
16065         (added) plugins/patch/anjuta-patch-plugin.png,
16066         (added) plugins/patch/anjuta-patch.plugin.in,
16067         (added) plugins/patch/anjuta-patch.ui,
16068         plugins/patch/patch-plugin.c,
16069         (added) plugins/patch/patch-plugin.h,
16070         (added) plugins/patch/plugin.c,
16071         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16072         architecture.
16074 2005-02-23  Naba Kumar  <naba@gnome.org>
16076         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16077         file-loader/plugin.c, profile-default/plugin.c:
16078         Implemented "activated" and "deactivated" signals for plugin class.
16079         Renamed *_location() functions to *_id(), because location is
16080         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16081         anjuta_plugins_unload_plugin().
16082         
16083         * class-gen/plugin.c: Fixed complier warning and utility function call.
16084         
16085         * debug-manager/plugin.c: Unload debugger plugin correctly.
16086         
16087         * project-manager/plugin.c:     Fixed compiler warnings.
16088         
16089         * plugins/project-wizard/templates/gnome/.cvsignore,
16090         plugins/project-wizard/templates/gnome/po/.cvsignore,
16091         plugins/project-wizard/templates/gnome/src/.cvsignore,
16092         plugins/project-wizard/templates/gtk/po/.cvsignore,
16093         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16094         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16095         
16096         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16097         build (we need to fix this thing).
16098         
16099 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16101         * plugins/macro/macro-action.[ch]
16102         plugins/macro/macro-edit.c
16103         plugins/macro/macro-dialog.c
16104         plugins/macro/macro-db.[ch]
16105         plugins/macro/plugin.[ch]
16106         plugins/macro/macro-util.[ch] (added)
16107         
16108         Cleaned up macro plugin and preview expanded macros.
16110 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16112         * plugins/cvs-plugin/cvs-interface.c:
16114         Fixed option setting when using no compression and not 
16115         ignoring .cvsrc
16117 2005-02-23  Naba Kumar  <naba@gnome.org>
16118         
16119         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16120         geometry on exit and startup (only if there is no geometry from the
16121         session).
16123         * TODO.tasks: Updated.
16124         
16125         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16126         
16127         * manuals/reference/libanjuta/Makefile.am,
16128         manuals/reference/libanjuta/libanjuta-docs.sgml,
16129         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16130         documentation for writing project templates.
16132 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16134         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16135         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16136         
16137         Expansion keywords in macros. 
16139 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16141         * plugins/file-wizard/action-callbacks.c,
16142         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16143         plugins/macro/macros.xml :
16144         
16145         Inserting text by macro plugin
16146         In progress ...
16148 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16150         * plugins/macro/plugin.c
16151         plugins/cvs-plugin/plugin.c:
16152         
16153         Fixed interfaces (use static)
16155 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16156         
16157         * plugins/macro/macro-actions.[ch]
16158         plugins/macro/plugin.c
16159         libanjuta/interfaces/libanjuta.idl:
16160         
16161         Implemented IAnjutaMacro interface to be used by file-wizard
16162         
16163         * plugins/cvs-plugin/plugin.c
16164         libanjuta/interfaces/libanjuta.idl:
16165         
16166         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16167         for all version control systems and not only for cvs.
16169 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16171         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16172         insert_macro.
16173         
16174         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16177 2005-02-21  Naba Kumar  <naba@gnome.org>
16179         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16180         IAnjutaDebugger interface.
16181         
16182         * plugins/debug-manager/anjuta-debug-manager.ui,
16183         plugins/debug-manager/attach_process.c,
16184         plugins/debug-manager/attach_process.h,
16185         plugins/debug-manager/plugin.c,
16186         plugins/debug-manager/plugin.h,
16187         plugins/gdb/actions.c,
16188         plugins/gdb/actions.h,
16189         plugins/gdb/anjuta-gdb-plugin.ui,
16190         plugins/gdb/breakpoints.c,
16191         plugins/gdb/breakpoints.h,
16192         plugins/gdb/debugger.c,
16193         plugins/gdb/debugger.h,
16194         plugins/gdb/memory.c,
16195         plugins/gdb/plugin.c,
16196         plugins/gdb/plugin.h,
16197         plugins/gdb/sharedlib.h,
16198         plugins/gdb/sharedlib_cbs.c,
16199         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16200         correctly between debug-manager and debugger. Implemented debugger
16201         interface in gdb plugin. Fixed action names. Added UI updating.
16202         Start and stop debugger (does not work yet). Fixed UI merging.
16203         Fixed debugger plugin handling in debug-manager.
16205 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16207         * plugins/editor/aneditor-autocomplete.cxx:
16208         
16209         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16210         crash with C++ "template" keyword.
16212 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16214         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16215         Fixed bug (Closed macro dialogs with Esc key).
16216         
16217 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16218         
16219         * plugins/project-wizard/xlib.wiz,
16220         plugins/project-wizard/xlib-logo.png,
16221         plugins/project-wizard/xlib/*:
16222         Port old xlib anjuta project on new project wizard
16223         
16224         * plugins/project-wizard/xlib-dock.wiz,
16225         plugins/project-wizard/xlib-dock/*:
16226         Port old xlib dock anjuta project on new project wizard
16227         
16228         * plugins/project-wizard/wxwin.wiz,
16229         plugins/project-wizard/wxwin-logo.png,
16230         plugins/project-wizard/wxwin/*:
16231         Port old wxwin anjuta project on new project wizard
16232         
16233         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16234         necessary changes for the new templates.
16235         
16236 2005-02-18  Naba Kumar  <naba@gnome.org>
16238         * plugins/Makefile.am: Added class-gen
16239         
16240 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16242         * plugins/project-wizard/header.c:
16243         Fix a bug in sorting of project categories
16245 2005-02-18  Naba Kumar  <naba@gnome.org>
16247         Patch from Massimo Cora  <maxcvs@email.it>:
16248         
16249         * plugins/class-gen/.cvsignore,
16250         plugins/class-gen/Makefile.am,
16251         (added) plugins/class-gen/action-callbacks.c,
16252         (added) plugins/class-gen/action-callbacks.h,
16253         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16254         (added) plugins/class-gen/class_gen.c,
16255         (added) plugins/class-gen/class_gen.h,
16256         (added) plugins/class-gen/plugin.c,
16257         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16258         new architecture.
16259         
16260         * plugins/project-manager/plugin.c: implemented add_source().
16262 2005-02-17  Naba Kumar  <naba@gnome.org>
16264         * plugins/file-loader/plugin.c: Fixed possible crash.
16265         
16266         * src/action-callbacks.c, src/action-callbacks.h,
16267         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16269 2005-02-17  Naba Kumar  <naba@gnome.org>
16270         
16271         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16272         plugins/project-wizard/templates/gnome.wiz,
16273         plugins/project-wizard/templates/gtk.wiz,
16274         plugins/project-wizard/templates/gtkmm.wiz,
16275         plugins/project-wizard/templates/terminal.wiz,
16276         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16277         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16278         plugins/project-wizard/templates/gnome/src/callbacks.c,
16279         plugins/project-wizard/templates/gnome/src/callbacks.h,
16280         plugins/project-wizard/templates/gnome/src/main.c,
16281         plugins/project-wizard/templates/gtk/src/callbacks.c,
16282         plugins/project-wizard/templates/gtk/src/callbacks.h,
16283         plugins/project-wizard/templates/gtk/src/main.c,
16284         plugins/project-wizard/templates/gtkmm/src/main.cc,
16285         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16286         to generate licence correctly (without any extra newlines). Removed
16287         IncludeGNUHeader macro definition and added proper licence property.
16288         Fixed project directory paths in file contents.
16290 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16292         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16293         Closed macro dialogs with Esc key.
16295 2005-02-16  Naba Kumar  <naba@gnome.org>
16297         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16298         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16299         plugins/project-wizard/templates/gnome/src/callbacks.c,
16300         plugins/project-wizard/templates/gnome/src/callbacks.h,
16301         plugins/project-wizard/templates/gnome/src/main.c,
16302         plugins/project-wizard/templates/gtk/src/main.c,
16303         plugins/project-wizard/templates/gtkmm/src/main.cc,
16304         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16305         macros to avoid blank newlines.
16307 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16309         * plugins/project-wizard/autogen.c:
16310         Correct a problem when having property value in UTF-8
16312         * plugins/project-wizard/druid.c:
16313         Correct a bug when reselecting a new project (all pages
16314         must be removed)
16316         * plugins/project-wizard/property.c:
16317         Avoid having default invalid properties
16319         * plugins/project-wizard/templates/terminal.wiz,
16320         plugins/project-wizard/templates/terminal/po/ChangeLog,
16321         plugins/project-wizard/templates/terminal/src/main.c:
16322         Remove command for testing run function
16323         Move destination directory to second page and include
16324         project name. Add exist tag. Remove unused properties.
16326 2005-02-16  Naba Kumar  <naba@gnome.org>
16328         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16329         plugins/debug-manager/anjuta-debug-manager.ui,
16330         plugins/debug-manager/plugin.c,
16331         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16332         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16333         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16334         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16335         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16336         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16337         (removed) src/anjuta_info.c,
16338         (removed) src/anjuta_info.h,
16339         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16340         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16341         (added) plugins/gdb/actions.c,
16342         (added) plugins/gdb/actions.h: Completed initial
16343         porting of debugger to new architecture. Fixed many of the debugger
16344         functions.
16346         * plugins/file-loader/plugin.c: Detect some important mime ourself
16347         to avoid inconsistencies when mime system isn't working.
16348         
16349 2005-02-16  Naba Kumar  <naba@gnome.org>
16351         * plugins/editor/Makefile.am,
16352         (added) plugins/editor/aneditor-autocomplete.cxx,
16353         (added) plugins/editor/aneditor-calltip.cxx,
16354         (added) plugins/editor/aneditor-indent.cxx,
16355         (added) plugins/editor/aneditor-priv.h,
16356         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16357         different smaller chunks to make it easy to maintain.
16359 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16361         * plugins/project-wizard/druid.c :
16362         
16363         Found system Email address if not defined in Preferences.
16365 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16366         
16367         * plugins/project-wizard/gtkmm.wiz
16368         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16369         plugins/project-wizard/gtkmm/*
16370         
16371         Added GTKmm (C++) project type
16373 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16375         * plugins/message-view/plugin.c
16376         plugins/message-view/message-view.c
16377         TODO.gtodo:
16378         Implemented next/prev action
16380 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16382         * plugins/project-wizard/templates/libglade2.* :
16383         Removed libglade2 project.
16384         
16385         * plugins/project-wizard/templates/gtk* :
16386         Removed interface.[ch] & support.[ch].
16387         
16388 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16390         * plugins/project-wizard/anjuta-project-wizard.glade,
16391         plugins/project-wizard/property.[ch],
16392         plugins/project-wizard/templates/anjuta-plugin.wiz :
16393         Added a new property ("iconfile").
16395 2005-02-14  Naba Kumar  <naba@gnome.org>
16397         * plugins/project-wizard/install.c,
16398         plugins/project-wizard/plugin.c,
16399         plugins/project-wizard/templates/anjuta-plugin.wiz,
16400         plugins/project-wizard/templates/gnome.wiz,
16401         plugins/project-wizard/templates/gtk.wiz,
16402         plugins/project-wizard/templates/libglade2.wiz,
16403         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16404         newly created projects and open them. Fixed message buffering in
16405         wizard.
16407 2005-02-14  Naba Kumar  <naba@gnome.org>
16409         * src/about.c, pixmaps/Makefile.am,
16410         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16411         
16412         * mime/gnome-mime-application-x-anjuta.png,
16413         pixmaps/anjuta_icon.png,
16414         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16415         done by 9-speed at:
16416         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16417         
16418 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16420         * configure.in,
16421         plugins/project-wizard/templates/libglade2-logo.png,
16422         plugins/project-wizard/templates/libglade2.wiz,
16423         plugins/project-wizard/templates/libglade2/* :
16424         Add Glade2 project
16427 2005-02-14  Naba Kumar  <naba@gnome.org>
16429         * TODO.tasks: Updated.
16430         
16431         * plugins/editor/anjuta-docman.c,
16432         plugins/editor/text_editor.c,
16433         plugins/editor/text_editor.h,
16434         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16435         for file modification, but it is still not functioning.
16437 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16439         * plugins/project-wizard/values.c,
16440         plugins/project-wizard/values.h,
16441         plugins/project-wizard/property.c,
16442         plugins/project-wizard/property.h,
16443         plugins/project-wizard/druid.c:
16444         Rewrite mandatory property check
16445         Add check of exist property
16446         Rewrite handling of cached property page
16448 2005-02-13  Naba Kumar  <naba@gnome.org>
16450         Patch from Igor Kovalenko  <garrison@mail.ru>:
16451         * tagmanager/tm_workspace.c: Improved performance.
16453 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16455         *plugins/project-wizard/templates/*.wiz,
16456         plugins/project-wizard/druid.c,
16457         plugins/project-wizard/templates/terminal/src/main.c,
16458         plugins/project-wizard/templates/gtk/src/*.[ch],
16459         plugins/project-wizard/templates/gtk/src/Makefile.am,
16460         plugins/project-wizard/templates/gnome/src/*.[ch],
16461         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16462         Add Copyright date & Email address,
16463         Correct terminal project.
16464         
16465 2005-02-12  Naba Kumar  <naba@gnome.org>
16467         * plugins/project-wizard/property.c: Fixed hidden
16468         properties to take values.
16470         * plugins/project-wizard/file.[ch]: Renamed
16471         true/false enum values to fix compile error
16472         (conflict with other definition).
16473         
16474         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16475         even when mime type detection fails (for example, when Anjuta is
16476         installed in non-system prefix).
16478 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16480         * plugins/project-wizard/values.c,
16481         plugins/project-wizard/values.h:
16482         Rewrite file with more comments
16484         * plugins/project-wizard/druid.c,
16485         plugins/project-wizard/druid.h,
16486         plugins/project-wizard/autogen.c,
16487         plugins/project-wizard/autogen.h,
16488         plugins/project-wizard/druid.c,
16489         plugins/project-wizard/druid.h:
16490         Add more comments
16491         Use values instead of properties
16492         Move default properties to druid.c
16494         * plugins/project-wizard/install.c,
16495         plugins/project-wizard/install.h:
16496         Use values instead of properties
16497         Add a check to avoid overwriting files
16499         * plugins/project-wizard/parser.c,
16500         plugins/project-wizard/property.c,
16501         plugins/project-wizard/property.h:
16502         Update to use new values
16503         Add an "exist" attribute to check if a directory already exist
16505         * plugins/project-wizard/anjuta-project-wizard.glade:
16506         Change project selection page (GtkTextView => GtkLabel,
16507         GtkTable => GtkVBox)
16509         * plugins/project-wizard/templates/terminal.wiz:
16510         Move destination directory on second page
16511         
16512         * plugins/project-wizard/action.c:
16513         Add a few comments
16515 2005-02-12  Naba Kumar  <naba@gnome.org>
16517         * plugins/file-manager/an_file_view.c,
16518         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16519         views. Created dynamic update date of view depending on project
16520         changes -- similar to file-manager view.
16521         
16522         * plugins/devhelp/plugin.c: Load help on idle.
16523         
16524         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16525         autoformat' to proper location in preferences.
16526         
16527         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16528         compatibility.
16529         
16530         * plugins/editor/plugin.c: Fixed accel name.
16532 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16534         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16535         plugins/project-wizard/templates/gnome.wiz,
16536         plugins/project-wizard/templates/gtk.wiz,
16537         plugins/project-wizard/anjuta-project-wizard.glade,
16538         plugins/project-wizard/autogen.c:
16539         Add Username & Email address in Project preferences.
16541 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16543         *plugins/project-wizard/templates/gnome-logo.png,
16544         plugins/project-wizard/templates/gnome.wiz,
16545         plugins/project-wizard/templates/gnome/* :
16546         Add Gnome project
16548 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16550         * plugins/project-wizard/templates/terminal/src/main.c, 
16551         plugins/project-wizard/templates/terminal/src/main.c,
16552         plugins/project-wizard/templates/terminal/src/main.[ch] :
16553         Insert License in projects
16554         
16555 2005-02-11  Naba Kumar  <naba@gnome.org>
16557         * TODO.tasks: Added message manager task.
16558         
16559         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16560         
16561         * plugins/editor/plugin.c: Use bookmark stock icons.
16562         
16563         * plugins/message-view/anjuta-message-manager.ui,
16564         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16566 2005-02-10  Naba Kumar  <naba@gnome.org>
16568         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16569         
16570 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16572         * global-tags/Makefile.am
16573         Error during 'make install'
16575 2005-02-09  Naba Kumar  <naba@gnome.org>
16577         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16578         missing file.
16579         
16580 2005-02-08  Naba Kumar  <naba@gnome.org>
16582         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
16583         
16584         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
16585         Show busy cursur when updating global tags in preferences.
16587         * configure.in: Fixed.
16588         
16589 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16591         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
16592           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
16593          
16594         - Fixed anjuta-plugin project (glade)
16596 2005-02-08  Naba Kumar  <naba@gnome.org>
16598         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
16599         Fixed automatic indentations.
16601         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
16602         Global tags are now segregated into smaller api tags, which can be
16603         selectively loaded from symbol browser preferences.
16605         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
16606         Implemented IProjectManager interface in project-manager. Mostly getter
16607         methods for now, but need to add add() and remove() methods to add
16608         or remove project elements.
16610         * plugins/gdb/debug_tree.c: Small fix.
16612         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
16613         plugins/symbol-browser/an_symbol_info.c,
16614         plugins/symbol-browser/an_symbol_info.h,
16615         plugins/symbol-browser/an_symbol_search.c,
16616         plugins/symbol-browser/an_symbol_search.h,
16617         plugins/symbol-browser/an_symbol_view.c,
16618         plugins/symbol-browser/an_symbol_view.h,
16619         plugins/symbol-browser/plugin.c,
16620         plugins/symbol-browser/plugin.h,
16621         tagmanager/c.c,
16622         tagmanager/entry.h,
16623         tagmanager/tm_project.c,
16624         tagmanager/tm_symbol.c,
16625         tagmanager/tm_tag.c,
16626         tagmanager/tm_workspace.c,
16627         tagmanager/vstring.c,
16628         tagmanager/include/tm_tag.h,
16629         tagmanager/include/tm_workspace.h:
16630         
16631         - Fixed tagmanager parsing of source files to parse for typedefines and
16632         properly record element scopes. Implemented scope autocompletion
16633         (autocompletion on '.', '->', '::' and ':'. The functionality is not
16634         fully working. It was based on older patch for Anjuta 1.2.2 in SF
16635         patch list (author is unknown).
16636         - Implemented symbol-browser preferences for dynamically loading and
16637         saving tags API segments.
16638         - Fixed symbol-search to use tagmanager directly instead of depending
16639         on symbol-view for tags list.
16640         - Fixed symbol-view to create the tree using TMSymbol tree directly.
16641         - Fixed TMSymbol to create the complete tags tree instead of letting the
16642         symbol-view created the root nodes.
16643         - Changed project tags cache name to .tm_project2.cache because the
16644         newer format records additional scope information.
16645         
16646 2005-02-07  Naba Kumar  <naba@gnome.org>
16648         * plugins/editor/style-editor.c,
16649         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
16650         and GtkFontButton instead of deprecated widgets in
16651         style editor.
16652         
16653 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
16655         * plugins/project-wizard/action.c,
16656         plugins/project-wizard/action.h,
16657         plugins/project-wizard/autogen.c,
16658         plugins/project-wizard/autogen.h,
16659         plugins/project-wizard/file.c,
16660         plugins/project-wizard/file.h,
16661         plugins/project-wizard/install.c,
16662         plugins/project-wizard/install.h,
16663         plugins/project-wizard/parser.h,
16664         plugins/project-wizard/parser.c,
16665         plugins/project-wizard/property.c,
16666         plugins/project-wizard/property.h,
16667         plugins/project-wizard/plugin.h,
16668         plugins/project-wizard/plugin.c,
16669         plugins/project-wizard/values.c,
16670         plugins/project-wizard/values.h:
16671         Replace C++ comments by C comments
16673         * plugins/project-wizard/autogen.c,
16674         plugins/project-wizard/autogen.h:
16675         Add a run time check of autogen version.
16676         Add UserName variable.
16678         * plugins/project-wizard/anjuta-project-wizard.glade,
16679         plugins/project-wizard/header.c,
16680         plugins/project-wizard/druid.c,
16681         plugins/project-wizard/druid.h:
16682         Sort project in alphabetic order.
16683         Correct selection troubles in notebooks.
16685         * plugins/project-wizard/parser.c:
16686         Add some check when reading the project header block.
16688 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16690         * plugins/project-wizard/action.c,
16691         plugins/project-wizard/action.h,
16692         plugins/project-wizard/autogen.c,
16693         plugins/project-wizard/autogen.h,
16694         plugins/project-wizard/file.c,
16695         plugins/project-wizard/file.h,
16696         plugins/project-wizard/install.c,
16697         plugins/project-wizard/parser.h,
16698         plugins/project-wizard/parser.c,
16699         plugins/project-wizard/property.c,
16700         plugins/project-wizard/property.h,
16701         plugins/project-wizard/values.c,
16702         plugins/project-wizard/values.h,
16703         Add a space between function name and open.
16705         * plugins/project-wizard/plugin.h,
16706         plugins/project-wizard/plugin.c,
16707         plugins/project-wizard/install.c,
16708         Avoid a crash if the user close the message view used by the .
16710         * plugins/project-wizard/anjuta-project-wizard,
16711         plugins/project-wizard/druid.c,
16712         plugins/project-wizard/druid.h,
16713         plugins/project-wizard/header.h,
16714         plugins/project-wizard/header.c,
16715         Add a text view with the description of each.
16716         Add a tab for each project.
16717         Replace some C++ comments to C comments.
16719 2005-02-05  Naba Kumar  <naba@gnome.org>
16721         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
16722         New icon from Sebastien Granjoux .
16723         
16724 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16726         * libanjuta/anjuta-preferences.c:
16727         Set file property even without a focus out event (file selected 
16728         the browse dialog)
16730 2005-02-04  Naba Kumar  <naba@gnome.org>
16732         * plugins/glade/plugin.c: Fixed glade function calls.
16733         * configure.in: Fixed a typo.
16734         * TODO.tasks: Updated.
16736 2005-02-03  Naba Kumar  <naba@gnome.org>
16738         * plugins/project-manager/plugin.c: Fixed memory corruption.
16740         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
16741         build error.
16742         
16743         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
16744         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16745         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
16746         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16748         * libanjuta/interfaces/libanjuta.idl,
16749         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
16750         interface.
16751         
16752         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
16754         Patch from Massimo Cora <maxcvs@email.it>:
16755         * plugins/editor/plugin.c: Fixed update UI for created buffers.
16756         
16757 2005-02-01  Naba Kumar  <naba@gnome.org>
16759         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
16760         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
16761         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
16762         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
16763         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
16764         from sourceforge -- a64 crash fixes (correct typing for GType)
16765         and fixes compile errors in sun.
16767         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
16768         paste (shift+insert) in terminal.
16770 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
16772         * configure.in: Add «nb» to ALL_LINGUAS.
16774 2005-02-01  Naba Kumar  <naba@gnome.org>
16776         * TODO.tasks, TODO: Updated todo tasks.
16777         
16778         * plugins/editor/anjuta-document-manager.glade: Improved search
16779         relace dialog.
16780         
16781         * TODO.tasks: Fixed xml format.
16782         
16783         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
16784         work yet).
16785         
16786         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
16787         cleanups.
16788         
16789         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
16790         format during save (removed unwanted text nodes). Fixed scrollbars.
16792 2005-01-31  Naba Kumar  <naba@gnome.org>
16794         * libanjuta/interfaces/libanjuta.idl,
16795         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
16796         Implemented append() method for IAnjutaEditor interface and fixed
16797         various bugs with text insertions (cvs diff and macro insertions).
16798         
16799         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
16800         automatic indentation.
16801         
16802         * plugins/editor/action-callbacks.c,
16803         plugins/editor/action-callbacks.h,
16804         plugins/editor/anjuta-docman.c,
16805         plugins/editor/anjuta-document-manager.ui,
16806         plugins/editor/plugin.c,
16807         plugins/editor/text_editor.c,
16808         plugins/editor/text_editor.h,
16809         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
16810         Fixed highlight issues.
16812         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
16813         macro.
16814         
16815         * plugins/symbol-browser/an_symbol_view.c: Force update project.
16817         * data/properties/*: Updated properties files from scite. Created
16818         styles.properties to override the scite styles.
16819         
16820         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
16822         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
16823         
16824 2005-01-30  Naba Kumar  <naba@gnome.org>
16826         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
16827         unused definitions.
16828         
16829         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
16830         
16831         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
16832         plugins/editor/text_editor.c,
16833         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
16834         fixed linuwidth preference setting, fixed insert text interface
16835         implementation. Improved automatice-indentation for cpp lexer.
16836         
16837         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
16839 2005-01-29  Naba Kumar  <naba@gnome.org>
16841         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
16842         option in update dialog as default. Improved import dialog. Sized
16843         log dialog.
16845         * configure.in: Fixed underquoted warning from autoconf.
16846         
16847         * plugins/editor/action-callbacks.c,
16848         plugins/editor/aneditor.cxx,
16849         plugins/editor/aneditor.h,
16850         plugins/editor/anjuta-document-manager.glade,
16851         plugins/editor/plugin.c,
16852         plugins/editor/plugin.h,
16853         plugins/editor/text_editor.c,
16854         plugins/editor/text_editor.h,
16855         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
16856         for Editor and fixed all preferences syncronization and notifys for
16857         visible prefs (in editor preferences page).
16858         
16859         * plugins/file-loader/plugin.c: Load recent files on idle.
16861 2005-01-28  Naba Kumar  <naba@gnome.org>
16863         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16864         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
16866         * plugins/editor/action-callbacks.c,
16867         plugins/editor/action-callbacks.h,
16868         plugins/editor/aneditor.cxx,
16869         plugins/editor/aneditor.h,
16870         plugins/editor/anjuta-document-manager.ui,
16871         plugins/editor/plugin.c,
16872         plugins/editor/text_editor.c,
16873         plugins/editor/text_editor.h,
16874         plugins/editor/text_editor_cbs.c,
16875         plugins/editor/text_editor_cbs.h,
16876         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
16877         Text editor.
16879         Patch from Massimo Cora <maxcvs@email.it>:
16880         * plugins/editor/an_symbol_search.c,
16881         plugins/editor/an_symbol_search.c: Fixed crash bugs.
16882         
16883 2005-01-27  Naba Kumar  <naba@gnome.org>
16884         
16885         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
16886         minimum size request to 200.
16888         * plugins/symbol-browser/an_symbol_info.c,
16889         plugins/symbol-browser/an_symbol_info.h,
16890         plugins/symbol-browser/an_symbol_search.c,
16891         plugins/symbol-browser/an_symbol_search.h,
16892         plugins/symbol-browser/an_symbol_view.c,
16893         plugins/symbol-browser/an_symbol_view.h,
16894         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
16895         pixbuf retrieval. Fixed runtime warning. Code clean up.
16897 2005-01-27  Naba Kumar  <naba@gnome.org>
16899         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
16900         src/anjuta.ui, (new) plugins/glade/.cvsignore,
16901         (new) plugins/glade/Makefile.am,
16902         (new) plugins/glade/anjuta-glade-plugin.png,
16903         (new) plugins/glade/anjuta-glade.plugin.in,
16904         (new) plugins/glade/anjuta-glade.ui,
16905         (new) plugins/glade/plugin.c,
16906         (new) plugins/glade/plugin.h,
16907         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
16908         now until glade3 works properly.
16910         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
16911         they are generated.
16912         
16913 2005-01-26  Naba Kumar  <naba@gnome.org>
16915         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
16916         Added mime icon for anjuta projects.
16917         
16918         patch from Massimo Cora <maxcvs@email.it>:
16919         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
16920         an_symbol_search.h, an_symbol_view.c, plugin.c:
16921         Fix/implement objects destroying/freeing.
16923 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
16924         
16925         * src/action-callback.[ch], src/anjuta-actions.h:
16926         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
16927         because it has not been updated for years and we know have a devhelp plugin
16928         which can do the job much better.
16929         * TODO.tasks: Updated done items
16931 2005-01-25  Naba Kumar  <naba@gnome.org>
16933         * autogen.sh: Fixed to generate interface files.
16935         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
16936         session save filenames.
16937         
16938         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
16939         
16940 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
16942         * plugins/project-wizard/Makefile.am,
16943         plugins/project-wizard/install.c,
16944         plugins/project-wizard/install.h,
16945         plugins/project-wizard/parser.c,
16946         plugins/project-wizard/parser.h,
16947         plugins/project-wizard/templates/terminal.wiz:
16948         Add action list block in wizard template
16949         * plugins/project-wizard/file.c,
16950         plugins/project-wizard/autogen.c:
16951         Small fixes
16953 2005-01-23  Naba Kumar  <naba@gnome.org>
16955         * configure.in: Fixed build error.
16957 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
16959         * plugins/project-wizard/druid.c,
16960         plugins/project-wizard/parser.c,
16961         plugins/project-wizard/property.c: Rewrite parser with
16962         better error handling
16964 2005-01-22  Naba Kumar  <naba@gnome.org>
16966         * plugins/symbol-browser/plugin.c: Changed c++ coments
16967         to c commnets and formated code to anjuta coding styles.
16968         
16969 2005-01-21  Naba Kumar  <naba@gnome.org>
16971         * configure.in, autogen.sh: Fixed build errors in newer automake.
16972         
16973         * plugins/editor/anjuta-docman.c: Do not emit change editor
16974         signal while in dispose.
16976         Patch from: Massimo Corà <maxcvs@email.it>
16977         * plugins/symbol-browser/Makefile.am,
16978         plugins/symbol-browser/an_symbol_view.c,
16979         plugins/symbol-browser/an_symbol_view.h,
16980         plugins/symbol-browser/plugin.c,
16981         plugins/symbol-browser/plugin.h,
16982         plugins/symbol-browser/test-symbol-browser.c,
16983         (new) plugins/symbol-browser/an_symbol_info.c,
16984         (new) plugins/symbol-browser/an_symbol_info.h,
16985         (new) plugins/symbol-browser/an_symbol_search.c,
16986         (new) plugins/symbol-browser/an_symbol_search.h:
16987         Added a cool real-time symbol-search-view in symbol browser.
16989 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
16990         
16991         * plugin/macro/plugin.c
16992         plugin/macro/anjuta-macro-plugin.ui
16993         plugin/macro/macro-db.[ch]
16994         plugin/macro/macro-dialog.[ch]
16995         plugin/macro/macro-actions.[ch]
16996         plugin/macro/macro-edit.[ch]
16997         plugin/macro/plugin.[ch]:
16998         
16999         Implemented three menu items as Naba proposed:
17000         Edit->Macro->
17001                 Insert Macro: Pops of a border-less window to enter a shortcut
17002                 Add Macro: Same as Manage Macro => New
17003                 Manage Macros: Full-features macro dialog
17005 2005-01-20  Naba Kumar  <naba@gnome.org>
17007         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17008         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17009         libanjuta/anjuta-shell.h,
17010         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17011         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17012         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17013         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17014         src/main.c, src/shell.c: Implemented command line args processing
17015         and session management. Fixed geometry restoration.
17017 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17018         
17019         * plugins/macro/macro-db.c,
17020         plugins/macros.xml:
17021         Cleaned up XML interface and use attributes now for name, category and 
17022         shortcut. CDATA is used to avoid xml errors inside of macros.
17024 2005-01-19  Naba Kumar  <naba@gnome.org>
17026         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17028 2005-01-18  Naba Kumar  <naba@gnome.org>
17029         
17030         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17031         to work.
17033         * scintilla/*: Updated scintilla to current cvs and updated
17034         scintilla patches.
17035         
17036 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17037         
17038         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17039         plugins/cvs-plugin/cvs-actions.c:
17040         Added "Whole project" infrastructure but it does not
17041         work because I did not find a way to get the current project's
17042         root dir.
17044 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17046         * plugins/cvs-plugin/Makefile.am
17047         plugins/cvs-plugin/anjuta-cvs.plugin.in
17048         plugins/cvs-plugin/cvs-actions.c
17049         plugins/cvs-plugin/cvs-callbacks.c
17050         plugins/cvs-plugin/cvs-interface.[ch] (added)
17051         plugins/cvs-plugin/plugin.c:
17052         
17053         Added IAnjutaCVS interface and improved cvs plugin. There
17054         is still some work to do on cvs import and to add a current
17055         project toggle.
17057 2005-01-17  Naba Kumar  <naba@gnome.org>
17059         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17060         
17061         * configure.in: Fixed build errors.
17063         * data/Makefile.am,     (removed) data/README.stock_libs,
17064         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17065         (removed) data/header.c, (removed) data/stock_libs.anj,
17066         (removed) data/x-anjuta-project.desktop,
17067         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17069         * libanjuta/anjuta-plugin-description.c,
17070         libanjuta/anjuta-shell.c: Updated documentations.
17072         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17073         
17074         * libanjuta/anjuta-launcher.c,
17075         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17076         x86_64 systems.
17078 2005-01-17  Naba Kumar  <naba@gnome.org>
17079         
17080         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17081         plugins/project-wizard/templates/gtk.wiz,
17082         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17083         Updated templates to new format.
17084         
17085         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17086         * plugins/project-wizard/druid.c,
17087         plugins/project-wizard/parser.c,
17088         plugins/project-wizard/property.c,
17089         plugins/project-wizard/property.h,
17090         plugins/project-wizard/templates/terminal.wiz,
17091         plugins/project-wizard/templates/terminal/AUTHORS,
17092         plugins/project-wizard/templates/terminal/ChangeLog,
17093         plugins/project-wizard/templates/terminal/NEWS,
17094         plugins/project-wizard/templates/terminal/README,
17095         plugins/project-wizard/templates/terminal/project.anjuta,
17096         plugins/project-wizard/templates/terminal/src/main.c:
17097         Moveed code related to property types from druid.c and parser.c to 
17098         property.c. Changed tag from "<string ..." to
17099         "<property type="string..."     and so on. Rewrite parser
17100         (warning still in progress). Added list property. Changed
17101         terminal project to avoid using autogen on some file (much 
17102         faster) using the autogen attribute. Add a license list box in
17103         terminal project (just as an example). _label in item list is
17104         optional now.
17106 2005-01-16  Naba Kumar  <naba@gnome.org>
17108         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17109         plugins/edtior/anjuta-docman.c: Fixed build errors.
17110         
17111         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17112         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17113         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17114         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17115         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17116         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17117         libanjuta/resources.h,
17118         plugins/build-basic-autotools/build-basic-autotools.c,
17119         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17120         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17121         plugins/gtodo/plugin.c, src/Makefile.am,
17122         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17123         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17124         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17125         should be handled in respective plugins. Added API documentations.
17127         * libanjuta-docs.sgml, libanjuta-sections.txt,
17128         libanjuta.types,
17129         (added) tmpl/anjuta-debug.sgml,
17130         (added) tmpl/anjuta-launcher.sgml,
17131         tmpl/anjuta-plugin.sgml,
17132         tmpl/anjuta-preferences.sgml,
17133         tmpl/anjuta-shell.sgml,
17134         (added) tmpl/anjuta-status.sgml,
17135         (removed) tmpl/anjuta-stock.sgml,
17136         tmpl/anjuta-utils.sgml,
17137         (removed) tmpl/defaults.sgml,
17138         (removed) tmpl/fileselection.sgml,
17139         (removed) tmpl/gnomefilelist.sgml,
17140         tmpl/ianjuta-buildable.sgml,
17141         (added) tmpl/ianjuta-debugger-manager.sgml,
17142         (added) tmpl/ianjuta-debugger.sgml,
17143         tmpl/ianjuta-document-manager.sgml,
17144         tmpl/ianjuta-editor.sgml,
17145         tmpl/ianjuta-file.sgml,
17146         tmpl/ianjuta-loader.sgml,
17147         tmpl/ianjuta-markable.sgml,
17148         tmpl/ianjuta-message-view.sgml,
17149         (added) tmpl/ianjuta-project-manager.sgml,
17150         (added) tmpl/ianjuta-todo.sgml,
17151         (added) tmpl/ianjuta-wizard.sgml,
17152         tmpl/libanjuta-iface-marshallers.sgml,
17153         tmpl/libanjuta-unused.sgml,
17154         (removed) tmpl/pixmaps.sgml,
17155         tmpl/plugins.sgml,
17156         (removed) tmpl/properties.sgml,
17157         tmpl/resources.sgml: Updated API documentations.
17159 2005-01-15  Naba Kumar  <naba@gnome.org>
17161         * libanjuta/anjuta-launcher.c: Added API docs.
17162         
17163         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17164         plugins/project-wizard/templates/gtk.wiz,
17165         plugins/project-wizard/templates/terminal.wiz,
17166         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17167         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17168         plugins/project-wizard/templates/gtk/src/main.c,
17169         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17170         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17171         template files.
17173         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17174         * plugins/project-wizard/anjuta-project-wizard.glade,
17175         plugins/project-wizard/autogen.c,
17176         plugins/project-wizard/druid.c,
17177         plugins/project-wizard/druid.h,
17178         plugins/project-wizard/file.c,
17179         plugins/project-wizard/file.h,
17180         plugins/project-wizard/install.c,
17181         plugins/project-wizard/parser.c,
17182         plugins/project-wizard/plugin.c,
17183         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17184         setting the default project directory. Fix HIDDEN property, it's
17185         working but I think we could make this cleaner. Removed the
17186         copy of the string in mandatory_property. Add an optional autogen
17187         attribute, to force or avoid using autogen on some files, default
17188         without any attribute is autodetect.+ Replace the script tag with
17189         a normal file tag and an attribute execute.
17190         
17191 2005-01-14  Naba Kumar  <naba@gnome.org>
17193         * plugins/editor/action-callbacks.c,
17194         plugins/editor/search_incremental.c,
17195         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17196         works now.
17197         
17198         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17199         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17200         tabs.
17202 2005-01-12  Naba Kumar  <naba@gnome.org>
17204         * configure.in,
17205         plugins/project-wizard/templates/Makefile.am,
17206         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17207         plugins/project-wizard/templates/anjuta-plugin.wiz,
17208         (added) plugins/project-wizard/templates/gtk-logo.png,
17209         (added) plugins/project-wizard/templates/gtk.wiz,
17210         (added) plugins/project-wizard/templates/terminal-logo.png,
17211         plugins/project-wizard/templates/terminal.wiz,
17212         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17213         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17214         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17215         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17216         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17217         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17218         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17219         (added) plugins/project-wizard/templates/gtk/src/main.c,
17220         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17221         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17222         GTK+ project templated and fixed other templates. Updated template
17223         logos.
17225 2005-01-12  Naba Kumar  <naba@gnome.org>
17227         * plugins/macro/anjuta-macro.glade: Improved GUI.
17228         
17229 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17231         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17232         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17233         * plugins/cvs-plugin/cvs.[ch] (removed)
17234         Removed old unused files
17235         
17236         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17237         * plugins/cvs-plugin/cvs-actions.c
17238         * plugins/cvs-plugin/Makefile.am:
17239         Seperate callback functions for better error
17240         handling. Cleaned up code.
17241         
17242         * plugins/macro/macros.xml: removed corrupt cvs
17243         macros for now.
17245 2005-01-10  Naba Kumar  <naba@gnome.org>
17247         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17248         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17249         and leaks.
17251 2005-01-09  Naba Kumar  <naba@gnome.org>
17253         * libegg/egg-recent-action.c, libegg/test-actions.c,
17254         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17255         recent files models.
17256         
17257         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17258         two models -- one for projects and other for regular files and show
17259         both in recent files menu. Changed recent files group from "anjuta"
17260         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17261         when adding the URI in recent files.
17262         
17263         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17264         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17265         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17266         * plugins/macro/macros.xml: Fixed xml errors.
17268 2005-01-08  Naba Kumar  <naba@gnome.org>
17269         
17270         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17271         libegg/test-actions.c, libegg/menu/Makefile.am,
17272         libegg/menu/egg-recent-action.h: Added a new action for
17273         recent files.
17275         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17276         Fixed dispose. Cleanup.
17277         
17278         * plugins/file-loader/anjuta-loader-plugin.ui,
17279         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17280         Use the new action for recent files. Added recent files in
17281         toolbar.
17283         * plugins/project-wizard/druid.c: Show busy cursor and
17284         de-sensitize druid buttons during page change.
17285         
17286         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17287         * plugins/project-wizard/Makefile.am,
17288         plugins/project-wizard/druid.c,
17289         plugins/project-wizard/druid.h,
17290         plugins/project-wizard/install.c,
17291         plugins/project-wizard/plugin.c,
17292         plugins/project-wizard/plugin.h,
17293         plugins/project-wizard/property.c,
17294         plugins/project-wizard/property.h,
17295         (added) plugins/project-wizard/values.c,
17296         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17297         objects (in values.c and values.h) containing the values of all
17298         properties. The NPWProperty objects now keep their values in this
17299         object which is persistant for one activation of the plugin, so the
17300         user keeps all the values even if he goes backward. Used an anjuta
17301         message view to list all files copied by the project wizard.
17303 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17305         * plugins/macro/plugin.[ch],
17306         plugins/macro/macro-dialog.[ch]
17307         plugins/macro/macro-edit.[ch]
17308         plugins/macro/macro-db.[ch]
17309         plugins/macro/macro-actions.[ch]
17310         plugins/macro/anjuta-macro.plugin.in
17311         plugins/macro/anjuta-macro.glade
17312         plugins/macro/anjuta-macro.png
17313         plugins/macro/Makefile.am
17314         plugins/macro/macros.xml
17315         plugins/macro/anjuta-macro.ui (all added)
17316         configure.in
17317         plugins/Makefile.am:
17318         Added new macro plugins
17319         
17320         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17321         New icon
17322         
17323         * manuals/reference/template (removed)
17324         Removed old api reference
17325         
17326         * plugins/message-view/message-view.c:
17327         "Fixed" crash in on_row_deleted and added a
17328         comment that I cannot work this way. We will
17329         have to change everything a bit to avoid losing
17330         memory there.
17331         
17332         * plugins/text-editor/text_editor.c:
17333         Update line number width on file save
17336 2005-01-07  Naba Kumar  <naba@gnome.org>
17338         * plugins/project-wizard/anjuta-project-wizard.glade,
17339         plugins/project-wizard/druid.c,
17340         plugins/project-wizard/templates/anjuta-plugin.wiz,
17341         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17342         Display page description in bold. Fixed mandatory field check.
17344         * configure.in,
17345         libanjuta/libanjuta-1.0.pc.in,
17346         plugins/project-wizard/druid.c,
17347         plugins/project-wizard/parser.c,
17348         plugins/project-wizard/property.h,
17349         plugins/project-wizard/templates/anjuta-plugin.wiz,
17350         plugins/project-wizard/templates/terminal.wiz,
17351         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17352         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17353         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17354         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17355         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17356         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17357         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17358         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17359         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17360         plugins/project-wizard/templates/terminal/configure.in.tpl,
17361         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17362         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17363         a new property type -- hidden. Fixed terminal and anjuta-plugin
17364         project templates.
17366 2005-01-07  Naba Kumar  <naba@gnome.org>
17368         * templates/anjuta-plugin.wiz,
17369         templates/terminal.wiz,
17370         templates/terminal/Makefile.am.tpl,
17371         templates/terminal/autogen.sh,
17372         (Removed) templates/terminal/configure.ac.tpl,
17373         (Added) templates/.cvsignore,
17374         (Added) templates/Makefile.am,
17375         (Added) templates/anjuta-plugin/.cvsignore,
17376         (Added) templates/anjuta-plugin/Makefile.am,
17377         (Added) templates/anjuta-plugin/src/.cvsignore,
17378         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17379         (Added) templates/terminal/.cvsignore,
17380         (Added) templates/terminal/Makefile.am,
17381         (Added) templates/terminal/configure.in.tpl,
17382         (Added) templates/terminal/po/.cvsignore,
17383         (Added) templates/terminal/po/ChangeLog,
17384         (Added) templates/terminal/po/Makefile.am,
17385         (Added) templates/terminal/po/POTFILES.in,
17386         (Added) templates/terminal/src/.cvsignore,
17387         (Added) templates/terminal/src/Makefile.am,
17388         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17389         project wizard. Fixed configure/po/Makefile template errors.
17391 2005-01-06  Naba Kumar  <naba@gnome.org>
17393         * configure.in: Added project templates.
17394         * plugins/project-wizard/templates/*: Added to project and renamed
17395         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17396         for the project templates (so that they do not conflict with autotools
17397         build. Created proper configure.ac.tpl and autogen.sh for project
17398         templates.
17399         
17400 2005-01-06  Naba Kumar  <naba@gnome.org>
17402         * plugins/project-wizard/anjuta-project-wizard.glade,
17403         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17404         Fixed file list parsing and to take absolute file paths (for example,
17405         from an icon selected previously). Used toggle buttons for boolean
17406         properties. Check if all mandatory fields are given before going
17407         forward in the wizard. Use scrollable viewport for listing property
17408         widgets incase the list goes out of wizard's size. Added tooltips
17409         as descriptions of the property widgets. And other fixes.
17411         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17412         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17413         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17414         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17415         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17416         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17417         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17418         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17419         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17420         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17421         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17422         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17423         Restructured template files.
17425 2005-01-06  Naba Kumar  <naba@gnome.org>
17427         * configure.in: Added check for autogen.
17428         
17429         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17430         in dispose.
17431         
17432         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17433         Do not emit changed signal when in dispose.
17435         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17436         symbol-view widget has been destroyed.
17437         
17438         * src/anjuta-app.c: Set null to preference, status and ui object
17439         pointers when they are destroyed.
17441         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17442         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17443         Added boolean, integer and file property types.
17444         
17445         * plugins/project-wizard/Makefile.am,
17446         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17447         project wizard templates.
17449 2005-01-04  Naba Kumar  <naba@gnome.org>
17451         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17452         added widgets.
17453         
17454         * plugins/editor/aneditor.cxx,
17455         plugins/editor/anjuta-docman.c,
17456         plugins/editor/plugin.c,
17457         plugins/editor/text_editor.c:
17458         Removed unnecessary ref/unref of scintilla.
17459         
17460         * plugins/message-view/anjuta-msgman.c,
17461         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17462         make close button similar to document manager.
17463         
17464         * plugins/project-manager/plugin.c,
17465         plugins/project-manager/plugin.h: Removed dead codes. Removed
17466         unnecessary ref/unref.
17467         
17468         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17469         instead of hard refs.
17471 2005-01-03  Naba Kumar  <naba@gnome.org>
17473         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17474         generate() methods for IAnjutaBuildable interface.
17476         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17477         IAnjutaBuildable inteface.
17479         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17480         to destroy build context when message view is destroyed.
17481         
17482         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17483         a ref to it and unref in destructor. AnEditor class wants to be the
17484         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17485         comparisions.
17486         
17487         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17488         complicate the scene. Removed editor widget from AnjutaDocman when
17489         the widget is destroyed.
17490         
17491         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17492         from shell. It will be removed from shell when the widget is destroyed.
17493         
17494         * plugins/editor/text_editor.c: Added debug codes to track object
17495         finalizations.
17497         * plugins/message-view/anjuta-msgman.c: Remove message view on
17498         widget destroy. Destroy message view on remove. Removed all views
17499         correctly.
17500         
17501         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17502         from container.
17504 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17506         * plugins/file-wizard/action-callbacks.c,
17507         plugins/file-wizard/anjuta-file-wizard.glade,
17508         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17509         Insert Licence, copyright, header template ...
17510         
17511 2005-01-02  Naba Kumar  <naba@gnome.org>
17513         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17514         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17515         anjuta_status_add_widget() to allow setting busy cursor on non
17516         toplevel windows.
17518         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17520         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17521         mime types to take text/source also.
17522         
17523         * plugins/editor/anjuta-docman.c,
17524         plugins/editor/anjuta-docman.h,
17525         plugins/editor/plugin.c,
17526         plugins/editor/text_editor.c,
17527         plugins/editor/text_editor.h,
17528         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17529         AnjutaStatus and set busy cursor on editors.
17531         * plugins/file-loader/Makefile.am,
17532         plugins/file-loader/plugin.c,
17533         (added) plugins/file-loader/dnd.c,
17534         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17536         * src/anjuta.c: Hide anjuta window before destruction.
17538         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17539         * configure.in, plugins/Makefile.am,
17540         (removed) plugins/project-wizard/appwiz_page1.c,
17541         (removed) plugins/project-wizard/appwiz_page2.c,
17542         (removed) plugins/project-wizard/appwiz_page3.c,
17543         (removed) plugins/project-wizard/appwiz_page4.c,
17544         (removed) plugins/project-wizard/appwizard.c,
17545         (removed) plugins/project-wizard/appwizard.h,
17546         (removed) plugins/project-wizard/appwizard_cbs.c,
17547         (removed) plugins/project-wizard/appwizard_cbs.h,
17548         (removed) plugins/project-wizard/appwizard_gui.c,
17549         (removed) plugins/project-wizard/gnome_project.c,
17550         (removed) plugins/project-wizard/gnome_project.h,
17551         (removed) plugins/project-wizard/wizard_gui.c,
17552         (removed) plugins/project-wizard/wizard_gui.h,
17553         (added) plugins/project-wizard/.cvsignore,
17554         (added) plugins/project-wizard/Makefile.am,
17555         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17556         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17557         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17558         (added) plugins/project-wizard/applogo.png,
17559         (added) plugins/project-wizard/appwizard.png,
17560         (added) plugins/project-wizard/autogen.c,
17561         (added) plugins/project-wizard/autogen.h,
17562         (added) plugins/project-wizard/druid.c,
17563         (added) plugins/project-wizard/druid.h,
17564         (added) plugins/project-wizard/file.c,
17565         (added) plugins/project-wizard/file.h,
17566         (added) plugins/project-wizard/header.c,
17567         (added) plugins/project-wizard/header.h,
17568         (added) plugins/project-wizard/install.c,
17569         (added) plugins/project-wizard/install.h,
17570         (added) plugins/project-wizard/parser.c,
17571         (added) plugins/project-wizard/parser.h,
17572         (added) plugins/project-wizard/plugin.c,
17573         (added) plugins/project-wizard/plugin.h,
17574         (added) plugins/project-wizard/property.c,
17575         (added) plugins/project-wizard/property.h: Removed old application-wizard
17576         codes and added new template based (autogen based) project wizard
17577         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17579 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17581         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17582         * plugins/cvs-plugin/cvs-execute.c:
17583         Fix cvs_log which did not work because of some
17584         glade problem
17585         Patch from Mark R. Pariente <markpariente@cmu.edu>
17586         - Fix message highlighting
17588 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17589         
17590         * template/*,
17591         date/template/*,
17592         configure.in:
17593         Removed template stuff completly because we dicussed to implement
17594         a macro system for Edit->Insert Text
17596 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17597         
17598         * plugins/editor/aneditor.cxx,
17599         plugins/editor/text_editor.c:
17600         Set line number width dynamically
17601         * src/about.c:
17602         Prepered new GTK 2.6 about dialog
17604 2004-12-30  Naba Kumar  <naba@gnome.org>
17606         patch from: Massimo Corà  <maxcvs@email.it>
17607         * plugins/editor/aneditor.cxx: Highlights correct function
17608         argument in recursive calltips.
17610 2004-12-30  Naba Kumar  <naba@gnome.org>
17612         * plugins/symbol-browser/plugin.c,
17613         libanjuta/interfaces/libanjuta.idl,
17614         plugins/editor/text_editor.c: Fixed editor markers and added a new
17615         marker (BASIC) to indicate line numbers. Fixed symbol browser to
17616         mark the line visited.
17617         
17618         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
17619         libegg/Makefile.am, libegg/eggcomboselect.c,
17620         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
17621         widget for use with symbol view in toolbar.
17622         
17623         * plugins/cvs-plugin/anjuta-cvs.ui,
17624         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
17625         placeholder for cvs plugin context menu in filemanager.
17626         
17627 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17628         
17629         * plugins/cvs-plugin/plugin.c:
17630         Show popup menu only if the file is contained in
17631         a directory containing a "CVS" directory
17633 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17634         
17635         * plugins/cvs-plugin/cvs-action.[ch],
17636         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17637         * plugins/cvs-plugin/anjuta-cvs.ui,
17638         * plugins/cvs-plugin/plugin.c:
17639         Implemented "Import"
17640         
17641         Patch from Mark R. Pariente <markpariente@cmu.edu>:
17642         Added right-click-menu for file-manager
17644 2004-12-26  Naba Kumar  <naba@gnome.org>
17646         * src/action-callbacks.c, src/action-callbacks.h,
17647         src/anjuta-actions.h, src/anjuta-app.c,
17648         src/anjuta.ui: Added fullscreen action.
17650         * plugins/cvs-plugin/cvs-actions.c,
17651         plugins/cvs-plugin/plugin.c,
17652         plugins/cvs-plugin/plugin.h: Watches current editor,
17653         project and file manager selection in plugin
17654         implementation.
17655         
17656 2004-12-26  Naba Kumar  <naba@gnome.org>
17658         * src/anjuta-app.c, src/anjuta.c, src/main.c,
17659         src/action-callbacks.c: Fixed app finalization. Added a
17660         command line arg --proper-shutdown (-p), which when set
17661         will release all plugins and their resources (this option
17662         is mainly for debugging).
17663         
17664         * plugins/file-loader/plugin.c: Fixed filename duplications
17665         in recent files history.
17666         
17667         * plugins/profile-default/plugin.c: Disabled problematic
17668         plugins for now to load at startup.
17669         
17670         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
17671         annoying debug prints.
17672         
17673 2004-12-23  Naba Kumar  <naba@gnome.org>
17675         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
17676         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17677         plugins/cvs-plugin/anjuta-cvs.ui,
17678         plugins/cvs-plugin/cvs-actions.c,
17679         plugins/cvs-plugin/cvs-actions.h,
17680         plugins/cvs-plugin/cvs-execute.c,
17681         plugins/cvs-plugin/cvs-execute.h,
17682         plugins/cvs-plugin/Makefile.am,
17683         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
17684         Added cvs log command.
17686 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
17687         
17688         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
17689         default
17691 2004-12-20  Naba Kumar  <naba@gnome.org>
17693         patch from: Massimo Corà  <maxcvs@email.it>
17694         * plugins/editor/aneditor.cxx: Added recursive calltips.
17696 2004-12-20  Naba Kumar  <naba@gnome.org>
17697         
17698         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
17699         Show busy cursor during loading and unloading.
17700         
17701 2004-12-19  Naba Kumar  <naba@gnome.org>
17703         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
17704         memory leaks. Disabled debug print.
17706         * plugins/symbol-browser/an_symbol_view.c,
17707         plugins/symbol-browser/plugin.c,
17708         plugins/symbol-browser/plugin.h: Fixed loading and unloading
17709         problems. Creates SymbolView object every time when the
17710         plugin is activated.
17712         * plugins/project-manager/plugin.c: Close project when
17713         deactivating.
17714         
17715 2004-12-18  Naba Kumar  <naba@gnome.org>
17717         * po/POTFILES.in: Removed commented lines.
17718         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
17719         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
17720         * plugins/gdb/plugin.c: Fixed compile error.
17721         
17722         Patch from: Mark R. Pariente  <mark@demar.com.tr>
17723         * libegg/eggcellrendererkeys.c: Fixed compile error.
17724         
17725 2004-12-18  Naba Kumar  <naba@gnome.org>
17727         * plugins/file-loader/plugin.c: Fixed loading bug.
17728         
17729         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
17730         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17731         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
17732         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
17733         and corruptions. Fixed loading and unloading of plugins.
17734         
17735 2004-12-17  Naba Kumar  <naba@gnome.org>
17736         
17737         * plugins/file-loader/Makefile.am,
17738         plugins/file-loader/plugin.c,
17739         plugins/project-manager/plugin.c: Fixed memory corruption
17740         and disposition codes. Added missing plugin.h in Makefile.am.
17742 2004-12-16  Naba Kumar  <naba@gnome.org>
17744         * plugins/symbol-browser/an_symbol_view.c,
17745         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
17746         codes. Fixed memory leaks and corruptions.
17748         * plugins/build-basic-autotools/build-basic-autotools.c
17749         plugins/editor/anjuta-docman.c,
17750         plugins/editor/text_editor.c,
17751         plugins/file-loader/plugin.c,
17752         plugins/file-manager/plugin.c,
17753         plugins/file-wizard/plugin.c,
17754         plugins/message-view/anjuta-msgman.c,
17755         plugins/message-view/anjuta-msgman.h,
17756         plugins/message-view/message-view.c,
17757         plugins/message-view/plugin.c,
17758         plugins/message-view/plugin.h,
17759         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
17761         * src/about.c, src/about.h, src/action-callbacks.c,
17762         src/action-callbacks.h, src/anjuta-actions.h,
17763         src/anjuta-app.c, src/anjuta-app.h,
17764         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
17765         src/anjuta.c, src/anjuta.h, src/getline.c, 
17766         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
17767         src/start-with.c, src/start-with.h: Fixed emacs modes.
17769         * src/layout.xml: Brought document manager in front.
17770         
17771 2004-12-15  Naba Kumar  <naba@gnome.org>
17773         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
17774         properly removed.
17775         
17776         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
17777         finalization. Added a method to unload all plugins and destroy them.
17778         Fixed memory leaks.
17779         
17780         * plugins/sample1/plugin.c: Proper finalization code and renamed
17781         functions to proper names.
17782         
17783         * plugins/build-basic-autotools/build-basic-autotools.c,
17784         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
17786         * src/shell.c: Unload all plugins on exit, so that memory profilers
17787         can detect memory leaks in plugins.
17789 2004-12-13  Naba Kumar  <naba@gnome.org>
17791         * plugins/devhelp/plugin.c: Delay widget initialization, now that
17792         docking is working.
17793         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
17794         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
17796 2004-12-11  Naba Kumar  <naba@gnome.org>
17798         * data/properties/anjuta.properties: Fixed font size.
17799         * plugin/build-basic-autotools/build-basic-autotools: Added initial
17800         compile file function. There are some fixmes there.
17801         * plugins/message-view/anjuta-msgman.c,
17802         * plugins/message-view/message-view.c: Fixed bugs and clean up.
17803         
17804 2004-12-08  Naba Kumar  <naba@gnome.org>
17806         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
17807         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
17808         to escape quotes in a string.
17809         
17810         * plugins/cvs-plugin/cvs-actions.c,
17811         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
17812         cvs diff command.
17814         * plugins/build-basic-autotools/build-basic-autotools.c,
17815         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
17816         filters.
17817         
17818 2004-12-07  Naba Kumar  <naba@gnome.org>
17820         * plugins/build-basic-autotools/build-basic-autotools.c,
17821         plugins/build-basic-autotools/automake-c.filters: Completed directory
17822         tracking. Double click on Errors and warnings now work as expected.
17824         * plugins/build-basic-autotools.c: Added codes to track build directory
17825         so that absolute path of the files could be determined.
17827 2004-12-06  Naba Kumar  <naba@gnome.org>
17829         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
17830         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
17831         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
17832         
17833 2004-12-05  Naba Kumar  <naba@gnome.org>
17835         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
17836         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
17837         
17838         * plugins/cvs-plugin/plugin.c,
17839         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
17840         
17841 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
17842         
17843         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17844         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
17845         plugins/cvs-plugin/cvs-execute.[ch]:
17846         Implemented cvs status and cvs diff
17847         Known bugs:
17848         - rdiff command is not correct
17849         - Must find a way to allow selection of directies AND files 
17850         in GtkFileChooser
17852 2004-12-03  Naba Kumar  <naba@gnome.org>
17854         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
17855         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
17856         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
17857         session.properties file if it is for the first time.
17858         
17859 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
17860         
17861         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
17862         commit.
17863         
17864         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
17865         plugins/cvs-plugin/anjuta-cvs.ui:
17866         Implemented update/commit and changed menu layout 
17868 2004-12-02  Naba Kumar  <naba@gnome.org>
17870         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
17871         property name (for cvs path property). Beautified dialogs.
17873 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
17874         
17875         * plugins/message-view/anjuta-msgman.c: Changed callback name
17876         and changed switch-page handling.
17877         
17878         * plugins/cvs-plugin/cvs-actions.c:
17879         * plugins/cvs-plugin/cvs-execute.c:
17880         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17881         - Implemented cvs add and cvs removed - both working now
17882         - Created a useful preferences page
17883         
17885 2004-11-30  Naba Kumar  <naba@gnome.org>
17887         * libanjuta/anjuta-status.c: Fixed runtime warning.
17888         
17889         * plugins/editor/Makefile.am:
17890         plugins/editor/anjuta-document-manager.glade,
17891         plugins/editor/plugin.c
17892         plugins/editor/plugin.h
17893         plugins/editor/style-editor.c (new, moved from src/),
17894         plugins/editor/style-editor.h (new, moved from src/),
17895         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
17896         settings in preferences.
17898         * plugins/editor/text_editor.c,
17899         plugins/editor/text_editor.h: Do not take unused args in
17900         text_editor_get_props().
17902         * src/style-editor.c, src/style-editor.h: Removed, moved to
17903         plugins/editor/ directory.
17905 2004-11-29  Naba Kumar  <naba@gnome.org>
17907         * plugins/editor/text_editor_cbs.c: Emit click signal in
17908         IAnjutaMarkable.
17909         * libanjuta/anjuta-status.c: More spacing between items.
17910         
17911 2004-11-29  Naba Kumar  <naba@gnome.org>
17913         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
17914         
17915         * libanjuta/interfaces/libanjuta.idl,
17916         plugins/debug-manager/anjuta-debug-manager.plugin.in,
17917         plugins/debug-manager/plugin.c,
17918         plugins/gdb/breakpoints.c,
17919         plugins/gdb/breakpoints.h,
17920         plugins/gdb/debugger.c,
17921         plugins/gdb/debugger.h,
17922         plugins/gdb/plugin.c,
17923         plugins/gdb/plugin.h,
17924         plugins/gdb/utilities.c,
17925         plugins/gdb/utilities.h: Code cleanups and partial implementation of
17926         toggle breakpoint margin clicks.
17928 2004-11-28  Naba Kumar  <naba@gnome.org>
17930         * TODO.tasks: Fixed indentations.
17931         * plugins/gtodo/libgtodo.c: Save with indentation.
17932         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
17933         * plugins/project-manager/plugin.c: Fixed runtime warnings.
17934         * libanjuta/anjuta-status.c: Fixed busy cursors.
17935         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
17936         * po/POTFILES.in: Updated.
17937         
17938 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
17939         
17940         * plugins/editor/anjuta-document-manager.glade,
17941           plugins/editor/search-replace.[c,h], 
17942           plugins/editor/search-replace_backend.h
17943           plugins/editor/search-preferences.[c,h] :
17944           Saved Search-Preferences (gconf),
17945           Basic search by default.
17947 2004-11-22  Naba Kumar  <naba@gnome.org>
17949         * configure.in: Fixed build error.
17951 2004-11-21  Naba Kumar  <naba@gnome.org>
17953         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
17954         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
17955         Added AnjutaStatus class to libanjuta.
17956         Added anjuta_shell_get_status() method.
17957         
17958         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
17959         and fixed marshaller generation.
17960         
17961         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
17962         "updade_ui" signals to IAnjutaEditor interface.
17963         
17964         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
17965         
17966         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
17967         regexes.
17968         
17969         * plugins/class-gen/clsGen.c: Intial port.
17970         
17971         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
17972         name.
17973         
17974         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
17975         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17976         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
17977         Implemented status update. Emits "update_ui" and "char_added" signals.
17978         Added view preferences.
17979         
17980         * plugins/file-loader/plugin.c: Added open with plugins in open with
17981         menus.
17982         
17983         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
17984         
17985         * plugins/message-view/anjuta-msgman.c,
17986         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
17987         to close correct message view rather than current view.
17989 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
17990         
17991         * plugins/cvs-plugin/cvs-actions.c
17992         plugins/cvs-plugin/plugin.[ch]
17993         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17994         Implemented cvs add but ran into a launcher/message_view
17995         problem because of a limitation of the idl compiler
17997 2004-11-19  Naba Kumar  <naba@gnome.org>
17999         * plugins/project-manager/plugin.c: Displays a progress window during
18000         project load.
18001         
18002         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18003         Fixed UI separators.
18004         
18005         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18006         UI placeholder.
18007         
18008         * plugins/project-manager/anjuta-project-manager.ui,
18009         plugins/project-manager/plugin.[c,h]: Added add/remove context
18010         menus and implemented them. Added file manager merge menu.
18012 2004-11-18  Naba Kumar  <naba@gnome.org>
18014         * TODO.tasks: Updated.
18015         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18016         plugins/message-view/message-view.c: Fixed finalize and dispose
18017         methods.
18018         * plugins/debugger/*: Removed from cvs (development now in
18019         debug-manager).
18021 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18023         Reviewed by Naba Kumar  <naba@gnome.org>:
18024         
18025         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18026         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18027         plugins/gdb/breakpoints.c: all marker related stuff moved from
18028         editor and docman interfaces to IAnjutaMarkable
18030 2004-11-17  Naba Kumar  <naba@gnome.org>
18032         * TODO.tasks: Updated.
18033         
18034         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18035         
18036         * libegg/egg-combo-action.c: Block changed signal when changing model.
18037         
18038         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18039         Emit changed signal. Removed dead codes.
18040         
18041         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18042         that recent files history do not duplicate.
18043         
18044         * plugins/symbol-browser/an_symbol_view.c,
18045         plugins/symbol-browser/an_symbol_view.h,
18046         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18047         Fixed a bug.
18049 2004-11-15  Naba Kumar  <naba@gnome.org>
18051         * plugins/project-manager/plugin.c: Opens targets on double click.
18052         
18053         * plugins/message-view/message-view.c,
18054         plugins/file-manager/anjuta-file-manager-plugin.glade,
18055         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18056         Added proper class finalization
18057         and disposition. Added preferences notifications and callbacks to
18058         change info/warning/error colors.
18059         
18060         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18061         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18062         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18063         Implemented finalize method for AnjutaApp. Code cleanups.
18064         
18065         * plugins/message-view/plugin.c: Static parent_class.
18066         
18067 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18068         * plugins/editor/search-replace.[c,h], 
18069           plugins/editor/search-replace_backend.c
18070           Update search entry in main toolbar.
18071           Clean code.
18073 2004-11-11  Naba Kumar  <naba@gnome.org>
18075         * TODO.tasks: Updated.
18077         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18078         and completed on-the-fly-change preferences. Removed "changed"
18079         signal as it is no longer necessary (use notify for similar
18080         purpose to monitor individual preferences).
18082         
18083         * plugins/editor/anjuta-document-manager.glade: Added view menu
18084         preferences so that they are registered.
18085         
18086         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18087         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18088         connection to "changed" signal of preferences and implemented
18089         notifications for some editor preferences. More to implement.
18091 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18092         * plugins/editor/print.c
18093         Fixed bug 1047624 : Add line number every X lines.
18095 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18096         * plugins/editor/search-replace.c
18097         Fixed a crash bug (995755) when searching "%n"
18099 2004-11-09  Naba Kumar  <naba@gnome.org>
18101         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18102         Fixed to refresh categories list on file load.
18104 2004-11-08  Naba Kumar  <naba@gnome.org>
18105         
18106         * configure.in, plugins/Makefile.am,
18107         plugins/profile-default/plugin.c: Added cvs plugin in build.
18108         
18109         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18110         
18111         * plugins/debug-manager/.cvsignore: Added file to ignore.
18112         
18113         * plugins/debug-manager/Makefile.am: Removed dead codes.
18114         
18115         * src/anjuta.ui: Added placeholder for version control UI.
18117 2004-11-08  Naba Kumar  <naba@gnome.org>
18119         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18120         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18121         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18122         Updated.
18124         * global-tags/Makefile.am: Fixed make error.
18126         * plugins/profile-default/plugin.c: Added debug-manager
18127         and gdb plugins to load at startup so that debugger
18128         windows are docked properly. They will be removed
18129         later when we figure out runtime docking.
18131         * plugins/sample1/*: Restored to last working state.
18133         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18134         windows in lower pane. Named the windows appropriately.
18136         * ChangeLog: Fixed format.
18137         
18138 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18140         * libanjuta/interfaces/libanjuta.idl,
18141         libanjuta/anjuta-marshal.c,
18142         plugins/Makefile.am,
18143         plugins/debug-manager/plugin.c,
18144         plugins/editor/plugin.c,
18145         plugins/editor/text_editor.c,
18146         plugins/gdb/breakpoints.c,
18147         plugins/gdb/debugger.c,
18148         plugins/gdb/plugin.c,
18149         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18151 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18152         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18153         plugins/editor/search-replace.c,
18154         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18155         Search and Replace; Show result in find pane
18156           
18157 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18158         
18159         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18160         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18161         (added features: starting debugger and loading of core/executable,
18162         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18163         partially works)
18165 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18166         
18167         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18168         my cvs-plugin files...
18169         I hope I have rescued everything possible.
18170         
18171         * Naba: Could you please fix sample1 because I messed it up to 
18172         but there should be a histroy of this directory we should commit
18174 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18175         
18176         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18177         infrastructure
18178         * plugins/cvs-plugin/plugin.c,
18179         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18180         Added preferences dialog (not yet complete)
18182 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18183         
18184         * global-tags/Makefile.am, mime/Makefile.am:
18185         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18186         
18187         * template/xmltemplate.[ch],
18188         template/xmlstrings.[ch],
18189         template/autotools.[ch] removed,
18190         template/prj_template.[ch] removed,
18191         template/lang_template.[ch] removed,
18192         template/lib_template.[ch] removed,
18193         template/Makefile.am adjusted,
18194         template/dtds/lang.dtd removed, 
18195         template/dtds/lib.dtd removed,
18196         template/dtds/prj.dtd removed,
18197         template/dtds/autotools.dtd removed,
18198         data/template/lib/* removed,
18199         data/template/language/* removed,
18200         data/template/library/* removed,
18201         data/template/project/* removed,
18202         date/template/Makefile.am adjusted:
18203         Remove everything except text-templates to replace hardcoded 
18204         Edit->Insert texts with dynamic loaded.
18206         * plugins/cvs-plugin/plugin.[ch],
18207         plugins/cvs-actions.[ch],
18208         plugins/Makefile.am,
18209         plugins/cvs-plugin/Makefile.am,
18210         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18211         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18212         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18213         Added initial cvs-plugin code
18215 2004-10-21  Naba Kumar  <naba@gnome.org>
18216         
18217         * libanjuta/anjuta-plugin.c,
18218         plugins/build-basic-autotools/build-basic-autotools.c,
18219         plugins/debugger/plugin.c,
18220         plugins/devhelp/plugin.c,
18221         plugins/editor/anjuta-docman.c,
18222         plugins/editor/goto_line.c,
18223         plugins/editor/plugin.c,
18224         plugins/editor/search-replace.c,
18225         plugins/editor/text_editor.c,
18226         plugins/file-loader/plugin.c,
18227         plugins/file-manager/plugin.c,
18228         plugins/file-wizard/file.c,
18229         plugins/file-wizard/plugin.c,
18230         plugins/gdb/plugin.c,
18231         plugins/gtodo/plugin.c,
18232         plugins/message-view/anjuta-msgman.c,
18233         plugins/profile-default/plugin.c,
18234         plugins/project-manager/plugin.c,
18235         plugins/sample1/plugin.c,
18236         plugins/terminal/terminal.c: Defined all global variables static,
18237         particularly class parent_class variables. They were getting
18238         confused at link time.
18240         * libanjuta/plugins.c: Do not unload plugins when they are
18241         deactivated. Simply cache them for later activation. Unloading
18242         modules have some problem with shared libs using static class
18243         registration. Fixed hash type for installed plugins. Eventually,
18244         we want to add "CanUnload" attribute for .plugin files (in
18245         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18246         be unloaded from memory. Those plugins declaring CanUnload=false
18247         will not be unloaded from memory and will be put in the cache. Those
18248         not declaring anything or declaring CanUnload=true, will be unloaded
18249         from memory when they are deactivated.
18251         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18252         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18253         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18254         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18255         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18256         activation, deactivation. Fixed memory leaks.
18258 2004-10-20  Naba Kumar  <naba@gnome.org>
18260         * TODO.tasks: Updated.
18261         
18262         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18263         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18264         macro for adding interfaces to plugin types. Code cleanup.
18265         
18266         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18267         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18268         
18269         * plugins/build-basic-autotools/build-basic-autotools.c,
18270         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18271         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18272         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18273         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18274         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18275         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18276         plugins/project-manager/plugin.c,
18277         plugins/symbol-browser/an_symbol_view.c,
18278         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18279         newly defined macro to add interfaces to plugin types.
18281         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18283 2004-10-20  Naba Kumar  <naba@gnome.org>
18285         * TODO.tasks: Added task list.
18286         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18287         default values.
18289 2004-10-19  Naba Kumar  <naba@gnome.org>
18291         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18292         
18293         * plugins/editor/action-callbacks.c,
18294         plugins/editor/action-callbacks.h,
18295         plugins/editor/anjuta-docman.c,
18296         plugins/editor/anjuta-docman.h,
18297         plugins/editor/anjuta-document-manager.ui,
18298         plugins/editor/file_history.c,
18299         plugins/editor/file_history.h,
18300         plugins/editor/plugin.c: Added file history browsing.
18301         
18302         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18303         
18304         * plugins/message-view/anjuta-message-manager.ui,
18305         plugins/message-view/plugin.c: Added document manager context menu.
18306         
18307         * plugins/symbol-browser/an_symbol_view.c,
18308         plugins/symbol-browser/an_symbol_view.h,
18309         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18310         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18311         document manager context menu.
18312         
18313         * scintilla/*, scintilla/include/*: Updated to current cvs.
18314         
18315 2004-10-19  Naba Kumar  <naba@gnome.org>
18317         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18318         placeholder for debugger UI.
18319         
18320         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18321         * plugins/file-manager/plugin.c: Fixed loading bug.
18322         
18323         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18324         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18325         Initializes gconf database with default values when the
18326         values are not defined. Use bool and int prefs separately.
18328         * plugins/editor/plugin.c: Added encoding preferences.
18329         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18331         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18332         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18333         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18334         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18336 2004-10-18  Naba Kumar  <naba@gnome.org>
18338         * po/POTFILES.in: Updated.
18339         
18340         * libanjuta/anjuta-ui.c: Corrected debug messages.
18341         
18342         * libegg/egg-combo-action.c, libegg/test-actions.c,
18343         libegg/menu/egg-combo-action.h: Fixed combo action.
18344         
18345         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18346         Fixed format.
18347         
18348         * plugins/editor/action-callbacks.[c,h],
18349         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18350         Implemented file swap. Removed dead codes.
18351         
18352         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18353         dead codes.
18354         
18355         * plugins/symbol-browser/an_symbol_view.[c,h],
18356         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18357         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18358         Implemented file symbols. Implemented goto file line when symbol is
18359         selected.
18360         
18361         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18362         
18363 2004-10-10  Naba Kumar  <naba@gnome.org>
18365         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18366         
18367         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18368         
18369         * plugins/debugger/.cvsignore,
18370         (added) plugins/debugger/Makefile.am,
18371         (added) plugins/debugger/anjuta-debugger.glade,
18372         (added) plugins/debugger/anjuta-debugger.plugin.in,
18373         (added) plugins/debugger/anjuta-debugger.plugin.png,
18374         (added) plugins/debugger/anjuta-debugger.ui,
18375         plugins/debugger/attach_process.c,
18376         (removed) plugins/debugger/attach_process_cbs.c,
18377         (removed) plugins/debugger/attach_process_cbs.h,
18378         (removed) plugins/debugger/breakpoints.c,
18379         (removed) plugins/debugger/breakpoints.h,
18380         (removed) plugins/debugger/debug_tree.c,
18381         (removed) plugins/debugger/debug_tree.h,
18382         (removed) plugins/debugger/debugger.c,
18383         (removed) plugins/debugger/debugger.h,
18384         (removed) plugins/debugger/memory.c,
18385         (removed) plugins/debugger/memory.h,
18386         (added) plugins/debugger/plugin.c,
18387         (added) plugins/debugger/plugin.h,
18388         (removed) plugins/debugger/registers.c,
18389         (removed) plugins/debugger/registers.h,
18390         (removed) plugins/debugger/registers_cbs.c,
18391         (removed) plugins/debugger/registers_cbs.h,
18392         (removed) plugins/debugger/registers_gui.c,
18393         (removed) plugins/debugger/sharedlib.c,
18394         (removed) plugins/debugger/sharedlib.h,
18395         (removed) plugins/debugger/sharedlib_cbs.c,
18396         (removed) plugins/debugger/sharedlib_cbs.h,
18397         (removed) plugins/debugger/sharedlib_gui.c,
18398         (removed) plugins/debugger/signals.c,
18399         (removed) plugins/debugger/signals.h,
18400         (removed) plugins/debugger/signals_cbs.c,
18401         (removed) plugins/debugger/signals_cbs.h,
18402         (removed) plugins/debugger/signals_gui.c,
18403         (removed) plugins/debugger/stack_trace.c,
18404         (removed) plugins/debugger/stack_trace.h,
18405         (added) plugins/debugger/utilities.c,
18406         (added) plugins/debugger/utilities.h,
18407         (removed) plugins/debugger/watch.c,
18408         (removed) plugins/debugger/watch.h,
18409         (removed) plugins/debugger/watch_cbs.c,
18410         (removed) plugins/debugger/watch_cbs.h,
18411         (removed) plugins/debugger/watch_gui.c,
18412         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18413         
18414         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18415         Added debugger gdb backend plugin.
18416         
18417         * plugins/message-view/plugin.c: Registered all message stock icons.
18418         
18419         * plugins/profile-default/plugin.c: Loads debugger plugin.
18420         
18421         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18423 2004-10-08  Naba Kumar  <naba@gnome.org>
18425         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18426         information.
18427         
18428         * plugins/symbol-browser/.cvsignore,
18429         plugins/symbol-browser/Makefile.am,
18430         plugins/symbol-browser/an_symbol_view.c,
18431         plugins/symbol-browser/an_symbol_view.h,
18432         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18433         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18434         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18435         plugins/symbol-browser/plugin.c,
18436         plugins/symbol-browser/plugin.h,
18437         plugins/symbol-browser/sv_class.xpm,
18438         plugins/symbol-browser/sv_function.xpm,
18439         plugins/symbol-browser/sv_macro.xpm,
18440         plugins/symbol-browser/sv_private_fun.xpm,
18441         plugins/symbol-browser/sv_private_var.xpm,
18442         plugins/symbol-browser/sv_protected_fun.xpm,
18443         plugins/symbol-browser/sv_protected_var.xpm,
18444         plugins/symbol-browser/sv_public_fun.xpm,
18445         plugins/symbol-browser/sv_public_var.xpm,
18446         plugins/symbol-browser/sv_static_fun.xpm,
18447         plugins/symbol-browser/sv_static_var.xpm,
18448         plugins/symbol-browser/sv_struct.xpm,
18449         plugins/symbol-browser/sv_unknown.xpm,
18450         plugins/symbol-browser/sv_variable.xpm,
18451         plugins/symbol-browser/test-symbol-browser.c,
18452         plugins/Makefile.am: Implemented Symbol
18453         browser plugin.
18454         
18455         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18456         
18457         * plugins/build-basic-autotools/Makefile.am,
18458         plugins/devhelp/Makefile.am,
18459         plugins/editor/Makefile.am,
18460         plugins/file-loader/Makefile.am,
18461         plugins/file-manager/Makefile.am,
18462         plugins/file-wizard/Makefile.am,
18463         plugins/gtodo/Makefile.am,
18464         plugins/message-view/Makefile.am,
18465         plugins/profile-default/Makefile.am,
18466         plugins/project-manager/Makefile.am
18467         plugins/sample1/Makefile.am,
18468         plugins/terminal/Makefile.am,
18469         scintilla/Makefile.am,
18470         libegg/Makefile.am,
18471         launcher/Makefile.am,
18472         libanjuta/Makefile.am,
18473         src/Makefile.am,
18474         tagmanager/Makefile.am,
18475         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18476         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18477         files. Also fixed library dependencies.
18478         
18479         * plugins/editor/aneditor.cxx: Disabled unused codes.
18480         * plugins/file-manager/an_file_view.c: Added copyright.
18481         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18482         
18483         * plugins/profile-default/plugin.c: Can load plugins by location.
18484         * plugins/project-manager/plugin.c: Remove project_root_uri value
18485         when project is closed.
18486         
18487 2004-10-06  Naba Kumar  <naba@gnome.org>
18489         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18490         
18491         * libanjuta/interfaces/libanjuta.idl,
18492         plugins/editor/text_editor.c: Added get_length()
18493         and get_current_word() methods in IAnjutaEditor interface.
18494         
18495         * libegg/Makefile.am: Added test_actions target.
18496         
18497         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18498         
18499         * plugins/build-basic-autotools/build-basic-autotools.c,
18500         plugins/file-loader/plugin.c,
18501         plugins/message-view/message-view.c: Added code to go to file and
18502         line number,
18503         
18504         * plugins/devhelp/plugin.c: Context sensitive help now works.
18505         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18506         uri as line number and goes to that line number.
18507         
18508         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18509         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18510         gtodo_client_load() method to load from a diffrent file. Watched 
18511         project root directory in plugin to open TODO.tasks of the project.
18512         
18513         * plugins/project-manager/plugin.c: Updates project UI
18514         sensitive/insensitive.
18516         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18517         anjuta-shell program to test plugins.
18518         
18519         * src/anjuta-app.c: Registered UI accels.
18520         
18521 2004-09-28  Naba Kumar  <naba@gnome.org>
18523         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18524         method.
18525         
18526         * src/anjuta-app.c: Implemented present widget method.
18527         
18528         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18529         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18530         
18531         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18532         added editor.
18533         
18534         * plugins/editor/text_editor.c: Connects to preferences changed signal
18535         correctly.
18536         
18537 2004-09-28  Naba Kumar  <naba@gnome.org>
18538         
18539         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18540         print code.
18541         
18542         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18543         size to 5 pix.
18544         
18545         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18546         in changed signal callback.
18547         
18548         * plugins/editor/action-callbacks.c: Implemented save_all action
18549         callback. Removed dead code. Do save_as when saving a new file.
18550         Implemented incremental search.
18551         
18552         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18553         
18554         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18555         
18556         * src/anjuta-app.c: Registers UI accelerators.
18557         
18558 2004-09-27  Naba Kumar  <naba@gnome.org>
18560         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18561         
18562         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18563         plugins/devhelp/anjuta-devhelp.plugin.in,
18564         plugins/file-loader/anjuta-loader.plugin.in,
18565         plugins/file-manager/anjuta-file-manager.plugin.in,
18566         plugins/gtodo/anjuta-gtodo.plugin.in,
18567         plugins/project-manager/anjuta-project-manager.plugin.in,
18568         plugins/terminal/anjuta-terminal.plugin.in:
18569         Gave proper plugin names.
18571         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18572         error when regex fail.
18573         
18574         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18575         Added help and context search. Watches current editor. More menus
18576         in Help submenu. Update UI (sensitive when required) properly.
18577         
18578         * plugins/editor/anjuta-document-manager.ui,
18579         plugins/devhelp/anjuta-devhelp.ui,
18580         plugins/message-view/anjuta-message-manager.ui,
18581         src/anjuta.ui: Goto menu actions are in separate submenu.
18582         
18583         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
18584         Removed unimplemented UI elements.
18585         
18586         * src/anjuta-app.c: Larger (and normal) icon size.
18587         
18588         * src/layout.xml: Task manager plugin along with document (in middle).
18589         
18590         * plugins/editor/plugin.c, plugins/file-loader.c,
18591         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
18592         in gtkactions. Enable/disable UI properly.
18593         
18594 2004-09-26  Naba Kumar  <naba@gnome.org>
18596         * po/POTFILES.in: Updated, added missing files.
18598         * .cvsignore: Updated.
18599         
18600         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
18601         a new function to get User input text.
18602         
18603         * libanjuta/resources.[c,h]: Added a function to created sized image.
18604         
18605         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
18606         from filename, as thats the correct representation.
18607         
18608         * plugins/build-basic-autotools/Makefile.am,
18609         (added) plugins/build-basic-autotools/automake-c.filters,
18610         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18611         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
18612         Rearragned UI elements in the build menu. Added codes to read build
18613         filter rules from external file. Implemented all build, configure,
18614         autogen commands. Watches current editor and project.
18615         
18616         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
18617         Added editor changed signal and exports current editor value.
18618         Fixed parameter names. Fixed get_uri() interface implementation to
18619         return correct uri.
18620         
18621         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
18622         elements.
18623         
18624         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
18625         
18626         * plugins/file-manager/an_file_view.c,
18627         plugins/file-manager/an_file_view.c: Exports file uri correctly.
18628         
18629         * plugins/file-wizard/file.c: Reads uri correctly.
18630         
18631         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
18632         sets the page to the new view.
18633         
18634         * plugins/message-view/message-view.c: Unrefs the tree model when done.
18635         Fixed signal connecting.
18636         
18637         * plugins/project-manager/plugin.c: Changed "project_root_directory"
18638         to "project_root_uri" and exports as uri.
18639         
18640 2004-09-24  Naba Kumar  <naba@gnome.org>
18642         * libanjuta/anjuta-ui.c: Fixed a crash bug.
18643         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
18644         in correct way.
18645         * plugins/file-manager/plugin.c: Fixed crash in unloading.
18646         * plugins/file-loader/plugin.c: Added comments.
18647         * plugins/build-basic-autotools/plugin.c: Added comments.
18648         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
18649         
18650         * libanjuta/interfaces/libanjuta.idl,
18651         plugins/message-view/anjuta-msgman.c,
18652         plugins/message-view/message-view.c,
18653         plugins/message-view/message-view.h,
18654         plugins/message-view/plugin.c: Buffering and appending messages have
18655         been separated. message-view implementations cleaned up. Signals
18656         Emissions fixed. Messages now displayed in summary and details show
18657         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
18658         API.
18659         
18660         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
18661         preferences.
18662         
18663         * plugins/build-basic-autotools/Makefile.am,
18664         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
18665         parsing of output to create message summaries. Uses new message view
18666         API.
18667         
18668         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
18669         preferences to make dialog box smaller.
18670         
18671         * plugins/editor/search-replace.c: Fixed compile error with change
18672         in IAnjutaMessageView API.
18673         
18674 2004-09-21  Naba Kumar  <naba@gnome.org>
18676         * plugins/Makefile.am: Deletes old (installed) plugins before
18677         installing new ones.
18678         
18679         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18680         plugins/build-basic-autotools/build-basic-autotools.c,
18681         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
18682         file URI from filemanager. Only disables/enables build submenu in file
18683         manager, instead of merging/unmerging.
18684         
18685         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
18686         non-text files.
18687         
18688         * plugins/file-loader/anjuta-loader-plugin.ui,
18689         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18690         Implemented "Open with" file manager submenu. Displays error message
18691         when file can not be opened.
18692         
18693         * plugins/file-manager/an_file_view.c: Renamed
18694         file_manager_current_filename value name to file_manager_current_uri
18695         and exports proper URI.
18696         
18697         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
18699 2004-09-19  Naba Kumar  <naba@gnome.org>
18701         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18702         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
18703         save point signal to change editor tabs. Fixed accels.
18704         
18705         * plugins/file-loader/plugin.c: Fixed accels.
18707         * plugins/project-manager/plugin.c: Added target selection callback.
18708         
18709         * plugins/project-manager/plugin.c: Added URI activation.
18710         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
18711         Fixed dialog and closed it on ok. Fixed a crash bug.
18712         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
18714         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
18715         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
18716         plugins/file-loader/anjuta-loader-plugin.ui,
18717         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18718         Added recent files in file loade plugin.
18719         
18720         * ChangeLog: Fixed entry dates.
18721         
18722 2004-09-18  Naba Kumar  <naba@gnome.org>
18724         * plugins/devhelp/plugin.c: Added UI sensitization and removed
18725         an unnecessary GtkFrame.
18726         
18727 2004-09-17  Naba Kumar  <naba@gnome.org>
18729         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
18731         * TODO: Updated.
18732         
18733         * data/Makefile.am: Disabled installing old mime info.
18734         
18735         * mime/anjuta.applications, mime/anjuta.keys: Updated.
18736         
18737         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
18738         plugins/editor/anjuta-document-manager.ui,
18739         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18740         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
18741         Added Editor context popup menu.
18742         
18743         * plugins/project-manager/anjuta-project-manager-plugin.png:
18744         Update image.
18745         
18746         * plugins/project-manager/anjuta-project-manager.plugin.in:
18747         Support .anjuta mime type.
18748         
18749         * plugins/project-manager/plugin.c: Exports "project_root_directory"
18750         value.
18751         
18752         * plugins/file-manager/plugin.c: Watches "project_root_directory"
18753         value.
18754         
18755         * src/layout.xml, plugins/profile-default/plugin.c:
18756         Added project manager plugin for startup.
18758 2004-09-16  Naba Kumar  <naba@gnome.org>
18759         
18760         * anjuta.prj: Updated.
18761         
18762         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
18763         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
18764         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
18765         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
18766         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
18767         plugins/terinal/Makefile.am, src/Makefile.am,
18768         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
18769         Fixed makefile syntax errors.
18771 2004-09-16  Naba Kumar  <naba@gnome.org>
18773         * configure.in, src/layout.xml,
18774         plugins/profile-default/plugin.c,
18775         libanjuta/interfaces/libanjuta.idl,
18776         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
18777         
18778         * configure.in, plugins/Makefile.am,
18779         plugins/project-manager/.cvsignore, 
18780         plugins/project-manager/Makefile.am,
18781         plugins/project-manager/anjuta-project-manager-plugin.png,
18782         plugins/project-manager/anjuta-project-manager.plugin.in,
18783         plugins/project-manager/anjuta-project-manager.ui,
18784         plugins/project-manager/plugin.c,
18785         plugins/project-manager/plugin.h: Added project manager plugin
18786         based on gnome-build.
18787         
18788         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
18789         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
18790         
18791         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
18792         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18793         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
18794     
18795 2004-09-16  Naba Kumar  <naba@gnome.org>
18797         * plugins/editor/action-callbacks.c: Fixed compile error.
18798         
18799 2004-09-15  Naba Kumar  <naba@gnome.org>
18801         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
18802         
18803         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
18804         New improved splace with nicer progress.
18805         
18806         * configure.in, plugins/Makefile.am,
18807         (added) file-wizard/.cvsignore,
18808         (added) file-wizard/Makefile.am,
18809         (added) file-wizard/action-callbacks.c,
18810         (added) file-wizard/action-callbacks.h,
18811         (added) file-wizard/anjuta-file-wizard-plugin.png,
18812         (added) file-wizard/anjuta-file-wizard.glade,
18813         (added) file-wizard/anjuta-file-wizard.plugin.in,
18814         (added) file-wizard/anjuta-file-wizard.ui,
18815         (added) file-wizard/file.c,
18816         (added) file-wizard/file.h,
18817         (added) file-wizard/plugin.c,
18818         (added) file-wizard/plugin.h:
18819         Created new file wizard and added it. The wizard takes care of text
18820         bit insertions and new files creation.
18822         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18823         plugins/editor/action-callbacks.h,
18824         plugins/editor/anjuta-document-manager.glade,
18825         plugins/editor/anjuta-document-manager.ui,
18826         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18827         (removed) plugins/editor/file.[c,h]: Removed text insertions and
18828         new files code and moved into a new plugin (file wizard).
18829         
18830         * libanjuta/plugins.[c,h]: Added plugins selection function.
18831         
18832         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
18833         get_position(), insert() in IAnjutaEditor interface. Added
18834         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
18835         interface (for wizard plugins).
18837         * plugins/file-loader/anjuta-loader-plugin.ui,
18838         plugins/file-loader/plugin.c: Added wizard launcher interface which
18839         scans for plugins implement IAnjutaWizard interface and presents the
18840         list to user for selection. The selected plugin is then activated
18841         for the wizard.
18843         * libanjuta/interfaces/.cvsignore: Updated.
18844         * plugins/message-view/.cvsignore: Updated.
18845         * plugins/launcher/*: Removed as launcher has already been moved to
18846         libanjuta as class.
18848         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18849         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18850         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18851         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18852         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
18853         Updated API documentations.
18855 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
18857         * configure.in: Added Punjabi to ALL_LINGUAS
18859 2004-07-29  Naba Kumar  <naba@gnome.org>
18861         * configure.in: Added file-loader plugin Makefile path and
18862         fixed devhelp version requirement.
18864 2004-07-28  Naba Kumar  <naba@gnome.org>
18866         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
18867         terminal/preferences-terminal.png (added), message-view/*.png (added),
18868         message-view/*.xpm (added), editor/*.png (added),
18869         editor/*.xpm (added), plugins/editor/Makefile.am,
18870         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
18871         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
18872         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
18873         respective plugins directories.
18875         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
18876         pixmaps/block-end-16.png, pixmaps/block-end.png
18877         pixmaps/block-start-16.png, pixmaps/block-start.png
18878         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
18879         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
18880         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
18881         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
18882         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
18883         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
18884         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
18885         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
18886         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
18887         pixmaps/preferences-editor.png, pixmaps/undock.png
18888         pixmaps/error-next-16.png, pixmaps/error-next.png
18889         pixmaps/error-prev-16.png, pixmaps/error-prev.png
18890         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
18891         pixmaps/preferences-terminal.png: Deleted
18893         * libanjuta/properties* (removed), plugins/editor/properties* (added),
18894         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18895         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
18896         plugins/editor/anjuta-document-manager.plugin.in,
18897         plugins/editor/anjuta-document-manager.ui,
18898         plugins/editor/plugin.c, plugins/editor/print.c,
18899         plugins/editor/search-replace_backend.c,
18900         plugins/editor/search_preferences.h,
18901         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
18902         Moved properties souce files to editor plugin as it not required in
18903         libanjuta. Other editor fixes.
18905         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
18906         libegg/dock/* (removed)
18907         : Restored GDL external dependencies and removed libegg dock
18908         sources, because gdl is being developed.
18909         
18910         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
18911         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
18912         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
18913         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
18914         libanjuta/plugins.c, libanjuta/plugins.h,
18915         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
18916         gconf system. Shell now takes docking positions. Added more utility
18917         functions. Added plugins query function. And other fixes.
18919         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
18920         
18921         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
18922         plugin to load files based on mime type.
18923         
18924         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
18925         
18926         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
18927         plugins/file-manager/plugin.c: File manager now uses file loader to
18928         open files.
18930         * plugins/message-view/anjuta-msgman.c,,
18931         plugins/message-view/message-view.c,
18932         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
18934         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
18935         plugins/terminal/terminal.c, src/Makefile.am,
18936         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
18937         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
18938         
18939         * libegg/dock/*: Removed directory.
18940         
18941 2004-07-28  Naba Kumar  <naba@gnome.org>
18943         * configure.in: Reduced gnome-print version requirement.
18944         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
18946 2004-07-21  Ray Strode  <rstrode@redhat.com>
18947         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
18948         new mime sytem.
18950 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
18951         
18952         * plugins/editor/search-replace.c: Some fixes
18953         * plugins/terminal/Makefile.am:
18954         Patch from: Alexey Rusakov <ktirf@users.sf.net>
18956 2004-05-19  Naba Kumar  <naba@gnome.org>
18958         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
18959         compiler warning.
18961 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
18963         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
18964         Implemented IAnjutaSavable
18965         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
18967 2004-05-17  Naba Kumar  <naba@gnome.org>
18969         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
18970         plugins/build-basic-autotools/.cvsignore,
18971         plugins/build-basic-autotools/Makefile.am,
18972         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
18973         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18974         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18975         plugins/build-basic-autotools/build-basic-autotools.c,
18976         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
18977         build plugin.
18978         
18979         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
18980         definition.
18981         
18982         * plugins/file-manager/an_file_view.c,
18983         plugins/file-manager/anjuta-file-manager.ui,
18984         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
18985         Added context menu UI.
18986         
18987         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
18988         in view menu.
18990 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
18991         
18992         * libanjuta/anjuta-preferences.[ch]: 
18993         Added save/load_gconf functions
18994         * src/action_callbacks.[ch], src/preferences.c: 
18995         Load global prefs from gconf at startup and save them
18996         on exit. Prefs load and save correctly but something resets
18997         them to default after loading...
18998         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
18999         Somehow the linker does not find save/load_gconf functions
19000         in libanjuta. Must be a stupid mistake, I would be glad
19001         if someone could fix that.
19002         * manuals/reference/libanjuta-sections.txt: Added new
19003         preferences functions and removed gnome-filelist
19004         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19005         * plugins/file-manager/plugin.c:
19006         Added root-path property
19008 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19009         
19010         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19011         they are not longer needed.
19012         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19013         anjuta-sections.txt: Remove references to the files
19014         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19015         Use new nautilus icons for file-manager, looks incredible
19016         cool!
19018 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19019         
19020         * plugins/editor/anjuta-docman.c: gchar* to 
19021         const gchar* in arguments
19022         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19023         Interface
19024         * plugins/file-manager/an_file_view.c: Open files on
19025         double-click. Does not work yet because it does not
19026         find IAnjutaFile interface in document manager
19028 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19029         
19030         * plugins/editor/anjuta-docman.c
19031         * plugins/editor/text_editor.c:
19032         Made close button working, made multiple selection in
19033         File/Open dialog possble, fixed crash bug if file cannot
19034         be opened.
19036 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19037         
19038         * plugins/editor/action-callbacks.c
19039         * plugins/editor/anjuta-docman.c
19040         * plugins/editor/anjuta-docman.h
19041         * plugins/editor/search-replace.c
19042         * plugins/editor/search-replace_backend.c
19043         * plugins/editor/text_editor.c
19044         * plugins/editor/text_editor.h:
19045         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19046         able to open all files, use uri instead of full_filename, fixed
19047         many bugs.
19050 2004-05-13  Naba Kumar  <naba@gnome.org>
19052         * plugins/message-view/anjuta-message-manager-plugin.glade:
19053         HIG compliant.
19055         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19056         management.
19058         * pixmaps/anjuta_splash.png: Added border.
19059         
19060         * plugins/editor/anjuta-document-manager.png: New icon.
19061         
19062         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19063         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19064         
19065         plugins/editor/Makefile.am,
19066         plugins/editor/search-replace.c,
19067         plugins/editor/search-replace.h,
19068         plugins/editor/search-replace_backend.c,
19069         plugins/editor/search-replace_backend.h,
19070         plugins/editor/search_preferences.h,
19071         plugins/editor/search_preferences.c: Merged changes from
19072         ANJUTA_1_2_0 branch.
19073         
19074         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19075         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19076         operational.
19078         * plugins/terminal/Makefile.am,
19079         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19080         dialog.
19081         
19082         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19083         submenu.
19085 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19086         * plugins/message-view/plugin.c: Fixed glade file loading
19087         Removed "Show messages" menu item
19088         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19089         twice because of this load system layout hack.
19090         * libanjuta/anjuta-ui.h: Removed #include config.h
19091         * libanjuta/libanjuta.pc: Fixed path and depencies
19092         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19093         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19094         * libanjuta/properties.cxx : #include "properties_cxx.h"
19095         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19097 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19098         * plugins/message-view/*: Fixed message view preferences
19099         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19100         * anjuta.glade: Removed messages stuff
19102 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19103         
19104         * Removed libanjutamm, it is now hosted on SF.net:
19105         cvs.sf.net/cvsroot/anjuta/libanjutamm
19107 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19108         
19109         * libanjutamm/*
19110         Added some experimental code to add support for C++ plugins.
19111         Nothing works yet and it is likely that it will disappear but
19112         I have some questions to murrayc and he wants to see the code.
19114 2004-05-11  Naba Kumar  <naba@gnome.org>
19116         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19118         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19119         hightlight style menu actions.
19121         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19122         manuals/reference/libanjuta/plugin-description-file.sgml,
19123         manuals/reference/libanjuta/writing-plugins.sgml,
19124         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19125         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19126         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19128         * src/anjuta-app.c: Always load system layout for now.
19130         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19131         
19132         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19133         manuals/reference/libanjuta/libanjuta-sections.txt,
19134         manuals/reference/libanjuta/libanjuta.types,
19135         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19136         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19137         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19138         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19139         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19140         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19141         Updated documentation.
19143         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19144         plugins/profile-default/plugin.c, src/layout.xml:
19145         Created terminal plugin.
19146          
19147         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19148         (new) plugins/file-manager/.cvsignore,
19149         plugins/file-manager/an_file_view.c,
19150         plugins/file-manager/plugin.c,
19151         plugins/file-manager/plugin.h: Moved preferences to separate
19152         glade file and added cvsignore file.
19153         
19154         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19155         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19156         from the branch. I tried it     but there were way too many conflicts.
19157         
19158         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19159         
19160         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19161         util functions required during the merge.
19162         
19163         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19164         interface.
19165         
19166         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19167         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19168         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19169         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19170         Merged with ANJUTA_1_2_0 branch.
19172 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19174         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19176 2004-05-07  Naba Kumar  <naba@gnome.org>
19178         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19180         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19181         Added preferences reading and loading.
19182         
19183         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19184         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19185         libanjuta/fileselection.c, libanjuta/fileselection.h,
19186         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19187         
19188         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19190         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19191         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19192         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19193         data/macros/autogen.sh, data/macros2/autogen.sh
19194         data/properties/ada.properties, data/properties/anjuta.properties,
19195         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19196         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19197         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19198         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19199         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19200         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19201         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19202         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19203         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19204         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19205         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19206         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19207         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19208         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19209         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19210         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19211         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19212         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19213         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19214         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19215         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19216         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19217         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19218         (added) scintilla/scintilla-marshal.c,
19219         (added) scintilla/scintilla-marshal.h,
19220         (added) scintilla/scintilla-marshal.list,
19221         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19222         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19223         (added) scintilla/patches/scintilla-calltip-align.patch,
19224         (added) scintilla/patches/scintilla-minor.patch,
19225         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19227 2004-05-06  Naba Kumar  <naba@gnome.org>
19229         * (added) plugins/file-manager/Makefile.am,
19230         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19231         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19232         (added) plugins/file-manager/anjuta-file-manager.ui,
19233         (added) plugins/file-manager/plugin.c,
19234         (added) plugins/file-manager/plugin.h,
19235         (removed) plugins/file-manager/an_file_view.h,
19236         plugins/Makefile.am, configure.in,
19237         plugins/file-manager/an_file_view.c: Created file manager plugin.
19238         
19239         * plugins/profile-default/plugin.c: Added file manager plugin in default
19240         profile.
19241         
19242         * libanjuta/Makefile.am: Fixed dependencies.
19243         * pixmaps/anjuta_splash.png: New splash screen.
19245 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19246         
19247         * template/template.c/h: Added in-line doc
19248         * manuals/reference/template/*: Added template documentation
19249         * configure.in: Build template docs
19251 2004-05-05  Naba Kumar  <naba@gnome.org>
19253         * autogen.sh: Added commands to generate initial interfaces.
19254         
19255         * libanjuta/Makefile.am,
19256         (removed)libanjuta/anjuta-plugin-parser.c,
19257         (removed)libanjuta/anjuta-plugin-parser.h,
19258         (added)libanjuta/anjuta-plugin-description.c,
19259         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19260         plugin description.
19261         
19262         * libanjuta/anjuta-plugin.c,
19263         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19264         
19265         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19266         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19267         widget add_widget() method.
19268         
19269         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19270         and moved plugin sets loading in profile plugins.
19271         
19272         * libanjuta/interfaces/.cvsignore,
19273         (removed)libanjuta/interfaces/Makefile.am,
19274         libanjuta/interfaces/libanjuta.idl,
19275         libanjuta/interfaces/anjuta-idl-compiler.pl,
19276         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19277         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19278         (removed)libanjuta/interfaces/ianjuta-editor.c,
19279         (removed)libanjuta/interfaces/ianjuta-editor.h,
19280         (removed)libanjuta/interfaces/ianjuta-file.c,
19281         (removed)libanjuta/interfaces/ianjuta-file.h,
19282         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19283         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19284         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19285         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19286         *.h and Makefile.am files. They are autogenerated. Interfaces are
19287         by anjuta-idl-compiler.pl from libanjuta.idl file.
19288         
19289         * manuals/reference/libanjuta/Makefile.am,
19290         manuals/reference/libanjuta/anjuta-architecture.sgml,
19291         manuals/reference/libanjuta/libanjuta-docs.sgml,
19292         manuals/reference/libanjuta/libanjuta-sections.txt,
19293         manuals/reference/libanjuta/libanjuta.types,
19294         manuals/reference/libanjuta/plugin-description-file.sgml,
19295         manuals/reference/libanjuta/writing-plugins.sgml,
19296         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19297         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19298         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19299         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19300         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19301         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19302         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19303         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19304         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19305         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19306         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19307         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19308         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19309         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19310         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19311         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19312         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19313         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19314         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19315         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19316         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19317         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19318         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19319         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19320         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19321         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19322         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19323         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19324         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19325         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19326         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19327         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19328         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19329         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19330         interfaces template sgmls.
19331         
19332         * plugins/Makefile.am,
19333         plugins/devhelp/anjuta-devhelp.plugin.in,
19334         plugins/devhelp/plugin.c,
19335         plugins/editor/action-callbacks.c,
19336         plugins/editor/anjuta-document-manager.plugin.in,
19337         plugins/editor/plugin.c,
19338         plugins/editor/plugin.h,
19339         plugins/editor/text_editor.c,
19340         plugins/sample1/plugin.c,
19341         plugins/message-view/anjuta-message-manager.plugin.in,
19342         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19343         placement. Fixed other errors.
19344         
19345         * (added)plugins/profile-default/.cvsignore,
19346         (added)plugins/profile-default/Makefile.am,
19347         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19348         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19349         (added)plugins/profile-default/anjuta-default-profile.ui,
19350         (added)plugins/profile-default/plugin.c,
19351         (added)plugins/profile-default/plugin.h: Added a default new
19352         profile plugin.
19353         
19354         * src/Makefile.am,
19355         src/action-callbacks.c,
19356         src/anjuta-app.c,
19357         src/anjuta.c,
19358         src/main.cpp: Fixed necessary changes for libanjuta
19360 2004-05-04  Naba Kumar  <naba@gnome.org>
19362         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19363         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19364         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19365         placement for default widgets placements.
19367 2004-05-03  Naba Kumar  <naba@gnome.org>
19369         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19370         manuals/reference/libanjuta/libanjuta-docs.sgml,
19371         manuals/reference/libanjuta/plugin-description-file.sgml,
19372         manuals/reference/libanjuta/writing-plugins.sgml:
19373         Wrote more sections in writing-plugins document and fixed errors.
19375 2004-05-03  Naba Kumar  <naba@gnome.org>
19377         * libanjuta/interfaces/libanjuta.idl: Added interface
19378         IAnjutaFileManager.
19379         
19380         * manuals/reference/libanjuta/anjuta-architecture.dia,
19381         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19382         architecture diagram.
19383         
19384         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19385          manuals/reference/libanjuta/libanjuta-docs.sgml,
19386         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19387         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19388         Wrote writing-plugins document and separated chapters into
19389         separate sgml files.
19390         
19391         * plugins/file-manager/an_file_view.c,
19392         plugins/file-manager/an_file_view.h: New and improved directory
19393         rendering.
19395 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19397         * anjuta.glade: re-designed the new file dialog
19398         * anjuta_dialogs_strings.c: new strings from the new file dialog
19400 2004-04-30  Naba Kumar  <naba@gnome.org>
19402         * libanjuta/interfaces/Makefile.am.iface,
19403         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19404         
19405         * libanjuta/interfaces/libanjuta.idl: Updated.
19407         * libanjuta/interfaces/Makefile.am.iface,
19408         libanjuta/interfaces/libanjuta.idl: Updated.
19410 2004-04-29  Naba Kumar  <naba@gnome.org>
19411         
19412         * libanjuta/interfaces/Makefile.am.iface,
19413         libanjuta/interfaces/libanjuta.idl: Updated.
19415 2004-04-29  Naba Kumar  <naba@gnome.org>
19417         * libanjuta/interfaces/giface-idlc-c.pl,
19418         libanjuta/interfaces/libanjuta.idl: Upgraded.
19419         * libanjuta/interfaces/Makefile.am.iface: Added.
19420         
19421 2004-04-28  Naba kumar  <naba@gnome.org>
19423         * libanjuta/interfaces/giface-idlc-c.pl,
19424         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19425         definitions and wrote a compiler.
19426         
19427 2004-04-28  Naba Kumar  <naba@gnome.org>
19429         * libanjuta/anjuta-shell.c: Fixed docs.
19430         * libanjuta/interfaces/Makefile.am,
19431         libanjuta/interfaces/ianjuta-file.c,
19432         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19433         
19434         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19435         
19436         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19438         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19439         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19440         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19441         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19442         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19443         * src/anjuta-app.c: Fixed bug.
19445 2004-04-27  Naba Kumar  <naba@gnome.org>
19447         * libanjuta/anjuta-preferences-dialog.c,
19448         manuals/Makefile.am: Fixed document bugs and enabled docs
19449         building.
19451         * libanjuta/anjuta-preferences-dialog.c,
19452         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19453         More documentation.
19454         
19455         * libanjuta/anjuta-preferences.c,
19456         manuals/reference/libanjuta/libanjuta-docs.sgml,
19457         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19458         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19459         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19460         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19461         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19462         Wrote more documentations.
19464         * (removed) plugins/message-view/imessage-view.c,
19465         (removed) plugins/message-view/ianjuta-msgman.c,
19466         plugins/message-view/Makefile.am,
19467         plugins/message-view/anjuta-msgman.c,
19468         plugins/message-view/anjuta-msgman.h,
19469         plugins/message-view/message-view.c,
19470         plugins/message-view/message-view.h,
19471         plugins/message-view/plugin.c,
19472         plugins/message-view/plugin.h: Moved interface implementations
19473         in their respective classes and used correct macros to
19474         defined class types.
19476         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19477         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19478         AnjutaUI from GtkUIManager instead of GtkDialog.
19480         * manuals/reference/libanjuta/Makefile.am,
19481         manuals/reference/libanjuta/libanjuta-docs.sgml,
19482         manuals/reference/libanjuta/libanjuta-sections.txt,
19483         manuals/reference/libanjuta/libanjuta.types,
19484         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19485         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19486         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19487         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19488         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19489         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19490         Wrote more documentation, fixed typos, added architecture
19491         diagram, updated object types etc.
19493         * plugins/editor/text_editor.c: Fixed interface implementation.
19495 2004-04-26  Naba Kumar  <naba@gnome.org>
19497         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19498         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19499         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19500         architecture diagram and a new chapter on plugins description file.
19502 2004-04-25  Naba Kumar  <naba@gnome.org>
19504         *  libanjuta/anjuta-children.h,
19505         libanjuta/anjuta-plugin.c,
19506         libanjuta/anjuta-plugin.h,
19507         libanjuta/anjuta-preferences.c,
19508         libanjuta/anjuta-shell.c,
19509         libanjuta/anjuta-shell.h,
19510         libanjuta/e-splash.c,
19511         libanjuta/e-splash.h,
19512         manuals/reference/libanjuta/Makefile.am,
19513         manuals/reference/libanjuta/libanjuta-docs.sgml,
19514         manuals/reference/libanjuta/libanjuta-sections.txt,
19515         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19516         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19517         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19518         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19519         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19520         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19521         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19522         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19523         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19524         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19525         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19526         manuals/reference/libanjuta/tmpl/defaults.sgml,
19527         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19528         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19529         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19530         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19531         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19532         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19533         manuals/reference/libanjuta/tmpl/plugins.sgml,
19534         manuals/reference/libanjuta/tmpl/properties.sgml,
19535         manuals/reference/libanjuta/tmpl/resources.sgml,
19536         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19537         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19538         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19539         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19540         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19541         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19543         Added more template files and wrote more documentation.
19545 2004-04-24  Andras Timar  <timar@gnome.hu>
19547         * configure.in: Added hu to ALL_LINGUAS.
19549 2004-04-23  Naba Kumar  <naba@gnome.org>
19550         
19551         * configure.in: Fixed compile error.
19552         
19553         * libanjuta/anjuta-children.c,
19554         libanjuta/anjuta-children.h,
19555         libanjuta/anjuta-preferences.c,
19556         libanjuta/anjuta-preferences.h,
19557         libanjuta/anjuta-shell.c,
19558         libanjuta/anjuta-ui.c,
19559         libanjuta/anjuta-ui.h,
19560         manuals/reference/libanjuta/Makefile.am,
19561         manuals/reference/libanjuta/libanjuta-docs.sgml,
19562         manuals/reference/libanjuta/libanjuta.types,
19563         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19564         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19565         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19566         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19567         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19568         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19569         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19570         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19571         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19572         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19573         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19574         manuals/reference/libanjuta/tmpl/defaults.sgml,
19575         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19576         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19577         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19578         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19579         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19580         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19581         manuals/reference/libanjuta/tmpl/plugins.sgml,
19582         manuals/reference/libanjuta/tmpl/properties.sgml,
19583         manuals/reference/libanjuta/tmpl/resources.sgml,
19584         plugins/sample1/plugin.c: Added libanjuta API documentation.
19586 2004-04-22  Naba Kumar  <naba@gnome.org>
19588         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
19589         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19590         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19591         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
19592         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
19593         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
19594         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
19595         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
19596         (removed) libegg/eggradiotoolbutton.c,
19597         (removed) libegg/eggseparatortoolitem.c,
19598         (removed) libegg/eggtoggletoolbutton.c,
19599         (removed) libegg/eggtoolbar.c,
19600         (removed) libegg/eggtoolbutton.c,
19601         (removed) libegg/eggtoolitem.c,
19602         (removed) libegg/prop-editor.c,
19603         (removed) libegg/test-actions.c,
19604         (removed) libegg/test-drag.c,
19605         (removed) libegg/test-merge.c,
19606         (removed) libegg/test-toolbar.c,
19607         libegg/menu/Makefile.am,
19608         (removed) libegg/menu/egg-accel-dialog.h,
19609         (removed) libegg/menu/egg-action-group.h,
19610         (removed) libegg/menu/egg-action.h,
19611         libegg/menu/egg-entry-action.h,
19612         (removed) libegg/menu/egg-markup.h,
19613         (removed) libegg/menu/egg-menu-merge.h,
19614         (removed) libegg/menu/egg-menu.h,
19615         (removed) libegg/menu/egg-radio-action.h,
19616         (removed) libegg/menu/egg-toggle-action.h,
19617         (removed) libegg/menu/howitshouldwork.txt,
19618         (removed) libegg/toolbar/.cvsignore,
19619         (removed) libegg/toolbar/Makefile.am,
19620         (removed) libegg/toolbar/TODO,
19621         (removed) libegg/toolbar/eggradiotoolbutton.h,
19622         (removed) libegg/toolbar/eggseparatortoolitem.h,
19623         (removed) libegg/toolbar/eggtoggletoolbutton.h,
19624         (removed) libegg/toolbar/eggtoolbar.h,
19625         (removed) libegg/toolbar/eggtoolbutton.h,
19626         (removed) libegg/toolbar/eggtoolitem.h,
19627         (removed) libegg/toolbar/prop-editor.h,
19628         (removed) libegg/toolbar/toolbar-api.txt,
19629         (removed) libegg/toolbar/toolbar-ideas.txt,
19630         plugins/devhelp/anjuta-devhelp.ui,
19631         plugins/devhelp/plugin.c,
19632         plugins/editor/action-callbacks.c,
19633         plugins/editor/action-callbacks.h,
19634         plugins/editor/anjuta-docman.c,
19635         plugins/editor/anjuta-document-manager.ui,
19636         plugins/editor/plugin.c,
19637         P plugins/message-view/Makefile.am,
19638         plugins/message-view/anjuta-message-manager.ui,
19639         plugins/message-view/plugin.c,
19640         plugins/sample1/anjuta-sample.ui,
19641         plugins/sample1/plugin.c,
19642         src/action-callbacks.c,
19643         src/action-callbacks.h,
19644         src/anjuta-actions.h,
19645         src/anjuta-app.c,
19646         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
19647         Gtk actions and UIManager. Fixed all plugins to use this.
19648         
19649         * manuals/reference/gtkdoc-scangobj.diff,
19650         manuals/reference/libanjuta/Makefile.am,
19651         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19652         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19653         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19654         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19655         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
19657         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
19658         
19659 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
19660         
19661         * plugins/message-view/imessage-view.c
19662         * plugins/message-view/ianjuta-msgman.c:
19663         Added interfaces
19665 2004-04-17  Adam Weinberger  <adamw@gnome.org>
19667         * configure.in: Added en_CA to ALL_LINGUAS.
19669 2004-04-08  Naba Kumar  <naba@gnome.org>
19671         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
19672         libanjuta/interfaces/Makefile.am,
19673         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
19674         message manager and message view interfaces.
19676         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
19677         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19678         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19679         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
19680         src/anjuta-app.c: Used 'activate' and
19681         'deactivate' virtual methods for plugins. Fixed installed plugins
19682         dialogs. Added remove_widget() method for AnjutaShell.
19684         * libanjuta/interfaces/Makefile.am,
19685         libanjuta/interfaces/ianjuta-document-manager.c,
19686         libanjuta/interfaces/ianjuta-document-manager.h,
19687         libanjuta/interfaces/ianjuta-editor.c,
19688         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
19689         and editor interfaces.
19691         * plugins/devhelp/plugin.c,
19692         plugins/message-view/anjuta-message-manager.plugin.in,
19693         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
19694         plugins/sample1/plugin.c: Updated plugins implementation to
19695         reflect the changes.
19697 2004-04-07  Naba Kumar  <naba@gnome.org>
19699         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
19700         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
19701         libanjuta/interfaces/ianjuta-editor.h,
19702         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
19703         plugins/editor/anjuta-docman.c,
19704         plugins/editor/anjuta-document-manager.plugin.in,
19705         plugins/editor/plugin.c, plugins/sample1/plugin.c,
19706         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
19707         Added supported interfaces for plugins. Tested plugin interfaces
19708         through sample plugin.
19709         
19710 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
19711         
19712         * template/Makefile.am, data/templates/library/Makefile.am
19713         Fixed some automake-1.7 incompatibilities
19714         * template/xmltemplate.c: Small fix
19716 2004-02-23  Naba Kumar  <naba@gnome.org>
19718         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
19719         Added plugins manager dialog.
19720         
19721         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
19722         library dependencies.
19723         
19724         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
19725         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
19726         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
19727         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
19728         geometry command line option.
19729         
19730 2004-02-16  Naba Kumar  <naba@gnome.org>
19732         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
19733         Added interfaces and IAnjutaEditor editor interface.
19734         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
19735         interface.
19736         * libanjuta/anjuta-shell.h: Fixed bug.
19737         
19738 2004-02-13  Naba Kumar  <naba@gnome.org>
19740         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
19741         
19742 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
19743         
19744         * data/template/*/.cvsignore:
19745         Avoid all these ? in cvs output
19747 2004-02-13  Naba Kumar  <naba@gnome.org>
19749         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
19750         includes and linking.
19752         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
19753         and set required version to devhelp 0.8. This devhelp version
19754         can be acquired from gnome cvs branch devhelp branch
19755         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
19757         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
19758         src/actions-callbacks.c: Added Dock Manager settings menu item.
19760         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
19761         * plugins/devhelp/plugin.c: Fixed a linking bug.
19762         
19763         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
19764         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
19765         external GDL dependency and used libegg codes.
19766         
19767 2004-02-12  Naba Kumar  <naba@gnome.org>
19769         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
19770         Added devhelp plugin, but it can't be used without a
19771         patch in devhelp. So it's disabled for now.
19773         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
19774         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
19775         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
19776         Update cvsignore files.
19778         * libanjuta/plugins.c, widgets/e-splash.c:
19779         Fixed plugins loading to show splash icons.
19780         
19781         * plugins/message-view/anjuta-message-manager.plugin.in,
19782         plugins/message-view/plugin.c: Fixed plugin registered name.
19784         * plugins/message-view/anjuta-message-view.png,
19785         plugins/sample1/anjuta-sample-plugin.png: Update images.
19787         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
19788         src/main.c: Fixed layout loading.
19790         * plugins/devhelp/Makefile.am: Fixed error.
19792         * (removed) widgets/*, libanjuta/plugins.h,
19793         src/main.c: Transfered widgets to libanjuta/.
19794         
19795         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
19796         toplevel directory to created only one library as libanjuta-egg.
19798         * data/Makefile.am: Fixed build error.
19800         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
19801         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
19802         libegg/.cvsignore: Added egg dock widget.
19804         * gdl/*: Removed as they are now available in libegg.
19805         
19806 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
19808         * plugins/editor/anjuta-docman.c:
19809         Use stock close icon on tab close button
19811 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
19812         
19813         * data/template/Makefile.am
19814         data/template/language/Makefile.am
19815         data/template/library/Makefile.am
19816         data/template/text/Makefile.am
19817         data/template/project/Makefile.am
19818         data/template/project/terminal/Makefile.am
19819         configure.in: Created Makefile to install templates
19821 2004-02-11  Naba Kumar  <naba@gnome.org>
19823         * plugins/editor/action-callbacks.c,
19824         plugins/editor/anjuta-document-manager.ui,
19825         plugins/editor/plugin.c
19826         plugins/message-view/anjuta-message-manager.ui,
19827         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
19828         
19829 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
19830         
19831         * plugins/message-view/*: MessageView plugin is now loaded
19832         The menu items are still dummies.
19834 2004-02-09  Naba Kumar  <naba@gnome.org>
19836         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
19837         generation.
19838         
19839         * libanjuta/anjuta-preferences.h: Added some documentation.
19840         
19841         * libanjuta/anjuta-shell.h: Removed dead codes.
19842         
19843         * (removed) manuals/reference/gtkdoc-scangobj,
19844         manuals/reference/gtkdoc-scangobj.diff,
19845         manuals/reference/libanjuta/.cvsignore,
19846         manuals/reference/libanjuta/Makefile.am,
19847         manuals/reference/libanjuta/README.inline-doc,
19848         manuals/reference/libanjuta/README.sections,
19849         manuals/reference/libanjuta/libanjuta-docs.sgml,
19850         manuals/reference/libanjuta/libanjuta-sections.txt,
19851         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19852         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19853         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19854         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19855         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19856         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19857         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19858         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19859         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19860         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19861         manuals/reference/libanjuta/tmpl/defaults.sgml,
19862         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19863         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19864         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19865         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19866         manuals/reference/libanjuta/tmpl/plugins.sgml,
19867         manuals/reference/libanjuta/tmpl/properties.sgml,
19868         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
19869         of scan program. Updated templates.
19871         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
19872         editor action callbacks data.
19873         
19874         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
19875         scintilla object ref/unref.
19877 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
19878         
19879         * template/*: Added new xml based template system
19880         * template/dtds/*: Dtds to validate xml files of the template systems
19881         * data/template/*: Some sample template files
19882         Still needs some work but builds fine!
19884 2004-02-06  Naba Kumar  <naba@gnome.org>
19886         * cofigure.in, manuals/Makefile.am,
19887         (added) manuals/reference/*: Added API documentation
19888         structure (gtk-doc based).
19890         * libanjuta/libanjuta.h: Updated
19891         
19892 2004-02-05  Naba Kumar  <naba@gnome.org>
19893         
19894         * configure.in: Sets correct dependencies and
19895         uses gdl external library.
19897         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
19898         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
19899         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
19900         libanjuta/fileselection.h, libanjuta/glue-factory.c,
19901         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
19902         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
19903         and added file dialogs.
19905         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
19906         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
19907         Build dynamic libraries for libegg.
19909         * plugins/Makefile.am, plugins/editor/Makefile.am,
19910         plugins/editor/action-callbacks.c, 
19911         plugins/editor/action-callbacks.h,
19912         plugins/editor/anjuta-docman.c,
19913         plugins/editor/anjuta-docman.h
19914         plugins/editor/anjuta-document-manager.plugin.in
19915         plugins/editor/anjuta-document-manager.png
19916         plugins/editor/anjuta-document-manager.ui
19917         plugins/editor/file.c
19918         plugins/editor/file.h
19919         plugins/editor/plugin.c
19920         plugins/editor/print.c
19921         plugins/editor/print.h
19922         plugins/editor/search-replace.c
19923         plugins/editor/search_incremental.c
19924         plugins/editor/search_incremental.h
19925         plugins/editor/text_editor.c
19926         plugins/editor/text_editor.h
19927         plugins/editor/text_editor_cbs.c
19928         plugins/editor/text_editor_menu.h
19929         plugins/sample1/Makefile.am
19930         plugins/sample1/anjuta-sample-plugin.png
19931         plugins/sample1/anjuta-sample.plugin.in
19932         plugins/sample1/anjuta-sample.ui
19933         plugins/sample1/plugin-sample1.c
19934         plugins/sample1/plugin.c
19935         plugins/sample1/plugin.h: Created sample
19936         plugin and fixed editor plugin.
19938         * printing/*: Removed.
19940         * scintilla/Makefile.am: Builds dynamic library.
19942         * src/Makefile.am, src/action-callbacks.c,
19943         src/action-callbacks.h, (removed) src/an_symbol_view.c,
19944         src/anjuta-actions.h, src/anjuta-app.c,
19945         src/anjuta-app.h, src/anjuta-callbacks.c,
19946         src/anjuta-callbacks.h, (removed) src/anjuta.c,
19947         (removed) src/anjuta.h, src/anjuta.ui,
19948         src/layout.xml, src/main.c, src/preferences.h,
19949         src/utilities.c: Debuggged and finally made plugins
19950         loadable.
19952         * global-tags/Makefile.am: Fixed build error.
19954 2004-02-03  Naba Kumar  <naba@gnome.org>
19956         * configure.in: Users GDL from external package.
19957         * plugins/*: Added many new plugins (not ready though).
19958         * src/*: Removed many files (which have been transfered in plugins/).
19959         
19960 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
19962         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19964 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19966         * configure.in: Added editor plugins
19967         
19968         * plugins/Makefile.am, src/search-replace_backend.h,
19969         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
19970         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
19971         
19972         * Added: plugins/editor/search_incremental.c, 
19973         plugins/editor/search_incremental.h
19975         * Update search-replace in plugins/editor
19976         
19977 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
19978         
19979         * plugins/message-view/message-view.c: Some code clean-up
19981 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19983         * Added: search_incremental[ch]
19984         
19985         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
19986         src/mainmenu_callbacks.c, src/toolbar.c
19987         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
19988         
19989         * Incremental Search
19991 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19992         
19993         * plugins/message-view/anjuta-msgman.[c/h]:
19994         Added message manager for easier message handling with a
19995         similar interface as docman. Of course you can still use
19996         MessageView standalone.
19997         * plugins/Makefile.am: Added message-view because it compiles
19998         without errors.
20000 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20001         
20002         * plugins/message-view/*: Added message-view plugin 
20003         (still incomplete) 
20004         * configure.in: Added plugins/message-view/Makefile
20006 2004-01-03  Naba Kumar  <naba@gnome.org>
20008         * libanjuta/*.c: Added new files and updated old ones.
20009         * plugins/editor/*: Added editor plugin.
20010         * configure.in: Added editor plugin and moved editor related
20011         files into it.
20013 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20015         * src/Makefile.am: Added search-replace_backend.[ch]
20016         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20017         find_replace.[ch]
20018         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20019         src/search-replace_backend.c, src/search-replace_backend.h,
20020         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20021         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20022         src/toolbar_callbacks.c
20023         * The advanced Search/Replace functionality now replaces the older
20024         Find/Replace stuff.
20025         * The Search/Replace functionality can be interrupted during a long
20026         Search/Replace;
20027         
20028 2003-12-11  Naba Kumar  <naba@gnome.org>
20030         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20031         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20032         errors.
20033         * Makefile.am, libanjuta/*: Added new module.
20034         * src/Makefile.am: Fixed linking error.
20035         * src/watch_cbs.c: Debugger clean up.
20036         * configure.in: Added libanjuta-2.0.pc
20038         * configure.in, libanjuta/Makefile.am,
20039         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20040         libanjuta instead.
20042 2003-12-11  Naba Kumar  <naba@gnome.org>
20044         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20046         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20047         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20048         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20049         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20050         The user can now give a name at the creation of a new file and
20051         insert automatically (user choice) header, gpl notice, header
20052         template. The file extension is added automatically according
20053         to the selected type of file. The various insert functions have
20054         been moved from mainmenu-callback.c to file.c. The cursor is now
20055         moved after an insert operation. Removes also useless code in
20056         memory.c and search-replace.c
20057         
20058 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20060         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20061         sortable headers, process tree, removal of path and process params
20062         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20063         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20064         code cleanup
20066 2003-12-10  Naba Kumar  <naba@gnome.org>
20068         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20069         
20070 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20072         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20074 2003-11-28  Naba Kumar  <naba@gnome.org>
20076         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20077         
20078         * manuals/de/*: Added german translation docs.
20079         
20080         * configure.in, Makefile.am, src/Makefile.am,
20081         libegg/*/*: Added libegg library.
20082         
20083         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20084         installation directory.
20085         
20086         * src/text_editor_cbs.c: Fixed closing of file.
20088 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20089                                                                                 
20090         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20092 2003-09-05  Naba Kumar  <naba@gnome.org>
20094         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20095         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20096         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20097         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20098         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20099         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20100         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20101         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20102         using libegg. Initial commit -- compiles but is not complete.
20104 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20106         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20108 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20110         * configure.in: Removed "ta" from ALL_LINGUAS.
20112 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20114         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20116 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20118         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20120 2004-04-24  Andras Timar  <tmar@gnome.hu>
20122         * configure.in: Added hu to ALL_LINGUAS.
20124 2004-04-14  Naba Kumar  <naba@gnome.org>
20126         * src/Makefile.am, printing/Makefile.am,
20127         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20128         because we are still using GtkCombo and build breaks with gtk-2.4.
20129         
20130 2004-04-13  Naba Kumar  <naba@gnome.org>
20132         * NEWS: Updated.
20133         * anjuta.spec.in: Fixed build error.
20134         * po/POTFILES.in: Updated.
20135         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20137 2004-04-11  Naba Kumar  <naba@gnome.org>
20139         * NEWS: Updated.
20140         * AUTHORS: Updated.
20141         * configure.in: Added ga in ALL_LINGUAS.
20142         * ChangeLog: Fixed dates.
20143         
20144 2004-04-09  Naba Kumar  <naba@gnome.org>
20146         * src/print.c: Fixed buffer styling bug when printing with
20147         selection.
20149         * data/properties/anjuta.properties: Defined only one base font and
20150         used courier instead of lucidatypewriter, because most newer systems are
20151         unlikely to have it (bug #885023, #925956, #890473).
20152         
20153         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20154         warning.
20155         
20156         * src/an_file_view.c: Fixed possible crash bug.
20158 2004-04-07  Naba Kumar  <naba@gnome.org>
20160         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20161         gtk_main_quit() etc..), so that atexit() functions are not called
20162         (which is apparently done to free up memory and we don't need to
20163         do that at this point). Incidentally, something also happens in the
20164         atexit call which freezes the UI for far too long when the application
20165         exits and we want to avoid that..
20166         * src/glade_iface.c: Fixed compiler warning.
20167         
20168 2004-04-06  Naba Kumar  <naba@gnome.org>
20170         * src/project_dbase_gui.c: Fixed errors.
20172         * src/registers_gui.c: Fixed possible crash bug.
20173         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20174         * src/signals.[c,h]: Used tree view and glade file for dialog.
20175         * src/Makefile.am, src/about.c, src/an_file_view.c,
20176         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20177         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20178         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20179         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20180         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20181         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20182         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20183         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20184         src/launcher.h, src/main.c, src/main_menubar.c,
20185         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20186         src/message-manager-private.cc, src/message-manager.cc,
20187         src/preferences.c, src/project_config.c, src/project_dbase.c,
20188         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20189         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20190         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20191         src/search-replace.c, src/search-replace_backend.c,
20192         src/search_incremental.c, src/search_preferences.c,
20193         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20194         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20195         src/signals_gui.c, src/source.c, src/src_paths.c,
20196         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20197         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20198         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20199         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20200         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20201         tagmanager/Makefile.am, scintilla/include/SString.h,
20202         widgets/Makefile.am, widgets/gnomefilelist.c:
20204         Removed all deprecated codes and substituted
20205         with newer APIs. Fixed some possible crash bugs where cell renderers
20206         were being shared.
20207         
20208         * scintilla/patches/scintilla-minor.patch: Minor patch.
20210 2004-04-06  Naba Kumar  <naba@gnome.org>
20212         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20213         tree after all the files have been added (and not everytime a file
20214         is added in the project). Also fixed some memory corruption
20215         (possibly bug #900478).
20216         
20217         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20218         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20219         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20220         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20221         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20222         qualifier wherever appropriate.
20224 2004-04-05  Naba Kumar  <naba@gnome.org>
20226         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20227         switch terminal echo on/off. Debugger requires it off, while the
20228         rest requires it on.
20230         * src/search-replace.c: sets search direction and action (in addtion
20231         to target) for find in files.
20232         
20233 2004-04-02  Naba Kumar  <naba@gnome.org>
20235         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20237         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20238         src/an_symbol_view.c: Added an gtk events loop for
20239         displaying project loading status (for loading large projects) and
20240         debugger program starting ... just to give an impression of fastness :-).
20242         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20244         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20245         crash bug, which occurs when opening and closing a large project
20246         repeatedly.
20247         
20248         * src/attach_process.c: Fixed a comiple error for old gcc.
20249         
20250         * src/launcher.c: Prints proper error message when launcher child
20251         could not be executed and exits properly. Fixed a crash
20252         bug (bug #926606).
20253         
20254         * src/resources.c, src/utilities.c, src/glade_iface.c,
20255         src/debugger.c, src/attach_process.c: Properly exits forked children
20256         when they could not be executed.
20257         
20258 2004-04-01  Naba Kumar  <naba@gnome.org>
20260         * src/search-replace.c: Fixed a crash bug (bug #921893).
20262 2004-03-31  Naba Kumar  <naba@gnome.org>
20264         * anjuta.glade: Added a note on compiler options dialog ->support
20265         dialog telling that supports are only available for file mode.
20267         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20268         src/anjuta_cbs.c:
20269         Improved shutdown time delay by bypassing project closing
20270         and unloading plugins.
20272         * src/build_file.c, data/properties/anjuta.properties: Added a property
20273         to toggle on/off for going to first error automatically.
20275 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20277         * src/debugger.c: fixed core file loading
20278         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20279         for long lines (bugs #700968 and #911376)
20280         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20281         #917982.
20282         * src/anjuta.c: Focuses current AnEditor correctly.
20284 2004-03-30  Naba Kumar  <naba@gnome.org>
20286         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20287         * AUTHORS: Updated with all contributors names.
20288         * NEWS: Updated.
20289         * src/about.c: Reads contributors names from AUTHORS file.
20290         * manuals/C/anjuta-manual/authors.xml: Points to online
20291         contributors list.
20292         
20293 2004-03-29  Naba Kumar  <naba@gnome.org>
20295         * data/properties/ada.properties: Fixed syntax colors. Patch
20296         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20297         (bug #923474).
20299         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20300         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20301         generated projects, so that their pixmap files are
20302         found properly (bug #919903).
20303         
20304         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20305         anjuta.
20307         * src/source.c: Installs .glade file of libgllade
20308         projects in $(datadir)/$(package)/glade (part of bug #861038).
20309         
20310         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20311         in compiler options (bug #883837).
20312         
20313         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20314         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20315         
20316 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20318         * anjuta/src/search-replace.c: fixed another crash bug in
20319         "Find Usage"
20320         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20321         breakpoint property fix
20323 2004-03-29  Naba Kumar  <naba@gnome.org>
20325         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20326         (new) manuals/C/anjuta-advanced-tutorial/*:
20327         Added menu entry for 'Anjuta Advanced Tutorial'
20328         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20330 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20331         
20332         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20333         Fixed bug #908941  ('Open' starts in wrong directory)
20334         
20335 2004-03-26  Naba Kumar  <naba@gnome.org>
20337         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20338         compile error and bug #905738 with terminal.
20340         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20341         src/search-replace.[h,c], src/search_incremental.[h,c],
20342         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20343         src/text_editor.[c,h]: Fixed compiler warnings.
20344         
20345         * src/search-replace.c: Fixed a memory corruption (possible
20346         fix for bug #921893, but not yet confirmed).
20347         
20348         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20349         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20350         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20351         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20353 2004-03-25  Naba Kumar  <naba@gnome.org>
20355         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20356         crash bug with attach process dialog and made the dialog closable
20357         with 'esc'.
20358         
20359         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20360         always display within the margin.)
20361         
20362         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20363         the old breakpoint when it's properties are updated
20364         (creating a new updated one).
20365         
20366 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20368         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20369         displayed for wrong file.
20370         * src/breakpoints.c: conditional breakpoints
20371         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20372         "Find in Files..." disabling policy
20374 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20376         * src/build_file.c: Fixed bug #874380
20377         Goto the first error if it exists.
20379 2004-03-24  Naba Kumar  <naba@gnome.org>
20381         * src/anjuta.c: Fixed to get correct child exit status
20382         using mask (bug #905738).
20383         
20384         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20385         Aligned buttons in the New file dialog,
20386         set default response to OK, entry box activates default response,
20387         ESC closes dialog and hides on delet_event.
20389 2004-03-19  Naba Kumar  <naba@gnome.org>
20391         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20392         tree).
20394 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20396         * src/search-replace.c: fixed "Find Usage" crash when no project open
20398 2004-03-17  Naba Kumar  <naba@gnome.org>
20400         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20401         Fixed the generated projects to read m4 directory if the directory
20402         exists (bug #917781).
20403         
20404 2004-03-12  Naba Kumar  <naba@gnome.org>
20406         * HACKING: Fixed formatting for auto-parsing.
20408 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20409         
20410         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20411         rework (bug #890609)
20413 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20414         
20415         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20417 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20418         
20419         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20420         * src/search_preferences.c: Fixed typo.
20421         
20422 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20423         
20424         * src/search-replace.c: improved Search&Replace
20425         For the moment "Replace All" does not work with non opened files
20426         but Anjuta should not crash now ! ??? 
20427         
20428 2004-02-26  Naba Kumar  <naba@gnome.or>
20430         * src/source.c: Fixed to pass cflags correctly
20431         and suppress the automake's default cflags.
20432         bug #816130, #801056, #782798, #773459
20433         
20434         * data/properties/anjuta.properties: Do not defualt to -k make option.
20435         bug #875486.
20437         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20438         bug #877683.
20439         
20440         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20441         
20442         * src/message-manager-private.cc: Disabled debug messages.
20443         
20444 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20446         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20448 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20449         * anjuta.glade, src/search-replace.c:
20450         Reduced Search&Replace dialog, bug #902636.
20451         
20452 2004-02-23  Naba Kumar  <naba@gnome.or>
20454         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20455         (bug #866143).
20457 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20458         
20459         * src/search_incremental.c: Fixed bug #900903
20461 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20462         
20463         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20464         src/anjuta.c: Fixed bugs #890609 and #890609
20466 2004-02-23  Naba Kumar  <naba@gnome.or>
20468         * src/message-manager.cc: Disconnects menuitem signal properly.
20469         Fixed bug #901723.
20470         
20471         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20472         bug #900897.
20473         
20474 2004-02-20  Naba Kumar  <naba@gnome.org>
20476         * src/message-manager-private.[c,h]: Implemented keypress
20477         event for the terminal and resets it when ctrl c or ctrl d
20478         is pressed. But it doesn't seem to be working on keypress.
20479         Added a workaround to let it work on key release instead.
20480         (bug #878357).
20481         
20482         * src/search-replace: Fixed compiler warnings.
20483         
20484 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20486         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20487         Use defined file name when saving new files (fixes bug #898105)
20488         Don't change filename when clicking on a directory
20489         
20490         BTW: Happy birthday to me :-)
20491         
20492 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20493         
20494         * src/search-replace.c: Fixed a crash bug 
20495         Crash on Find & Replace (#887833)
20496         
20497 2004-02-18  Naba Kumar  <naba@gnome.org>
20499         * src/executer.c: Fixed a crash bug.
20500         
20501         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20502         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20503         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20504         instead of GtkWindow (Part of bug #671596).
20505         
20506         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20507         src/registers_gui.c, src/registers_cbs.[h,c],
20508         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20509         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20510         src/compiler_options.c, src/an_file_view.c, start-with.c,
20511         src/anjuta-tools.c, help.c:
20513         Added "close" buttons on all
20514         dialogs (HIG) and fixed to properly response to ESC close
20515         (Part of bug #671596).
20517         * src/launcher.c: Disabled printing of long debug lines.
20518         
20519         * src/utilities.h: Fixed a compiler warning.
20520         
20521 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20523         * src/anjuta.c: "Save all" action now asks for filenames for new files
20524         (fixes bug #898111)
20526 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20528         * anjuta.glade, src/text_editor.c:
20529         Fixed a typo in Hello World indentation style 
20530         Fixed misuse of translated strings when looking for style
20531         This entry fixes bug #876037
20533 2004-02-16  Naba Kumar  <naba@gnome.org>
20535         * src/utilities.c: Fixed return value when dest file could
20536         not be created.
20538         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20539         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20540         internal function to compare files.
20541         
20542 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20544         * src/message-manager-private.cc:
20545         Set bold color as foreground color in terminal
20546         (fixes bug #864924)
20548         * src/aneditor.cxx:
20549         Use font style defined for message indicators in
20550         preferences/messages
20551         (fixes bug #885032)
20553 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20555         * src/build_project.c:
20556         Use build.silent option from preferences (fixes bug #895726)
20557         
20558 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20560         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20562 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20563         
20564         Patch from Massimo Corà <maxcvs@email.it>:
20565         * scintilla/LexCPP.cxx: Support "///" comments
20567 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20568         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20569         src/search_replace.h, src/search-replace_backend.h
20570         anjuta.glade
20571         
20572         * Added: src/search_preferences.c, src/search_preferences.h
20573         Allow the user to save search/replace settings and give them names.
20575 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20576         
20577         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20578         scintilla/ScintillaGTK.cxx:
20579         Hopefully fixed AMD 64 crash bug by using correct marshaller
20581 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
20583         * src/preferences.c: Save GtkOptionMenu properties properly
20584         * src/text_editor.c: Fixes editor mispell of fold.symbols property
20586 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20587         
20588         * configure.in, src/Makefile.am, scintilla/Makefile.am:
20589         Fixed libiconv issue
20590         * NEWS: Updated
20592 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20593         
20594         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
20595         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
20596         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
20597         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
20598         src/sharedlib_gui.c:
20599         Debugger speed-up, replaced deprecated GtkCList
20601 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
20603         * src/text-editor.c: Use stock gtk+ close button for editor tabs
20605 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
20607         * configure.in: Added "sq" to ALL_LINGUAS.
20609 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
20611         * configure.in: Added "ko" to ALL_LINGUAS.
20613 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20615         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
20616         src/search_incremental.c, src/search_incremental.h: 
20617         Search_incremental code cleanup
20619 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20621         * scintilla/*/*: Updated scintilla to CVS
20622         * Added: scintilla/Readme.sync
20623         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
20624         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
20625         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
20626         scintilla/ScintillaGTK.cxx,
20627         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
20628         scintilla/include/Scintilla.iface: Updated.
20630 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20632         * search-replace_backend.[ch], search_incremental[ch]: Added
20633         
20634         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20635         find_replace.[ch]: Removed.
20636         
20637         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20638         src/search-replace_backend.c, src/search-replace_backend.h,
20639         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20640         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20641         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
20642         functionality now replaces the older Find/Replace stuff. The Search/Replace
20643         functionality can be interrupted during a long Search/Replace.
20645 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
20647         * widgets/gnomefilesel.c: Fix use of previously freed memory on
20648         selecting ".." and "." from file selector. 
20650 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
20652         * anjuta.glade: Fixed wrong "fold.symbols" property
20654 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20655         
20656         * src/project_dbase_gui.c: Alphabetical order ;-)
20657         * src/compiler_options.c: Fixed bug #867539
20658         * src/launcher.c: Workaround for bugs #864922, #849928,
20659         #846386 and #845782: The launcher no longer hangs but does
20660         not get the exit status correctly sometimes.
20661         * Changes suggested by Bosik are obviously already in without
20662         any Changelog entry (ClsGen.c, project_dbase_gui.c)
20663         * NEWS, README, anjuta.prj, configure.in: 
20664         Changed version to 1.2.1
20665         
20666         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
20667         * anjuta_dialogs_strings.c, anjuta.glade: 
20668         Fixed bugs #860906, #859329
20669         
20670         Patch from grzegol@pld-linux.org
20671         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
20672         freedesktop.org standard)
20674 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20675         
20676         Patch from Stefano Vallarino <stevalla@libero.it>:
20677         * src/source.[c/h]: Fixes cpp sample file to conform to 
20678         ISO/IEC 14882, C++-Standard 
20680 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
20682         Review by Johannes Schmid <jhs@cvs.gnome.org>
20683         * src/build_file.[ch]: Add build_execute_shell_command which executes the
20684         command using sh -c.
20685         * src/compile.c: Use build_execute_shell_command when compiling single
20686         files.
20688 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20689         
20690         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
20691         * src/breakpoints.c: Code cleanup, workaroud for possible 
20692         launcher bug
20693         * src/src_paths.c: Update debugger dirs on directory change
20695 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
20697         Review by Johannes Schmid <jhs@cvs.gnome.org>
20698         * src/attach_process.c, src/attach_process.h, anjuta.glade:
20699         sortable headers, process tree, removal of path and process params
20700         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20701         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20702         code cleanup
20704 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20705         
20706         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20707         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
20708         Add a dialog for "New file" which lets the user set the 
20709         filename and to add copyright/header templates to the file
20710         * Review: Changed function names to contain modules name (file_)
20712 2003-12-09  Naba Kumar  <naba@gnome.org>
20714         * setup-gettext: Fixed a typo.
20715         * scintilla/Makefile.am: Fixed a build error for SMP systems.
20717 ---- Released version 1.2.0 ---
20719 2003-12-08  Naba Kumar  <naba@gnome.org>
20721         * src/preferences.c: Fixed compiler error.
20722         * global_tags/create_global_tags.sh: Fixed to install properly
20723         even when system.tags could not be generated.
20724         * NEWS: Updated.
20726 2003-12-06  Naba Kumar  <naba@gnome.org>
20728         * setup-gettext: Fixed to not generate intl directory with gettextize.
20730         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
20731         * src/anjuta.c: Filters out unnecessary files from find in files
20732         command.
20733         
20734         * NEWS: Updated.
20735         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
20736         * src/widzard_gui.c: Added horiz scrollbar for desc text.
20737         
20738 2003-12-04  Naba Kumar  <naba@gnome.org>
20739         
20740         * src/gnome_project.c: Enables debug and optimization flags for
20741         new projects.
20742         
20743         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
20744         
20745         * src/project_dbase_gui.c: combined header and c files for
20746         file selector.
20747         
20748         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
20749         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
20751 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20753         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20755 2003-11-29  Naba Kumar  <naba@gnome.org>
20757         * configure.in, anjuta.prj: Bumped version to 1.2.0.
20758         * NEWS: Updated.
20760 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
20761         
20762         * src/main_menubar.c: Now files cannot be opened twice in recently
20763         file menu
20765 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
20767         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
20769 2003-11-28  Naba Kumar  <naba@gnome.org>
20771         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
20772         
20773 2003-11-27  Naba Kumar  <naba@gnome.org>
20775         * src/breakpoints.c, src/launcher.c, src/find_text.c,
20776         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
20777         
20778         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
20779         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
20780         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
20781         checkbox in project wizard (project options page) to enable/disable
20782         source code generation with glade(mm).
20783         
20784         * NEWS: Updated
20785         
20786 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
20788         * src/dnd.c: Opening files with special characters in the name.
20790 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
20792         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
20793         a long time.
20795 2003-11-18  Naba Kumar  <naba@gnome.org>
20797         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
20798         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
20799         src/project_import.c, plugins/patch/patch-plugin.c:
20800         Fixed g_signal_diconnect calls to pass correct data.
20801         (Fixed possible crash in project imports).
20802         
20803         * NEWS: Updated.
20804         
20805 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
20807         Reviewed by Naba Kumar  <naba@gnome.org>
20808         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
20809         and debugger. Sets default settings for pty in launcher.
20810         * data/gdb.init: Removed charset work around (now works with user's
20811         native charset)
20812         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
20814 2003-11-18  Naba Kumar  <naba@gnome.org>
20816         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
20817         names of 'index' to 'idx'.
20818         
20819 2003-11-17  Naba Kumar  <naba@gnome.org>
20821         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
20822         * src/project_dbase.c: Prompts user for unsaved project files
20823         when project is closed.
20824         
20825 2003-11-16  Naba Kumar  <naba@gnome.org>
20827         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
20828         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
20829         older gcc.
20830         
20831 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
20832         
20833         * src/anjuta.c: Fixed crash related to tag == NULL while 
20834         anjuta is exiting
20836 2003-11-11  Naba Kumar  <naba@gnome.org>
20838         * src/glade_iface.c: Avoids error conditions for glade or glademm not
20839         found. It simply doesn't generate the c/c++ codes and continues with
20840         just a warning.
20841         * NEWS: Updated.
20842         
20843 2003-11-10  Naba Kumar  <naba@gnome.org>
20845         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
20846         'Start with dialog'.
20848         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
20849         German translation of anjuta-tutorial.
20850         
20851         * src/launcher.c: Fixed an encoding bug with GIOChannels.
20852         * NEWS: Updated.
20854 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20856         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
20857         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
20858         the syntax highlighting in Preferences, the automatic syntax
20859         highlighting is now selected. When the debugger is stopped and the
20860         breakpoints window not closed, the gtk_tree_view in this window is
20861         now made unsensitive.
20863 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
20865         * src/preferences.h, src/preferences.c, anjuta.glade:
20866         Fixed translation bug in preferences by using GtkOptionMenu
20867         * anjuta.prj: Project version 1.1.98
20869 ---------------- Released version 1.1.98 ----------------
20871 2003-11-07  Naba Kumar  <naba@gnome.org>
20873         * anjuta.spec.in: Revived docs package and combined all docs into
20874         one package.
20875         * configure.in: Bumped version to 1.1.98 rc2
20876         * NEWS: Updated.
20877         * anjuta.spec.in: Fixed scrollkeepr-update command.
20878         * anjuta.spce.in: Fixed file permissions.
20880 2003-11-06  Naba Kumar  <naba@gnome.org>
20882         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
20883         menus to activate anjuta helps.
20884         
20885         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
20886         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
20887         manuals/C/anjuta-faqs/legal.xml (added),
20888         manuals/C/anjuta-faqs/Makefile.am,
20889         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20890         manuals/C/anjuta-faqs/.cvsignore,
20891         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
20892         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
20893         manuals/C/anjuta-tutorial/legal.xml (added),
20894         manuals/C/anjuta-tutorial/Makefile.am,
20895         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20896         manuals/C/anjuta-tutorial/.cvsignore,
20897         manuals/C/anjuta-manual/*.sgml (removed),
20898         manuals/C/anjuta-manual/*.xml (added),
20899         manuals/C/anjuta-manual/Makefile.am,
20900         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20901         manuals/C/anjuta-manual/.cvsignore,
20902         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
20903         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
20904         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
20905         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
20906         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
20907         manuals/ja/anjuta-faqs/legal.xml (added),
20908         manuals/ja/anjuta-faqs/Makefile.am,
20909         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
20910         manuals/ja/anjuta-faqs/.cvsignore,
20911         manuals/ja/anjuta-manual/*.sgml (removed),
20912         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
20913         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
20914         manuals/ja/anjuta-manual/*.xml (added),
20915         manuals/ja/anjuta-manual/Makefile.am,
20916         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
20917         manuals/ja/anjuta-manual/.cvsignore,
20918         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
20919         manuals/sgmldocs.make (removed),
20920         manuals/xmldocs.make (added), manuals/omf.make (added),
20921         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
20922         documentations to newer docbook xml documentations. Converted 
20923         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
20924         Enabled manulas installations.
20925         
20926         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
20928 2003-11-05  Naba Kumar  <naba@gnome.org>
20930         * data/gdb.init: Sets host's charset to ascii to solve debugger
20931         freeze up due to uninitialized strings in target program.
20933         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
20934         Fixed a crash bug with 'Add expression in watch'. Bug #822017
20935         
20936         * NEWS: Updated.
20937         
20938         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
20939         src/launcher.c: Turns off echo in spawned pty to fix debugger.
20941 2003-11-04  Naba Kumar  <naba@gnome.org>
20943         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
20944         problems.
20945         
20946         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20947         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
20948         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20949         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
20950         in file headers.
20951         
20952         * src/search-replace.c: Fixed infinite loop bug.
20953         * start-with.c: Fixed a crash bug with "Open last project".
20954         
20955         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
20956         * scintilla/Makefile.am: Fixed compiler option.
20957         
20958 2003-10-16  Naba Kumar  <naba@gnome.org>
20960         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20961         * src/text_editor.c: Fixed autoformat.
20962         
20963 2003-10-15  Naba Kumar  <naba@gnome.org>
20965         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
20966         of CTRL+number.
20967         
20968 2003-10-09  Naba Kumar  <naba@gnome.org>
20970         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
20971         
20972 2003-10-08  Naba Kumar  <naba@gnome.org>
20974         * src/source.c: Fixed a GETTEXT typo error.
20975         * anjuta.glade: Made 'Sorted in order you open them' default option
20976         for editor tabs.
20978         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20979         * anjuta.glade, data/properties/anjuta.properties:
20980         Fixed the freeze of the "Preferences" combos at the first Anjuta
20981         init is generated by:
20982                 - a not complete translation of preferences.c file
20983                 - a difference between 2 names in anjuta.glade and
20984                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
20985                 - the same name given to 3 combos (anjuta.glade).
20986                 
20987         * src/find_text.c: If the "whole document" mode is selected,
20988         a new search will select the next occurrence (Bug #764954).
20989         It is now possible to use the shortcuts to search next or previous
20990         occurrence even if the search dialog has the focus.     Bug #790318
20991         
20992         * src/main_menubar_def.h: "Select code block" shortcut; the new
20993         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
20994         (Bug #811016).
20996         Patch from: Richard Lee  <r.h.lee@comcast.net>
20997         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
20998         tagmanager/tm_workspace.c: The following is a patch to fix a
20999         seemingly random occurence where Anjuta would crash when a
21000         certain key was pressed.
21002 2003-09-29  Naba Kumar  <naba@gnome.org>
21004         * src/find_in_files.c: Ignores binary by default. Disabled the option
21005         of NOCVS search, because launcher does not use sh and hence can not
21006         pipe.
21007         
21008         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21009         "clean before build" state in project session and not in account session,
21010         otherwise the state gets reflected to other projects causing annoyance.
21011         
21012         * src/compiler_options.c: Fixed a bug where compiler options were always
21013         claimed 'modified'.
21015         * src/build_project.c, data/properties/anjuta.properties,
21016         src/commands.[h]: Fixed a bad bug where clean-before-build
21017         doesn't work.
21018         
21019         * scintilla/patches/research-cvs-nolog.diff,
21020         scintilla/patches/scintilla-ac-gtk2-port.diff,
21021         scintilla/patches/scintilla-ac-sort-fix.diff,
21022         scintilla-optimization.diff: Removed, because they are already in
21023         scintilla CVS.
21024         
21025         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21026         2003-09-29).
21028         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21029         scintilla/LexYAML.cxx: Added new scintilla lexers.
21030         
21031         * TODO, NEWS: Updated.
21033         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21034         * src/utilities.c: Fixed typo bugs.
21036 2003-09-26  Naba Kumar  <naba@gnome.org>
21038         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21039         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21040         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21041         text_editor_find() and Fixed I-Search wrapping.
21042         * src/debugger.c: Fixed to pass a newline after a debugger
21043         command (which was broken since the launcher was refactored.
21044         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21046 2003-09-25  Naba Kumar  <naba@gnome.org>
21048         * src/toolbar_callbacks.c: Fixed start of incremental search.
21049         
21050         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21051         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21052         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21053         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21054         menu and implementation.
21056 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21058         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21059         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21060         variables in Locals window.
21062 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21064         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21065         * src/utilities.[ch] : Fix a tooltip bug in 
21066         anjuta_util_toolbar_append_stock(), the label appeared instead of
21067         the tooltip text. Remove label from arguments of the function
21068         because label is included in the stock icon data.
21069         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21070         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21071         * FIXME: translation file should be updated because of label text removal.
21073 2003-09-24  Naba Kumar  <naba@gnome.org>
21075         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21076         
21077         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21078         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21079         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21080         stdout and stderr. Also buffered output and check-for-password
21081         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21082         with password prompts. Checkes for password prompts from all outputs.
21083         
21084         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21085         which takes a string (which could be utf8 also) and converts into
21086         utf8 string.
21087         
21088         * src/main.c: Connects kernel signals after gnome_program_init().
21089         
21090         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21091         * src/message-manager.c: Fixed bug #787026 by converting the strings
21092         to proper UTF8.
21093         
21094 2003-09-22  Naba Kumar  <naba@gnome.org>
21096         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21097         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21098         GtkCList and using GtkTreeView instead. Added the patch.
21099         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21100         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21101         
21102 2003-09-19  Naba Kumar  <naba@gnome.org>
21104         * printing/print.c: Proper UTF8 printing support.
21105         * src/main.c: moved kernel signal connects at the
21106         end of application initialization.
21107         
21108 2003-09-18  Naba Kumar  <naba@gnome.org>
21110         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21111         (new) lexers.make, (new) lexers: Update scintilla to latest
21112         scintilla CVS (2003-09-18), added new lexers, automated
21113         lexers makefiles sections and scintilla update. Added
21114         patches. Optimized pango rendering. Fixed a crash bug
21115         in scintilla.
21116         
21117         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21118         patch to remove cvs log command from RESearch.cxx file.
21119         * scintilla/patches/scintilla-pango-always.diff:
21120         Fixed file name.
21121         * scintilla/RESearch.cxx: Removed spurious cvs log command
21122         and logs.
21123         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21124         
21125         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21126         * src/dnd.c: Fixed a crash bug with DND.
21127         
21128 2003-09-15  Naba Kumar  <naba@gnome.org>
21130         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21131         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21132         src/toolbar_callbacks.c: Added an additional parameter to
21133         text_editor_goto_line() funtion which decides if the line should
21134         be made visible (if it's under fold).
21135         
21136         * src/style-editor.c: Fixed a compiler warning.
21137         * src/message-manager.cc: Calls parent method correctly.
21139         * src/preferences.h: Fixed prent class.
21140         
21141         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21142         * src/project_dbase.c: Fixed bug #713210.
21143         
21144 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21145                                                                                 
21146         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21148 2003-09-11  Naba Kumar  <naba@gnome.org>
21150         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21151         * src/style-editor.c: Fixed bug #769130 (Crash on font
21152         selection dialog).
21153         
21154         * src/message-manger.[h,cc]: Made AnMessageManager
21155         derived from GtkFrame and removed deprecated code.
21156         
21157         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21158         compiler warnings.
21159         
21160 2003-09-09  Naba Kumar  <naba@gnome.org>
21162         * src/Makefile.am: Addded rules for built sources.
21163         
21164 2003-09-08  Naba Kumar  <naba@gnome.org>
21166         * (new) src/anjuta-marshalers.list: Added marshalers definition
21167         file.
21168         
21169         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21170         and CXXFLAGS are not overwriten by automake's default.
21171         * src/style-editor.c: Added 'operators' in the style editor.
21172         
21173         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21174         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21175         * src/message-manager-private.cc, src/message-manager.cc:
21176         Converts message going into message into UTF-8 endoding.
21177         * src/main.c: Uses UTF-8 codeset for localization.
21178         
21179 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21181         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21182         
21183 2003-09-08  Naba Kumar  <naba@gnome.org>
21185         * TODO: Updated.
21186         
21187         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21188         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21189         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21190         The combo entries were updated if the same data with a different
21191         case exist in the combo list. The combo entries are now case sensitive. 
21192         Search&Replace bug; First search ,max actions = 0 ==> now max
21193         actions = 100.
21194         
21195 2003-09-08  Naba Kumar  <naba@gnome.org>
21197         * TODO: Updated.
21198         * src/utilities.[c,h]: a function takes contant args.
21199         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21200         Now the child terminated signal is emitted properly.
21201         * src/Makefile.am: Used $(top_srcdir) for referring to 
21202         scintilla objects.
21203         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21204         definitions file which will generate anjuta-marshalers.[c,h] files.
21205         * src/.cvsignore: Updated.
21206         * src/build_project.c: Changed su command to preserve quotes.
21207         * src/anjuta-tools.c, tagmanager/tm_project.c,
21208         tagmanager/tm_workspace.c: Use standard tmp file.
21209         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21210         so that users could report bugs easily.
21211         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21212         
21213         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21214         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21215         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21216         src/attach_process.c, src/breakpoints.c, src/commands.c,
21217         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21218         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21219         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21220         src/memory.c, src/message-manager-private.c, src/preferences.c,
21221         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21222         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21223         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21224         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21225         Fixed compile warnings and cleanup.
21226         
21227         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21228         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21229         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21230         Removed libzvt usage and implemented child spawing differently. Launcher is
21231         now proper GObject, which can be created multiple times (and can be
21232         operated in parallel).
21234         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21235         * src/project_import_gui.c, src/project_import_cbs.c,
21236         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21237         (crash on project import). Removed deprecared codes.
21238         
21239 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21240         
21241         * src/cvs.c: Fixed cvs output bug.
21243 2003-09-03  Naba Kumar  <naba@gnome.org>
21245         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21246         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21247         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21248         src/text_editor_cbs.c: Implements --
21249                 If the debugger is started
21250                         A double click in the margin add or remove a breakpoint
21251                         A single click activate or deactivate the breakpoint
21252                 else
21253                         A double click in the margin add or remove a bookmark
21255 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21256         
21257         Reviewed by Naba Kumar  <naba@gnome.org>
21258         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21259         User is now able to choose a branch on cvs update for project.
21260         Cleaned up variable names.
21262 2003-09-03  Naba Kumar  <naba@gnome.org>
21264         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21265         src/Makefile.am: Added lexers.
21266         * scintilla/*/*: Updated...
21267         * src/an_symbol_view.c: Fixed a crash bug.
21268         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21269         and build bugs.
21270         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21271         * src/source.c: Fixed project generation bug with gettext code.
21272         * tagmanager/tm_project.c: Fixed a crash bug.
21273         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21274         bug when there is no project open. Bug #____.
21275         * src/source.c: Fixed a bug with build failure with non-gnome
21276         project with glade-generated source (eg. gtk2). Bug #____.
21277         * NEWS: Updated...
21279 2003-08-22  Naba Kumar  <naba@gnome.org>
21281         Patch from: Rob Bradford  <rob@debianplanet.org>
21282         * data/Makefile.am: Fixed to install properly during
21283         package building.
21284         
21285         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21286         * src/debug-tree.c: Fixed a crash bug.
21287         * src/compiler_options.c: Takes care of linking the missing pieces;
21288         C flags, libs, optimization options, debug and profile.
21290         Patch from: Enver ALTIN  <ealtin@casdb.com>
21291         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21292         
21293 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21295         Reviewed by Naba Kumar  <naba@gnome.org>
21296         * src/project_dbase.c: Fixed bugs #778263 and #778413
21297           Adding multiple files to project should work now.
21299 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21301         Reviewed by Naba Kumar  <naba@gnome.org>
21302         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21303         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21304         for Locals window.
21306 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21308         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21310 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21312         * src/text_editor.c: Fix translatable string (#113934).
21314 2003-07-04  Naba Kumar  <naba@gnome.org>
21316         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21317         bug when there is no project open. Bug #____.
21318         
21319         * src/source.c: Fixed a bug with build failure with non-gnome
21320         project with glade-generated source (eg. gtk2). Bug #____.
21322 2003-06-26  Naba Kumar  <naba@gnome.org>
21324         * src/anjuta.h: Removed reference to windows-dialog.h.
21325         * src/message-manager-private.[cc,h]: Fixed doulbe click
21326         activation of messages to properly jump at the destination.
21327         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21328         * src/toolbar.c: Code clean-ups.
21329         
21330         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21331         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21332         
21333         * src/message-manager-private.[cc,h]: Removed dead codes.
21334         
21335         * (new) data/properties/css.properties,
21336         data/properties/anjuta.properties, data/properties/Makefile.am:
21337         Added CSS syntax hiliting properties.
21338         
21339         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21340         * src/debugger.c: Clean ups.
21341         * src/lexer.h: Added CSS lexer definition.
21342         
21343         * Makefile.am: Installs destop file properly.
21344         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21345         * NEWS: Updated for 1.1.97 release.
21346         * src/main_menubar_def.h: Changed some non working shortcuts.
21347         
21348 2003-06-24  Naba Kumar  <naba@gnome.org>
21350         * src/search-replace.c: Shows the dialog properly, even when it is
21351         hidden behind another window.
21352         
21353         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21354         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21355         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21356         and code clean up.
21357         
21358         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21359         setup wizard dialogs.
21360         
21361         * src/debugger.c: Removed a redundant call to
21362         debugger_update_controls().
21363         * src/compiler_options.c, src/launcher.c: code cleanup.
21364         * src/executer.c: Fixed execution bug with 'Set Program params...".
21365         
21366 2003-06-23  Naba Kumar  <naba@gnome.org>
21368         * widgets/e-splash.c: Removed border around the splash image.
21369         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21370         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21371         * src/cvs.c: Added a frame around commit log text widget.
21372         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21373         crash bug associated with translated combo box list in preferences
21374         dialog (in different locale other than en_US). Used widget names
21375         to pass the combo list items.
21376         * po/POTFILES.in: Updated.
21377         * src/launcher.c: Creates the zvt terminal at startup (and not
21378         every time a build is done) -- speeds up buld operations.
21379         * src/file_history.c: Should be if() conditional instead of
21380         assertion check.
21381         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21382         Disabled useless warnings.
21383         * src/project_dbase.c: Fixed bonobo 2 project name.
21384         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21385         and uses correct glade-2 for file generation.
21386         
21387 2003-06-21  Naba Kumar  <naba@gnome.org>
21389         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21390         And disables autocomple show for numbers (very annoying).
21391         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21392         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21393         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21394         from view menu and adjust the controls accordingly.
21395         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21396         only OK button.
21397         * src/project_dbase.[c,h]: Removed show_local flag processing.
21398         * src/message-manager.[c,h]: Reorganized messages tabs in more
21399         sensible order.
21400         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21401         Also added PCRE dependency.
21402         
21403 2003-06-20  Naba Kumar  <naba@gnome.org>
21405         * pixmaps/anjuta_splash.png: New splash.
21406         from Jean Schurger  <yshartk@schurger.org>
21407         
21408         * src/controls.c: De-sensitize run-to-cursor when debugger
21409         is not running.
21410         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21411         
21412         * src/message-manager-private.cc: Fixed to properly jump at
21413         the right file:line.
21414         
21415         * src/appwiz_page1.c: Fixed to correctly determine the project
21416         trpe from the wizard.
21417         
21418 2003-06-20  Naba Kumar  <naba@gnome.org>
21420         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21421         * src/watch_gui.c: Code cleanups.
21422         * src/debugger.[c,h], src/stack_trace.[c,h],
21423         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21424         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21425         Removed direct access to stack_trace private data, Increased debugger
21426         command size from 256 to 1024 (to be on safer side). Also implemented
21427         row-activated signle for seting frame and viewing the source.
21428         * src/debugger.c: Avoids starting program and stopping debugger
21429         when starting debugger and stopping program, respectively.
21430         
21431         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21432         Reverted codes to start debugger automatically
21433         The file is brought to the state just after the branching 
21434         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21435         some code clean ups.
21436         
21437         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21438         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21439         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21440         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21441         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21442         src/project_dbase.c: Code clean ups.
21443         
21444         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21445         (Projects dir) so that correct $HOME/Projects path is set when
21446         anjuta is run for the first time.
21447         
21448 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21450         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21452 2003-06-13  Naba Kumar  <naba@gnome.org>
21454         * src/stack_trace_cbs.c: Moved variable declaration at the
21455         top of the block (bug #737867)
21456         
21457         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21458         just CFLAGS and CXXFLAGS (bug #743617).
21459         
21460         * src/create_global_tags.sh: Fixed shell script to properly
21461         detect installed *-config files.
21462         
21463 2003-06-12  Naba Kumar  <naba@gnome.org>
21465         * src/preferences.[c,h]: Added methods for custom widgets in
21466         preferences: using custom set/get methods for them.
21467         
21468         * src/anjuta-encoding.c: Implemented up/down of the encodings
21469         in the list and property saves correctly.
21470         
21471         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21472         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21473         the beginning of a file.
21475         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21476         * src/aneditor.cxx, src/aneditor.h,
21477         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21478         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21479         src/mainmenu_callbacks.h: Allows the operator to select the current
21480         word or the current line (Request: 680801). It puts also
21481         sensitive/unsensitive several select/comment menu items.
21483         * src/breakpoints.c: Presets by default the current line for a
21484         defined breakpoint.
21486 2003-06-11  Naba Kumar  <naba@gnome.org>
21488         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21489         color (red highlight) now cosistent for inactive tabs also.
21490         
21491         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21492         'Advanced search and replace' in Edit->Search submenu.
21493         
21494         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21495         wrappings '\' where     they were missing.
21496         
21497         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21498         message is now more descriptive and details the correct thing to do
21499         for GNOME2 desktop.
21500         
21501 2003-06-10  Naba Kumar  <naba@gnome.org>
21503         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21504         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21505         Removed any reference to particular version of automake/autoconf
21506         so that they could work with newer versions (Bug #659394).
21508         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21509         src/anjuta.c: Added coded to add/remove supported encodings.
21510         
21511         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21512         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21513         src/project_import.c, src/project_type.c, src/project_type.h,
21514         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21515         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21516         from the project wizard.
21518 2003-06-06  Naba Kumar  <naba@gnome.org>
21520         Patch from Etay Meiri  <etay-m@bezeqint.net>
21521         * src/compiler_options.c: Fixed bugs related to clean before
21522         build patch.
21523         
21524         * anjuta.desktop.in.in: Added commandline options.
21525         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21526         -dP and -A flags of CVS update into different options.
21527         
21528 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21530         * configure.in: Removed "ta" from ALL_LINGUAS.
21532 2003-06-02  Naba Kumar  <naba@gnome.org>
21534         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21535         return NULL for undefined properties and "" for defined but empty
21536         strings. It was creating many problems where both are assumed to be
21537         same. And besides, it doesn't matter to differentiate the two (the
21538         problem with preferences was due to a different bug).
21540         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21541         correctly. Also, s/props_build_in/props_built_in/g.
21542         
21543         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21544         list.
21545         
21546         * src/an_file_view.c: Unrefed pixbufs when done with them.
21548         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21549         (removed) file_text.png: Added and removed pixmaps.
21550         
21551 2003-05-30  Naba Kumar  <naba@gnome.org>
21553         * anjuta.glade: Fixed encodings preferences dialog
21554         
21555 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21556         
21557         Reviewed by Naba Kumar  <naba@gnome.org>
21558         
21559         * src/build_project.c src/clean_project/c: perform a clean before
21560         build, if required. Show the message manager on clean.
21561         * src/compiler_options.c: save the new options when window is closed
21562         and flag project to be cleaned before the next build.
21563         * src/project_dbase.c: added a 'clean before build' flag to project
21565 2003-05-29  Naba Kumar  <naba@gnome.org>
21567         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21568         dialog.
21569         
21570         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21571         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21572         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21573         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21574         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21575         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21576         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21577         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21578         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21580         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21581         Removed unused icons references.
21583 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
21585         Reviewed by Naba Kumar  <naba@gnome.org>
21586         
21587         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
21588           src/compiler_options.c, src/debugger.c, src/find_replace.c,
21589           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
21590           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
21591           src/toolbar_callbacks.c: HIG compliant dialogs.
21593         * src/utilities.c: anjuta_button_new_with_stock_image() and
21594           anjuta_dialog_add_button() stolen from gedit.
21596         * src/main_menubar_def.h: Fixed mnemonics.
21598 2003-05-26  Naba Kumar  <naba@gnome.org>
21600         * src/project_dbase_gui.c: Added header files filter for add file
21601         dialog box. Disabled project window to be transient window.
21602         
21603         * src/message-manager.cc: Disabled message manager window to be
21604         transient window.
21605         
21606         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
21607         a file could not be loaded.
21608         
21609         * src/project_dbase.c: Fixed a bug with GUI editor command
21610         where empty string is returned.
21611         
21612         * src/Makefile.am, src/preferences.h, src/text_editor.c
21613         src/text_editor.h, (new) src/anjuta-encodings.h,
21614         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
21615         Added encoding support and to handle characters encoding correctly
21616         by auto detecting it during load. Added preferences for selecting
21617         the encoding during save.
21619         * src/preferences.c, src/resources.c: Removed debug messages.
21621         Patch from: Alexander Nedotsukov <bland@mail.ru>
21622         * src/getline.c: Fixed many fatal bugs for FreeBSD.
21624 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21625         * src/anjuta.c: Try to sow the splash image more often.
21627 2003-05-20  Naba Kumar  <naba@gnome.org>
21629         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21630         * src/debug_tree.c: Colorize the modified locals during
21631         debugging and call memory analyze from the debugger.
21632         * src/breakpoints.c: The color is now different for the enabled
21633         and disabled breakpoints. Anjuta now can erase several
21634         breakpoints defined at the same line. The markers are updated
21635         according to the enable/disable action.
21636         
21637         Patch from Etay Meiri  <etay-m@bezeqint.net>
21638         * src/launcher.c: Fixes launcher freeze up bug during build.
21640 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
21642         Reviewed by Naba Kumar  <naba@gnome.org>
21643         * scintilla/PropSet.h: Change member variables from private to protected.
21644         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
21645         to PropSetFile class, which return a gchar * (and can therefore indicate
21646         whether properties are empty or do not exist) and make prop_get and
21647         prop_get_expanded use them.
21648         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
21649         that the result of of prop_get cannot be an empty string.
21651 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
21653         Reviewed by Naba Kumar  <naba@gnome.org>
21654         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
21655         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
21656         src/text_editor_cbs.c: When saving all the files in the project, the
21657         text editors are now only rehighlighted once instead of once for each
21658         file saved.
21660 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21661         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21662         * src/anjuta.desktop.in.in: Support startup notification.
21663 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21664         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21665         * src/anjuta.desktop.in.in: Support startup notification.
21668 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
21670         Reviewed by Naba Kumar  <naba@gnome.org>
21671         
21672         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
21673         memory leak from glade_xml_new call. Removed gxml field from Executer
21674         struct as only used in create_executer_dialog and then destroyed.
21675         
21676         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
21677         
21678         * src/configurer.c: Fix warning trying to connect signal to non-existent
21679         environment entry in configure dialog and fix crash when closing the
21680         window.
21681         
21682         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
21683         gnome_date_edit_get_time instead.
21684         
21685         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
21686         in view menu required renumbering elsewhere.
21688 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
21690         Reviewed by Naba Kumar  <naba@gnome.org>
21691         
21692         * src/breakpoints.c: fixed an error when removing breakpoint
21693         * src/controls.c: 'run to cursor' is sensitive when debugger not active
21694         * src/debugger.c: changes to the way the debugger is activated
21695         * src/debugger.h: clean ups
21697 2003-05-13  Naba Kumar  <naba@gnome.org>
21699         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21700         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
21701         src/memory.h: A new version of memory and the interface
21702         is now integrated in anjuta.glade
21704 2003-05-09  Naba Kumar  <naba@gnome.org>
21706         * configure.in: Bumped required gtk version to 2.0.8.
21707         
21708 2003-05-06  Naba Kumar  <naba@gnome.org>
21710         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
21712 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21713         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
21715 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21716         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
21717         , tagmanager/c.c: Support for ProC and RDB files.
21719 2003-05-06  Naba Kumar  <naba@gnome.org>
21721         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
21722         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
21723         Uncomment (Box & Stream), Select the current function,
21724         authorize the "Quit" button of the GotoLine window
21726 2003-05-05  Naba Kumar  <naba@gnome.org>
21728         * src/watch_gui.h: CVS added new file.
21730         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
21732         Patch from Etay Meiri <etay-m@bezeqint.net>
21733         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
21734         src/mainmenu_callbacks.c, src/message-manager.cc,
21735         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
21736         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
21737         Ported stack trace to GNOME2 and added it in the message manager
21738         pane.
21740 2003-05-02  Naba Kumar  <naba@gnome.org>
21742         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
21743         
21744         * src/preferences.[h,c]: Fixed preferences to save only one copy of
21745         preferences property.
21746         
21747         * anjuta.prj: Fixed multiple preferences saved data.
21748         
21749         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
21750         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
21751         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
21752         scintilla/include/Platform.h, scintilla/include/PropSet.h,
21753         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
21754         Upgraded scitilla from CVS with faster window repaint
21755         and more bugfixes.
21756         
21757         Patch from  Etay Meiri  <etay-m@bezeqint.net>
21758         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
21759         and code cleanups
21760         
21761 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
21763         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
21764         the window if messages are appended to the end and the scrollbar is
21765         at the end.
21767 2003-04-29  Naba Kumar  <naba@gnome.org>
21769         * configure.in: Removed omf-install from Makefiles list.
21771 2003-04-28  Naba Kumar  <naba@gnome.org>
21773         * po/POTFILES.in: Remvoded deleted files.
21774         
21775         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
21776         pixmaps/windows-style-undocked.png: Added setup wizard's images.
21778         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
21779         is executed as detached) is not set properly.
21780         
21781 2003-04-25  Naba Kumar  <naba@gnome.org>
21782         
21783         * anjuta.prj: Updated.
21784         * src/anjuta_info.c: Fixed text wrapping and column view.
21785         * data/welcome.txt.in: Removed unaligned characters.
21786         
21787 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21788         * src/main_menubar.c: Disable setup dialog.
21790 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21791         * src/breakpoints.c; Fixed compilation with older GCC
21792         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
21793         * HACKING: Spelling fixes (Suggested by Stephen Knight)
21795 2003-04-18  Naba Kumar  <naba@gnome.org>
21797         * anjuta.prj: Updated (includes compiler options).
21798         
21799         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
21800         function from anjuta.c (it was already available in anjuta-tools.c).
21801         
21802 2003-04-18  Naba Kumar  <naba@gnome.org>
21804         * src/about.c, THANKS: Updated
21805         
21806         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
21807         
21808         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
21809         properly from the project session before updating the file
21810         view.
21811         
21812         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
21813         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
21814         dialog settings (as it will not be required once GDL is in place) and
21815         added file view filters in the settings sub-menu.
21817 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21818         * HACKING: Updated
21819         * configure.in: Disable cast checks on final build.
21821 2003-04-17  Naba Kumar  <naba@gnome.org>
21823         * src/build_project.c: Fixed a compilation error.
21825         * src/launcher.c: Removed commnets.
21826         
21827         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
21828         properties from editor tab to indentation tab and fixed a property
21829         label for proper i18n translation. Fixed typos in project config
21830         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
21831         sorting and reordering in compiler options dialog.
21832         
21833         * src/compiler_options.c: Implemented _save() function to save the
21834         options (which was pending).
21835         
21836         * src/build_project.c: Destroys install-as-root dialog when it is done.
21837         
21838         * src/an_symbol_view.c: Change "event" event to "event-after" so
21839         that symbol row is selected first before the popup is shown.
21840         
21841 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21843         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
21844         file in CVS/Entries. (Reviewed and applied by Biswa)
21846 2003-04-16  Naba Kumar  <naba@gnome.org>
21848         * aneditor.cxx: use unicode everytime (fixed unicode related
21849         bugs).
21851         * anjuta.prj: Fixed UI editor name (blank to use default) and
21852         anjuta version.
21853         
21854         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
21855         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
21856         Editor preferences page.
21858 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21859         * src/anjuta.[ch], src/print.c: Fixed warnings
21860         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
21861         * configure.in: Profiling support with gprof
21863 2003-04-16  Naba Kumar  <naba@gnome.org>
21865         Patch from Gaëtan de Menten  <ged@bugfactory.org>
21866         * src/launcher.c: Fixed cvs dialog.
21867         
21868 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
21869         
21870         * src/message-manager-private.cc: Fixed double-click on first line of 
21871         output to properly select a line.
21872         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
21873         because still was a deprecatd GtkCTreeNode and always NULL anyway.
21875 2003-04-15  Naba Kumar  <naba@gnome.org>
21877         * src/message-manager-private.cc: Fixed the glade filename typo.
21879 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21880         * scintilla/*, data/properties/*: Scintilla CVS merge
21881         * anjuta.prj: Removed unnecessary files.
21882         * scintilla/PlatGTK.cxx: Force Pango fonts always
21883         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
21884         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
21885         for preferences.
21886         * configure.in: Change version no. for 1.1.1 (alpha release)
21887         * configure.in: Added '--with-pref-suffix' option.
21888         * config.guess, config.sub: Removed from CVS.
21890 2003-04-15  Naba Kumar  <naba@gnome.org>
21892         Patch from Timothee Besset  <ttimo@idsoftware.com>
21893         * Makefile.am: Fixed a shell script error during intallation.
21894         
21895 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21897         Reviewed by Naba Kumar  <naba@gnome.org>
21898         * src/message-manager.cc: Added popup-menu to TreeView and fixed
21899         set_wm_class to use "anjuta" instead of "an.
21900         * src/message-manager-private.cc: Headers are hidden again.
21902 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21903         * src/project_dbase_gui.c: Memory corruption fix.
21904         * anjuta.prj: Updated project file
21906 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21907         * an_file_view.c: Connect to event-after signal rather than event so that
21908         selection is updated first and thus context menu is for the right file.
21909         Reviewed and applied by Biswa.
21911 2003-04-14  Naba Kumar  <naba@gnome.org>
21913         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
21914         
21915         * src/auncher.c: More child exit fixes
21916         from Timothee Besset  <ttimo@idsoftware.com>
21918 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21919         
21920         Reviewed by Naba Kumar  <naba@gnome.org>
21921         
21922         * src/message-manager.[c/h], src/message-manager-private[c/h],
21923                 anjuta.[c/h]: Ported message-manager to Gtk2
21924         
21925         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21926         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
21927         src/clean_project.c, src/compile.c, src/configurer.c,
21928         src/controls.c, src/cvs.c, src/debugger.c,
21929         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21930         src/project_import.c, src/search-replace.c: Changed name from
21931         AnjutaMessageManager to AnMessageManager to avoid too long type
21932         and funtion names.
21934 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21935         * src/launcher.c: Fix build won't stop problem - TTimo
21936         * TODO: Updated
21937         * pixmaps/anjuta_splash.c: New splash screen prototype.
21938         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
21939         * src/compiler_options.c: Mute pkgconfig errors.
21940         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
21942 2003-04-10  Naba Kumar  <naba@gnome.org>
21944         * configurer.[c,h]: Fixed dialog to close properly.
21945         * src/project_dbase.c, widgets/gnomefilelist.c: Added
21946         debugging asserts.
21947         
21948 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21949         * anjuta.prj: Removed unnecessary files, load with 1.2.0
21950         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
21951         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
21952         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
21953         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
21954         src/makefile.am: Move gdl to it's own directory.
21955         * global-tags/create_global_tags.sh: Silently ignore SDL error.
21957 2003-04-09  Naba Kumar  <naba@gnome.org>
21959         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
21960         branch.
21962 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21963         * src/anjuta-tools.c: Use CDATA for saving tools data.
21964         * anjuta.glade, src/search-replace.c: Port from branch.
21965         * widgets/e-splash.*, src/main.c: Better splash screen.
21966         * configure.in, widgets/gdl*: Import GDL widgets.
21967         * ROADMAP: Updated roadmap.
21968         * src/an_file_view.c: Use GDL icons for file tree.
21970 2003-04-09  Naba Kumar  <naba@gnome.org>
21972         * anjuta.glade: Added (hidden) initial setup-wizard window.
21973         
21974         Patch from: Vitaly  <vvv@rfniias.ru>
21975         * src/preferences.c: Fixes a bug with libglace widget access with
21976         translated strings.
21978         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21979         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
21980         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21981         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
21982         src/toolbar_callbacks.[c,h],
21983         src/memory.c, src/message-manager-private.cc,
21984         src/message-manager-private.h, src/message-manager.cc,
21985         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
21986         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
21987         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
21988         watch window to a subwindow in the notebook
21990 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21991         * ROADMAP: Updated roadmap.
21993 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
21995         * configure.in: Added Belarusian to ALL_LINGUAS.
21997 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21998         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
21999         Henry Jia
22000         * ROADMAP: Added roadmap for HEAD.
22002 2003-03-29  Naba Kumar  <naba@gnome.org>
22004         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22005         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22006         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22007         (new) pixmaps/start-with-wizard.png,
22008         (new) pixmaps/start-with-import.png,
22009         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22010         up on anjuta start-up to give quick access to opening file/project or
22011         creation wizards.
22013         * src/main.c: Sets proper data directory for the gnome
22014         program.
22016 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22017         * src/text_editor.c: Fixed error/warning indicators.
22019 2003-03-24  Naba Kumar  <naba@gnome.org>
22021         * README: Correct version.
22022         
22023 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22025         * configure.in: Added checks to see if were building on FreeBSD
22026         systems.  Sets -DFREEBSD if we are, and also attempts to find
22027         gmake if the host system is FreeBSD.
22029         * src/getline.c: New file used to provide the getline function,
22030         which isnt available on a FreeBSD system.  The function is only
22031         defined if FREEBSD is defined.
22033         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22035         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22036         configure.in sets this to gmake on FreeBSD systems, and make
22037         on everything else.
22039 2003-03-23  Naba Kumar  <naba@gnome.org>
22041         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22042         
22043         * anjuta.spec.in: Fixed spec file for correct file paths and
22044         corrected rpmbuild.
22046         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22047         the rpm build command separately now.
22048         
22049         * src/anjuta.c, windows-dialog.c: Added some more window management
22050         stuffs (not still fully working, though).
22052         * TODO: Updated.
22054 2003-03-22  Naba Kumar  <naba@gnome.org>
22056         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22058 2003-03-21  Naba Kumar  <naba@gnome.org>
22060         * README: Removed Andy Piper's name from the active maintainers
22061         list on his request.
22062         
22063         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22064         preferences.
22065         
22066         * src/anjuta-tools.c: Fixed compiler errors.
22068         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22069         show bugs.
22070         
22071         * src/commands.c, src/src_paths.c, src/style-editor.c,
22072         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22073         becuase they are now hidden by default (from glade editing).
22074         
22075         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22076         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22077         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22078         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22079         basic windows managements.
22080         
22081 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22082         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22083         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22084         Enver ALTIN (a.k.a. skyblue)
22086 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22087         * tagmanager/*: Added ignore-list for symbols. This will make
22088         parsing more accurate for projects. Doc updates needed.
22090 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22091         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22092         * launcher/Makefile.am: Link to correct libraries
22093         * src/launcher.c: Do not allow NULL shell
22095 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22096         * src/debug_tree.c: Improve debug tree view.
22098 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22100         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22101         'Run Configure Script' and 'Execute Program'. Increase minimum width
22102         of Configure dialog.
22103         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22104         list widget by setting a model and adding a column and renderer.
22105           Actually store the nocvs toggle button in FindInFiles data structure.
22106           Handle selection changes via changed signal rather than row_activated.
22107           Use response signal for handling the close and find buttons.
22108           Close window when escape is pressed.
22109         * find_replace.c: Close window when escape is pressed.
22110         * find_text.c: Close window when escape is pressed in find dialog as
22111         well as wrap search question, where now Yes is the default button.
22113 2003-03-05  Naba Kumar  <naba@gnome.org>
22115         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22117         * src/message-manager-private.cc: Fixed a bug with vte conditional
22118         compilation.
22119         * anjuta.glade: Hides all windows in glade file.
22121 2003-03-05  Naba Kumar  <naba@gnome.org>
22123         * src/an_file_view.c: Fixed a compilation warning.
22124         * src/message-manager-private.cc: Conditional compilation for vte
22125         API.
22126         
22127 2003-02-28  Naba Kumar  <naba@gnome.org>
22129         * configure.in, anjuta.spec.in: Updated dependency packages version.
22130         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22131         * src/preferences.c: Added debug assertions.
22132         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22133         editor to enable/disable bringing the recent editor tabs first.
22134         
22135         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22136         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22137         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22138         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22139         and     bug fixes. Also code clean ups.
22140         
22141         * (new) src/search-replace.[h,c]: New search replace implementation
22142         from ANJUTA_1_0_0 branch.
22143         
22144         * (new) src/windows-dialog.[h,c]: New windows management class
22145         [work in progress].
22147 2003-02-28  Naba Kumar  <naba@gnome.org>
22149         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22150         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22151         src/appwizard.c, src/build_file.c, src/build_project.c,
22152         src/clean_project.c, src/compile.c, src/configurer.c,
22153         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22154         src/message-manager-dock.c, src/message-manager-dock.h,
22155         src/message-manager-private.cc, src/message-manager.cc,
22156         src/preferences-dialog.c, src/preferences-dialog.h,
22157         src/preferences.c, src/preferences.h, src/project_dbase.c,
22158         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22159         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22160         src/utilities.c, src/utilities.h:
22161         
22162         Widgetized Preferences and gave proper function names.
22164         * src/executer.c: Fixed a session loading bug.
22165         
22166 2003-02-27  Naba Kumar  <naba@gnome.org>
22168         * printing/print.c: Fixed printing font bug that failed to load the
22169         proper fonts.
22170         
22171         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22172         
22173         * TODO, anjuta.prj: Updated.
22175 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22177         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22178         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22179         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22180         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22181         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22182         fixed omf errors
22184 2003-02-25  Naba Kumar  <naba@gnome.org>
22186         * Makefile.am: Excluded omf-install from installation as the docs are
22187         not ready.
22188         
22189         TODO: Updated.
22190         
22191         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22192         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22193         property names and added new editor properties and code cleanups.
22194         Also added new project properties.
22195         
22196         * src/compiler_options.[h,c]: Added pkg-config packages supports
22197         and fixed bugs.
22198         
22199         * src/glade_iface.h: Cleanups.
22200         
22201         * src/launcher.c: Used timer instead of idle to scan.
22202         
22203         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22204         src/project_config.[h,c], src/project_import.c: Implemented project
22205         property to define GUI editor and to handle it.
22206         
22207         * src/preferences.c: i18n fixes.
22208         
22209         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22210         unused (and old) pixmaps.
22211         
22212         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22213         
22214 2003-02-25  Naba Kumar  <naba@gnome.org>
22216         * src/message-manager-private.[h,cc], src/preferences.c,
22217         anjuta.glade, anjuta_dialog_strings.c: Implemented
22218         gnome terminal profiles for the terminal preferences and moved the
22219         addition of terminal preferences in the terminal constructor.
22220         
22221         * anjuta.prj: Updated.
22223 2003-02-24  Naba Kumar  <naba@gnome.org>
22225         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22226         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22227         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22228         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22229         preferences dialog.
22231         * TODO: Updated.
22233         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22234         text selection and child re-spawning.
22236         * src/pixmaps.h: Removed unused pixmaps definitions.
22237         
22238 2003-02-23  Naba Kumar  <naba@gnome.org>
22240         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22241         the project tree/window.
22243         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22244         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22245         Correct the use of a variable and implemented session save/load
22246         for tree expansion states.
22247         
22248         * src/main_menubar_def.h: Fixed shortcuts keys.
22249         
22250         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22251         
22252         * anjuta.prj: Updated.
22253         
22254 2003-02-22  Naba Kumar  <naba@gnome.org>
22256         * src/debug_tree.[c,h]: GNOME2 port from 
22257         Etay Meiri <etay-m@bezeqint.net>
22258         
22259         * src/an_file_view.c, src/resources.[h,c],
22260         data/properties/bash.properties,
22261         data/properties/cpp.properties,
22262         data/properties/html.properties,
22263         data/properties/make.properties,
22264         data/properties/others.properties,
22265         data/properties/perl.properties,
22266         data/properties/props.properties,
22267         data/properties/xml.properties: Standarized file icons. Icons are
22268         defined in respective .properties file and are retrieved as resource
22269         data.
22271         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22272         in labels from the commands editor as that would create
22273         problems for translators.
22275 2003-02-21  Naba Kumar  <naba@gnome.org>
22277         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22278         as they should be part of CVS(?).
22280         * Makefile.am: Corrected a typo for glade generated strings file.
22282         * configure.in, po/hi.po: Added new Hindi (hi) translation
22283         in ALL_LINGUS and added initial Hindi translation.
22285         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22286         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22287         sv_unknown.xpm to more proper icon.
22289         * (new)data/properties/php.properties, data/properties/Makefile.am,
22290         data/properties/anjuta.properties, data/properties/html.properties:
22291         Fixed PHP syntax hilighting bug by separating php properties into
22292         different file (because of file size).
22294         * TODO: Updated.
22295         
22296 2003-02-20  Naba Kumar <naba@gnome.org>
22298         * src/breakpoints.c: Fixed breakpoints session saving/loading
22299         crash bug.
22300         
22301         * scintilla/*, scintilla/include/*: Updated to scintilla
22302         release 1.51
22303         
22304 2003-02-19  Naba Kumar <naba@gnome.org>
22306         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22307         * TODO: Updated.
22309         * Makefile.am, src/Makefile.am,
22310         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22311         (removed) src/anjuta_dialog_strings.c,
22312         (removed) src/anjuta_dialogs_strings.c,
22313         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22314         (added) anjuta.glade: Transfered glade files from src/ directory
22315         to the top level directory.
22317         * po/POTFILES.in: Updated.
22318         
22319         * (removed) macrocs2/*: Transfered to data/ directory.
22320         
22321         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22322         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22323         requires to have macros dir, but the projects generated by anjuta
22324         require them.
22325         
22326         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22327         trees.
22328         
22329         * src/defaults.c: Corrected default compiler options.
22330         
22331         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22332         wizard.
22333         
22334         * src/message-manager-private.cc, src/message-manager-private.h,
22335         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22336         
22337         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22338         source code generation for gnome2 projects.
22340 2003-02-11  Naba Kumar <naba@gnome.org>
22342         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22343         restores the expand/collaspe states of the nodes after refresh.
22344         
22345         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22346         
22347 2003-02-11  Naba Kumar <naba@gnome.org>
22349         * src/style-editor.c: Fixed pango font description handling for fonts.
22350         * src/anjuta.glade: Removed font size spin button.
22351         * configure.in, src/anjuta.prj: Corrected version.
22352         * TODO: update.
22353         
22354 2003-02-10  Naba Kumar <naba@gnome.org>
22356         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22357         references of scroll-menu.h and add about.h in Makefile.am.
22358         
22359         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22360         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22361         (removed) widgets/scroll-menu.h: Removed unused files.
22362         
22363         * Makefile.am: Added proper i18n rules and added intl tools for
22364         distributions.
22365         
22366         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22367         to the stable release).
22368         
22369         * anjuta.spec.in: Removed manuals packaging.
22370         
22371         * data/Makefile.am: Removed 'macros' installation (not required for
22372         gnome2 projects).
22374 2003-02-10  Naba Kumar <naba@gnome.org>
22376         * po/POTFILES.in: Updated.
22378         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22379         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22380         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22381         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22382         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22383         icons and images.
22385         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22386         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22387         and fixed to properly handle focus in find entry box.
22389         * Makefile.am: Added code for RH system menu update.
22391         * .cvsignore: Updated.
22393         * NEWS: Updated.
22395 2003-02-03  Naba Kumar <naba@gnome.org>
22397         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22398         editor preferences. and fixes dialogs.
22400         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22401         Fixed linenumbers and header margins when they are disabled and
22402         removed unused header files.
22404         * src/attact_process.[h,c], src/debugger.c: Attach to process
22405         now works.
22407         * src/help.c: Fixed dialog response.
22409         * TODO: Updated.
22411         * data/properties/anjuta.properties: Corrected typo.
22413         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22414         Change the signal to "changed" in entry from "selection-changed" in
22415         list.
22417         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22418         short-cuts.
22420 2003-01-31  Naba Kumar <naba@gnome.org>
22422         * configure.in: Upgraded to use libgnomeprint-2.2
22423         
22424         * printing/Makefile.am: Updated
22425         
22426         *(removed) printing/print-doc.c, printing/print-doc.h,
22427         printing/print-util.c, printing/print-util.h: Removed because already
22428         merged with print.c.
22429         
22430         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22431         and libgnomeprintui-2.2 and fixed rendering problems.
22432         
22433         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22434         uneccessary print properties, as they are separately taken
22435         care in gnomeprint.
22436         
22437         * po/POTFILES.in: Update.
22439 2003-01-30  Naba Kumar <naba@gnome.org>
22441         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22442         for about dialog box.
22443         
22444         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22445         src/pixmaps.h: Modified for the above additions for about dialog.
22447 2003-01-29  Naba Kumar <naba@gnome.org>
22449         * src/style_editor.[c,h]: Added missing files.
22450         
22451 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22452         * scintilla/XPM.[cxx|h]: Added missing files
22454 2003-01-29  Naba Kumar <naba@gnome.org>
22455         
22456         * TODO, po/POTFILES.in: Updated.
22457         
22458         * anjuta.prj, src/anjuta.glade,
22459         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22461 2003-01-28  Naba Kumar <naba@gnome.org>
22462         
22463         * data/properties/anjuta.properties, src/aneditor.cxx,
22464         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22465         properties into text properties (earlier it was int properties).
22467         * TODO: Updated
22468         
22469         * scintilla/AutoComplete.c,xx,
22470         scintilla/AutoComplete.h,
22471         scintilla/CallTip.c,xx,
22472         scintilla/CallTip.h,
22473         scintilla/Document.c,xx,
22474         scintilla/Document.h,
22475         scintilla/Editor.c,xx,
22476         scintilla/Editor.h,
22477         scintilla/LexAVE.c,xx,
22478         scintilla/LexCSS.c,xx,
22479         scintilla/LexHTML.c,xx,
22480         scintilla/LexOthers.c,xx,
22481         scintilla/LexPython.c,xx,
22482         scintilla/LineMarker.c,xx,
22483         scintilla/LineMarker.h,
22484         scintilla/Makefile.am
22485         scintilla/PlatGTK.c,xx,
22486         scintilla/PropSet.c,xx,
22487         scintilla/ScintillaBase.c,xx,
22488         scintilla/ScintillaBase.h,
22489         scintilla/ScintillaGTK.c,xx,
22490         scintilla/ViewStyle.c,xx,
22491         scintilla/include/Platform.h,
22492         scintilla/include/SciLexer.h,
22493         scintilla/include/Scintilla.h,
22494         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22495         
22496         
22497         src/Makefile.am,
22498         src/an_file_view.c,
22499         src/an_symbol_view.c,
22500         src/anjuta-tools.c,
22501         src/anjuta.c,
22502         src/anjuta.glade
22503         src/anjuta.h,
22504         src/anjuta_cbs.c,
22505         src/anjuta_dialogs_strings.c,
22506         src/anjuta_info.c,
22507         src/commands.c,
22508         src/compiler_options.c,
22509         src/debugger.c,
22510         src/help.c,
22511         src/main_menubar.c,
22512         src/main_menubar.h,
22513         src/main_menubar_def.h,
22514         src/mainmenu_callbacks.c,
22515         src/mainmenu_callbacks.h,
22516         src/message-manager-private.c,c
22517         src/message-manager-private.h,
22518         src/message-manager.c,c
22519         src/message-manager.h,
22520         src/pixmaps.h,
22521         src/preferences.c,
22522         src/preferences.h,
22523         src/project_config.c,
22524         src/project_dbase.c,
22525         src/project_dbase_gui.c,
22526         src/project_import_gui.c,
22527         src/properties.c,xx,
22528         src/properties.h,
22529         src/resources.c,
22530         src/src_paths.c,
22531         src/text_editor.c,
22532         src/text_editor_gui.c,
22533         src/toolbar.c,
22534         src/utilities.c,
22535         src/utilities.h,
22536         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22537         
22538 2003-01-24  Naba Kumar <naba@gnome.org>
22540         * src/text_editor_gui.c, src/toolbar.c,
22541         src/text_editor.c, src/text_editor_cbs.h:
22542         Used correct notification signal name for scintilla
22543         (gtk2) and fixed UI.
22544         
22545         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22546         when not required.
22547         
22548         * printing/print-doc.c,
22549         printing/print.c,,
22550         src/anjuta-tools.c,
22551         src/find_replace.c,
22552         src/goto_line.c,
22553         src/launcher.c,
22554         src/mainmenu_callbacks.c,
22555         src/project_dbase.c,
22556         src/project_dbase.h,
22557         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22558         src/text_editor.c,
22559         src/text_editor_cbs.h:
22562 2003-01-23  Naba Kumar <naba@gnome.org>
22564         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22565         correct stock icons and organized pixmap macros.
22566         
22567         Makefile.am: Removed non-generated files.
22568         
22569         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22570         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22571         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22572         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22573         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22574         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22575         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22576         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22577         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22578         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22579         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22580         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22581         stop.xpm, undo.xpm}: Removed because no longer used.
22583         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
22584         file_unknown.xpm}: Files renamed from fv_*, as it would
22585         be the right name.
22587         * pixmaps/Makefile.am: Updated for the above changes.
22589 2003-01-23  Jakub Steiner <jimmac * ximian * com>
22591         * pixmaps/autocomplete-16.png,
22592         pixmaps/autocomplete.png,
22593         pixmaps/block-end-16.png,
22594         pixmaps/block-end.png,
22595         pixmaps/block-start-16.png,
22596         pixmaps/block-start.png,
22597         pixmaps/bookmark-first-16.png,
22598         pixmaps/bookmark-first.png,
22599         pixmaps/bookmark-last-16.png,
22600         pixmaps/bookmark-last.png,
22601         pixmaps/bookmark-next-16.png,
22602         pixmaps/bookmark-next.png,
22603         pixmaps/bookmark-prev-16.png,
22604         pixmaps/bookmark-prev.png,
22605         pixmaps/error-next-16.png,
22606         pixmaps/error-next.png,
22607         pixmaps/error-prev-16.png,
22608         pixmaps/error-prev.png: gnome2-styled icons
22611 2003-01-23  Naba Kumar <naba@gnome.org>
22613         * anjuta.prj: Updated compiler options.
22614         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
22616         * src/aneditor.cxx,
22617         src/anjuta.c,
22618         src/anjuta.glade,
22619         src/anjuta_dialogs_strings.c,
22620         src/mainmenu_callbacks.c,
22621         src/mainmenu_callbacks.h,
22622         src/text_editor.c,
22623         src/text_editor_cbs.c,
22624         src/text_editor_gui.c: GNOME2 Porting.
22626 2003-01-22  Naba Kumar <naba@gnome.org>
22628         * ChangeLog: Corrected dates.
22629         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
22630         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
22631         preferences.
22633 2003-01-22  Naba Kumar <naba@gnome.org>
22634         
22635         * plugins/patch/patch-plugin.c: Bug fix.
22636         
22637         * src/anjuta-tools.c,
22638         src/anjuta.c,
22639         src/anjuta.glade,
22640         src/anjuta.h,
22641         src/anjuta_dialogs_strings.c,
22642         src/breakpoints.c,
22643         src/cvs_gui.c,
22644         src/debugger.c,
22645         src/debugger.h,
22646         src/executer.c,
22647         src/glade_iface.c,
22648         src/main.c,
22649         src/mainmenu_callbacks.c,
22650         src/mainmenu_callbacks.h,
22651         src/preferences.c,
22652         src/project_dbase.c,
22653         src/project_dbase_gui.c,
22654         src/registers.c,
22655         src/sharedlib.c,
22656         src/signals.c,
22657         src/signals_cbs.c,
22658         src/source.c,
22659         src/stack_trace.c,
22660         src/toolbar_callbacks.c,
22661         src/utilities.c,
22662         src/utilities.h,
22663         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
22664         
22665         * src/Makefile.am,
22666         (removed) src/CORBA-Server.c,
22667         (removed) src/CORBA-Server.h,
22668         (removed) src/Gladen-common.c,
22669         (removed) src/Gladen-stubs.c,
22670         (removed) src/Gladen.h,
22671         (removed) src/Prj-common.c,
22672         (removed) src/Prj-skelimpl.c,
22673         (removed) src/Prj-skels.c,
22674         (removed) src/Prj-stubs.c,
22675         (removed) src/Prj.h,
22676         (removed) src/glades.c,
22677         (removed) src/glades.h,
22678         (removed) src/messagebox.c,
22679         (removed) src/messagebox.h: Removed because no longer used.
22681 2003-01-21  Naba Kumar <naba@gnome.org>
22683         * src/anjuta-tools.c,
22684         src/anjuta.c,
22685         src/anjuta.glade,
22686         src/anjuta_dialogs_strings.c,
22687         src/anjuta_info.c,
22688         src/anjuta_info.h,
22689         src/breakpoints.c,
22690         src/compiler_options.c,
22691         src/debugger.c,
22692         src/find_replace.c,
22693         src/find_replace.h,
22694         src/find_text.c,
22695         src/find_text.h,
22696         src/goto_line.c,
22697         src/launcher.c,
22698         src/text_editor.c,
22699         widgets/gnomefilelist.c: GNOME2 porting.
22701 2003-01-20  Naba Kumar <naba@gnome.org>
22703         * global-tags/create_global_tags.sh: Uses pkg-config to
22704         read the modules.
22705         
22706         * src/anjuta.c,
22707         src/anjuta.glade,
22708         src/anjuta.h,
22709         src/anjuta_cbs.c,
22710         src/anjuta_dialogs_strings.c,
22711         src/breakpoints.c,
22712         src/breakpoints.h,
22713         src/compiler_options.c,
22714         src/compiler_options.h,
22715         src/fileselection.c,
22716         src/fileselection.h,
22717         src/mainmenu_callbacks.c,
22718         src/project_dbase_gui.c,
22719         src/session.c,
22720         src/src_paths.c,
22721         src/src_paths.h,
22722         src/text_editor.c,
22723         src/text_editor_gui.c,
22724         widgets/gnomefilelist.c,
22725         widgets/gnomefilelist.h: GNOME2 porting.
22726         
22727         * widgets/Makefile.am,
22728         (removed) widgets/gnomedirlist.c,
22729         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
22730         
22731         * src/Makefile.am,
22732         (removed) src/src_paths_cbs.c,
22733         (removed) src/src_paths_cbs.h,
22734         (removed) src/src_paths_gui.c,
22735         (removed) src/compiler_options_cbs.c,
22736         (removed) src/compiler_options_cbs.h,
22737         (removed) src/breakpoints_cbs.c,
22738         (removed) src/breakpoints_cbs.h: Removed because they are now
22739         combined in singe file
22741 2003-01-16  Naba Kumar <naba@gnome.org>
22743         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
22744         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
22745         options dialog UI and data handling.
22748 2003-01-15  Naba Kumar <naba@gnome.org>
22750         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
22751         Completed command editor porting.
22752         
22753         * src/anjuta.c: Removed the use of commands load function
22754         (not required).
22756         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
22757         and unrefs.
22759         * src/anjuta-tools.c: Fixed translatable strings.
22760         
22761         * src/find_text.c: Fixed dialog creation from glade.
22762         
22763         * src/text_editor_gui.c, src/text_editor.c,
22764         src/text_editor_cbs.c: Completed port of detached text editor
22765         to gnome2 plateform.
22766         
22767 2003-01-14  Naba Kumar <naba@gnome.org>
22769         * src/anjuta.glade, src/preferences.[h,c],
22770         src/anjuta_dialogs_strings.c: Added build and editor
22771         preferences pages and other UIs. Fixed preferense loading and saving.
22772         
22773         * src/anjuta.c: Does case-insensitive match for tabs position
22774         preferences and removed preferences loading (done at _new() call).
22775         
22776         * anjuta-tools.c: Debugged tools dialog handling.
22777         * plugins/class-gen/clsGen.c: Fixed an undefined function.
22778         
22779 2003-01-13  Naba Kumar <naba@gnome.org>
22781         * ABOUT-NLS: Update (strange).
22783         * autogen.sh: Removed blocking code.
22785         * configure.in: Fixed an autogen bug.
22786         
22787 2003-01-13  Naba Kumar <naba@gnome.org>
22789         * (new)src/anjuta.gladep
22790         (new)src/messagebox.c
22791         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
22792         will be gradually removed (and then the files).
22793         
22794         * Makefile.am,
22795         anjuta.prj,
22796         printing/print-util.c,
22797         printing/print.c,
22798         scintilla/ScintillaGTK.c,xx
22799         src/Makefile.am,
22800         src/an_file_view.c,
22801         src/an_symbol_view.c,
22802         src/anjuta.c,
22803         src/anjuta.glade
22804         src/anjuta.h,
22805         src/anjuta_dialogs_strings.c,
22806         src/anjuta_gui.c,
22807         src/attach_process.c,
22808         src/attach_process.h,
22809         src/breakpoints.c,
22810         src/breakpoints.h,
22811         src/breakpoints_cbs.c,
22812         src/commands.c,
22813         src/commands.h,
22814         src/compiler_options.c,
22815         src/compiler_options.h,
22816         src/compiler_options_cbs.c,
22817         src/configurer.c,
22818         src/configurer.h,
22819         src/controls.c,
22820         src/cvs_cbs.c,
22821         src/debug_tree.c,
22822         src/debug_tree.h,
22823         src/executer.c,
22824         src/executer.h,
22825         src/find_in_files.c,
22826         src/find_in_files.h,
22827         src/find_in_files_cbs.c,
22828         src/find_replace.c,
22829         src/find_replace.h,
22830         src/find_text.c,
22831         src/find_text.h,
22832         src/goto_line.c,
22833         src/help.c,
22834         src/help.h,
22835         src/launcher.c,
22836         src/main.c,
22837         src/main_menubar.c,
22838         src/mainmenu_callbacks.c,
22839         src/message-manager.c,c
22840         src/pixmaps.h,
22841         src/preferences.c,
22842         src/project_config.c,
22843         src/project_config.h,
22844         src/project_dbase.c,
22845         src/project_import_cbs.c,
22846         src/resources.c,
22847         src/resources.h,
22848         src/splash.c,
22849         src/src_paths.c,
22850         src/src_paths.h,
22851         src/src_paths_gui.c,
22852         src/text_editor.c,
22853         src/text_editor_gui.c,
22854         src/toolbar.c,
22855         src/toolbar.h,
22856         src/utilities.c,
22857         src/utilities.h,
22858         src/wizard_gui.c,
22859         widgets/gnomefilelist.c: GNOME2 Port.
22861 2003-01-10  Naba Kumar  <naba@gnome.org>
22863         * src/an_file_view.c,
22864         src/anjuta_gui.c,
22865         src/appwizard_gui.c,
22866         src/compiler_options.c,
22867         src/compiler_options_cbs.c,
22868         src/cvs_cbs.c,
22869         src/executer.c,
22870         src/fileselection.c,
22871         src/find_in_files.c,
22872         src/goto_line.c,
22873         src/main_menubar.c,
22874         src/memory.c,
22875         src/message-manager-dock.c,
22876         src/preferences.c,
22877         src/project_dbase_gui.c,
22878         src/project_import_gui.c,
22879         src/registers_gui.c,
22880         src/sharedlib_gui.c,
22881         src/src_paths_gui.c,
22882         src/text_editor_gui.c,
22883         src/toolbar.c,
22884         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
22886 2003-01-09  Naba Kumar <naba@gnome.org>
22888         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
22889         problems with some comments.
22891         * anjuta.prj: New project file (updated?)
22893         * src/Makefile.am: Enabled deprecated API and fixed variables.
22895         * src/an_file_view.c,
22896         src/an_symbol_view.c,
22897         src/anjuta-plugins.c,
22898         src/anjuta-tools.c,
22899         src/anjuta.c,
22900         src/anjuta_gui.c,
22901         src/appwizard_cbs.c,
22902         src/attach_process.c,
22903         src/attach_process_cbs.c,
22904         src/compiler_options.c,
22905         src/compiler_options_cbs.c,
22906         src/launcher.c,
22907         src/mainmenu_callbacks.c,
22908         src/message-manager-private.c,c
22909         src/message-manager-private.h,
22910         src/message-manager.c,c
22911         src/message-manager.h,
22912         src/project_dbase.c,
22913         src/project_dbase.h,
22914         src/project_dbase_gui.c,
22915         src/project_import_cbs.c,
22916         src/project_import_gui.c,
22917         src/registers.c,
22918         src/resources.c,
22919         src/resources.h,
22920         src/sharedlib.c,
22921         src/signals.c,
22922         src/signals_cbs.c,
22923         src/signals_gui.c,
22924         src/splash.c,
22925         src/src_paths_cbs.c,
22926         src/src_paths_gui.c,
22927         src/stack_trace.c,
22928         src/text_editor.c,
22929         src/text_editor_gui.c,
22930         src/text_editor_menu.c,
22931         src/toolbar.c,
22932         src/toolbar_callbacks.c,
22933         src/utilities.c,
22934         src/watch.c,
22935         src/watch_cbs.c,
22936         src/wizard_gui.c: GNOME porting.
22938 2002-12-24 Naba Kumar <naba@gnome.org>
22940         * AUTHORS, ChangeLog, HACKING, Makefile.am,
22941         NEWS, README, SEARCH-REPLACE,
22942         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
22943         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
22944         launcher/Makefile.am,
22945         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
22946         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
22947         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
22948         printing/print-util.c, printing/print.c, printing/print.h,
22949         scintilla/*/*, widgets/e-shell-about-box.c,
22950         src/*, tagmanager/*/*, widgets/Makefile.am,
22951         widgets/gnomefilelist.c:
22952         
22953         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
22954         src/*.[c,h] files to gnome2 API.
22956         * src/anjuta_dialogs_strings.c: Added glade generated translatable
22957         strings table.
22959 2002-10-23  Naba Kumar <naba@gnome.org>
22961         * autogen.sh: Prevented Users from building HEAD cvs.
22962         
22963 2002-09-16  Stephane Demurget  <demurgets@free.fr>
22965         * src/anjuta.glade: added the compiler options dialog, hopefully
22966         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
22968 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22970         * src/anjuta.glade: fixed a lot of small glitches.
22972         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
22973         now.
22975         * src/breakpoints_cbs.c: polished a bit.
22977 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22979         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
22981         * src/commands.c: partial gnome 2 port.
22983         * src/utilities.[ch]: changed some bits to be const.
22985 2002-09-14  Stephane Demurget  <demurgets@free.fr>
22987         * src/Makefile.am: removed breakpoints_gui.c and added a check
22988         for gdk-pixbuf deprecated functions, but there shouldn't be much
22989         anyway.
22991         * src/breakpoints_gui.c: killed.
22993         * src/anjuta.glade: added two dialogs for the breakpoints management.
22995         * src/anjuta.h:
22996         * src/anjuta_cbs.c:
22997         * src/appwizard.c:
22998         * src/attach_process.c:
23000         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23001         really huge changes and porting work.
23002         
23003         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23004         (breakpoints_dbase_new): moved the UI init bits here.
23006         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23007         a lot, not using any color anymore (not HIG compliant) and not using
23008         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23009         to be double checked.
23011         * src/build_file.c:
23012         * src/build_project.c: gnome 2 port.
23014 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23016         * src/anjuta.glade:
23017         * src/anjuta.h:
23018         * src/anjuta_cbs.c:
23019         * src/appwizard.c:
23020         * src/breakpoints.c:
23021         * src/breakpoints_cbs.c: cleaned up some bits.
23023 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23025         * src/Makefile.am:
23026         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23028         * src/an_symbol_view.[ch]:
23029         * src/attach_process_cbs.h: polished a bit.
23031         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23033 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23035         * configure.in:
23036         * src/Makefile.am: added libglade-2 to the build.
23038         * src/anjuta.[ch]: added support for libglade.
23040         * src/anjuta.glade: added. There could be a file per top-level widget,
23041         as some other gnome projects, though.
23043         * src/attach_process_gui.c: removed.
23044         * src/attach_process.[ch]: gnome 2 port.
23045         (attach_process_new): Added the treeview init and the widget references
23046         here.
23048 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23050         * src/an_file_view.c: fixed some compilation issues.
23052         * src/an_symbol_view.c: gnome 2 port.
23054 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23056         * src/an_file_view.c: finished gnome 2 port.
23057         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23058         directory pixmap depending on the event.
23060         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23061         (project_file_data_new): use a GtkTreePath.
23063 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23065         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23066         driving me nuts but they need to be ported, heh ?
23068         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23069         work since it's quite a total rewrite again.
23071 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23073         * src/an_file_view.c:
23074         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23076 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23078         * src/anjuta_info.c:
23079         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23081 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23083         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23084         nuts ATM.
23085        
23086         * src/an_file_view.c:
23087         * src/aneditor.cxx:
23088         * src/anjuta_cbs.c:
23089         * src/compiler_options.h:
23090         * src/messagebox.c:
23091         * src/messagebox.h:
23092         * src/pixmaps.h:
23093         * src/project_dbase.h:
23094         * src/resources.h: gnome 2 port.
23096 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23098         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23100         * data/properties/sql.properties: added the DATETIME data type.
23102         * data/properties/html.properties: added the foreach php keyword.
23104 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23106         * widgets/Makefile.am: removed blank line after the last backslash
23107         for avoiding a warning from automake.
23109         * configure.in:
23110         * src/Makefile.am: added the ORBit-2 dep.
23112 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23114         * AUTHORS: added Biswa, because I wonder why noone already have
23115         written his name in the Anjuta's hall of fame :)
23117 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23119         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23120         widgets/e-shell-about-box.c: Made to compile for gnome2.
23121         
23122 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23124         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23125         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23126         
23127         * configure.in, printing/print.h, printing/print.c,
23128         printing/print-doc.c: Made to compile for gnome2.
23129         
23130 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23132         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23133         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23134         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23135         widgets/Makefile.am:
23136         
23137         Upgraded the build system to gnome2 platform.
23138         
23139 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23140         * manuals/*: Added capability to generate PDF and PS.
23141         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23142         * TODO, TODO.biswa: Intergated TODO list.
23143         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23144         , bug #574470
23145         * src/dnd.c: Fix typo
23146         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23147         * src/anjuta.c: Bug #568895, Bug #575419
23149 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23151         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23152         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23154 2002-12-17  Naba Kumar <naba@gnome.org>
23156         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23157         bugs.
23158         
23159 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23160         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23161         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23162         * anjuta.prj: Added tools.sgml
23163         * data/properties/cpp.properties: Bug # 646974
23165 2002-12-16  Naba Kumar <naba@gnome.org>
23167         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23168         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23169         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23170         on 'Enter' and adds proper focus mechanism.
23171         * src/anjuta.c: Fixed a memory corruption bug.
23172         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23173         'Enter' and can also be Canceled. Sets proper default and focus policies
23174         for tools dialogs.
23175         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23176         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23177         translatable strings in dialogs and fixed some dialog properties.
23178         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23179         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23180         * src/message_manager_private.cc: Fixed some debug messages.
23181         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23182         widgets/gnomefilelist.c: Fixed a memory leaks.
23183         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23184         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23185         src/main_menubar_def.h: Implemented incremental search.
23186         * TODO: Updated.
23188 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23189         * tagmanager/*: Minor cleanups and warning fixes.
23190         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23191         GUI during long updates.
23192         * src/text_editor.c: Remove debug message.
23194 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23195         * tagmanager/tm_project.c: Fix a memory access problem.
23197 2002-12-13  Naba Kumar <naba@gnome.org>
23199         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23200         tools list to show "Enabled" flag of the tool. Fixed a bug where
23201         tool list is not cleared when creating a new tool.
23202         
23203 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23204         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23206 2002-12-12  Naba Kumar <naba@gnome.org>
23208         * anjuta-tools.[h,c], commands.c: Used the tools help of
23209         anjuta variables list in commands editor and fixed a typos
23210         buy in anjuta-tools.c.
23211         
23212 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23213         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23214         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23215         * TODO.biswa: Added to help me track things better.
23217 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23219         * configure.in, anjuta.spec.in: Added libglade dependency.
23220         * Makefile.am: Added anjuta.glade file.
23221         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23222         , src/mainmenu_callbacks.[ch], src/message-manager.h
23223         , src/widget-registry.c: Tools editor GUI + other additions.
23225 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23227         * src/project_dbase.[ch], tagmanager/tm_project.c,
23228         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23229         Implement syncing tags image with the project database.
23230         * src/anjuta-tools.c: Implemented variable substitution and
23231         working directory in tools.
23233 2002-12-09  Naba Kumar <naba@gnome.org>
23234         
23235         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23236         command configuration language list from properties.
23237         
23238         * data/properties/asm.properties, data/properties/ruby.properties:
23239         Fixed typos.
23241 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23243         * src/an_symbol_view.c: Remember current selected entry and select
23244         it automatically after refresh.
23246 2002-11-26  Murray Cumming  <murrayc@usa.net>
23248         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23249           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23250         and gnomemm 1.2 projects so that people know they are really
23251         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23252         But I did correct these to sue lowercase names.
23254 2002-12-01  Naba Kumar <naba@gnome.org>
23256         * data/anjuta.properties: Fixed caching problem on 
23257         indicators.
23258         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23259         indicators prefs.
23260         
23261 2002-12-01  Naba Kumar <naba@gnome.org>
23263         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23264         property name.
23265         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23266         property and uses it.
23267         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23268         current cursor.
23269         
23270 2002-11-30  Naba Kumar <naba@gnome.org>
23272         * src/debugger.c: Fixed a typo.
23273         * data/properties/*: Updated properties files and added
23274         new ones.
23275         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23276         Added comment submenu and cleaned up ref and unref of menus.
23277         * src/aneditor.h: Added definition of comment commands.
23278         * src/aneditor.c: Upgrade from latest SciTE source code.
23279         * src/text_editor.[hc], src/text_editor_cbs.c, 
23280         src/message_manager_private.cc, src/message_manager.[cc,h],
23281         src/anjuta.[c,h]: Added indicators support for errors/warnings
23282         highlight in the editor.
23283         * NEWS, TODO: Update.
23284         * scintilla/include/PropSet.h: Removed deprecrated function.
23285         
23286 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23288         * src/anjuta-tools.[ch]: Tools implementation (basic)
23289         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23290           , src/main_menubar_def.h: PLugins cleanup and segregation
23291         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23292           registry
23293         * anjuta.prj: Added new files
23294         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23295         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23296         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23297         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23298         * src/Makefile.am: Added new files
23299         * src/message-manager.[cc/h]: Added standard output and error windows
23301 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23303         * project_type.c: Fixed Gnomemm2 project type
23305 2002-11-25  Naba Kumar <naba@gnome.org>
23307         * printing/print.c: Fixed a compile warning.
23308         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23309         * src/utilities.c: Fixed a compile warning in sparc, hides the
23310         terminal check error output from the user.
23311         * project_config.[ch], project_dbase.[ch], source.c: Added project
23312         version, exclude modules configuration and reordered other config
23313         properties. Changed some strings to more descriptive text.
23314         * src/compiler_opitions.c: Removed extra newlines from .prj file
23315         save.
23316         * anjuta.prj: Converted to new format (only reorganised properties
23317         and removed extra newlines ... nothing else).
23318         * NEWS: updated
23319         
23320 2002-11-21  Naba Kumar <naba@gnome.org>
23322         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23323         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23324         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23325         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23326         Updated to the CVS version.
23328 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23330         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23331           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23332           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23333           images in completion lists. 
23334         * src/resources.h: Make C++ friendly.
23335         * scintilla/PropSet.cxx: Fix memory leak.
23337 2002-11-20  Naba Kumar <naba@gnome.org>
23339         * scintilla/*/*: Synced to latest scintilla 1.49
23340         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23341         New lexers added.
23343         * scintilla/RESearch.cxx: The automatic cvs log in the
23344         file really broke things trying to interprete the changelog
23345         entry incorrectly as end-of-comment. Removed the $cvs line
23346         and committed again.
23347         
23348 2002-11-19  Naba Kumar <naba@gnome.org>
23350         Patch from Timothee Besset <ttimo@idsoftware.com>
23351         
23352         * src/message-manager-private.cc: Interpretes absolute
23353         file paths properly in zvt terminal.
23355 2002-11-19  Naba Kumar <naba@gnome.org>
23357         Patch from Timothee Besset <ttimo@idsoftware.com>
23358         
23359         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23360         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23361         (important) editor preferences in project (if there is one
23362         open).
23363         
23364         * TODO: Updated
23365         
23366 2002-11-18  Naba Kumar <naba@gnome.org>
23367         
23368         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23369         
23370         * src/debug_tree.c, src/find_in_files_gui.c,
23371         src/find_replace.c, src/find_text.c, 
23372         src/project_import.c, src/project_import_gui.c,
23373         src/wizard_gui.c: i18n Fixes.
23375 2002-11-15  Naba Kumar <naba@gnome.org>
23377         * plugins/class-gen/clsGen.c: Fixed to use project function
23378         to import files. Create non-existent directories before the
23379         sources are written.
23380         
23381         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23382         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23383         src/glade_iface.c,
23384         src/glades.c: Excluded gladen files from build. This
23385         will fix the unnecessary dependency on libssl.
23386         
23387         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23388         file import funtion.
23389         
23390         * src/message_manager_private.cc: Fixed a compiler warning with
23391         DEBUG preprocessor macro.
23392         
23393         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23394         wrong (undocked) editor window was closed on clicking close on an
23395         undocked editor window.
23396         
23397         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23398         start correctly if the executable was run before with 'F3'.
23399         
23400         * src/toolbar_callbacks.c: Wrap around find next.
23401         * src/toolbar.c: Disable combo activate.
23402         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23403         button positions to get 'yes' as default.
23405         * anjuta.spec.in: Updated.
23406         
23407         * src/anjuta_info.c, src/appwizard_gui.c,
23408         src/attach_process_gui.c, src/breakpoints_gui.c,
23409         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23410         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23411         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23412         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23413         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23414         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23415         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23416         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23417         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23418         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23419         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23420         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23421         plugins/patch/patch-plugin.c, printing/print-util.c:
23422         Set all windows and dialogs transient
23423         to their parents so that they remain floated above their parents.
23424         
23425 2002-11-13  Naba Kumar <naba@gnome.org>
23427         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23428         take default editor font).
23429         
23430         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23431         Corrected email address.
23432         
23433         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23434         for changelog entry.
23436         * NEWS: Updated.
23437         
23438 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23439         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23441 2002-11-06  Naba Kumar <naba@gnome.org>
23443         * README: Updated
23444         * anjuta.spec.in: Ships the .omf files with the
23445         documents instead of the base package.
23446         
23447 2002-11-04  Naba Kumar <naba@gnome.org>
23449         * data/properties/latex.properties: Fixed a bug.
23450         * ChangeLog: Released 1.0.0 stable.
23452 2002-11-04  Naba Kumar <naba@gnome.org>
23454         * src/commands.c: Added command with shell redirection capability.
23455         * data/properties/anjuta.properties: Changed default execution
23456         command.
23457         * src/project_dbase.c: Set project top dir in properties.
23458         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23459         * data/Makefile.am: More diskcheck error fixes.
23460         
23461         * README, anjuta.spec.in, THANKS, AUTHORS,
23462         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23463         manuals/C/anjuta-manual/authers,sgml,
23464         manuals/C/anjuta-manual/anjuta-manual.sgml,
23465         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23466         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23467         : Changed anjuta home to
23468         new URL and my email address.
23469         
23470         * manuals/C/anjuta-manual/interfaces.sgml,
23471         manuals/C/anjuta-manual/prefereces.sgml,
23472         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23473         
23474         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23475         : removed reference to the help menu as the menu is modified
23476         when no help is found (which is very likely when we are
23477         shiping the documents separately).
23478         
23479 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23480         * anjuta.spec.in: Update specfile to make multiple RPMs.
23481         * data/Makefile.am: make dist fix.
23482         * src/text_editor_menu.c: Fix compile warnings (casts).
23484 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23485         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23486         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23488 2002-11-01  Naba Kumar <naba@gnome.org>
23490         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23491         Added gnome2 macros to be used by gnome2 project wizard.
23492         
23493         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23494         from gnome-common.
23495         
23496         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23497         as it was conflicting with generated projects and is not
23498         useful for us.
23499         
23500         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23501         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23502         project generation, removed qt project as it's not complete and
23503         added gnome2 bonobo wizard.
23505 2002-10-29  Naba Kumar <naba@gnome.org>
23507         * po/POTFILES.in: Updated.
23508         * po/POTFILES.skip: Added.
23509         * preferences.h: Fixed print paper size property name.
23511 2002-10-28  Naba Kumar <naba@gnome.org>
23512         
23513         * data/user.properties, data/Makefile.am: Added user properties file
23514         which will be copied in user's ~/.anjuta/user.properties.
23515         
23516         * data/anjuta.properties: Changed a comment.
23517         
23518         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23519         
23520         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23521         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23522         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23523         item.
23525         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23526         instead of user properties file.
23527   
23528         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23529         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23530         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23531         * README, TODO: Updated.
23532         
23533 2002-10-28  Naba Kumar <naba@gnome.org>
23535     * manuals/C/anjuta-manual/figures/editor_guides.png,
23536     manuals/C/anjuta-manual/figures/editor_margins.png,
23537     manuals/C/anjuta-manual/figures/editor_markers.png,
23538     manuals/C/anjuta-manual/figures/local_variables.png,
23539     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23540     manuals/C/anjuta-manual/figures/prefs_print.png,
23541     manuals/C/anjuta-manual/figures/print_dlg.png,
23542     manuals/C/anjuta-manual/figures/print_preview.png,
23543     manuals/C/anjuta-manual/figures/symbol_browser.png,
23544     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23545     files for manual documentation.
23546     
23547     * manuals/sgmldocs.make,
23548     manuals/C/anjuta-manual/Makefile.am,
23549     manuals/C/anjuta-manual/authors.sgml,
23550     manuals/C/anjuta-manual/build.sgml,
23551     manuals/C/anjuta-manual/compileopts.sgml,
23552     manuals/C/anjuta-manual/debugger.sgml,
23553     manuals/C/anjuta-manual/execute.sgml,
23554     manuals/C/anjuta-manual/fileoperations.sgml,
23555     manuals/C/anjuta-manual/interface.sgml,
23556     manuals/C/anjuta-manual/preferences.sgml,
23557     manuals/C/anjuta-manual/projects.sgml,
23558     manuals/C/anjuta-manual/figures/arguments.png,
23559     manuals/C/anjuta-manual/figures/open_file.png,
23560     manuals/C/anjuta-manual/figures/other_opts.png,
23561     manuals/C/anjuta-manual/figures/scrshot.png,
23562     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23563     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23564     
23565     Updated anjuta manual documentation.
23567     
23568 2002-10-27  Naba Kumar <naba@gnome.org>
23570     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23571     check and modifies debugger terminal command accordingly
23572     to function properly.
23573     
23574 2002-10-25  Naba Kumar <naba@gnome.org>
23576         * manuals/sgmldocs.make: Fixed a couple of bugs.
23577         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23579 2002-10-24  Naba Kumar <naba@gnome.org>
23581         * src/debug_tree.c: Fixed a crash bug from Etay.
23583         * global_tags/create_global_tags: Added messages.
23584         Fixed infinite looping within files.
23585         
23586         * macro/autogen.sh: Removed debug and warning flags for defaults.
23587         
23588         Patch from Vadim Berezniker <vadim@berezniker.com>
23589         
23590         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
23591         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
23592         generation.
23594         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
23595         temporarily just copy it
23597 2002-10-24  Naba Kumar <naba@gnome.org>
23599         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
23600         manuals/C/anjuta-manual/anjuta-manual.sgml, 
23601         manuals/C/anjuta-manual/compileopts.sgml,
23602         manuals/C/anjuta-manual/debugger.sgml,
23603         manuals/C/anjuta-manual/execute.sgml,
23604         manuals/C/anjuta-manual/fileoperations.sgml,
23605         manuals/C/anjuta-manual/interface.sgml,
23606         manuals/C/anjuta-manual/introduction.sgml,
23607         manuals/C/anjuta-manual/projects.sgml,
23608         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23609         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
23610         manuals/ja/anjuta-manual/anjuta-manual.sgml,
23611         manuals/ja/anjuta-manual/compileopts.sgml,
23612         manuals/ja/anjuta-manual/debugger.sgml,
23613         manuals/ja/anjuta-manual/execute.sgml,
23614         manuals/ja/anjuta-manual/fileoperations.sgml,
23615         manuals/ja/anjuta-manual/interface.sgml,
23616         manuals/ja/anjuta-manual/introduction.sgml,
23617         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
23619 2002-10-24  Naba Kumar <naba@gnome.org>
23621         * src/project_type.c: added autogen for qt projects.
23622         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
23623         Fixed a bug that retrieves wrong terminal command.
23624         * src/commnads.c: Added more terminal commands.
23625         * configure.in: Checks for scrollkeeper version.
23626         
23627 2002-10-22  Naba Kumar <naba@gnome.org>
23629         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
23630         instead of AM_GNOME_GETTEXT.
23631         
23632         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
23633         for setup-gettext for the wizard generated projects.
23635         * src/source.c: Fixed a bug where glade file wasn't generated.
23636         
23637         * src/gnome_project.c: Excluded project version from project dir
23638         name.
23639         
23640 2002-10-22  Naba Kumar <naba@gnome.org>
23642         * acinclude.m4: New file with dummy funtion for gettext
23643         cross compatibility fix.
23644         
23645         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
23646         * configure.in: Fixed cflags to avoid useless warnings.
23647         * Makefile.am: EXTRA_DIST += setup-gettext.
23648         * src/toolbars.c: Added space paddings around tags label.
23650 2002-10-21  Naba Kumar <naba@gnome.org>
23652         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23653         
23654         * setup-gettext: New script to maintain gettext cross version
23655         compatibility.
23656         * configure.in, macros/autogen.sh: Fix for gettext cross version
23657         compatibility.
23658         
23659 2002-10-21  Naba Kumar <naba@gnome.org>
23661         * debug_tree.c: Fixed incorrect use of debug assertion.
23662         
23663 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
23664             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23665         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
23666         src/memory.c, src/memory.h, src/message-manager-private.cc:
23667         
23668         New parsing algorithm; adapted from kdevelop.
23669         Middle button menu for changing the value's display type
23671 2002-10-07  Naba Kumar <naba@gnome.org>
23673         * src/main_menubar_def.h: Changed status bar message for Help->
23674         Browse info pages. Bug #603308
23676         * src/executer.c: Made "User terminal" default for creating
23677         projects (User can always disable it later). Bug #114222
23678         
23679 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23681         * macros/autogen.sh: Require gettext 0.10.x for autogen
23682         * src/text_editor.c: Fixes Bug #595303
23683         * src/source.c: Fixes Bug #595970
23684         * src/anjuta.c: Fixes Bug #598366
23685         * scingtilla/LexCPP.cxx: Bug #602296
23686         * src/main_menubar_def.h: Bug #604363
23687         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
23688         
23689 2002-10-07  Jens Georg <mail@jensgeorg.de>
23691         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23692         * gnomefilelist.c: This patch fixes the bug #611542
23693         
23694 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23696         * data/properties/Makefile.am: Added tcltk.properties file.
23697         
23698 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23700         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23701         
23702         * README: Updated README
23703         * plugins/class-gen/clsGen.c, src/message_manager.cc
23704           , src/mainmeu_callbacks.c, src/memory.c
23705           , src/project_dbase_gui.c, src/text_editor_gui.c
23706           , widgets/gnomefilelist.c: Set window icons
23707         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
23708           Enabled release build (stripped + optimized binaries, etc.)
23709         * data/properties/anjuta.properties, src/commands.c,
23710           src/defaults.cFixed bug #595489 (stdin on executables)
23711         * src/appwizard.c, src/main.c, src/message-manager.cc
23712           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
23713           , src/debug_tree.c: Memory related (valgrind) fixes.
23714         * src/message-manager-private.[cc,h], src/pixpams.h
23715           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
23716         * anjuta.prj: Added debug_tree.c to SOURCES
23717         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23718           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
23719           Compacted code and cleaned up unnecessary functions.
23720         * tagmanager/*.[ch]: Code fixes.
23721         
23722 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
23723         
23724         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23725         
23726         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
23727         Debug tree now detects changes of displayed variables
23728         and changes their color to red
23730 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23732         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23733         
23734         * mainmenu_callbacks.c: Set's the current file name in
23735         file save as dialog.
23736         
23737 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23739         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
23741         * data/properties/tcltk.properties: New file for tcl/tk
23742         properties.
23744 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
23746         * src/project_type.[c,h], src/source.c, data/Makefile.am:
23747         Fixed a fatal bug which doesn't let building gnome2 related
23748         projects. They use different autogen.sh script. Defined new
23749         type field "gnome_macro_support".
23750         
23751         * data/autogen.sh.gnome2: New file.
23752         
23753         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
23754         bug with quotes escaping in quotes.
23755         
23756         * src/message-manager-private.cc: Used event box instead
23757         of frame for local message pane, so that the borders appear
23758         properly and nicely.
23759         
23760         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
23761         if there is a project open and all the files are un-docked.
23763         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
23765 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
23767         * src/main_menubar_def.h: implement feature request #595356, patch #597161
23768         * THANKS: updated for new contributions
23769         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
23771 2002-08-27 Steven Knight  <steven.knight@unh.edu>
23773         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
23774         src/project_dbase.h, src/project_type.c, src/source.c, 
23775         src/wizard_gui.c: new Qt project type
23776         *** NB not fully tested, may need some work, icon required...
23778 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23780         * src/memory.c, src/memory.h: new memory patch
23782 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
23784         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
23786 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
23788         * lancher/anjuta_launcher.c: Determine pty from function
23789         call instead of running 'tty' externally.
23790         
23791         * data/properties/cs.properties: Added compile/build commands.
23792         Fixed execution properties.
23793         
23794         * src/commands.c: Added c# options.
23796         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
23797         
23798         * src/debug_tree.[c,h], src/debugger.[c,h],
23799         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
23800         
23801         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
23802         1. Misaligned structs when they are members of other structs.
23803         2. '{' sometimes appears as a variable.
23804         3. Wrong processing of some arrays.
23805         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
23806         that displays the tree in two columns (variable and value).
23808 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23810         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
23812         * data/properties/sql.properties: added the DATETIME data type.
23814         * data/properties/html.properties: added the foreach php keyword.
23816 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23818         * NEWS: Updated with new features.
23819         
23820         * data/.cvsignore, doc/.cvsignore: Updated.
23821         
23822         Patch from: Etay Meiri <etay-m@bezeqint.net>
23823         
23824         * src/debug_tree.h, src/debug_tree.c: New files.
23825         
23826         * src/Makefile.am, src/message-manger-private.[h,cc],
23827         src/message-manger.cc: Added Tree view for debugger
23828         locals view.
23829         
23830 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23832         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23833         
23834         * src/memory.c, src/memory.h: New files.
23835         
23836         * src/Makefile.am, src/appwizard.c, src/controls.c,
23837         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23838         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23839         
23840         Memory view implemetation that would enable viewing raw memory
23841         during debugging.
23843 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23845         * AUTHORS: added Biswa, because I wonder why noone already have
23846         written his name in the Anjuta's hall of fame :)
23848 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
23850         * src/appwizard_gui.c: Removed an ambiguous prototype.
23851         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
23852         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
23853         * THANKS: Updated M. Ali Vardar's email.
23854         
23855 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23857         * src/anjuta_gui.c: implemented feature request to stop main and browser
23858           toolbars having exclusive use of space
23860 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23862         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
23863         left over from the previous work to fix bugs :-)
23864         
23865         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
23866         src/controls.c, src/mainmenu_callbacks.h, 
23867         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
23868         reviewed
23869         
23870         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
23871         src/project_import_gui.c, src/sharedlib_gui.c, 
23872         src/signals_gui.c: set window icon correctly
23873         
23874         * NEWS: more updates for the release
23875         
23876         * HACKING: updated for window icons and insert menu information
23877         
23878         * src/cvs_gui.c, src/build_project.c, 
23879         src/project_import_cbs.c: message strings reviewed
23880         
23881         * src/controls.c: context help button should be disabled if 
23882         DevHelp is not installed
23883         
23885 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23887         * src/debugger.c: Fixed the signalling screw up because of string
23888         update in gdb used to report the child process PID. Also, no
23889         error dialog will be popped up for "no such file or directory"
23890         error (very annoying and useless error). This error will still
23891         be shown on the debug message window. Avoided terminating the
23892         program when the terminal is terminated -- doesn't hurt, otherwise
23893         we get crappy egg-and-hen problem.
23894         
23895         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
23896         dimensions loading.
23897         
23898         * src/anjuta.c: Limited the default size of main window to sane
23899         values.
23901         * src/preferences.c: Fixed some deadly memory corruption bugs in
23902         the recent patches. Return from getenv() should NEVER be freed,
23903         because they are static strings.
23904         
23905         * src/preferences_gui.c: Removed the fix for crash bug with font
23906         selection and applied the real fix.
23907         
23908 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
23910         * NEWS: updated for release
23912 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23914         * src/launcher.c: Added a fix a memory leak and a possible
23915         fix for zvt-crash bug.
23916         
23917         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
23918         
23919         * data/properties/latex.properties,
23920         data/properties/ada.properties: Added file.is.source property.
23921         
23922         * src/an_file_view.c: Set auto column size of the file
23923         revision column.
23924         
23925         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
23926         The user is now prompted to confirm the closing of the file
23927         if it is being used by CVS. If yes, the editor is closed and
23928         the CVS operation stops.
23929         
23930 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
23932         * anjuta.prj: bump project version for release
23933         * BUGS: removed unnecessary file
23935 2002-06-07      Philip Van Hoof <freax@pandora.be>
23937         * widgets/gnomefilelist.c: fix up issue with directory deleted 
23938         during the life of the file list widget
23939         * src/preferences_gui.c: sticking-plaster fix to font selection
23940         causes segfault bug
23942         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
23944 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23946         * data/properties/anjuta.properties, src/an_file_view.[ch], 
23947         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
23948         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
23949         added options for symbol and file browsers.
23950         * data/properties/cpp.properties: linker flags should come after
23951         the name of the file to compile.
23952         * scintilla/Editor.cxx: fixed gcc compilation warning.
23953         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
23954         be executed from bindir only.
23955         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
23956         tagmanager/include/tm_file_entry.h: CVS version information in file 
23957         browser.
23958         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
23959         window.
23960         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
23961         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
23962         crashes during file import.
23963         * src/project_import.c: disable project menu items during project 
23964         import.
23965         
23966         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23968 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
23970         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
23971         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
23972         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
23973         modified Insert menu, added C functions template, header C 
23974         template, modified header_template HEADER_H ==> NAMEFILE_H
23975         
23976         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23978 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23980         * data/properties/html.properties: changed some file 
23981         associations
23983 2002-06-05 Philip Van Hoof <freax@pandora.be>
23985         * widgets/gnomefilelist.c: Fixed #560759 and #561776
23986         
23987         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23989 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23991         * data/properties/anjuta.properties, src/defaults.c: Make windows
23992         docked by default, fix the big fonts bug.
23993         
23994         * src/an_file_view.c, src/main_menubar_def.h, 
23995         src/project_dbase_gui.c: sanitized the Edit/View mess.
23996         
23997         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
23998         for customizing shortcuts.
23999         
24000         * src/mainmenu_callbacks.c: Search for selected word if present.
24001         
24002         * src/text_editor_menu.c: Added context menu options for docking
24003         and undocking editor windows.
24004         
24005         * src/main_menubar.h, src/main_menubar.c: more support for the 
24006         shortcuts menu item.
24007         
24008         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24010 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24012         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24013         all commit messages being written to top of the file
24014         
24015         * src/main_menubar_def.h: message strings reviewed
24016         
24017         * src/project_import.c: message strings reviewed
24018         
24019         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24020         some bugs around reading the project properties for creating 
24021         .glade and .desktop files in the Application Wizard. There were
24022         typos in the property names being retrieved
24023         
24024         * widgets/gnomefilelist.c: changed build_full_path to make 
24025         the file widget support ~
24026         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24027         
24028         * THANKS, widgets/e-shell-about-box.c, 
24029         manuals/anjuta-manual/C/authors.sgml: updated for new
24030         patch
24032 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24034         * src/project_dbase.c: Fixed the file-path-corruption bug
24035         and the cannot-import-file-in-project bug. (follow-up with
24036         the last commit from Stef).
24037         
24038         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24039         with unsaved-project.
24040         
24041 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24043         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24044         misplaced g_free.
24046 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24048         * data/properties/{xml,html,other}.properties: changed some file 
24049         associations
24050         
24051         * data/anjuta.mime: oops! cvs added
24052         
24053         * scintilla/RESearch.cxx: fixed up a problem with comments
24054         
24055         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24056         to avoid messages about missing libs
24057         
24058         * NEWS: started the release notes
24060 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24062         * HACKING: updated with new information on printing, patch naming
24063         
24064         * TODO: removed completed tasks
24065         
24066         * THANKS: updated a few contributions
24067         
24068         * anjuta.prj: updated the icon file
24069         
24070         * anjuta.desktop.in.in: updated to add Categories
24071         
24072         * data/anjuta.mime: created a mime type for Anjuta project files
24073         (NB needs to be added to the install in /usr/share/mime/)
24074         
24075         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24076         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24077         to PNG for websites.
24078         
24079         * plugins/patch/patch-plugin.c: clarified some messages and 
24080         made it easier to see different patching sessions
24081         
24082         * src/toolbar.c: changed some message text for consistency
24083         
24084         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24085         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24086         in preferences. 
24087         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24088                  
24089         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24090         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24091         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24092         Added XLib Project and a Dockapp Project types.
24093         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24094         projects
24095         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24096         * src/source.c: Fixed memory leak in existing projects. 
24097         (filename was not freed)
24098         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24100 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24102         * src/anjuta.h, src/anjuta.c: Added error display funtions
24103         with parent windows.
24104         
24105         * src/appwizard_cbs.c: Changed error display function to use
24106         parented version.
24107         
24108 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24110         * printing/print.h, printing/printing.c: Taken care of document
24111         zoom factor and fixed a font loading bug. Dynamically calculated
24112         text widths to work with zooms properly. Re-organized code for
24113         dynamic text width calulations to work in general with utf8 chars.
24114          Determined font height and width automatically from the font info.
24115         
24116         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24117         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24118         Converted text.zoom.factor property to use #defined value. Removed
24119         margin header and margin numbers preferences, as they  now
24120         calculated dynamically.
24121         
24122 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24124         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24125         printing/print-util.h, printing/print.c, printing/print.h:
24126         Rewritten printing support for style based printing. Syntax highlighted
24127         printing, monochromatic printing, setup using preferences etc.
24129         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24130         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24131         language and the styled text buffer.
24132         
24133         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24134         the print setup preferences page and added printer preferences. Added functions
24135         to retrieve preferences with default values.
24136         
24137         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24138         the printing.
24140         * data/properties/anjuta.properties: Added default printer preferences.
24142         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24143         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24144         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24146         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24147         
24148 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24150         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24152         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24153         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24154         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24155         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24157         printing/Makefile.am: Reduced compiler optimizations.
24159         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24160         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24161         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24162         tagmanager/tm_workspace.c: TagManager fixes.
24164 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24166         * printing/*: CVS added. :)
24167         
24168 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24170         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24172         * printing*: CVS added.
24173         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24174           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24175           src/main_menubar_def.h: Gnome Print support
24176         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24177         * configure.in: Enable debugging flag option
24178         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24179           Print properties defined.
24180         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24181         
24182 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24184         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24185         
24186         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24187         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24188           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24189           and cleanups
24190         * src/text_editor.c: Minor cleanups.
24191         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24192         * src/project_dbase.c: Fixes to add/remove files from project.
24193         * src/help.c: Fix minor memory leak.
24194         * src/project_dbase_gui.c: Remove debugging messages.
24195         * src/utilities.[ch]: Cleanups and minor fixes.
24196         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24198 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24200         * src/anjuta.c [anjuta_apply_preferences()]:
24201         Fixed a crash bug when tab pos is not defined for the editors.
24202         
24203         * data/properties/cpp.properties: Set default identifier property to normal.
24204         This fixes the bug in which the fore color gets hidden with dark background.
24206 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24208         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24209         scintilla 1.46
24210         
24211         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24212         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24213         src/anjuta.c, data/properties/anjuta.properties:
24214         Implemented line wrapping.
24215         
24216         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24217         
24218         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24219         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24220         tags. Code was reviewed from GNOME Bonsai view.
24221         
24222         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24223         it seems to have been removed by scintilla people.
24224         
24225         * data/properties/anjuta.properties: Set default line wrap to false, as
24226         is noticably slow with big files.
24227         
24228 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24230         * src/project_import_gui.c: disallow the selection of files in
24231           the browse dialog.
24232         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24233           preferences code.
24234         
24235 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24237         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24238           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24239         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24240         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24241           now works properly.
24242         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24243         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24244         * src/utilities.[ch]: Added some utility functions.
24245         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24246         
24247         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24249 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24251         * HACKING: info on FIXME statements and removed ccview references
24252         * Makefile.am: added rule to make RPM package
24254 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24256         * THANKS, widgets/e-shell-about-box.c, 
24257         manuals/anjuta-manual/C/authors.sgml: updated for new
24258         patch
24259         * src/anjuta.c: removed unnecessary warning code since CVS 
24260         support is now implemented :-)
24261         * manuals/sgmldocs.make: implemented a fix for bug #553969
24262         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24263         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24264         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24265         
24266 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24267         
24268         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24269           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24270           src/main_menubar_def.h, src/preferences_gui.c,
24271           preferences.c, preferences.h: setup Username and Email 
24272           preferences, Insert ChangeLog and Username editor functions
24273           
24274           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24276 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24277         
24278         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24279           src/src_paths_cbs.c, src/src_paths_gui.c
24280           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24282           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24284 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24286         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24287           and goto tag menu items to main menu.
24289 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24291         * THANKS, widgets/e-shell-about-box.c, 
24292         manuals/anjuta-manual/C/authors.sgml: added new contributors
24293         * HACKING: updated with info on files to change for credits
24295 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24297     * src/aneditor.cxx: extended extension list which fixes segfault
24298     on selecting lisp, ruby or matlab as highlight style.
24300 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24302         * src/main_menubar_def.h: fixed an array initialiser and fixed
24303         the lexer settings for the new entries on the Format menu
24305 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24307         * Synced with Scintilla 1.45
24309 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24311         * anjuta.prj: added another missing file
24312         * ChangeLog: fixed some incorrect change dates I caused by 
24313         sloppy cut-and-pasting :-/
24315 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24316         
24317         * src/mainmenu_callbacks.c: fixed title of new About box
24319 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24321         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24323 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24325         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24326         * anjuta.prj: updated for new files
24328 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24330         * widgets/e-shell-about-box.c: Added version display.
24331         
24332 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24334         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24335         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24336         from Philip Van Hoof)
24338 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24340         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24341         dependency
24342         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24343         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24344         that produced build errors (needs checking on a machine with the
24345         ja locale!)
24346         * data/properties/lisp.properties: updated to match format of other
24347         lexer property files supplied with Anjuta
24349 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24351         * anjuta.prj: added new files
24352         * HACKING: added information from the mailing list on 
24353         adding new project types to the wizard (thanks to Johannes)
24355 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24357         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24358           src/appwiz_page2.c: Fix for 547038.
24360 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24362     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24363     hide bug.
24364     
24365     * about.h: cvs removed.
24366     
24367 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24369         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24371         Fix for #539574.
24373         * src/anjuta.c (anjuta_system_error): checks for the error number to
24374         know whether the error description is needed or not.
24376 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24378         * pixmaps/anjuta_logo.png: New about logo.
24379     
24380         * pixmaps/anjuta_icon.png: New icon from Misha. The
24381         old one had trouble with some gtk themes.
24382     
24383         * about.c: Removed. No longer needed.
24385         * mainmenu_callbacks.c: Removed reference of about.h
24386     
24387 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24389         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24391         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24392           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24393         About Dialog (thanks to the Evolution team for the cool widget!)
24395 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24397         Patch from lbell <lbell@tsc4.com>
24398     
24399         * src/find_in_files.c, src/find_in_files.h,
24400           src/anjuta.c: Added save_yourself, load_yourself routines.
24401     
24402         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24403         Added "Append messages" toggle button. This will enable
24404         the search results to be appended to the already existing
24405         results.
24406     
24407         * src/debugger.c: Fixed a typo.
24408     
24409         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24410           src/session.c, src/session.h: Improved session management.
24412 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24414         * THANKS, FUTURE, AUTHORS: Changed my email and
24415         avoided yahoo.com.
24417 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24419         Impl. feature request #525271 (add Lisp support).
24421         * data/properties/lisp.properties: added.
24423         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24424           the lisp properties.
24426         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24427           src/utilities.[ch]: added support for the Lisp highlight style.
24429 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24431         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24432           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24433           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24434           option preferences to have a persistent setting. Plus it's not used
24435           often, so it's better here than flooding the menus.
24437         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24438           preferences pages a lot more consistent and sweeter: tabs direction
24439           radiobuttons are directed against the meaning, all pages have an
24440           outter frame, a lot of padding, removed all expand attributes for
24441           vertical boxes, ...
24443           That's not a total revamp, but it's really looking better now, even
24444           if there's still work to be done.
24446 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24448         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24449         * TODO: added task to be completed before next release (update all credits)
24451 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24453         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24454         Benke László.
24456 2002-05-01  Benke László  <decike@freemail.hu>
24458         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24460         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24461           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24462           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24463           to the format menu in order to reorder the notebook tabs in
24464           alphabetical order everytime a file is created/opened/saved.
24466 2002-05-01  Philip Van Hoof <freax@pandora.be>
24468         * widgets/gnomefilelist.[ch] (history_combo_go),
24469         (history_combo_clicked): impl.
24471         (gnome_filelist_new_with_path): use this new impl.
24473 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24475         * src/project_dbase_gui.c (add_file): added the xpm file type.
24477 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24479         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24480         tag manager fixes.
24482         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24483           of tag types.
24485         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24486           src/text_editor_menu.c: Added context sensitive search in symbol
24487           browser and editor.
24489         * configure.in: Changed version number to 0.1.9.99.
24491         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24492           src/project_import.c: Minor changes to project import facility.
24494         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24495           (Forced to use specific brace format)
24497         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24498           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24499           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24501 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24503         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24504         replaced the spinbutton with an hscale, and made the UI less "blocky".
24506         * src/cvs_gui.c: When diffing a project you can choose date and
24507         release now.
24509         * src/project_dbase.c: Import_file activated again
24511         * configure.in, plugins/Makefile.am: Added patch plugin
24513         * plugins/patch/*: The new patch plugin
24515 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24517         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24519         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24520         dropdown list shown by autocompletion are now removed.
24522 2002-04-28  Philip Van Hoof <freax@pandora.be>
24524         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24525         a bunch of filetypes from the older version.
24527         * src/project_dbase_gui.c (add_file): changed the import
24528         dialog's filetypes combo contents depending on the
24529         type of data to be imported.
24531 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24533         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24534         the amount parameter as Philip stated and reformated to follow the
24535         Gnome convention.
24537         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24538         changed accordingly.
24540 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24542         Fix for #531293.
24544         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24545         Shift-F6, to be more consistent with other Gnome apps.
24546         Moved the "Search next" entry under the "Search" one, and swapped the
24547         order of the "Find in files" and "Find and Replace" ones.
24549         Some additional fixes ands cleanups on the edit menu.
24551         * src/main_menubar.h: replaced all occurences of repeat_find by
24552         find_again for the code to be more consistent.
24554         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24555         sensitiveness depending on the existence of an active text buffer.
24557         * TODO: added some bits about improving the usability of the
24558         search/search again couple.
24560 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24562         * src/preferences_gui.c: made the tab labels text more consistent
24563         (s/misc/Misc/).
24565 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24567         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24569         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24570         filename.
24572         * src/main.c (main): simplified some code and cleanups.
24574         Fix a part of #499366:
24576         * src/commands.[ch] (sync_from_props), (command_editor_save),
24577         (on_apply_clicked), (create_command_editor_gui): added the gui
24578         corresponding to the command.terminal preference.
24580 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24582         Fix for #465180.
24584         * anjuta.spec.in: added build requirements for the source rpm.
24586 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
24588         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24589         
24590         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
24591           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
24592           src/project_type.c, source.c, wizard_gui.c:
24593           Added new GNOME 2 project types and changed glade behaviour to
24594           produce GTK code if project type GTK was selected and GTKmm code
24595           if project type GTKmm was selected (and not depending on the 
24596           selected language. Disabled glade for GNOME 2 projects because
24597           we will need glade2 there.
24598           
24599         * src/project_dbase.c: Fixed a memory lack.
24600         
24601         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
24602         
24603         * src/cvs.c: Added an error message if jobs are running
24605 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
24607         * tagmanager/tm_work_object.c: Fixed a chrash
24608         bug which occurs when it tries to stat an empty
24609         file name.
24610         
24611 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
24613         * src/controls.c: CVS menu items now becomes
24614         insensitive when the launcher is busy.
24615         
24616         * src/anjuta.c, cvs.h, cvs.c: Created a function
24617         to update the cvs preferences when preferences are
24618         applied in preferences dialog and called it from
24619         anjuta_update_preferences().
24620         
24621 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
24623         * src/cvs.c: Added a space in the cvs command
24624         before the revision part. This fixes the cvs
24625         error we get when cvs-diffing with revisions.
24626         
24627         * src/cvs.c: Fixed a compiler warning.
24628         
24629         * src/find_replace.c: The dialog now remembers
24630         the settings including the "prompt on replace"
24631         which seems to have broken somewhere line the
24632         changes.
24633         
24634 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24636         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
24637         Added a new property in cvs class to hold a boolean
24638         for enabling date in cvs diff. This fixed the bizzare
24639         diff output due to the date that goes with the cvs
24640         command. Also, set the default value of compression
24641         to 3 and unified diff option to 1.
24642         
24643 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24645         * src/cvs.c: The diff editor is set to hilite as
24646         diff syntax hiliting.
24647         
24648         * configure.in, manual/Makefile.am:
24649         Added a new manual module for ja language.
24650         
24651         * manual/ja/*/*/*: New module and files for the
24652         ja translation for the anjuta documentation
24653         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
24654         
24655 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
24657         * src/launcher.c: Made a very messy work around
24658         for the launcher authentication to work properly.
24659         
24660         * src/find_replace.c: Applied the missing patch
24661         from Dan Elphick <dre00r@ecs.soton.ac.uk>
24662         
24663 2002-04-16 Andy Piper <andy.piper@freeuk.com>
24665         * src/cvs.c, src/main_menubar_def.h: made message strings
24666         consistent with existing standards from our own documentation 
24667         (such as uppercase P in Project, corrected spelling of 
24668         repository, etc.)
24670 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24672         * src/cvs_gui.c: Cleaned up gui and aligned various
24673         widgets to give a clean look.
24674         
24675 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24677         * src/launcher.c: Added work around to retrieve
24678         the child exit code. It works. :)
24679         
24680         * src/find_in_files.c, src/gnome_project.c,
24681         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
24682         src/clean.c, src/clean_project.c, src/build_project.c,
24683         src/build_file.c: Modified to handle the new
24684         child exit code.
24685         
24686 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
24688         * src/find_replace.c: Changed signal to call
24689         on_replace_text_close on from delete_event
24690         to close => the replace history is now updated.
24692 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
24694         * src/cvs.c: escaped the cvs import message before
24695         passing it to cvs.
24696         
24697 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
24699         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24700         
24701         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
24702         
24703         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
24704         Added cvs import
24705         
24706         * src/preferences_gui.c: GUI improvements
24707         
24708         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
24710 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
24712         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
24713         Removed static qualifier from tm_tag_type_name() and
24714         availed it's prototype for use in outside code. also
24715         created reverse map function tm_tag_type_name();
24716         
24717         * src/anjuta.c: Implemented qualified tags names for
24718         the tag list (on the toolbar pulldown list) to avoid
24719         ambiguty in tags with similar names (like prototype
24720         and definition). Patch modified and improved.
24721         
24722         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
24723         
24724 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24726         * src/utilities.[c,h]: Added a utility funtion
24727         that escapes the single and double quotes in a
24728         given string. Useful for passing command line
24729         args with quotes.
24730         
24731         * src/cvs.c: Escaped the cvs log message before
24732         passing it to cvs command line to avoid ambiguties
24733         with quotes in the message.
24734         
24735         * pixmaps/anjuta_icon.png: Changed to the new icon.
24736         from Todd Goyen <goyen@mbi-berlin.de>
24737         
24738         * src/message-manager-private.cc: Added regex to 
24739         recognize (underline hilite) the parsable outputs
24740         from the zvt terminal.
24741         
24742 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24744         Patch from: Tina Hirsch <tehirsch@arcor.de>
24745         
24746         * src/project_type.c:
24747         Fixed a bug in the wxproject type and modified the erroroutput when
24748         configure doesn't find wx-config
24749         
24750         Patch from: Timothee Besset <ttimo@idsoftware.com>
24751         
24752         * src/anjuta.c, src/message-manager-private.cc,
24753           src/message-manager-private.h
24754         Catches double clicks in the zvt terminal, and calls goto_error_line
24755         to jump to the appropriate location in the source. This will recognize
24756         grep -n output
24757         
24758 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
24759         
24760         * src/build_project.c: Taken care of memory leak
24761           by freeing cmd variable properly.
24763         * src/main_menubar_def.h: Fixed wrong signal connection
24764           for cvs project commit.
24765           
24766         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
24767         
24768         * src/preferences_gui.c: Added some border and adjusted
24769           expandsion, filling in box adds to make the cvs preferences
24770           more nicer.
24771         
24772 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
24774         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24775         
24776         * src/cvs*, src/main_menubar*, src/preferences*: 
24777         Moved CVS settings to preferences, added a nice login dialog.
24778         
24779         * src/controls.c, src/project_dbase.c:
24780         CVS project options are only shown if a project is open
24781         
24782         * src/build_project.c:
24783         User is now asked if he wants to install as root 
24784         
24785         * src/launcher.c:
24786         Fixed a warning
24788         * anjuta.prj: Updated with cvs files
24789         
24790         * TODO: Remove task which are done
24791         
24792 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
24794         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
24795         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
24796         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
24798         Modified launcher to use controlling terminal to detect and
24799         take care of password authentications (for example, for cvs
24800         and root installs).
24801         
24802         * pixmaps/password.png: New file.
24803         
24804 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24806         Anjuta kick start tutorial wirtten by:
24807           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
24809         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
24810           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24811           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
24812           manuals/C/anjuta-tutorial/figures/*.png:
24813           
24814           Added files
24815         
24816         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
24817           
24818           Modified files.
24819         
24820 2002-03-28 Roel Vanhout <roel@stack.be>
24822         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24824         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
24825           src/preferences_gui.c:
24826         Added option to wrap around to beginning/end of file when on last bookmark
24827         and next/previous bookmark is pressed
24828         
24829 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24831         Patch from Philip Van Hoof <freax@pandora.be>
24832         
24833         * src/gnomefilelist.c:
24834         Added gimp like feature that changes the file extension of
24835         the filename entered in the selections when the file
24836         filter is changed.
24837         
24838 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24839         
24840         Patch from Roy Wood <roy.wood@filogix.com>
24841         
24842         * src/controls.c, src/find_text.c, src/find_text.h,
24843           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24844           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24845           
24846           Menuitem for entering currently selected text as find target,
24847           added key accel for "find next" and changed some key accels for
24848           other key for consistency.
24849           
24850         * src/utilities.c:
24851           Cleaned up code.
24852         
24853 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24855         * src/watch.c, src/watch.h, src/watch_cbs.c,
24856           src/watch_cbs.h, src/watch_gui.c:
24857         
24858           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
24859         
24860           Added change watch entries feature
24861           and Watch entries modify on double click fixed.
24863 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24865         * src/mainmenu_callbacks.c:
24866         
24867           Project commit should not bypass dialog as
24868           we need to get the cvs log from the user.
24869           
24870 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24872         * src/project_dbase.c:
24873         
24874           Patch from Roy Wood <roy.wood@filogix.com>
24875           
24876           Fixed docking bug with the new docking patch
24877           to fix copy/paste bug.
24878           
24879 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24881         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
24882           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
24883           src/main_menubar.h, src/main_menubar_def.h,
24884           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24886           Added cvs project support. Featured bypass cvs dialog for
24887           cases where we don't need dialog (such as project and right
24888           click selection from file browser). Cleaned up cvs code to
24889           make them generic cvs operations instead of separate file
24890           and project operations. Added cvs log action. Increased
24891           file entry box width and enabled "unified diff" by default.
24892           Used Editor buffer for status and log and set hilite for
24893           these buffers including diff buffer (DIFF hilite).
24894           
24895 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
24897         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24899         * data: Added file autogen.sh.wxwin 
24900         * data/Makefile.am: Added entry for autogen.sh.wxwin
24901         * pixmaps: Added project image appwiz_wxwin.png
24902         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
24903         * src/appwizard_cbs
24904           src/compiler_options.c
24905           src/pixmaps.h
24906           src/project_dbase.c
24907           src/project_dbase.h
24908           src/project_import_cbs.c
24909           src/project_type.c
24910           src/source.c
24911           src/source.h
24912           src/wizard_gui.c: Added everything necessary for new
24913                             project type 'wxWindows (wxGTK)
24914         * src/project_dbase.c: Fixed a bug that caused every project
24915                                to be a glade project in dialog
24916                                                    'Project information'.
24918 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
24920         Patch submitted by Roy Wood <roy.wood@filogix.com>
24921         
24922         * src/anjuta_gui.c, src/message-manager-dock.c,
24923           src/project_dbase.c:
24924           
24925           fixed the copy/paste bug by rewriting dock/undock
24926           code.
24928 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
24930         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24931         
24932         * src/cvs*, src/Makefile.am:
24933           New file for CVS support. File operations currently work
24934           cvs login needs to be done. Project support is not yet
24935           started.
24937         * src/main_menubar*, src/mainmenu_callbacks,
24938           src/anjuta.c, src/anjuta.h:
24939           Added menus and functions for cvs commands.
24940           
24941         * src/text_editor_menu.h: 
24942           Added #include <gtk/gtk.h>
24943           
24944         * src/gotoline.h:
24945           Removed a warning (and this time it works ;-)
24947         * src/utilities.c, src/utilities.h:
24948           Added a utility function to retrieve directory
24949           name out of full path.
24951 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
24953         * src/executer.c: (create_executer_dialog): changed the default
24954           focus on the entry.
24956 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
24958         * widgets/gnomefilelist.c:
24959         Fixed duplicate history entries for the same directory.
24960           
24961 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24963         Fix for #520092.
24965         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
24966           it's already used by scintilla to delete the whole current line.
24968 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24970         Fix for #525107.
24972         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
24973           calls to fileselection_hide_widget,
24974           (on_open_filesel_cancel_clicked): removed.
24976         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
24977           (on_add_prjfilesel_cancel_clicked):
24979         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
24980           impl.
24982         * src/fileselection.c: Made some functions static.
24983           (fileselection_hide_widget): rewritten using the new
24984           gnome_filelist_set_multiple_selection function.
24986         * src/fileselection.c: (on_file_selection_delete_event): removed
24987           unuseful widget hides. Some cleanups,
24988           (on_file_selection_cancel_clicked): impl,
24989           (create_fileselection_gui): changed the cancel button clicked's
24990           callback to use this new function.
24992         * src/anjuta.c: (anjuta_new):
24993         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
24994           callbacks, because this the gnome filelist widget's job.
24996         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
24997           clist selection mode duplicates set,
24998           (gnome_filelist_key_press): use the new impl. function.
25000 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25002         Fix for #441233.
25004         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25005           fixed some bogus code using an array cell out of
25006           range, removed unecessary gettext usages.
25008         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25009           some cleanups and now transform minus characters to
25010           underscores.
25012         * src/source.c:
25013           (source_write_configure_in),
25014           (source_write_toplevel_makefile_am),
25015           (source_write_desktop_entry),
25016           (source_write_glade_file):
25017         * src/project_dbase.c: (project_dbase_summon_glade),
25018           (project_dbase_generate_source_code):
25019         * src/glades.c: (gladen_write_glade_write):
25020           replaced some occurences of the target name by the
25021           project filename, using project_dbase_get_proj_name,
25022           to fix the name of some files.
25023           Fixed a lot of mem leaks.
25024           Various code cleanups.
25026 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25028         Merged with latest (1.44) scintilla.
25030         Added: - The calltip.<lexer>.end.definition property to display help
25031                  text on a second line of calltip.
25032                - The calltip.<lexer>.word.characters property to correctly find
25033                  calltips for functions that include characters like '$' which
25034                  is not normally considered a word character.
25035                - The use.monospaced property to determine initial state of
25036                  Use Monospaced Font setting.
25038         Bugs fixed: Too many to mention; please see :
25039                     http://www.scintilla.org/ScintillaHistory.html for the
25040                     full changes list.
25042         * scintilla/*/*: updated nearly all files.
25044         * TODO: removed the need of a scintilla merge.
25046         Merged with latest (1.44) SciTE properties.
25048         * data/properties/anjuta.properties: added the wrap, use.monospaced
25049           properties.
25051         * data/properties/html.properties: added a missing php extension, and
25052           updated php keywords to the latest reference.
25054         * data/properties/pascal.properties: added commands to compile, build
25055           and execute pascal applications.
25057         * data/properties/lua.properties: added styles for statements.
25059         * data/properties/bash.properties: added the declare keyword.
25061         Fixed distchecking.
25063         * global-tags/Makefile.am,
25064           global-tags/create-global-tags.sh: used some kind of ugly hack to
25065           make distchek work, since noone has proposed some better way.
25067         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25068           and Ctrl-N replace Alt-N for new file according to the Gnome design
25069           reference.
25071 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25073         * widgets/gnomedirlist.c
25074         widgets/gnomedirlist.h
25075         widgets/gnomefilelist.c
25076         widgets/gnomefilelist.h:
25078         Added GPL headings in the file.
25080 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25082         * src/attach_process.c
25083         src/attach_process_cbs.c
25084         src/attach_process_cbs.h
25085         src/attach_process_gui.c
25086         src/breakpoints.c
25087         src/breakpoints_cbs.c
25088         src/breakpoints_cbs.h
25089         src/breakpoints_gui.c
25090         src/commands.c
25091         src/compiler_options.c
25092         src/compiler_options_cbs.c
25093         src/compiler_options_cbs.h
25094         src/compiler_options_gui.c
25095         src/find_in_files.c
25096         src/find_in_files_cbs.c
25097         src/find_in_files_cbs.h
25098         src/find_in_files_gui.c
25099         src/find_replace.c
25100         src/find_text.c
25101         src/help.c
25102         src/preferences.c
25103         src/preferences_gui.c
25104         src/project_config.c
25105         src/src_paths.c
25106         src/src_paths_cbs.c
25107         src/src_paths_cbs.h
25108         src/src_paths_gui.c:
25109         
25110         Bugs #521629 and #522427 fixed. The problem was, that the
25111         escape-key was not catched and the dialog was hidden, but
25112         the flag was not set correctly.
25114         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25115         using the gnome_dialog_close_hides()-setting present in most dialogs.
25116         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25117         emits "close" and set the flag in the close-callback.
25119         Patch from: Jens Georg <mail@jensgeorg.de>
25121 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25123         * src/*.{c,cpp}: s/string_free/g_free/
25125         * src/utilities.[ch]: (string_free): removed.
25127 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25129         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25131         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25132         src/mainmenu_callbacks.[ch]:
25133         Removed Project menu options: README, TODO, ChangeLog and NEWS
25134         Moved Save Build Messages to Build menu and only highlight it
25135         when there are build messages.
25136         Corrected a spelling: "mojority" -> "majority"
25137         Fixed initialisation of edit.edit_app_gui so now Edit menu
25138         can be shown when no project is loaded.
25140         * src/project_dbase.h: Removed prototype for static function
25142 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25144         * src/text_editor.c: Editor is marked changed after
25145         autoformat. 
25146         
25147         Patch from: Jens Georg <mail@jensgeorg.de>
25149 2002-03-04 Roel Vanhout <roel@stack.be>
25151         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25153         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25154         Added option to ignore binary files on 'Find in files' (grep -I option)
25156 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25158         * src/main.c:
25159         session restoration and commandline load in 
25160         gtk idle loop.
25161         
25162         * src/anjuta.[h,c], src/anjuta_cbs.c:
25163         Removed "clear windows menu" and prevented runtime 
25164         warnings.
25165         
25166         * src/compile.c, src/build_file.c, src/build_project.c,
25167         src/clean.c:
25168         Takes into account the preference setting for 
25169         show dialog when job completes. Dialogs are
25170         shown when it is enabled otherwise not.
25171         
25172 2002-03-03 Roel Vanhout <roel@stack.be>
25174         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25175         
25176         * src/find_text.c
25177         Store 'Find...' search string on search so that 'Find Next' will search for
25178         that string, even if the dialog hasn't been closed yet.
25180 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25182         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25183         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25184         src/main_menubar_def.h:
25185         
25186         Organized menus, removed "Windows" and "Utilities" menus from the
25187         menubar [they are no longer needed]. Also removed some extragenous
25188         separators.
25189           
25190 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25192         * src/message-manager-private.cc:
25193         Set message clist selection mode to BROWSE.
25194         
25195         * src/message-manager.cc, src/an_symbol_view.c,
25196         src/an_file_view.c:
25197         Added Key navigation for the CTree and CList. Arrow left for
25198         node collapse, right for node expand, space (or enter) for
25199         activation (same as double click).
25200         
25201 2002-03-03 Roel Vanhout <roel@stack.be>
25202         
25203         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25204         
25205         * plugins/class-gen/clsGen.c
25206         Added functionality to semi-intelligently prefill filename
25207         boxes with names deduced from class name
25209 2002-02-26 lbell <lbell@tsc4.com>
25211         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25212         * src/preferences_gui.c:
25213         Removed an incorrect use of gtk_misc_set_alignment().
25214         
25215         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25216         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25217         src/preferences.h, src/preferences_gui.c:
25218         
25219         Added the option to reload last open project at the startup.
25220         Added the possibility to open a new project without close
25221         an existing one
25222         
25223         * src/properties.cxx:
25224         Corrected a spelling mistake in message string.
25225         
25226         * src/session.c:
25227         Updated session functions.
25228            
25229 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25231         * widgets/gnomefilelist.c: Bug fixes.
25232         
25233         Patch from Philip Van Hoof <freax@pandora.be>
25234         
25235 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25237         * src/an_file_view.c:
25238         anjuta was unable to open some files becuase they were not being
25239         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25240         Removed mime checking when opening with anjuta, becuase it doesn't
25241         hurt to open binary files in anjuta (some even may want to do so).
25242         
25243         Added a warning when mime type is not set when "view with default
25244         viewer" is activated.
25245         
25246         * src/an_file_view.c, an_symbol_view.c:
25247         Converted N_() to _() where ever appropriate in the strings.
25248         
25249 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25250         
25251         * src/appwizard_gui.c, src/appwizard_cbs.c
25252           src/wizard_gui.c/h, src/appwiz_page3.c,
25253           src/project_import_gui.c:
25254           
25255         Moved target type radiobuttons to appwiz. page 2
25256         
25257         * src/message-manager-private.cc
25258         Fixed a bug which caused a crash if next message function was used
25260         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25262 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25264         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25265         Modifies the behaviour of Alt-TAB in Anjuta. This
25266         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25267         edited files in the first items of the notebook.
25269         Patch from: Timothee Besset <timo@qeradiant.com>
25270         
25271 2002-02-24  Philip Van Hoof <freax@pandora.be>
25273         * widgets/gnomefilelist.c, gnomefilelist.h:
25274           Added filecompletion
25275           
25276         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25278 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25280         * configure.in: Added "sk" to ALL_LINGUAS.
25282 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25283   
25284         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25285           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25286           src/wizard_gui.c: Added support for static and dynamic libs
25287         
25288 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25290         * widgets/gnomefilelist.c:
25291           Fixed gnome_filelist_get_lastfilename so it no longer returns
25292           a corrupted path.
25294 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25296         * src/resources.h, resources.c:
25297         Added url handler.
25299         * src/main_menubar_def.h, mainmenu_callbacks.c:
25300         Changed to use gnome configed url handler.
25302 2002-02-19  Philip Van Hoof <freax@pandora.be>
25304         * widgets/gnomefilelist.c
25305         Added PHP filetype.
25307 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25309         * plugins/class-gen/clsGen.c:
25310         Added c++ support.
25311         
25312         * widgets/gnomefilelist.c:
25313         Gives the maximum space to the files section of the open file dialog.
25314         
25315         Patches from: lbell <lbell@tsc4.com>
25316         
25317 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25319         * src/anjuta.c, main.c:
25320         Used tm_get_real_path in anjuta_get_full_filename();
25321         
25322 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25323         
25324         * anjuta.prj: update version
25326 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25328         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25329           removed the amount arg and replaced with a NULL-ending list.
25330           (gnome_filelisttype_makedefaultlist): use the new prototype.
25332 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25334         * src/about.c, THANKS: updated for new contributors
25335         
25336         * anjuta.prj: added new files
25337         
25338         * README: corrected some documentation, ctags no longer needed,
25339           pkgconfig now required
25340           
25341         * data/properties/others.properties: add .cvsdiff extension
25342         
25343         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25344           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25345           file import
25346           
25347         * doc/anjuta.1: added initial man page thanks to 
25348           Rob Bradford <rob@debianplanet.org> (NB build and install 
25349           needs work)
25350         
25351 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25353         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25354           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25355           warning flags. 
25356   
25357         * configure.in: Changed version to 0.1.10-pre
25358   
25359 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25361         * src/fileselection.c: (create_fileselection_gui): always display
25362           the directory creation button as we cannot rely on the dialog
25363           titlebar.
25365         * widgets/gnomefilelist.[ch]: fixed includes.
25367         * pixmaps/new_folder.xpm: resized, added a + sign.
25369 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25371         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25372           changed all extensions to begin with a dot.
25374 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25376         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25378         * THANKS: added Philip.
25380         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25382         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25383         * src/file_selection.[ch],
25384         * widgets/gnomefilelist.[ch]: added a filetype
25385           combobox to the Anjuta file dialog widget.
25387 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25389         * anjuta.spec.in: eep! the import script was not being installed by
25390           RPM - fixed for the release.
25392 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25394         Various cleanups and fixes for the next release to be able to make
25395         distcheck.
25397         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25398           much and make some tweaks plus cleanups.
25400         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25401           args to remove some warnings.
25403         * global-tags/Makefile.am,
25404           data/Makefile.am,
25405           src/Makefile.am: link against Anjuta static libs using the
25406           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25407           distcheck happy.
25409         * src/Makefile.am: ditto with all the Anjuta static libs.
25411         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25412           include, as we already include the whole directory for the build.
25414         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25415           
25416 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25418         * pixmaps/Makefile.am: icon for libglade project now installed
25419         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25420         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25421           breaking some build stuff
25422         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25423           include reference problems that showed up on make distcheck
25424         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25426 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25427         
25428         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25430 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25432         * src/message-manager-private.cc:
25433           The horizontal scrollbar now shows properly on demand.
25434         
25435 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25437         * src/dnd.c fixed some warnings
25438         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25439           and works. It is shown always at the moment but before it was
25440           shown on demand and did never work. 
25442 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25444         * src/anjuta.c: Fixed a crash bug.
25445           patch from: Jens Georg <mail@jensgeorg.de>
25447 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25449         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25450           reports a problem with missing end tags on <graphic>
25452 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25454         * manuals/C/ChangeLog: removed since it was never used
25455         * manuals/C/anjuta-manual/*: more updates, new screenshots
25456         * anjuta.prj: updated for new manuals/ structure
25458 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25460         * source.c, compiler_options.[c/h]:
25461           Fixed bug #460321 "Problem with optimization options" 
25462           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25463         
25464 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25466         * NEWS: prepared for release, need to fill in date
25467         * data/welcome.txt: version number updated
25469 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25471         * src/text_editor_menu.c, src/an_file_view.c, 
25472           src/an_symbol_view.c: marked strings for translation
25473         
25474         * src/defaults.c, data/properties/xml.properties:
25475           *.omf and *.xsl files should use XML highlighting
25476           
25477         * manuals/C/anjuta-manual/*:
25478           - restructured so that files have more meaningful names
25479             and are easier to edit (see anjuta-manual.sgml for the
25480                 ordering)
25481           - updated some screenshots
25482           - continued rewrite
25484 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25486         * main.c: Made a workaround to remove the old
25487         anjuta gnome config file (older than 9 Feb 2002). This
25488         will fix the bug which never lets the brower toolbar shown.
25489         
25490         * main.c: In fact, the above solution wouldn't work in all
25491         cases. Therefore, here is the better fix, which works by
25492         detecting the version of the old config file and deleting
25493         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25494         
25495 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25497         * HACKING: added info on submitting patches
25499 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25501         * src/project_import_gui.c, src/project_import.c:
25502           - If Project Import Wizard is canceled everything is 
25503                 cleaned up now.
25504           - Back button is now insensitive on page 3 (some problems: 
25505                 see TODO in project_import_qui.c:284
25506           - Menu frame is insensitive if project type != GNOME(mm)
25508 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25510         * src/main.c: Fixed bug #  (Unable to open files on
25511         double click in project window from second trial onwards when
25512         the project is opened from command line).
25513         
25514         * po/POTFILES.in: Removed tags_manager.[h,c]
25515         
25516 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25518         * src/preferences.c:
25519           A quick hack to fix the 'invisible' browser toolbar when
25520           upgrading from 0.1.8 to 0.1.9
25521           
25522         * src/anjuta.c:
25523           Fixed toolbar names which were causing confusions in the toolbar
25524           show/hide.
25525           
25526         * src/main.c:
25527           Substituted "anjuta" with PACKAGE
25528           
25529         * src/project_import_gui.c: 
25530           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25531           
25532         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25533           Added new files and removed obsolete ones.
25534           
25535 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25537         * src/appwizard_cbs.c, project_import_cbs.c, 
25538           main_menubar_def.h, project_import_gui.c: 
25539           updates to message strings and layout for the 
25540           import wizard.
25541           
25542         * text_editor_cbs.c: fix for the tab menu entries for 
25543           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25545 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25547         * src/toolbars.c,
25548           src/toolbars.h,
25549           src/anjuta_gui.c,
25550           src/controls.c:
25551           
25552           Tag dropdown exclusive (takes
25553           all space in the toolbar) and never vertical and
25554           increased the width of the tag combo to 256 pixs.
25555           Toolbar separator before the combo and button.
25556           Added tags label before the tag button.
25557           Reorganized the dock bands for the toolbars.
25558           
25559         * src/project_import_gui.c
25560           src/project_import.c:
25561           Fixed an error and removed an unused variable.
25562           
25563         * data/properties/anjuta.properties:
25564           Removed the property for the old toolbar and set
25565           browser toolbar show to default.
25566           
25567         * src/project_dbase.c: excluded modules were not
25568           loaded. Fixed.
25569           
25570         * src/source.c:
25571           No build files will be written if the project is blocked.
25572           
25573         * src/project_import.c,
25574           src/project_import_cbs.c,
25575           src/project_gui.c,
25576           src/wizard_gui.c:
25577           
25578           Manually applied Johannes patch to fix some memory
25579           issues and gui clean up.
25580           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25581         
25582         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
25583           Fixed a bad bug with remove file from project because of
25584           files were never removed properly from the project and
25585           from the tagmanager.
25586           
25587         * src/appwiz_page3.c: Disabled unused codes to clear
25588           compiler warnings.
25589           
25590 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25592         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
25593         
25594         * data/Makefile.am
25595           pixmaps/Makefile.am
25596           src/Makefile.am
25597           src/an_file_view.c
25598           src/an_symbol_view.c
25599           src/anjuta.c
25600           src/anjuta.h
25601           src/anjuta_cbs.c
25602           src/anjuta_gui.c
25603           src/controls.c
25604           src/main_menubar.c
25605           src/main_menubar.h
25606           src/main_menubar_def.h
25607           src/mainmenu_callbacks.c
25608           src/mainmenu_callbacks.h
25609           src/pixmaps.h
25610           src/project_dbase.c
25611           src/project_dbase.h
25612           src/text_editor.c
25613           src/text_editor_menu.c
25614           src/text_editor_menu.h
25615           src/toolbar.c
25616           src/toolbar.h
25617           src/toolbar_callbacks.c
25618           src/toolbar_callbacks.h :
25619           
25620           Patch submitted by:
25621           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25622           
25623           Removes the Tags toolbar and substituted it with
25624           tags combo dropdown list. Fixes a couple of bugs.
25625           
25626           Moved the tag combo to browser toolbar because
25627           main toolbar was becoming too long.
25628           Made a new icon of tag toolbar.
25629           
25630         * po/zh_TW.po: Fixed bug.
25631           
25632         * pixmaps/an_tag.xpm: Added new file.
25634 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25636         * src/project_import_gui.c: Reorganized project
25637         import gui page 2.
25638         
25639 2002-01-29  Andy Piper <andy.piper@freeuk.com>
25641         * HACKING: added info on creating windows and dialogs
25643 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
25645         * src/tm_file_view.c:
25647           Sorts the file list at the end instead of doing sort-insert
25648           to improve performance.
25649           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25651         * src/project_dbase.c: Resolved a conflict from
25652           Johannes's patch.
25653           
25654         * src/project_import.c:
25655         
25656           Fixed to use anjuta_import.sh for the bin dir and
25657           not from the data dir.
25658         
25659           Used anjuta_is_installed() function to verify a the command's
25660           executability.
25661         
25662           Fixed import command to use sh (which is more general and is
25663           gauranteed to be found in any unix system :-)). Also, added
25664           double quotes around the import directory.
25665         
25666           Changed some strings for better translations (like avoiding
25667           duplicates).
25668           
25669           Fixed the reading of wrong target type.
25670           
25671         * src/control.c: Insensitive "import project" when there is
25672           a project open.
25673           
25674         * src/project_import_cbs.c:
25675           
25676           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
25677           Fixed selection of gettext checkbox.
25678           Sets the menu entries.
25679           
25680 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
25681         
25682         * src/appwiz_page[1-4].c
25683         * src/appwiz_gui.c
25684         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
25685         be able to reuse it.
25686         
25687         * src/mainmenubar.[c/h]
25688         * src/mainmenubar_def.h
25689         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
25690         menu item
25691         
25692         * src/message-manager.c: Fixed bug 509192
25693         * src/message-manager-dock.c: Added accel_group if window is undocked
25694         
25695         * src/project_dbase.[c/h]: Splitted opening code to be able
25696         to use it without an open file dialog
25697         (Maybe I broke Naba's changes, please take a look)
25698                         
25699         * src/project_import.[c/h]
25700         * src/project_import_gui.c: New Files, Code for Project Import Wizard
25701         
25702         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
25703         import wizard
25705 2002-01-28  Andy Piper <andy.piper@freeuk.com>
25707         * src/main_menubar_def.h, tagmanager/tm_project.c: more
25708           string cleanups
25709           
25710         * manuals/C/anjuta_manual/*: started rewrite of the 
25711           manual, updated some screenshots
25713 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25715         * src/gnomefilelist.h, src/gnomefilelist.c:
25716         
25717           Fixed multiple selection bug (#497085). The OK button is
25718           sensitive when in multiple mode, if the no. of
25719           selection is one or more.
25720           
25721           Toggle between single and multiple selection mode
25722           and multiple mode display.
25723           
25724           Fixed strings to translable strings.
25725           
25726           Fixed some compiler warnings by commenting out
25727           unused functions.
25728           
25729 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25731         * src/project_dbase.c: App status bar now updates
25732           with the project name when the project is loaded.
25733         
25734         * src/an_file_view.c, tagmanager/tm_file_entry.c:
25735           
25736           Puts the directories at the top. They're also sorted now.
25737           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25738         
25739 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25741         * scripts/anjuta_import.sh.in: Added file.
25742         * scripts/anjuta_import.sh: Removed file.
25744         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
25745           Updated files.
25746           
25747         * src/main_menubar_def.h:
25748         
25749           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
25750           reflect the opposite of Find (CTRL+F) and also to leave
25751           CTRL+R or Redo.
25752           
25753           Changed Glade summon with ALT+G, which frees the ATL+E
25754           for poping up the edit menu.
25755           
25756         * src/Makefile.am: Debugging link flags by Biswa, removed.
25758 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
25760         * HACKING: added information on best practices for writing
25761           application messages and GUI labels
25762           
25763         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
25764           src/breakpoints.c, src/build_file.c, src/build_project.c, 
25765           src/clean_project.c, src/compile.c, 
25766           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
25767           src/configurer.c, src/debugger.c, src/executer.c, 
25768           src/find_in_files.c, src/find_in_files_cbs.c, 
25769           src/find_replace.c, src/find_text.c, src/glades.c, 
25770           src/gnome_project.c, src/goto_line.c, src/main.c, 
25771           src/main_menubar.c, src/main_menubar_def.h, 
25772           src/mainmenu_callbacks.c, src/preferences_gui.c, 
25773           src/project_config.c, src/project_dbase.c, 
25774           src/project_dbase_gui.c, src/resources.c, src/source.c, 
25775           src/support.c, src/tags_manager.c, src/text_editor.c, 
25776           src/text_editor_gui.c, src/text_editor_menu.c, 
25777           src/toolbar_callbacks.c, src/utilities.c: 
25778           lots of minor message updates to make them more user-friendly 
25779           and consistent
25781 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25783         * src/executer.c:
25784         
25785           Because of the spaces escaping, the command could not be
25786           executed when run without terminal. Now fixed.
25787           
25788         * anjuta.prj, Makefile.am:
25789         
25790           Added anjuta project file.
25791         
25792 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
25794         * src/message-manager-private.h, message-manager-private.cc,
25795           message-manger.cc:
25796           
25797           Added freeze() and thaw() for the message window class to
25798           speed up the message manager update.
25799         
25800         * src/project_config.h, project_config.c,
25801           src/project_dbase.h, project_dbase.h
25802           scripts/anjuta_project.template:
25803           
25804           Added two new prject attributes: project.config.blocked and
25805           project.excluded.modules. The former will make sure that users
25806           are not given any previlidge in enabling the 'overwrite build
25807           files' flags and the later issues a list of modules in the project
25808           to be skipped for symbol browsing and project listing.
25809         
25810         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
25811         
25812           Modified script to read the template from the anjuta data dir
25813           rather than from the directory in which the script exist. Otherwise,
25814           Being transfered to the bin dir, the script will not be able to
25815           find the template when it is run.
25816           
25817           The script is also create with configure.in to set in the anjuta
25818           data dir path inside the script.
25819           
25820 2002-01-26  Stephane Demurget  <demurgets@free.fr>
25822         * po/fr.po: updated to the latest sources.
25824 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25826         * scripts/Makefile.am:
25827           anjuta_import.sh goes with distribution.
25828           
25829         * po/*.po: They seem to have updated (merged with
25830           anjuta.pot) automatically when I did "make dist".
25831           
25832 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25834         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
25835           Fixed Bug #499807, ie crash on removing libs, includes, defines from
25836           the compiler options dialog.
25837         
25838         * ChangeLog:
25839           Correct todays date. :)
25840           
25841         * scripts/Makefile.am:
25842           Installs anjuta_import.sh in $(prefix)/bin dir and
25843           is treated as an executable.
25844           
25845 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25847         * Fix for bug #499373
25848         
25849         * data/properties/anjuta.properties, ada.properties, cpp.properties,
25850           java, properties, latex.properties, lua.properties, others.properties,
25851           perl.properties:
25852           
25853           Added double-quotes around file arguments so that
25854           filenames with spaces could also work.
25856         * launcher/anjuta-launcher.c, executer.c:
25857           Escaped quotes in the cammand and it's arguments before executing
25858           so that args with spaces can also work.
25859           
25860           Commented #DEBUG switch.
25861           
25862 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25864         * scripts/*: Added files which I forgot previously.
25865         
25866         * src/aneditor.h: Lined up commands definition for better look.
25867         
25868         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
25869           main_menubar.h, control.c:
25870           Added three more convert EOL chars submenu items in transform.
25871           Reformatted some some.
25872         
25873         * data/anjuta.properties:
25874           Reformatted a line.
25875         
25876         * src/aneditor.h, aneditor.c:
25877           Added three commands (with definitions) for EOL conversions.
25878           
25879         * src/text_editor.c:
25880           Editor detects file mode from the file content and
25881           set the editing mode to CR/LF/CRLF automatically.
25882           Refined Dos mode extrageneous chars filter
25883           This will make sure that filter works only in Dos mode and not
25884           in other modes.
25885           
25886         * src/anjuta.c: Editor mode display in status bar.
25887         
25888         * src/preferences_gui.c: Changed the string for dos mode
25889           filter to more sensible string.
25890         
25891         * src/aneditor.c: Default editor mode sets during widget creation
25892           and not everty time the properties are loaded. This makes sure
25893           that the auto-detected mode is not overridden by the default mode.
25894           
25895         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
25896         
25897         * src/anjuta.c: Fixed bug #476028.
25898           Now anjuta also searches for file relative to top project dir,
25899           when the project is open.
25900         
25901         * src/anjuta_cbs.c: Fixed bug #499536.
25902           File is not closed if it is not able to save the file properly.
25903           
25904         * src/mainmenu_callbacks.c: Fixed bug #499536.
25905           Newfiles (which are not modified) are also closed on "close all files".
25906         
25907 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25909         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
25910         
25911         * tagmanager/tm_source_file.c, regex.c, parse.c:
25912           defined and delimited g_messages within #debug.
25913           
25914         * src/preferences.c, data/anjuta.properties:
25915           saved/defied message-manager tag position in string.
25916           Message tag possition is saved between sessions. And
25917           and tag position bottom as default.
25918           
25919 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25921         Patch submitted by:
25922         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25924         * Makefile.am
25925           configure.in
25926           data/Makefile.am
25927           data/properties/Makefile.am
25928           global-tags/Makefile.am
25929           pixmaps/Makefile.am
25930           src/Makefile.am
25931           src/an_file_view.c
25932           src/an_file_view.h
25933           src/an_symbol_view.c
25934           src/an_symbol_view.h
25935           src/anjuta.c
25936           src/anjuta_cbs.c
25937           src/file_history.c
25938           src/file_history.h
25939           src/message-manager-private.cc
25940           src/pixmaps.h
25941           src/project_dbase.c
25942           src/project_dbase_gui.c
25943           src/tags_manager.c
25944           src/text_editor.c
25945           src/utilities.c
25946           src/utilities.h
25947           src/watch_gui.c:
25948         
25949           Modified files.
25950         
25951         * scripts/*
25952           pixmaps/sv_class.xpm
25953           pixmaps/sv_function.xpm
25954           pixmaps/sv_macro.xpm
25955           pixmaps/sv_private_fun.xpm
25956           pixmaps/sv_private_var.xpm
25957           pixmaps/sv_protected_fun.xpm
25958           pixmaps/sv_protected_var.xpm
25959           pixmaps/sv_public_fun.xpm
25960           pixmaps/sv_public_var.xpm
25961           pixmaps/sv_static_fun.xpm
25962           pixmaps/sv_static_var.xpm
25963           pixmaps/sv_struct.xpm
25964           pixmaps/sv_unknown.xpm
25965           pixmaps/sv_variable.xpm
25966           pixmaps/fv_core.xpm
25967           pixmaps/fv_text.xpm
25968           pixmaps/filestoremove.txt:
25969         
25970           New files.
25971         
25972         * pixmaps/class.xpm
25973           pixmaps/function.xpm
25974           pixmaps/fv_autofile.xpm
25975           pixmaps/fv_doc.xpm
25976           pixmaps/fv_i18n.xpm
25977           pixmaps/fv_source.xpm
25978           pixmaps/private_func.xpm
25979           pixmaps/private_var.xpm
25980           pixmaps/protected_func.xpm
25981           pixmaps/protected_var.xpm
25982           pixmaps/public_func.xpm
25983           pixmaps/public_var.xpm
25984           pixmaps/struct.xpm
25985           pixmaps/variable.xpm
25986         
25987           Removed files.
25988         
25989         * tagmanager/*/*:
25990         
25991           Upgraded to tagmanager-0.7
25993 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
25994         * src/anjuta_cbs.c: Fixed bug #506441
25995         * src/watch_gui.c: Changed layout of eval dialog so that
25996         it fits on a 800x600 desktop with German translation. 
25998 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26000         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26001         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26002           icon for new project type (thanks to Misha)
26003         * configure.in: build and install Danish translation
26004         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26005           credits to cover new patches and translations
26007 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26008         
26009         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26010           src/appwiz_page1.c:
26011         
26012       - Font preferences are restored properly now (\n was missing)
26013           - Dock menu label of message-manager is "Dock/Undock" instead
26014           of "Dock|Undock" to match with the rest of anjuta.
26015           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26016           changed it in anjuta, too 
26018 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26020         * tagmanager/tm_source_file.c,
26021           tagmanager/parse.c,
26022           tagmanager/tm_project.c,
26023           src/an_symbol_view.c,
26024           src/anjuta.c:
26025           
26026           Disabled debug warnings.
26028 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26030         * src/appwiz_page1.c
26031           src/compiler_options.c
26032           src/project_dbase.c
26033           src/project_dbase.h
26034           src/project_type.c
26035           src/source.c
26036           src/source.h:
26037           
26038           New project type named LibGlade.
26039           
26040           Patch submitted by:
26041           Dick Knol <dknol@gmx.net>
26043         * src/gnome_prj.c:
26044           Commented out unused pixmap creation. May be it
26045           will fix the crash in project creation.
26046           
26047 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26049         * src/registers.c
26050           src/registers.h
26051           src/registers_cbs.c
26052           src/registers_cbs.h
26053           src/registers_gui.c
26054           src/sharedlib.c
26055           src/sharedlib.h
26056           src/sharedlib_cbs.c
26057           src/sharedlib_cbs.h
26058           src/sharedlib_gui.c
26059           src/signals.c
26060           src/signals.h
26061           src/signals_cbs.c
26062           src/signals_cbs.h
26063           src/signals_gui.c
26064           src/stack_trace.c
26065           src/stack_trace.h
26066           src/stack_trace_cbs.c
26067           src/stack_trace_cbs.h
26068           src/stack_trace_gui.c
26069           src/text_editor.c
26070           src/watch.c
26071           src/watch.h
26072           src/watch_cbs.c
26073           src/watch_cbs.h
26074           src/watch_gui.c
26075           
26076           Fixed bug #496290: Attach/detach removed from these
26077           windows as they are never implemented.
26078           
26079           Patch submitted by:
26080           Johannes Schmid <johannes.schmid@gmx.de>
26081           
26082 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26084         * src/anjuta.c,
26085           src/anjuta_cbs.c:
26086           
26087           Fixed bug:
26088           when you right click on the tabs, a list of filenames are given
26089           out, but now it gives a list of "page 1", "page 2", etc...
26090           
26091           Patch submitted by: 
26092           Jens Georg <mail@jensgeorg.de>
26094         * anjuta.in.in: Removed c|c++ because, it was not necessary
26095           and was causing translation problem.
26096           
26097         * plugins/class-gen/clsGen.c:
26098           removed "'" for the same reason.
26099           
26100 attached the fix for the menu
26103 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26105         * src/preferences.h,
26106           src/preferences.c,
26107           src/preferences_gui.c:
26108           
26109           Adds the functionality to Anjuta to auto save your unsaved
26110           files before you build a project.
26112           Patch submitted by: 
26113           jason <jason_williams@suth.com>
26114           
26115         * src/anjuta.[h,c]:
26116           Added function for save all files.
26117         
26118         * src/mainmenu_callbacks.c:
26119           Modified to use the above function.
26120         
26121         * src/build_project.c:
26122           Save all files before build if it is set in the
26123           preferences.
26125 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26127         * src/message-manager-private.cc
26128           src/message-manager-private.h
26129           src/message-manager.cc:
26130           
26131           Message-manager now restores the tabs which were shown on startup.
26132           The terminal is now created on demand (as requested by Biswa)
26133           and I have removed some debug messages.
26134           
26135           Patch submitted by: 
26136           Johannes Schmid <johannes.schmid@gmx.de>
26138 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26140         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26141           proper tabs keyboard navigation.
26143         * src/an_symbol_view.c,
26144           src/anjuta_cbs.c,
26145           src/gnome_project.c,
26146           src/project_dbase.c,
26147           src/tags_manager.c: removed some debugging display.
26149 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26151         * src/message-manager-dock.c
26152           src/message-manager-private.cc
26153           src/message-manager-private.h
26154           src/message-manager.cc
26155           src/preferences.c
26156           src/preferences.h
26157           src/preferences_gui.c:
26158           
26159           Patch submitted by: 
26160           Johannes Schmid <johannes.schmid@gmx.de>
26161           
26162           This patch adds a tab to the notebook of the preferences-dialog
26163           where you can change the colors, the tab position of the new
26164           message manager. Also the truncate messages stuff has moved
26165           from misc tab to messages tab.
26167           Also improved the remembering position stuff of message manager.
26168           
26169         * data/internal.properties,
26170           Added definitions for messages colors and tag position.
26171           
26172         * src/message_manager.cc:
26173           Fixed a bug that never lets the messages panes to get cleared.
26174           Added wmclass setting for the message window. Fixed a bug in
26175           which the message window was not being shown.
26176         
26177         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26178           output and disabled it.
26180         * src/anjuta.c: Preferences created and loaded before anything else.
26181           anjuta now recognizes messages colors on startup and initializes
26182           them.
26183         
26184 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26186         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26188 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26190         * pixmaps/file_c.xpm,
26191           pixmaps/file_cpp.xpm,
26192           pixmaps/file_file.xpm,
26193           pixmaps/file_h.xpm,
26194           pixmaps/file_html.xpm,
26195           pixmaps/file_i18n.xpm,
26196           pixmaps/file_icon.xpm,
26197           pixmaps/file_pix.xpm,
26198           pixmaps/fv_doc.xpm,
26199           pixmaps/fv_i18n.xpm,
26200           pixmaps/fv_image.xpm,
26201           pixmaps/fv_source.xpm,
26202           pixmaps/fv_unknown.xpm: made these icons transparent.
26204 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26206         * launcher/anjuta_launcher.c: updated message strings
26207         * src/message-manager-dock.c: added newline at end to avoid compile warning
26208         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26209         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26210           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26211           entries for username and Python-style GPL notice
26212         * HACKING: added info on files to change to update Insert menu
26214 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26216         * src/project_dbase.c,
26217           src/an_file_view.c,
26218           src/an_symbol_view.c:
26219           Changed the CTree expander style to square and
26220           line style to Dotted line.
26221           
26222         * po/POTFILES.in: Removed and Added translable files.
26224 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26226         * ccview/.cvsignore: Removed.
26227         
26228 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26230         * ccview/
26231                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26232                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26233                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26234                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26235                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26236                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26237         
26238         Removed ccview module because it is no longer needed.
26240 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26242         * src/project_dbase.c:
26243           Shifted structure initialization in project_dbase_new()
26244           before anything else, otherwise it was crashing due to
26245           uninitialized values.
26246         
26247         * src/an_symbol_view.c:
26248           Disabled high volume debug output.
26250 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26251         
26252         Applied a very heavy patch from:
26253         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26255         * Makefile.am
26256         configure.in
26257         pixmaps/Makefile.am
26258         src/Makefile.am
26259         src/aneditor.cxx
26260         src/aneditor.h
26261         src/anjuta.c
26262         src/anjuta.h
26263         src/commands.c
26264         src/commands.h
26265         src/compile.c
26266         src/compile.h
26267         src/controls.c
26268         src/defaults.c
26269         src/fileselection.c
26270         src/main_menubar.c
26271         src/main_menubar.h
26272         src/main_menubar_def.h
26273         src/mainmenu_callbacks.c
26274         src/mainmenu_callbacks.h
26275         src/project_dbase.c
26276         src/project_dbase.h
26277         src/project_dbase_gui.c
26278         src/tags_manager.c
26279         src/text_editor_menu.c
26280         src/toolbar_callbacks.c
26281         tagmanager/Makefile.am
26282         tagmanager/ctags.c
26283         tagmanager/include/Makefile.am
26284         tagmanager/include/tm_project.h
26285         tagmanager/include/tm_symbol.h
26286         tagmanager/include/tm_tag.h
26287         tagmanager/include/tm_tagmanager.h
26288         tagmanager/include/tm_workspace.h
26289         tagmanager/tm_project.c
26290         tagmanager/tm_source_file.c
26291         tagmanager/tm_symbol.c
26292         tagmanager/tm_tag.c
26293         tagmanager/tm_workspace.c
26294         widgets/Makefile.am: Modified.
26295         
26296         * src/an_file_view.[c,h],
26297           src/an_symbol_view.[c,h],
26298           src/file_history.[c,h],
26299           src/support.[c,h],
26300           widgets/scroll-menu.[c,h],
26301           tagmanager/tm_file_entry.c
26302           tagmanager/include/tm_file_entry.h: Added new files.
26303           
26304         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26305         private_func.xpm, public_func.xpm,
26306         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26307         private_var.xpm, public_var.xpm,
26308         function.xpm, fv_i18n.xpm, macro.xpm,
26309         protected_func.xpm, struct.xpm,
26310         fv_autofile.xpm, fv_image.xpm,
26311         ofolder.xpm, protected_var.xpm, variable.xpm:
26312           Updated and Added pixmap files.
26314         Features:
26315         ---------
26316         a) Removes CCView dependency.
26317         b) Improves the terminal.
26318         c) Adds tag navigation context menus.
26319         d) Upgrades tagmanager to latest version.
26320         e) Miscellaneous small additions.
26322 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26324         * src/project_dbase_gui.c: Fixed crash of anjuta
26325         when project first created.
26326         
26327         * src/gnome_project.c: It now updates the tags manager
26328         when new projects are created.
26329         
26330 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26332         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26333           for this big patch.
26334         
26335         * src/messages.[c,h]: Removed files.
26337         * src/message-manager.[cc,h],
26338           src/message-manager-dock.[c,h],
26339           src/message-manager-private.[cc,h]
26340           New files.
26342         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26343           src/build_project.c, src/clean_project.c, src/compile.c
26344           src/configurer.c, src/debugger.c, src/find_in_files.c
26345           src/mainmenu_callbacks.c, src/preferences.h
26346           src/preferences_gui.c, src/properties.h
26347           src/utilities.c, src/utilities.h:
26348           The new messages widget.
26349           New features:
26350             - Use of GtkNotebook instead of ToggleButtons
26351               and show/hide
26352             - Popupmenu to show and hide message types and
26353               to dock/undock in detach mode
26355           All other things should work as they did with the
26356           old message window. Currently the keyboard short-cuts
26357           do not work in detached mode.
26358           
26359           Some functions in utitlities.[c,h] changed.
26360           so that they take const arguments where this is possible
26361           
26362         * src/Makefile.am, po/POTFILES.in:
26363           Removed messages.[c,h] and
26364           added message-manager.[cc,h], message-manager-dock.[c,h],
26365           message-manager-private.[cc,h]
26366           
26367         * src/message-manager.h: Removed "include <bonobo.h>"
26368           and added a newline at the end of the file.
26369           
26370         * src/message-manager-private.cc:
26371           Set clist's width setting to Automatic.
26372           Set scroll window's scroll bars to Automatic.
26373           
26374 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26376         * text_editor_menu.c:
26377           Fixed misalignment of the function sub menu
26378           in the text editor pop up menu.
26379           
26380 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26381         
26382         * src/text_editor.c: Fixed a compiler warning.
26383         
26384 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26386         * THANKS, manuals/*/authors.sgml: updated for new translations
26387         * plugins/class-gen/clsGen.c: converted messages to English
26388         * src/about.c, src/main_menubar_def.h: string updates
26390 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26392         * src/anjuta.c
26393           src/anjuta_cbs.c
26394           src/text_editor.c
26395           src/mainmenu_callbacks.c
26396           src/text_editor.h
26397           src/text_editor.c
26398           src/text_editor_cbs.c
26399           src/text_editor-gui.c:
26400           
26401           Earlier code for adding 'cross' button
26402           for closing pages were too error prone and unorganized.
26403           Cleaned up the code and shifted the 'extra' widgets
26404           creation (eg. close button, close_pixmap and lable)
26405           from anjuta to text_editor. This takes care of proper
26406           widgets creation and destruction. Otherwise, anjuta
26407           was crashing at too many points, especially related
26408           to docking and undocking.
26409           
26410 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26412         * src/aneditor.cxx: removed debugging code.
26414         * data/properties/.cvsignore: added swap files.
26416 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26418         * src/anjuta.c
26419           src/anjuta_cbs.c:
26420           Fixed Crashing of anjuta when a new file is saved as
26421           different file.
26422           
26423 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26425         * src/aneditor.c: Some debug codes around.
26426         
26427         * data/internal.properties, data/anjuta.properties: Removed.
26428           data/properties/Makefile.am:
26429           data/properties/ada
26430           data/properties/cs
26431           data/properties/make
26432           data/properties/rc
26433           data/properties/html
26434           data/properties/ruby
26435           data/properties/baan
26436           data/properties/idl
26437           data/properties/pascal
26438           data/properties/sample
26439           data/properties/bash
26440           data/properties/java
26441           data/properties/perl
26442           data/properties/sql
26443           data/properties/conf
26444           data/properties/latex
26445           data/properties/props
26446           data/properties/vb
26447           data/properties/cpp
26448           data/properties/lua
26449           data/properties/python
26450           data/properties/xml
26451           data/properties/others
26452           data/properties/.cvsignore:
26453             Added files. Properties now splitted into small files
26454             for each language.
26456         * data/Makefile.am
26457           configure.in: Update the removal and added properties module.
26459         * src/preferences.c: preferences_new(): Updated to reflect the
26460           new properties files organization.
26461           
26462         * src/Makefile.am: Added Baan Lexer.
26464 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26466         * src/aneditor.cxx: readded the baan lexer. 
26468         * src/preferences.c: fixed translated messages and a typo.
26470         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26471           confusing the regexp usage in xml-i18-merge.
26473 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26475         * src/project_dbase.c: tidied some messages, and spotted a typo in
26476           the reading of properties which prevented the project version from
26477           ever being reported in the Project Information window - fixed :)
26479         * po/POTFILES.in: removed syntax.h
26481 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26483         * data/internal.properties: fixed baan properties.
26484           Added all ada properties.
26486         * src/main_menubar_def.h,
26487           src/lexer.h,
26488           src/aneditor.cxx,
26489           src/utilities.[ch]: added support for the Ada highlight style.
26491 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26493         * plugins/*/.cvsignore: updated.
26495 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26497         * src/syntax.h,
26498           src/text_editor.c,
26499           src/Makefile.am: removed the empty header syntax.h.
26501 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26503         * main_menubar.c:
26504         Stef's observation on the 'superfluous' hseparators in the recent
26505         files and projects is fully justified -- removed.
26506         
26507         * main_menubar_def.h:
26508         Changed "Plug Ins" to "Plugins" in the menu label.
26509         
26510         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26511         Added class-gen in the configure output and class-gen module.
26512         
26513         * data/internal.properties:
26514         Correct mis-spelled "jave" to "java".
26515         Added file.is.source for *.h, *.c, *.cpp properties.
26516         
26517         * global-tags/Makefile.am:
26518         "chmod +x create_global_tags.sh" before it is executed, because
26519         there is very high chance that it will be found "-x" and resulting
26520         in error
26522 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26524         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26525         for the backtrace.
26527         * src/gnome_project.c: (create_new_project): if the user doesn't
26528           select any icon, it doesn't have any extension and thus we can't
26529           use it in printf on Solaris, since the %s modifier use strlen to
26530           know the string length and then crash. On Linux, gcc checks the value
26531           of the pointer to be NULL and write "(null)" if necessary. We can't
26532           rely on that.
26534         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26535           don't need to have the directory icon but the generic one.
26537 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26539         Merged with latest (1.42) scintilla.
26541         Added: Support for the {load,save}.on.(de)activate properties.
26542                The PHP lexer to match keywords case insensitively.
26543                Baan lexer.
26544                Experimental supports for changeable style attribute & line
26545                wrapping.
26546                
26547         Updated: Both the C++ and HTML lexers.
26548                  More shell keywords added.
26549                  Horizontal scrolling and diplay of long lines optimised.
26550                  Cursor setting optimised.
26552         Bugs fixed: Caret movement over folded lines.
26553                     Selection tracking in 2ndary views when doing modifications.
26555         * scintilla/CallTip.{cxx.h},
26556           scintilla/ContractionState.{cxx,h},
26557           scintilla/Document.{cxx,h},
26558           scintilla/Editor.{cxx,h},
26559           scintilla/KeyWords.cxx,
26560           scintilla/LexHTML.cxx,
26561           scintilla/PlatGTK.cxx,
26562           scintilla/RESearch.cxx,
26563           scintilla/ScintillaBase.cxx,
26564           scintilla/ScintillaGTK.cxx,
26565           scintilla/Style.{cxx,h},
26566           scintilla/StyleContext.h,
26567           scintilla/ViewStyle.cxx,
26568           scintilla/include/*.h: updated.
26570         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26572         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26573           should have been told to the scintilla team. We're lucky I read the
26574           ChangeLog and the modifications of the lexer (thanks to the Gnome
26575           bonsai for this ;)
26577         * data/internal.properties: added Baan definitions.
26578           Fixed some issues for C such as *_cast directive, that are only
26579           available with C++.
26580           Updated C++, HTML and shell scripts definitions.
26581           Updated Ada and Bullant, that have been forgotten.
26583         * src/main_menubar_def.h,
26584           src/lexer.h,
26585           src/aneditor.cxx,
26586           src/utilities.[ch]: added support for the Baan highlight style.
26588 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26590         Polished the plugins menu behaviour and added a tearoff
26591         menuitem to the recent entries submenu.
26593         Note: The recent entries list seems to be too height
26594               with all these superfluous hseparators.
26596         * src/main_menubar.c: Polished, making some
26597           functions declarations static and cleaning some code.
26599           (create_submenu_plugin): removed the extra
26600           plugins entry and the horizontal separators.
26602           (on_plugins_menu_realize): the plugins menu is only
26603           shown if there's at least one available.
26605           (create_submenu*): added a tearoff menuitem to have
26606           a more homogeneous menu style. For now, it doesn't
26607           take care of user settings (but it was even worse
26608           before :).
26610 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26612         * configure.in: added the packageplugindir variable to avoid
26613           installing the plugins in $(prefix). It's not the same path as
26614           anjuta 2 to allow parallel installation.
26616 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26617         Fix a reopened part of bug #440676: keyboard navigation between the
26618         different text buffers. Changed to a more global approch. 
26620         * src/notebook.[ch]: removed.
26622         * src/Makefile.am: removed notebook.[ch]
26624         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
26625           (on_anjuta_window_key_press_event): added to fulfill the global
26626           shorcuts handling.
26628         * HACKING: updated according to the new global shortcuts handling.
26630 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
26632         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
26633           Shifted plugin menu from Edit submenu to main menu.
26634         
26635         * po/POTFILES.in:
26636           Added plugins/sample1/plugin-sample1.c
26637           
26638         * plugins/sample1/plugin-sample1.c:
26639           Added localization and used anjuta_info, instead of anjuta_error.
26640           
26641         * plugins/.cvsignore, plugins/sample1/.cvsignore:
26642           Added cvs ignores.
26643           
26644 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
26646         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
26647           for plugin dir.
26648         
26649         * Makefile.am: Added module plugins.
26650         
26651         * plugins, plugins/Makefile.am, plugins/sample1/*:
26652           Created plugins modules.
26653           
26654         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
26655           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
26656           to load plugins of *.so only and not *.so* (which results
26657           in duplicates).
26658         
26659         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
26660           plugins during packaging.
26662 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
26664         *  configure.in: Added Greek (el) to ALL_LINGUAS.
26666 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
26668         * configure.in: Added portuguese to ALL_LINGUAS
26670 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
26672         * global-tags/.cvsignore
26673         tagmanager/.cvsignore
26674         tagmanager/include/.cvsignore:
26675         Added cvs ignore files.
26677         * data/.cvsignore
26678         Updated cvs ignore file.
26679         
26680 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26682         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
26683           data/anjuta.properties, data/internal.properties: clean up some 
26684           message strings (me)
26686 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26688         * src/about.c, THANKS: added Jens to the credits
26689         
26690 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26692         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
26693           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
26694           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
26695           Georg <mail@jensgeorg.de> to add close button to file tabs.
26697 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26699         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
26700           (debugger now catches correct signal from process)
26702 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26704         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
26705         * src/pixmaps.h: switch appwizard project icons to new designs
26706         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
26708 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26710         * pixmaps/Makefile.am: stop redundant images from being installed.
26711           The next step will be to remove them completely.
26712         * src/appwiz*: further updates (more to come)
26713         * src/pixmaps.h: cleaned up, commented
26714         * src/splash.c: should use the pixmaps macro defined
26715         * HACKING: more on the graphics stuff and use of pixmaps.h
26717 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
26719         * src/defaults.c: fix bug #494864
26721 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
26723         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
26724           graphics from Misha
26725         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
26726           redundant graphics, no longer used
26727         * src/appwiz*: revamped application wizard by Andy and Misha for
26728           a more usable and professional look-and-feel
26729         * HACKING: updates to cover patching, graphics, and some additions
26730           post-0.1.8
26731         * TODO: removed some implemented features
26733 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
26735         * data/anjuta.properties, data/internal.properties: cleanup
26736         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
26737           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
26738           to edit styles colors for keywords and add Goto Tag menu option
26739           in the editor
26741 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
26743         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
26744         
26745         Fixed bug #460335
26746         fixes the Forget of the cursor position when tab is brought active
26747         from project manager.
26748         
26749 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26751         * src/messages.c
26752           Exported "TERM=xterm" to get a color terminal when
26753           anjuta is not started from within a terminal.
26754           
26755 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26757         * src/messages.c
26758           src/messages.h
26759           Added a frame around zvt terminal.
26760           
26761         * src/preferences_gui.c
26762           Modified to say "Use glade component (experimental)"
26763           instead of "Use Component".
26764           
26765 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26767         * Patch from 
26768         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26769         
26770         * src/anjuta.c
26771         src/fileselection.c
26772         src/messages.c
26773         src/messages.h
26774         src/preferences.c
26775         src/preferences.h
26776         src/project_dbase.c
26778         a) Extra scrollbar in terminal no longer appears.
26779         b) Character set preference should be preserved (untested).
26780         c) File selection widget now remembers last directory.
26781         d) On creation of generic project, the glade 'file not found' error no
26782                 longer occurs.
26783         e) First terminal window is created 'on demand', so it should always to
26784                 the Right Thing (TM) as far as starting WD is concerned. Also, the
26785                 environment is now passed to the terminal.
26786         f) Solaris compilation should be fixed (replaced get_current_dir_name()
26787                 with getcwd()).
26788         g) Fixed some compilation warnings.
26790 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
26792         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
26793           src/pixmaps.h: applied terminal and warnings patch (Biswa)
26794         * src/*: cleanups (me)
26795         * pixmaps/mini_term.xpm: added new file for terminal button
26796           (me, based on existing artwork)
26798 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
26800         * configure.in: bumped version to 0.1.9-pre
26801         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26802           translation
26803         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
26805 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
26807         * src/splash.c: removed a DOS end of line of a comment (so the *.po
26808           files are free of that char)
26809         * configure.in: added "az" to ALL_LINGUAS
26811 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
26813         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
26814           crash bug fix from Biswa.
26815         * FUTURE: added Anjuta/gIDE merger information to provide 
26816           details on future direction and status of 1.x stuff
26817         * NEWS: prepared for release
26818         * po/de.po: update from Jens Georg <mail@jensgeorg>
26820 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
26822         * multiple minor updates pre-0.1.8
26823         * patch from Biswa to fix syntax highlighting and packaging
26824         * po/fr.po: update from Stef
26826 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
26828         * global-tags/Makefile.am
26829         global-tags/create_global_tags.sh
26830         global-tags/tm_global_tags.c
26831         scintilla/LexCPP.cxx
26832         scintilla/include/SciLexer.h
26833         src/aneditor.cxx
26834         src/project_dbase.c
26835         tagmanager/Makefile.am
26836         tagmanager/include/Makefile.am
26837         tagmanager/include/tm_project.h
26838         tagmanager/include/tm_tag.h
26839         tagmanager/include/tm_tagmanager.h
26840         tagmanager/tm_project.c
26841         tagmanager/tm_source_file.c
26842         tagmanager/tm_tag.c
26843         tagmanager/tm_workspace.c:
26844         
26845         Includes the syntax highliting patch to scintilla).
26846         and more stable code.
26847         
26848         *tagmanager/include/tm_symbol.h: New file.
26849         *tagmanager/tm_symbol.c: New file.
26850         
26851         Add symbol tree building functionality at project level
26852         
26853         Patch from:
26854         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26855         
26856 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26858         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
26859           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
26860           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
26861           : New and improved pixmaps from Misha <misha@phreaker.net>
26862           Thanks to him.
26864 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26865         
26866         * Big patch submitted by
26867           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
26868           Many thanks to him.
26869         
26870         * src/Makefile.am, src/aneditor.cxx
26871           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
26872           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
26873           Use of tagmanager lib for advanced calltips.
26875         * global-tags/*: Created new directory and added files to 
26876           generate system.tags.
26878         * tagmanager/*: Created new directory and added tagmanager lib
26879           files.
26881         * configure.in, acconfig.h, Makefile.am: Modified to reflect
26882           the above additions.
26884         * data/Makefile.am: Modified to accomodate generated system.tags file.
26886 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
26888         * scintilla/: updated to 1.41
26889         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
26890         * src/about.c: updated list of authors
26891         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
26892         * HACKING: updated to cover Scintilla usage
26893         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26894           translation
26896 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
26898         * src/aneditor.cxx: Fixed compilation errors with it.
26899           by add include to gtk+ headers and typedefining a mysteriously
26900           vanished class Colour.
26902 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26904         * configure.in: Added pt_BR in the languages.
26905         
26906 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
26908         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
26909           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
26910         * THANKS: updated
26911         * manuals/C/anjuta-manual/*: new format to match
26912           the rest of the GNOME docs chapter layout. Added the many
26913           new contributors. Moved Authors and License information into new
26914           chapters of their own - should make expansion easier too
26915         * src/compiler_options.c: changed the profiler option to -pg to 
26916           work with GNU tools (gprof)
26917         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
26918           and text labels
26919         
26920 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26922         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
26923           compiler_options_gui.c:
26924           Added a new entry for linker flags and renamed c_options to c_flags
26925           and l_options to l_libs. Also, added a new function:
26926           compiler_options_set_prjlflags_in_file();
26927         
26928         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
26929         
26930         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
26931           
26932 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
26934         * THANKS, src/about.c: corrections and additions following 
26935         Naba's big update
26936         * src/main_menubar.c: patch from Rikul to fix the problem with 
26937         menu accelerators not being loaded
26939 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
26941         * THANKS: Added all contributors and translators names and emails.
26942         * AUTHORS: Updated
26943         * pixmap/anjuta_logo.png: Reduced the size of the logo.
26944         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
26945               Added new file (earlier logo with border).
26946         * src/about.c: Added all contributors names and emails
26947               and used macro definition for logo pixmap file.
26948         * src/pixmaps.h: Added entry for anjuta splash screen.
26950 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
26952         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
26953         to new PNG version (thanks to Misha) and removed the old
26954         pixmap.
26956 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
26958         * THANKS: added Conner Mo for simplified Chinese translation.
26959         * configure.in: added zh_CN in ALL_LINGUAS
26961 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
26963         * THANKS: added Joe Man for his traditional Chinese translation.
26964         * configure.in: added zh_TW in ALL_LINGUAS.
26966 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
26968         * src/main_menubar_def.h: Changed the link of lidn to
26969         http://lidn.sourceforge.net.
26970         
26971 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
26973         * Applied patch from Rikul
26974         * Applied patch from Luca
26975         * Fixed a cvs conflict. :)
26977 2001-10-17  Stephane Demurget  <demurgets@free.fr>
26979         * THANKS: added Marc Botermans for his Dutch translation.
26981         * configure.in: added nl in ALL_LINGUAS.
26983         * po/nl.po: added.
26985 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
26987         * anjuta.c: Fixed luca's typo.
26988         * resources.c, resources.h: Changed gchar* return to void, to
26989                 avoid a compiler warning.
26990         * scintilla/Makefile.am: Reorganized file entries.
26991         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
26993 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
26995         * Upgraded scintilla to 1.4.
26996         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
26997                 LexLisp.cxx StyleContext.cxx StyleContext.h
26998         * src/Makefile.am: Added 4 lexers and separated lexer objects
26999                 from the main link variable.
27001 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27003         * THANKS: added Luca, even if it shouldn't be my role to write
27004           this sort of thing :)
27006         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27007           the latest Luca patch.
27009 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27011         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27012         This is not documented yet; plugins to come later.
27013         * src/find*.c: find dialogs now persistent 
27014         (Rick <rikul@bellsouth.net>)
27015         * widgets/gnomefilelist.c: fixed multiple file open issue 
27016         (Rick <rikul@bellsouth.net>)
27017         * changes to recent file and project lists handling 
27018         (lbell <lbell@tsc4.com>)
27019         * more minor UI updates (me)
27021 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27023         * src/Makefile.am: removed warnings for traditional C syntax
27024         * pixmaps: added new icons for mini_locals, mini_cvs and
27025         the splash screen - thanks to Misha <misha@phreaker.net>
27027 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27029         * src/toolbar.c: fix typo in tooltip text
27030         * ccview/cccmd.cc: alter Func to Function in menu text
27032 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27034         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27035         issue with find dialog reporting an error when Scintilla finds text
27036         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27037         DOS files (i.e. CR/LF translation)
27039 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27041         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27042         #452436
27043         * data/internal.properties: default fold style now set to 3 :-)
27044         * applied patch from rikul <null@acm.org> to turn notebook tab 
27045         headings red when file has been edited.
27047 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27049         * configure.in: Added "no" to ALL_LINGUAS.
27050         
27051 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27053     * Patch from lbell <lbell@tsc4.com>
27054     src/controls.c
27055     src/debugger.c
27056     src/main_menubar.c
27057     src/main_menubar.h
27058     src/main_menubar_def.h
27059     src/mainmenu_callbacks.c
27060     src/mainmenu_callbacks.h
27061     src/project_dbase.c
27062     src/project_dbase.h
27063     
27064     Implemented a check menu item to handle the 'show locals' flag
27065     for the current project.
27067     * data/internal.properties: Removed the redundant command
27068     for gnome-terminal.
27069     
27070 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27072         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27074 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27076         * configure.in: Added "ta" to the languages list.
27078 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27080         * data/internal.properties:
27081           added fold.symbols property to control appearance of folds
27082           in the Scintilla editor (thanks to rikul <null@acm.org>)
27084 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27086         * src/message.c:
27087           one extra button for message win is being created -- Fixed.
27088         
27089           The frame should be hidden and not only the pix_lab when
27090           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27091           -- Fixed.
27092         
27093         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27094           for the time being it is same as mini_cvs.xpm.
27095         
27096 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27098         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27100         Patch from rikul <null@acm.org>
27101         
27102         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27103         glades.h, messages.c, messages.h, pixmaps.h,
27104         project_dbase.c, project_dbase.h, session.c,
27105         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27106         
27107         inserted 'add to watch' option in inspect window, so you can add easily
27108         a variable in watch window .
27109         
27110         Added a new message pane for the gdb local variables inspection. Changed
27111         the code in messages.c to better account for future new panes insertion.
27112         Defined a new pixmap for the new tab button in pixmaps.h
27113         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27114         install script.
27115         
27116         Changed the debugger module to have a single function for asking to gdb
27117         to send program info. The idea is to ask the debugger about only the
27118         info needed to open windows( watch, registers, etc ) to speedup the step
27119         command. I plan to ask informations to the debugger based on the user
27120         interface status.
27121         The request for local variables is enabled by default, but the
27122         projectDBase has a variable to control it, to allow disabling that
27123         feature,  there is also the code to save and to reload the state. If you
27124         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27125         in project_dbase.c
27127         This big patch is from:  lbell <lbell@tsc4.com>
27128         
27129 2001-09-20  Stephane Demurget <demurgets@free.fr>
27131         Patch from rikul <null@acm.org> :
27133         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27134           problem and added folding support for php/hmtl.
27136 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27138         * Fixed dnd of files within scintilla.
27139         patch from:  rikul <null@acm.org>
27140         
27141 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27143         * Applied patch from Luca.
27144         
27145         * src/source.c: source_write_build_files(): Fixed the project generation
27146           failure. The fist return statement and the free_project_type were 
27147           misplaced.
27149 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27150         
27151         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27152         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27153         
27154         1) Restore the error color to red (waiting for a configurable one )
27155         2) Saving projects settings if you exit anjuta without closing an open
27156         saved project
27157         3) New Menu 'repaeat search' to search with a keystroke without pressing
27158         the toolbar button
27159         4) some define in the menus to better handle menu item update
27160         
27161         Patch from: lbell <lbell@tsc4.com>
27162         
27163         * main_menubar_def.h, main_menubar.c: Change the position of
27164         "Repeat find" menu position.
27166 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27168          project_type.h, project_type.c, source.c: Applied patch.
27169          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27170          
27171 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27173         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27174         
27175 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27176         
27177         * Fixed bug #445752
27178   
27179 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27180         
27181         * Fixed bugs in Gtk-- and Gnome-- project type
27183 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27185         * dnd.c: Support for multiple files drag-n-drop.
27186         
27187           Patch from: rikul <null@acm.org>
27188         
27189         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27190           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27191           saving from menu.
27192         
27193           Patch from: rikul <null@acm.org>
27195         * Applied patch for widgetizing goto dialog box.
27196           Patch from: ???
27197         
27198         * Applied patch for having new project type handling.
27199           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27200           
27201 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27203         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27204           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27205           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27206           find_replace.c, find_replace.h, find_text.c, find_text.h,
27207           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27208           project_dbase.h, source.c, text_editor.c, text_editor.h,
27209           text_editor_cbs.c, utilities.c, utilities.h:
27210         
27211           Applied a huge patch (after slight preview). I would like Luca
27212           to have his feature additions mentioned here.
27213         
27214           Patch from: lbell <lbell@tsc4.com>
27216 2001-09-09  Stephane Demurget <demurgets@free.fr>
27218         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27220         * po/fr.po: updated to the latest sources.
27223 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27224         
27225         * Fixed bug #445752
27226   
27227 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27229         * dnd.h, dnd.c: New files for drag n drop support.
27230                 
27231         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27232            Added drag and drop support for opening files.
27233         
27234         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27235         Archit Baweja <bighead@crosswinds.net> for this idea.
27236         
27237         * TODO: Added some more todos. :-(
27239 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27241         * Fixed the goto line activate bug.
27242         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27244 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27245         
27246         * Fixed bugs in Gtk-- and Gnome-- project type
27248 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27250         * widgets/gonmefilelist.c, gnomefilelist.c:
27251         Modified multiple selection on pressing control.
27252           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27253         
27254         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27255         Modified multiple selection on pressing control.
27256           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27257         
27258 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27260         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27261           This is useless; but just in case...
27263 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27265         * data/internal.properties: modified a bit of perl properties.
27266         
27267 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27269         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27270           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27271           Added support for multiple file imports. Changed the standrd C++
27272           convention of #include <file> to #include <file.h>, because I had given
27273           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27274           now support the #include <file> convention. That is something to be fixed :). 
27275           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27277 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27279         * src/anjuta.c: Added function static greetings_text(), to solve the non
27280                 translation of the greetings text in the wizard.
27281                 
27282 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27284         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27285           dialogs, with OK the default (fix bug #453482)
27287 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27289         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27290         
27291         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27292         
27293 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27295         * src/aneditor.cxx
27296           src/aneditor.h
27297           src/anjuta_cbs.c
27298           src/controls.c
27299           src/main_menubar.c
27300           src/main_menubar.h
27301           src/main_menubar_def.h
27302           src/mainmenu_callbacks.c
27303           src/mainmenu_callbacks.h:
27304                 Applied the patch that addes menu items which allow users to
27305                 insert GPL notice and date time in current document.
27306                 patch from: Rick Patel <rikul@shreve.net>       
27307                 
27308         * src/main_menu.c: Fixed a compilation error.
27309         
27310         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27311         
27312         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27313           about the unterminated strings.
27314           
27315         * scintilla/*: Updated scintilla to 1.3.9 version.
27316         
27317 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27318         
27319         * widgets/gnomefileselection.c:
27320           Applied the patch for fixing multiple selection of file open funcion,
27321           which will deselect the files selected.
27322           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27324 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27326         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27327           src/fileselection.c, src/anjuta_cbs.c:
27328           Applied the patch     for multiple selection of file open.
27329           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27330           
27331 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27333         * Removed "-f" option in call to devhelp, because devhelp no longer
27334           supports that.
27335         
27336 2001-08-26  Stephane Demurget <demurgets@free.fr>
27338         All these modifications have been pointed out by
27339         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27341         * data/internal.properties: two fixes for the PHP lexer.
27342           this out.
27344         * fr.po: minor fixes.
27346         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27348 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27349         
27350         * main_menubar.c,
27351           main_menubar.h,
27352           main_menubar_def.h,
27353           main_menubar_callbacks.c,
27354           controls.c:
27355                 Added new menu item for "close all fils".
27356                 (Patch from Rikul <rikul@shreve.net>, after revision)
27357         
27358         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27359         
27360         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27361                 (Patch from Rikul <rikul@shreve.net>)
27362         
27363         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27364                 (Patch from Rikul <rikul@shreve.net>)
27366 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27367         
27368         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27369            project name in application widzard.
27370            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27372         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27373           of the 'OK' button there is an 'Execute' one.
27374           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27375         
27376         * executer.c: Changed cancel button to close button. That was more appropriate.
27377           
27378 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27380         * HACKING: corrected >>>>>> Config management.
27381         
27382         * HACKING: Added many things.
27383         
27384         * src/launcher.h: Added some comments.
27386 2001-08-21  Stephane Demurget <demurgets@free.fr>
27388         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27390         * HACKING,
27391           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27392           src/appwizard_cbs.c,
27393           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27394           Andy Piper <andy.piper@freeuk.com>
27396         * po/fr.po: updated to latest sources.
27398         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27401 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27403         * Fixed bugs #450280 and #448845
27405         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27406         
27407         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27408           named dialogs
27409         
27410         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27411           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27412           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27413           names to remove "Anjuta: " prefix
27414           
27415         * src/main_menubar_def.c: altered a message
27416         
27417         * launcher/anjuta_launcher.c: cleaned up some messages
27419         * src/debugger.c: edited messages to improve clarity
27420         
27421         * src/app_wiz*.c: tidied wizard interface
27424 2001-08-15  Stephane Demurget <demurgets@free.fr>
27426         Synced Naba's fix and mine about the wizards not working and removed
27427         anjuta.prj to avoid a nasty checkin.
27429         * Makefile.am: removed the install-data-local rule.
27431         * data/Makefile.am: changed the list of files.
27433         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27435         * .cvsignore: added anjuta.prj for the same reason.
27438 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27440         * src/source.c: Fixed a bug that fails new gnome projects to get
27441           created.
27443         * src/project_manager.c: Fixed a bug that disables storing recent
27444           project history.
27446         * Makefile.am: Added stuffs to install the macro files in the
27447           anjuta share file.
27450 2001-08-14  Stephane Demurget <demurgets@free.fr>
27452         * data/Makefile.am: added some rules to support the gnome/ macros
27453           dir in order to make the wizards work again.
27455         * anjuta.spec.in: upped the release number.
27458 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27460         * configure.in (ALL_LINGUAS): Added pl.
27463 2001-08-09  Stephane Demurget <demurgets@free.fr>
27465         * anjuta.spec.in: fixed the doc files list.
27468 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27470         * src/about.c: corrected my email address. :-)
27471         
27472         * TODO: Updated.
27473         
27474         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27475          (patch from Andy Piper <squiggle@ukgateway.net>)
27477 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27479         * debugger.c: Fixed a bug associated with debugging threaded
27480           application.
27481         
27482         * text_editor_menu.c: Fixed broken ui in text editor
27483           pop up menu.
27484           
27485         * text_editor_menu.c: Now the option sub menu in text editor pop up
27486           works.
27487         
27488         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27489                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27490         
27491 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27493         * src/text_editor_menu.c: Added menu item for context help
27494           (patch from Andy Piper <squiggle@ukgateway.net>)
27495         
27496 2001-08-06  Stephane Demurget <demurgets@free.fr>
27498         * ccview/cccproj.cc: added missing i18n strings.
27500         * data/welcome.txt: bumped version to 0.1.6.
27502         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27504 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27505         
27506         * help.c, help.h: Added support for DevHelp context sensitive help
27507                 and gnome api browsing.
27508         * Fixed toolbars and editor views "not save" bug.
27509         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27510           (patch from Andy Piper <squiggle@ukgateway.net>)
27511         * Updated THANKS and chapter15.sgml for uk and ru translators.
27513 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27515         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27516         * Updated configure.in to include these changes
27517         
27518 2001-08-03  Stephane Demurget <demurgets@free.fr>
27520         * src/project_dbase_gui.c: fixed bug #446963
27521           (on_project_dbase_ccview_update_start),
27522           (on_project_dbase_ccview_update_end): added.
27523           These two respectively disable and enable close file/project
27524           menu entries and toolbar items, while the ccview part updates
27525           its tag database.  
27528 2001-08-03  Stephane Demurget <demurgets@free.fr>
27530         * configure.in: added sv to the ALL_LINGUAS list.
27531         
27533 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27535         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27536                 file to work: merge translations and distribute it.
27538         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27540         * NEWS, README, THANKS & TODO: Spelling fixes.
27542 2001-08-01  Stephane Demurget <demurgets@free.fr>
27544         * README: updated requirements.
27546         * scintilla/Makefile.am,
27547           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27548           target can't be realized (custom build path).
27550         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27551           Removed install-data-local.
27553         * src/compiler_options.c: changed the include paths of the pixmaps.
27554           we hadn't any warning because of the include paths passed to the
27555           compiler. Thanks to make distcheck for reporting this.
27558 2001-07-31  Stephane Demurget <demurgets@free.fr>
27560         * NEWS, THANKS: updated.
27562         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27563           fixed to show the correct kernel signal number and its description.
27565         * widgets/gnomefilelist.c: fixed bug #445756
27566           (goto_last): renamed to goto_prev and changed according to goto_next.
27567           (goto_next): added.
27568           (goto_directory): removed.
27569           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27570           returned value is now the position in the list.
27571           (check_ok_button_cb): changed the back check and added one for next.
27572           (gnome_filelist_set_dir): the check in history make it wouldn't be
27573           a "true" history. polished the whole thing, using set_dir_internal.
27574           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27575           there's no check in the history when using back or next.
27577         * manuals/*: added missing .cvsignore files.
27580 2001-07-30  Stephane Demurget <demurgets@free.fr>
27582         * po/fr.po: updated to latest sources.
27584         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
27585           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
27586           to put off their sensitive attributes.
27588 2001-07-29  Stephane Demurget <demurgets@free.fr>
27589         
27590         * po/fr.po: fixed some grammar things.
27591           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
27592           this out.
27593         
27594         * src/utilities.c: (file_is_link): use lstat instead of stat.
27596 2001-07-27  Naba Kumar <kh_naba@123india.com>
27597         
27598         * Remove help dir from cvs, because it is no longer
27599           needed.
27600         
27601         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
27602           needed.
27604 2001-07-24  Naba Kumar <kh_naba@123india.com>
27606         * debugger.c: (debugger_update_prog_status): Fixed
27607                 the bug with gdb version 5. Debugger starts, when
27608                 step in/out/over etc are clicked.
27609         
27610         * debugger.c: All functions: added debugging codes.
27611         
27612         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
27613         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
27614           Modified to recognize non project files also.
27615           
27616         * source.c: (source_write_configure_in):
27617           Added source for 'prefix' counterparts for
27618           no-prefix AC_SUBST.
27619         
27620 2001-07-23  Naba Kumar <kh_naba@123india.com>
27621         
27622         * anjuta.c: added function anjuta_remove_text_editor();
27623           and suitably modified anjuta_remove_current_text_editor().
27624           
27625         * project_dbase.c: project_dbase_close(), Added code to
27626           close all opened files that belong to the project when
27627           the project is closed.
27628          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
27629         
27630         * Updated the manuals/anjuta-manual subdir for GDP standards.
27631            (patch from Andy Piper <squiggle@ukgateway.net>)
27632         
27633         * main_menubar.h, main_menubar.def: Added Menu items to handle
27634           urls for library references, bugs, patches and feature request
27635           submission.
27636         
27637 2001-07-20  Naba Kumar <kh_naba@123india.com>
27638         
27639         * Set wmclass names in all windows.
27640           (patch from Andy Piper <squiggle@ukgateway.net>)
27641         * New splash logo from "Misha" <misha@phreaker.net>);
27643 2001-07-19  Naba Kumar <kh_naba@123india.com>
27644         
27645         * preferences.[h,c], preferences_gui.c: Added 4 properties to
27646           set caret color, calltip back color and selection fore/back
27647           color.
27649 2001-07-18  Naba Kumar <kh_naba@123india.com>
27650         
27651         * project_dbase.c: Closes all files when project is closed.
27652          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27653          -- We still need to refine this as it closes all sort of files.
27654         
27655         * compiler_options.c: Fixed seg-fault bug when last item in
27656           compiler option lists is removed.
27657         
27658         * Fixed missing newline warnings during compilation.
27659           (patch from Andy Piper <squiggle@ukgateway.net>)
27661 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
27663         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
27664                 autogenerated no need to store'em in CVS.
27666         * ccview/.cvsignore: Addition of cvsignore.
27668 2001-07-17  Naba Kumar <kh_naba@123india.com>
27669         
27670         *GUI fixes and spell corrections
27671         (patch from Andy Piper <squiggle@ukgateway.net>)
27673 2001-07-15  Naba Kumar <kh_naba@123india.com>
27674         
27675         *Fixed double error message for file not found.
27676         
27677         *Put white backgrounds for png images.
27678         
27679         *Converted '-' to '_' in sgml files.
27681 2001-07-14  Naba Kumar <kh_naba@123india.com>
27682         
27683         * project_dbase.c: Short-cut for expand/collasp project tree
27684         
27685         * project_dbase_gui.c:
27686          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27688 2001-07-13  Naba Kumar <kh_naba@123india.com>
27689         
27690         * notebook.[h,c]: Added
27691          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27692         Project/message window now toggles on control and
27693         and notebook switch short-cut
27695 2001-07-7  Naba Kumar <kh_naba@123india.com>
27696         
27697         * Changed a new icon set which looks more gnomish.
27698         
27699         * Changed a new anjuta splash logo.
27700         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
27702 2001-07-6  Naba Kumar <kh_naba@123india.com>
27703         
27704         * ccview/*: Integrated ccview for class view and file view
27705                 in the project Manager.
27706         
27707         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
27709 2001-07-1  Naba Kumar <kh_naba@123india.com>
27710         
27711         * scintilla/*: Upgraded Scintilla to version 1.3.7
27712         
27713         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
27714         
27715 2001-06-28  Naba Kumar <kh_naba@123india.com>
27716         
27717         * src/debugger.c: Correct step-over and step-out swapping.
27718         
27719         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
27720           chapters and added more stuffs.
27722 2001-06-13  Naba Kumar <kh_naba@123india.com>
27723         
27724         * data/autogen.sh.gtkmm: Added
27725         
27726         * data/autogen.sh.gnomemm: Added
27727         
27728         * src/appwiz.c: Added two more application wizard templetes
27729         
27730         * src/project: for gtk-- and gnome-- and proper support
27731         
27732         * src/source.c: for c++ in the project configuration.
27733         
27734         * src/source.h:
27736 2001-05-05  Naba Kumar <kh_naba@123india.com>
27738         * Merged my pre-cvs modifications with 
27739           the current cvs copy.
27741         * (lot of files change).
27743         * Implemented session management.
27745         * Local installation possible by
27746           manageing our own pixmaps paths
27747           manupulations.
27748         
27749         * resources.h: Added.
27750         * resources.c: Added.
27752         * Fixed some bugs.
27753         
27754 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
27756         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
27757                 Corrected/extended ignores.
27759 2001-05-04  Naba Kumar <kh_naba@123india.com>
27761         * manuals/: dir tree added.
27762           Sgml documentation started in this dir.
27763           
27764         * omf-install/: dir tree added.
27765         
27766         * manuals/anjuta-manual/C/anjuta-manual.sgml:
27767           Created initial document structure.
27768           
27769         * configure.in: Added test for scrollkeeper.
27770           Added some Makefile entries in AC_OUTPUT.
27771         
27772         * Makefile.am: Added subdir manuals/
27773         
27774         * HACKING: Wrote something stupid.
27776 2001-05-02  Stéphane Démurget <demurgets@free.fr>
27778         * Makefile.am: Added ChangeLog in local data list, becaused it's
27779           needed to create a new project.
27780           
27781         * po/fr.po: minor fixes.
27783         * src/build_file.c, src/configurer.c, src/debugger.c,
27784           src/executer.c, src/find_replace.c, src/gnome_project.c,
27785           src/goto_line.c, src/launcher.c, src/messages.c, 
27786           src/preferences.c src/project_dbase.c: functions declared static.
27787           
27788         * widgets/gnomefilelist.c: Fixed a project creation bug,
27789           introduced with latest changes.
27791 2001-05-01  Stéphane Démurget <demurgets@free.fr>
27793         * widgets/gnomefilelist.c,
27794           BUGS: Fixed an annoying bug preventing from loading files/project
27795           given on the command line. Polished the whole gnome_filelist widget.
27797 2001-04-27  Stéphane Démurget <demurgets@free.fr>
27799         * src/main.c,
27800           src/anjuta.c,
27801           src/anjuta.h: Polished the command line parsing.
27803         * BUGS: Need to clean that damn gnome_filelist widget.
27805 2001-04-25  Stéphane Démurget <demurgets@free.fr>
27807         * src/registers.c,
27808           src/sharedlib.c,
27809           src/signals.c: Removed duplicated includes.
27811         * po/fr.po: minor fixes.
27813         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
27814           create_compiler_options_page? () declared static.
27815         * src/main.c,
27816           src/anjuta.c: Put a command line option for disabling
27817           the splashscreen.
27819         * src/preferences_gui.c: Fixed an internationalization issue,
27820           other functions declared static.
27822         * src/gnome_project.c: Fixed some memory leaks,
27823           new_prj_terminated () declared static. 
27825 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
27827         * configure.in: Sort ALL_LINGUAS alphabetically.
27829 2001-04-22  Stéphane Démurget <demurgets@free.fr>
27831         * Emptied that ugly old Changelog.
27833 == Anjuta 0.1.5 ===
27834 == Anjuta 0.1.4 ==
27836 2001-03-10 Naba kumar  <naba@gnome.org>
27838         * src/gnome_project.c: Fixed project dir creation bug.
27840         * src/text_editor.c: Fixed double accelerators bug.
27841         
27842         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
27844         * src/stack_trace.c, * src/compiler_options.c,
27845         data/internals.properties, src/defaults.c:
27846         Fixed pixmap creation with NULL window.
27848         * src/commands.c, src/preferences_gui.c, src/build_project.c
27849         src/clean_project.c: Bug fix.
27850         
27851         * src/main_menubar_def.h: i18n bug fix.
27852         
27853         * src/executer.h, src/executer.c: Bug fix.
27854         
27855         * src/controls.c: Bug fix.
27856         
27857         * src/debugger.c: Debugger now takes program args.
27858         
27859         * po/ja.po: Added japanese translation file.
27860         
27861         Upgraded to ver 0.1.4
27862         ... Fixed other minor bugs.
27864 == Anjuta 0.1.3 ===
27866 2001-XX-XX Naba kumar  <naba@gnome.org>
27868         * Lots of unaccountable changes. Integrated scintilla.
27869         Redesigned Project managemet. Added supports for other languages.
27870         Java style properties managements. .... blah blah
27871         
27872 2000-11-11 Naba kumar  <naba@gnome.org>
27874         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
27875         Upgraded to version 0.1.3.
27877         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
27878         Fixed to activate Debug->add watch properly.
27880 === Anjuta 0.1.2 beta_2 ===
27881 === Anjuta 0.1.2 ===
27883 2000-11-05 Naba kumar  <naba@gnome.org>
27885         * src/compiler_options.c, src/compiler_options_cbs.c
27886         src/compiler_options_cbs.h, src/compiler_options_gui.c
27887         src/anjuta2.c, extra/stock_libs.anj (new),
27888         extra/README.stock_libs (new), htmls/page13.html,
27889         htmls/images/*: Improved Library settings GUI. Can now enable/disable
27890         added libraries. Stock libs provided for ease of entry. Modified
27891         help html file accordingly.
27893 2000-11-03 Naba kumar  <naba@gnome.org>
27895         * README: Minor fixes in Doc files.
27897         * src/gnome_prj.c, src/appwidzard_cbs.c:
27898         Fixed to ignore non-existant dir for blank prj.
27899         More checking in project creation, especially to confirm
27900         that the prj file already does not exist.
27902         * anjuta.spec, configure.in: Upgraded to version 0.1.2
27904         * src/controls.c: Now Menu item "Format/Detach current document"
27905         is inactive when there is no document opened.
27907 === Anjuta 0.1.1 ===
27909 2000-11-01 Naba kumar  <naba@gnome.org>
27911         Completed and Release of first version (Beta) with lots of bugs.
27913 1999-12-27 Naba kumar  <naba@gnome.org>
27915         Anjuta project started.