2008-04-12 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blob74b060cd627c379554a3877b27019cac22bfd515
1 2008-04-12  Johannes Schmid  <jhs@gnome.org>
3         * plugins/search/Makefile.am:
4         * plugins/search/anjuta-search.glade:
5         * plugins/search/anjuta-search.ui:
6         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
7         (on_find_and_replace1_activate), (on_find_in_files1_activate),
8         (on_findnext1_activate), (on_findprevious1_activate),
9         (on_prev_occur), (on_next_occur), (activate_plugin),
10         (deactivate_plugin), (dispose), (finalize),
11         (search_plugin_class_init):
12         * plugins/search/plugin.h:
13         * plugins/search/search-replace.c (search_and_replace_init),
14         (search_and_replace), (write_message_pane), (on_message_clicked),
15         (save_not_opened_files), (replace_in_not_opened_files),
16         (search_replace_next_previous), (search_replace_next),
17         (search_replace_previous), (sr_get_gladewidget),
18         (search_set_popdown_strings), (search_set_popdown_map),
19         (search_select_item), (search_set_combo), (search_set_action),
20         (search_set_target), (search_set_direction),
21         (search_get_item_combo), (search_get_item_combo_name),
22         (search_direction_changed), (populate_value), (reset_flags),
23         (reset_flags_and_search_button), (search_start_over),
24         (search_end_alert), (max_results_alert), (nb_results_alert),
25         (search_show_replace), (modify_label_image_button),
26         (search_replace_populate), (show_jump_button),
27         (translate_dialog_strings), (create_dialog), (show_dialog),
28         (word_in_list), (list_max_items), (search_update_combos),
29         (replace_update_combos), (search_update_dialog),
30         (on_search_replace_delete_event),
31         (on_search_dialog_key_press_event),
32         (search_disconnect_set_toggle_connect),
33         (on_search_match_whole_word_toggled),
34         (on_search_match_whole_line_toggled),
35         (on_search_match_word_start_toggled), (on_search_regex_toggled),
36         (search_set_toggle_direction), (on_search_direction_changed),
37         (on_search_action_changed), (on_search_target_changed),
38         (on_search_expression_changed), (on_actions_no_limit_clicked),
39         (on_search_button_close_clicked), (on_search_button_stop_clicked),
40         (on_search_button_next_clicked), (search_replace_find_usage),
41         (on_search_button_jump_clicked), (on_search_expression_activate),
42         (on_search_full_buffer_toggled), (on_search_forward_toggled),
43         (on_search_backward_toggled), (on_setting_basic_search_toggled),
44         (basic_search_toggled), (anjuta_search_replace_activate):
45         * plugins/search/search-replace.h:
46         * plugins/search/search-replace_backend.c (pcre_info_free),
47         (pcre_info_new), (match_substr_free), (match_info_free),
48         (file_buffer_free), (file_buffer_new_from_te),
49         (file_buffer_new_from_path), (file_buffer_line_from_pos),
50         (file_match_line_from_pos), (create_search_files_list),
51         (get_project_file_list), (isawordchar), (extra_match),
52         (get_next_match), (create_search_entries), (regex_backref),
53         (clear_search_replace_instance), (clear_pcre),
54         (create_search_replace_instance):
55         * plugins/search/search-replace_backend.h:
56         Restored old search plugin - was a bad idea to merge this patch. Sorry!
58 2008-04-12  Johannes Schmid  <jhs@gnome.org>
60         * libanjuta/Makefile.am:
61         * libanjuta/libanjuta.h:
62         * plugins/document-manager/anjuta-document-manager.glade:
63         * plugins/document-manager/plugin.c:
64         * plugins/editor/text_editor.c (text_editor_finalize),
65         (convert_to_utf8), (load_from_file), (save_to_file):
66         * plugins/editor/text_editor.h:
67         * plugins/sourceview/Makefile.am:
68         * plugins/sourceview/anjuta-convert.c:
69         * plugins/sourceview/anjuta-convert.h:
70         * plugins/sourceview/anjuta-document-loader.c:
71         * plugins/sourceview/anjuta-document-saver.c:
72         * plugins/sourceview/anjuta-document.c:
73         * plugins/sourceview/anjuta-encodings.c:
74         * plugins/sourceview/anjuta-encodings.h:
75         * plugins/sourceview/anjuta-utils.c:
76         * plugins/sourceview/anjuta-utils.h:
77         * plugins/sourceview/anjuta-view.c:
78         * plugins/sourceview/sourceview.c:
79         
80         Move the encoding conversion infrastrcute to libanjuta and update all
81         users. Test all available encodings by default in scintilla editor
82         like sourceview is doing and removed encoding preferences
84         * plugins/search/search-replace_backend.c
85         (file_buffer_new_from_uri):
86         Fixed crasher
88 2008-04-11  Johannes Schmid  <jhs@gnome.org>
90         * plugins/search/anjuta-search.glade:
91         Various small improvements to the dialog
93 2008-04-11  Johannes Schmid  <jhs@gnome.org>
95         Patch from Ignacio Casal Quinteiro:
96         * plugins/file-loader/Makefile.am:
97         * plugins/file-loader/anjuta-recent-chooser-menu.c
98         (gtk_recent_chooser_iface_init),
99         (_anjuta_recent_chooser_install_properties),
100         (sort_recent_items_mru), (get_is_recent_filtered),
101         (_gtk_recent_chooser_get_items),
102         (anjuta_recent_chooser_menu_class_init),
103         (anjuta_recent_chooser_menu_init),
104         (anjuta_recent_chooser_menu_finalize),
105         (anjuta_recent_chooser_menu_dispose),
106         (anjuta_recent_chooser_menu_constructor),
107         (anjuta_recent_chooser_menu_set_property),
108         (anjuta_recent_chooser_menu_get_property),
109         (anjuta_recent_chooser_menu_set_current_uri),
110         (anjuta_recent_chooser_menu_get_current_uri),
111         (anjuta_recent_chooser_menu_select_uri),
112         (anjuta_recent_chooser_menu_unselect_uri),
113         (anjuta_recent_chooser_menu_select_all),
114         (anjuta_recent_chooser_menu_unselect_all),
115         (anjuta_recent_chooser_menu_set_sort_func),
116         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
117         (anjuta_recent_chooser_menu_get_recent_manager),
118         (anjuta_recent_chooser_menu_add_filter),
119         (anjuta_recent_chooser_menu_remove_filter),
120         (anjuta_recent_chooser_menu_list_filters),
121         (anjuta_recent_chooser_menu_set_current_filter),
122         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
123         (anjuta_recent_chooser_menu_create_item),
124         (anjuta_recent_chooser_menu_insert_item),
125         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
126         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
127         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
128         (get_icon_size_for_widget), (foreach_set_shot_tips),
129         (anjuta_recent_chooser_menu_set_show_tips),
130         (anjuta_recent_chooser_menu_new),
131         (anjuta_recent_chooser_menu_new_for_manager):
132         * plugins/file-loader/anjuta-recent-chooser-menu.h:
133         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
134         (activate_plugin), (dispose):
135         
136         Add separator to recent menu (#526932)
138         * plugins/search/Makefile.am:
139         * plugins/search/anjuta-search.glade:
140         * plugins/search/anjuta-search.ui:
141         * plugins/search/plugin.c (on_find1_activate),
142         (on_find_and_replace1_activate), (on_find_in_files1_activate),
143         (on_findnext1_activate), (on_findprevious1_activate),
144         (on_search_again_activate), (on_find_usage), (activate_plugin),
145         (deactivate_plugin), (dispose), (search_plugin_class_init):
146         * plugins/search/plugin.h:
147         * plugins/search/search-replace.c (anj_sr_execute),
148         (anj_sr_write_match_message), (on_message_clicked),
149         (anj_sr_set_search_string), (anj_sr_select_nearest),
150         (anj_sr_select_next), (anj_sr_select_previous),
151         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
152         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
153         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
154         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
155         (anj_sr_set_target), (anj_sr_set_direction),
156         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
157         (anj_sr_get_combo_id_active_value),
158         (anj_sr_conform_direction_change), (anj_sr_populate_value),
159         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
160         (anj_sr_end_alert), (anj_sr_max_results_alert),
161         (anj_sr_total_results_alert), (anj_sr_show_replace),
162         (anj_sr_modify_button), (anj_sr_populate_data),
163         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
164         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
165         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
166         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
167         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
168         (anj_sr_find_in_list), (anj_sr_trim_list),
169         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
170         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
171         (on_search_dialog_delete_event), (on_search_dialog_key_press),
172         (anj_sr_disconnect_set_toggle_connect),
173         (on_search_match_whole_word_toggled),
174         (on_search_match_whole_line_toggled),
175         (on_search_match_word_start_toggled), (on_search_regex_toggled),
176         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
177         (on_search_direction_changed), (on_search_action_changed),
178         (on_search_target_changed), (on_search_expression_changed),
179         (on_search_button_close_clicked), (on_search_button_stop_clicked),
180         (on_search_button_start_clicked),
181         (on_search_button_replace_clicked),
182         (on_search_expression_activate):
183         * plugins/search/search-replace.h:
184         * plugins/search/search-replace_backend.c (regex_backref),
185         (pcre_info_free), (pcre_info_new), (match_substr_free),
186         (match_info_free_subs), (editor_new_from_file_buffer),
187         (file_buffer_new_from_te), (file_buffer_new_from_uri),
188         (file_buffer_free), (file_buffer_get_byte_offset),
189         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
190         (file_buffer_find_lines), (file_buffer_freshen_lines),
191         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
192         (file_buffer_get_linetext_for_line), (save_file_buffer),
193         (replace_in_local_buffer), (get_search_files_list),
194         (get_project_files_list), (isawordchar), (extra_match),
195         (get_next_match), (create_search_entries), (clear_search_entries),
196         (search_get_default_data), (search_replace_data_new),
197         (clear_search_replace_instance), (search_replace_data_destroy),
198         (search_replace_init):
199         * plugins/search/search-replace_backend.h:
200         * plugins/search/search_preferences.c (removed):
201         * plugins/search/search_preferences.h (removed):
202         
203         Merged the UI changes from bug #511688 and simplified the search dialog
205 2008-04-10  Johannes Schmid <jhs@gnome.org>
207         * plugins/symbol-db/symbol-db-engine.c:
208         * plugin.c:
209         Check for ctags binary (#516123)
211 2008-04-09  Massimo Cora'  <maxcvs@email.it>
213         * plugins/symbol-db/symbol-db-engine.c
214         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
215         (sdb_engine_get_query_parameters_list),
216         (sdb_engine_free_cached_queries),
217         (sdb_engine_get_tuple_id_by_unique_name),
218         (sdb_engine_get_tuple_id_by_unique_name2),
219         (sdb_engine_get_tuple_id_by_unique_name3),
220         (symbol_db_engine_add_new_workspace),
221         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
222         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
223         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
224         (sdb_engine_add_new_sym_implementation),
225         (sdb_engine_add_new_heritage),
226         (sdb_engine_add_new_scope_definition),
227         (sdb_engine_add_new_tmp_heritage_scope),
228         (sdb_engine_second_pass_update_scope_1),
229         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
230         (on_scan_update_files_symbols_end),
231         (symbol_db_engine_update_project_symbols):
232         GdaSet *plist is now used globally for every prepared statement.
233         It won't be created/unreffed at every query.
235 2008-04-09  Johannes Schmid  <jhs@gnome.org>
237         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
238         Fixed crasher when deactivating symbol-db plugin
240 2008-04-08  Johannes Schmid  <jhs@gnome.org>
242         * plugins/symbol-db/symbol-db-engine.c
243         (sdb_engine_populate_db_by_tags):
244         Don't use transactions - uses only half of the time now!
246 2008-04-08  Massimo Cora'  <maxcvs@email.it>
248         * plugins/symbol-db/symbol-db-engine.c
249         (sdb_engine_prepare_symbol_info_sql),
250         (symbol_db_engine_get_global_members_filtered):
251         * plugins/symbol-db/symbol-db-view.c
252         (sdb_view_load_symbol_pixbufs),
253         (sdb_view_build_and_display_base_tree):
254         fixed global tab icons. Libgda could not understood the right fields, now it
255         does.
257 2008-04-07  Johannes Schmid  <jhs@gnome.org>
259         * plugins/language-support-cpp-java/cpp-java-assist.c
260         (completion_compare), (create_completion),
261         (cpp_java_assist_create_word_completion_cache):
262         
263         Only show () for functions/methods and macros with arguments. Does not work
264         with symbol-db yet but fixes things for symbol-browser
266 2008-04-07  Johannes Schmid  <jhs@gnome.org>
268         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
269         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
270         (sdb_engine_add_new_sym_implementation):
271         
272         Fixed some issues with caching
274 2008-04-07  Johannes Schmid  <jhs@gnome.org>
276         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
277         (on_importing_project_end), (project_root_added),
278         (symbol_db_activate), (symbol_db_deactivate):
279         * plugins/symbol-db/plugin.h:
280         
281         Give the symbol-db it's own progress bar because there are too many
282         interactions with the global status bar.
284 2008-04-07  Johannes Schmid  <jhs@gnome.org>
286         * plugins/symbol-db/symbol-db-view-locals.c
287         (sdb_view_locals_create_new_store):
288         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
289         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
290         (symbol_db_view_open):
291         
292         Sort symbol trees
294 2008-04-07  Johannes Schmid  <jhs@gnome.org>
296         * plugins/sourceview/sourceview.c (idocument_cut),
297         (idocument_copy), (idocument_paste):
298         Block insert-text signal on cut/copy/paste
300 2008-04-07  Johannes Schmid  <jhs@gnome.org>
302         * plugins/symbol-db/plugin.c (on_char_added),
303         (on_single_file_scan_end):
304         Only update buffer when a newline is inserted
305         
306         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
307         (sdb_engine_get_tuple_id_by_unique_name),
308         (sdb_engine_get_tuple_id_by_unique_name2),
309         (sdb_engine_get_tuple_id_by_unique_name3),
310         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
311         (sdb_engine_finalize), (symbol_db_engine_db_exists),
312         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
313         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
314         Precompute file_defined_id to speed up population
316 2008-04-06  Johannes Schmid  <jhs@gnome.org>
318         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
319         (anjuta_launcher_set_encoding):
320         Fixed some problems with binary streams needed by symbol-db
321         
322         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
323         Removed DEBUG_PRINT
324         
325         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
326         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
327         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
328         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
329         (sdb_engine_add_new_sym_implementation),
330         (on_scan_update_files_symbols_end):
331         Use some caching to speed up population
332         
333         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
334         Exit properly when scanning is over
336 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
338         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
339         One additional change missed in the previous commit
341 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
343         * plugins/project-wizard/templates/gtkmm.wiz,
344         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
345         plugins/project-wizard/templates/gtkmm/src/main.cc,
346         plugins/project-wizard/templates/django.wiz,
347         plugins/project-wizard/templates/python.wiz,
348         plugins/project-wizard/templates/python/configure.ac.tpl,
349         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
350         plugins/project-wizard/templates/cpp.wiz,
351         plugins/project-wizard/templates/cpp/configure.ac.tpl,
352         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
353         plugins/project-wizard/templates/sdl.wiz,
354         plugins/project-wizard/templates/sdl/configure.ac.tpl,
355         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
356         plugins/project-wizard/templates/terminal.wiz,
357         plugins/project-wizard/templates/terminal/configure.ac.tpl,
358         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
359         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
360         plugins/project-wizard/templates/gtk.wiz,
361         plugins/project-wizard/templates/gtk/src/main.c,
362         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
363         plugins/project-wizard/templates/minimal.wiz,
364         plugins/project-wizard/templates/minimal/configure.ac.tpl,
365         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
366         plugins/project-wizard/templates/java.wiz,
367         plugins/project-wizard/templates/java/configure.ac.tpl,
368         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
369         plugins/project-wizard/templates/xlib.wiz,
370         plugins/project-wizard/templates/xlib/configure.ac.tpl,
371         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
372         plugins/project-wizard/templates/gcj.wiz,
373         plugins/project-wizard/templates/gcj/configure.ac.tpl,
374         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
375         plugins/project-wizard/templates/xlib-dock.wiz,
376         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
377         plugins/project-wizard/templates/wxwin.wiz,
378         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
379         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
380         plugins/project-wizard/templates/gnome.wiz,
381         plugins/project-wizard/templates/gnome/src/main.c,
382         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
383         plugins/project-wizard/templates/anjuta-plugin.wiz,
384         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
385         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
386         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
387         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
388         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
389         Fix bug #525999: Remove space in file and target names generated
390         by project wizard
391         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
392         has been renamed ianjuta_document_manager_get_current_document
394 2008-04-06  Naba Kumar  <naba@naba-desktop>
396         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
397         * libanjuta/anjuta-utils.h:
398         * plugins/project-wizard/druid.c (check_and_warn_missing),
399         (on_druid_next):
400         * plugins/project-wizard/header.c (npw_header_free),
401         (npw_header_add_required_program),
402         (npw_header_add_required_package),
403         (npw_header_check_required_programs), (package_is_installed),
404         (npw_header_check_required_packages):
405         * plugins/project-wizard/header.h:
406         * plugins/project-wizard/parser.c (parse_tag),
407         (parse_header_start), (parse_header_text):
408         * plugins/project-wizard/templates/anjuta-plugin.wiz:
409         * plugins/project-wizard/templates/cpp.wiz:
410         * plugins/project-wizard/templates/django.wiz:
411         * plugins/project-wizard/templates/gcj.wiz:
412         * plugins/project-wizard/templates/gnome.wiz:
413         * plugins/project-wizard/templates/gtk.wiz:
414         * plugins/project-wizard/templates/gtkmm.wiz:
415         * plugins/project-wizard/templates/java.wiz:
416         * plugins/project-wizard/templates/minimal.wiz:
417         * plugins/project-wizard/templates/mkfile.wiz:
418         * plugins/project-wizard/templates/python.wiz:
419         * plugins/project-wizard/templates/sdl.wiz:
420         * plugins/project-wizard/templates/terminal.wiz:
421         * plugins/project-wizard/templates/wxwin.wiz:
422         * plugins/project-wizard/templates/xlib-dock.wiz:
423         * plugins/project-wizard/templates/xlib.wiz:
425         Added a check for vital programs and packages needed to create a
426         new project. A warning dialog is shown to user in project
427         wizard when he proceeds after selecting a project type.
428         Updated all project templates to cover vital programs and
429         packages to generate and build correctly.
430         
431 2008-04-05  Naba Kumar  <naba@gnome.org>
433         patch from  surenspost@gmail.com:
434         * src/about.c: Fixed bug #523068 link in about window doesn't work.
436 2008-04-04  Johannes Schmid  <jhs@gnome.org>
438         * plugins/sourceview/anjuta-view.c:
439         * plugins/sourceview/anjuta-view.h:
440         * plugins/sourceview/sourceview-prefs.c (init_fonts),
441         (sourceview_prefs_init):
442         Removed unused color management code
443         
444         * plugins/sourceview/anjuta-editor-sourceview.glade:
445         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
446         (create_style_model), (on_style_changed), (ipreferences_merge),
447         (ipreferences_unmerge):
448         * plugins/sourceview/plugin.h:
449         
450         Added style chooser for sourceview editor (#522555)
452 2008-04-04  Johannes Schmid  <jhs@gnome.org>
454         * plugins/document-manager/action-callbacks.c:
455         * plugins/document-manager/anjuta-document-manager.ui:
456         * plugins/document-manager/plugin.c (ui_give_shorter_names),
457         (update_document_ui_disable_all):
458         * plugins/file-loader/anjuta-loader-plugin.ui:
459         * plugins/file-loader/plugin.c (on_new_activate),
460         (activate_plugin):
461         
462         Moved "New" action from document-manager to file-loader using 
463         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
465 2008-04-03  Johannes Schmid  <jhs@gnome.org>
467         * Makefile.am:
468         * configure.in:
469         * libegg/.cvsignore:
470         * libegg/Makefile.am:
471         * libegg/egg-cell-renderer-text.c:
472         * libegg/egg-combo-action.c:
473         * libegg/egg-entry-action.c:
474         * libegg/egg-recent-action.c:
475         * libegg/egg-recent-files-module.c:
476         * libegg/egg-recent-item.c:
477         * libegg/egg-recent-model.c:
478         * libegg/egg-recent-util.c:
479         * libegg/egg-recent-view-gtk.c:
480         * libegg/egg-recent-view.c:
481         * libegg/egg-submenu-action.c:
482         * libegg/eggcellrendererpopup.c:
483         * libegg/eggcomboselect.c:
484         * libegg/eggmarshalers.list:
485         * libegg/eggtreemodelfilter.c:
486         * libegg/eggtreemodelunion.c:
487         * libegg/eggtreemultidnd.c:
488         * libegg/gtkcellview.h:
489         * libegg/layout.glade:
490         * libegg/menu/.cvsignore:
491         * libegg/menu/Makefile.am:
492         * libegg/menu/egg-combo-action.h:
493         * libegg/menu/egg-entry-action.h:
494         * libegg/menu/egg-recent-action.h:
495         * libegg/menu/egg-submenu-action.h:
496         * libegg/menu/eggcomboselect.h:
497         * libegg/recent-files/.cvsignore:
498         * libegg/recent-files/Makefile.am:
499         * libegg/recent-files/egg-recent-item.h:
500         * libegg/recent-files/egg-recent-model.h:
501         * libegg/recent-files/egg-recent-util.h:
502         * libegg/recent-files/egg-recent-view-gtk.h:
503         * libegg/recent-files/egg-recent-view.h:
504         * libegg/recent-files/egg-recent.h:
505         * libegg/test-actions.c:
506         * libegg/test-multi-drag.c:
507         * libegg/test-union.c:
508         * libegg/treeviewutils/.cvsignore:
509         * libegg/treeviewutils/Makefile.am:
510         * libegg/treeviewutils/egg-cell-renderer-text.h:
511         * libegg/treeviewutils/eggcellrendererpopup.h:
512         * libegg/treeviewutils/eggtreemodelfilter.h:
513         * libegg/treeviewutils/eggtreemodelunion.h:
514         * libegg/treeviewutils/eggtreemultidnd.h:
515         * libegg/util/.cvsignore:
516         * libegg/util/Makefile.am:
517         * libegg/util/egg-macros.h:
518         * libegg/util/eggintl.h:
519         
520         Killed libegg (#349279)
521         
522         * plugins/document-manager/Makefile.am:
523         * plugins/document-manager/action-callbacks.c:
524         * plugins/document-manager/plugin.c:
525         * plugins/editor/plugin.c:
526         (on_open_recent_file), (sort_recent_menu),
527         (setup_recent_chooser_menu), (activate_plugin), (dispose),
528         (anjuta_file_loader_plugin_instance_init):
529         * plugins/file-loader/plugin.h:
530         * plugins/search/Makefile.am:
531         * plugins/search/plugin.c:
532         * plugins/search/search-replace.c:
533         
534         Removed dead code and libegg from Makefiles
535         
536         * plugins/symbol-browser/Makefile.am:
537         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
538         * plugins/symbol-browser/plugin.c (on_editor_saved),
539         (update_editor_symbol_model), (iter_matches),
540         (value_removed_current_editor), (activate_plugin):
541         Removed symbol-browser toolbar which used libegg and was
542         buggy (#451588)
543         
544         Patch from Ignacio Casal Quinteiro with lots of changes:
545         * plugins/file-loader/Makefile.am:
546         * plugins/file-loader/anjuta-loader-plugin.ui:
547         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
548         Port FileLoader to GtkRecent (#398984)
550 2008-04-03  Johannes Schmid  <jhs@gnome.org>
552         * configure.in:
553         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
554         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
555         * libanjuta/interfaces/libanjuta.idl:
556         * plugins/Makefile.am:
557         * plugins/class-inheritance/class-inherit.c
558         (class_inheritance_show_dynamic_class_popup_menu),
559         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
560         (class_inheritance_update_graph):
561         * plugins/language-support-cpp-java/cpp-java-assist.c
562         (create_completion),
563         (cpp_java_assist_create_scope_completion_cache),
564         (cpp_java_assist_create_word_completion_cache),
565         (cpp_java_assist_show_calltip):
566         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
567         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
568         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
569         (isymbol_get_extra_info_string), (isymbol_get_line),
570         (isymbol_get_icon), (isymbol_iface_init):
571         * plugins/symbol-browser/an_symbol.h:
572         * plugins/symbol-browser/an_symbol_view.c
573         (anjuta_symbol_view_get_file_symbol_model):
574         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
575         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
576         (isymbol_manager_iface_init):
577         * plugins/symbol-db/Makefile.am:
578         * plugins/symbol-db/anjuta-symbol-db.glade:
579         * plugins/symbol-db/plugin.c
580         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
581         (value_added_current_editor), (goto_local_tree_iter),
582         (goto_global_tree_iter), (on_global_treeview_row_expanded),
583         (on_global_treeview_row_collapsed), (on_project_element_added),
584         (on_project_element_removed), (on_importing_project_end),
585         (do_import_sources_after_abort), (do_import_sources),
586         (project_root_added), (project_root_removed), (symbol_db_activate),
587         (symbol_db_deactivate), (isymbol_manager_search),
588         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
589         (isymbol_manager_iface_init), (ipreferences_merge),
590         (ipreferences_unmerge), (ipreferences_iface_init):
591         * plugins/symbol-db/plugin.h:
592         * plugins/symbol-db/symbol-db-engine-iterator-node.c
593         (symbol_db_engine_iterator_node_new),
594         (sdb_engine_iterator_node_instance_init),
595         (sdb_engine_iterator_node_finalize),
596         (symbol_db_engine_iterator_node_get_symbol_id),
597         (symbol_db_engine_iterator_node_get_symbol_name),
598         (symbol_db_engine_iterator_node_get_symbol_file_pos),
599         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
600         (symbol_db_engine_iterator_node_get_symbol_signature),
601         (symbol_db_engine_iterator_node_get_symbol_extra_string),
602         (isymbol_get_name), (isymbol_get_args),
603         (isymbol_get_extra_info_string), (isymbol_get_uri),
604         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
605         (isymbol_iface_init):
606         * plugins/symbol-db/symbol-db-engine-iterator.c
607         (symbol_db_engine_iterator_new):
608         * plugins/symbol-db/symbol-db-engine.c
609         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
610         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
611         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
612         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
613         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
614         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
615         (sdb_engine_init), (sdb_engine_finalize),
616         (sdb_engine_set_defaults_db_parameters),
617         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
618         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
619         (sdb_engine_get_tuple_id_by_unique_name),
620         (sdb_engine_get_tuple_id_by_unique_name2),
621         (sdb_engine_get_tuple_id_by_unique_name3),
622         (symbol_db_engine_add_new_workspace),
623         (symbol_db_engine_project_exists),
624         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
625         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
626         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
627         (sdb_engine_add_new_sym_access),
628         (sdb_engine_add_new_sym_implementation),
629         (sdb_engine_add_new_heritage),
630         (sdb_engine_add_new_scope_definition),
631         (sdb_engine_add_new_tmp_heritage_scope),
632         (sdb_engine_second_pass_update_scope_1),
633         (sdb_engine_second_pass_update_heritage),
634         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
635         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
636         (on_scan_update_files_symbols_end),
637         (symbol_db_engine_fill_type_array),
638         (symbol_db_engine_update_files_symbols),
639         (symbol_db_engine_update_project_symbols),
640         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
641         (symbol_db_engine_update_buffer_symbols),
642         (symbol_db_engine_get_files_with_zero_symbols),
643         (sdb_engine_prepare_symbol_info_sql),
644         (symbol_db_engine_get_class_parents_by_symbol_id),
645         (symbol_db_engine_get_class_parents),
646         (symbol_db_engine_get_global_members_filtered),
647         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
648         (symbol_db_engine_get_scope_members_by_symbol_id),
649         (symbol_db_engine_get_scope_members),
650         (symbol_db_engine_get_file_symbols),
651         (symbol_db_engine_get_symbol_info_by_id),
652         (symbol_db_engine_get_full_local_path),
653         (symbol_db_engine_get_file_db_path),
654         (symbol_db_engine_find_symbol_by_name_pattern),
655         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
656         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
657         * plugins/symbol-db/symbol-db-engine.h:
658         * plugins/symbol-db/symbol-db-prefs.c
659         (on_prefs_executable_changed), (on_gconf_notify_prefs),
660         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
661         (on_listall_output), (on_listall_exit), (files_visit_dir),
662         (on_tag_load_toggled), (symbol_db_prefs_init),
663         (symbol_db_prefs_finalize):
664         * plugins/symbol-db/symbol-db-prefs.h:
665         * plugins/symbol-db/symbol-db-view-locals.c
666         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
667         (do_add_root_symbol_to_view),
668         (consume_symbols_inserted_queue_idle_destroy),
669         (consume_symbols_inserted_queue_idle), (on_scan_end),
670         (do_recurse_subtree_and_remove), (on_symbol_removed),
671         (on_symbol_inserted),
672         (symbol_db_view_locals_recv_signals_from_engine),
673         (symbol_db_view_locals_update_list):
674         * plugins/symbol-db/symbol-db-view.c
675         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
676         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
677         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
678         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
679         (sdb_view_build_and_display_base_tree):
680         * plugins/symbol-db/symbol-db.glade:
681         * plugins/symbol-db/symbol-db.ui:
682         * plugins/symbol-db/tables.sql:
683         * plugins/symbol-db/test/Makefile.am:
684         * plugins/symbol-db/test/main.c (get_parents), (main),
685         (packages_foreach), (files_visit_dir):
686         
687         Merged changes from symbol-db branch
689 2008-04-02  Johannes Schmid  <jhs@gnome.org>
691         * plugins/sourceview/sourceview.c (autodetect_language):
692         Use gnome_vfs_get_slow_mime_type()
694 2008-04-02  Johannes Schmid  <jhs@gnome.org>
696         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
697         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
698         (open_with_dialog):
699         
700         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
701         supertype instead no plugin for mime-type was found (#525706)
703 2008-03-31  Johannes Schmid  <jhs@gnome.org>
705         patch by: Carl-Anton Ingmarsson:
706         * src/anjuta.glade:
707         Fixed padding in preferences
709 2008-03-31  Johannes Schmid  <jhs@gnome.org>
711         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
713         * plugins/tools/anjuta-tools.glade:
714         * plugins/tools/anjuta-tools.ui:
715         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
716           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
717           atp_tool_dialog_refresh, atp_tool_dialog_show):
718         * plugins/tools/dialog.h (dialog, plugin):
719         * plugins/tools/plugin.c (prefs, gxml, action_group,
720           atp_plugin_finalize, test, atp_plugin_activate,
721           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
722           ipreferences_unmerge, ipreferences_iface_init):
723         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
724           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
725           atp_user_tool_activate, atp_tool_list_append_new,
726           atp_tool_list_activate, atp_tool_list_deactivate):
727         * plugins/tools/tool.h (plugin):
728         
729         #515854 – Move configuration into preferences
731 2008-03-31  Johannes Schmid  <jhs@gnome.org>
733         patch by: Carl-Anton Ingmarsson:
734         * src/anjuta-app.c (style, on_toolbar_style_changed,
735           on_add_merge_widget, anjuta_app_instance_init):
736         * src/anjuta.glade:
737         
738         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
740 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
742         * plugins/debug-manager/anjuta-debug-manager.glade,
743         plugins/debug-manager/command.c,
744         plugins/debug-manager/command.h,
745         plugins/debug-manager/start.c,
746         plugins/gdb/plugin.c,
747         plugins/gdb/debugger.c,
748         plugins/gdb/debugger.h,
749         libanjuta/interfaces/libanjuta.idl:
750         Improve start program dialog, allowing to specify working
751         directory and environment variables
753 2008-03-26  Naba Kumar  <naba@gnome.org>
755         * libanjuta/resources.c (anjuta_res_url_show): Use
756         anjuta_prog_is_installed() instead of g_find_program_in_path() and
757         fixed formatting.
759         Patch from Carl-Anton Ingmarsson:
761         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
762         * libanjuta/anjuta-utils.h:
763         * src/action-callbacks.c (help_activate),
764         (on_help_manual_activate), (on_help_tutorial_activate),
765         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
766         * libanjuta/Makefile.am:
767         Get rid of gnome_help_display_with_doc_id()
769 2008-03-26  Naba Kumar  <naba@gnome.org>
771         Patch from Carl-Anton Ingmarsson:
773         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
774         * plugins/project-import/project-import.c (on_import_cancel): Remove
775         stray GnomeDruid variable.
777 2008-03-26  Naba Kumar  <naba@gnome.org>
779         * plugins/project-import/project-import.c (create_start_page):
780         * plugins/project-wizard/druid.c (npw_druid_new):
781         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
782         
783         Fixed type 'assistent' to 'assistant'.
785 2008-03-25  Naba Kumar  <naba@gnome.org>
787         Patch from Carl-Anton Ingmarsson:
789         * libanjuta/Makefile.am:
790         * libanjuta/anjuta-ui.c (sensitivity_toggled),
791         (visibility_toggled), (accel_edited_callback),
792         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
793         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
794         (anjuta_ui_get_accel_editor):
795         * libegg/Makefile.am:
796         * libegg/eggaccelerators.c (removed):
797         * libegg/eggcellrendererkeys.c (removed):
798         * libegg/eggtreeviewstate.c (removed):
799         * libegg/test-tree-utils.c (removed):
800         * libegg/treeviewutils/Makefile.am:
801         * libegg/treeviewutils/eggaccelerators.h (removed):
802         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
803         * libegg/treeviewutils/eggtreeviewstate.h (removed):
805         Ports anjuta-ui to gtk_cell_renderer_accel
806         
807 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
809         Reviewed by Naba Kumar  <naba@gnome.org>
811         * plugins/project-import/Makefile.am:
812         * plugins/project-import/project-import.{ch}:
813         * plugins/project-import/anjuta-project-import.glade (removed):
814         * configure.in, po/POTFILES.in:
816         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
817         file because libglade doesn't have GtkAssistant support.
819 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
821         * plugins/debug-manager/registers.c:
822         Avoid a crash when debugger stop on an error
824         * plugins/debug-manager/start.c,
825         plugins/gdb/debugger.c,
826         libanjuta/interfaces/libanjuta.idl:
827         Display an error message when debugger target is not found
829 2008-03-15  Naba Kumar  <naba@naba-desktop>
831         * configure.in:
832         * data/Makefile.am:
833         * (removed) data/properties:
834         * (added) plugins/editor/properties:
835         * plugins/editor/Makefile.am:
837         Moved data/properties to plugins/editor/ and removed dead code from
838         Makefile.am files.
839         
840 2008-03-15  Naba Kumar  <naba@naba-desktop>
842         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
843         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
844         (macro_dialog_finalize):
845         * plugins/macro/macro-edit.c (macro_edit_dispose),
846         (macro_edit_finalize):
848         Fixed errors in previous patch.
849         
850 2008-03-15  Naba Kumar  <naba@naba-desktop>
852         Patch from Ignacio Casal Quinteiro:
854         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
855         (finalize):
856         * plugins/class-gen/plugin.c (dispose), (finalize):
857         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
858         (class_inheritance_dispose):
859         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
860         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
861         (dma_plugin_finalize):
862         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
863         (dma_debugger_queue_finalize):
864         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
865         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
866         (anjuta_docman_finalize):
867         * plugins/document-manager/plugin.c:
868         * plugins/editor/plugin.c (dispose), (finalize),
869         (editor_plugin_class_init):
870         * plugins/editor/text_editor.c (text_editor_dispose),
871         (text_editor_finalize):
872         * plugins/file-loader/plugin.c (dispose), (finalize),
873         (anjuta_file_loader_plugin_class_init):
874         * plugins/file-manager/plugin.c (file_manager_finalize),
875         (file_manager_dispose):
876         * plugins/file-wizard/plugin.c (dispose), (finalize),
877         (file_wizard_plugin_class_init):
878         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
879         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
880         * plugins/glade/plugin.c (glade_plugin_dispose),
881         (glade_plugin_finalize), (glade_plugin_class_init):
882         * plugins/gtodo/plugin.c (finalize), (dispose):
883         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
884         (anjuta_vim_plugin_dispose):
885         * plugins/indent/plugin.c (indent_plugin_finalize),
886         (indent_plugin_dispose):
887         * plugins/language-manager/plugin.c (language_manager_finalize),
888         (language_manager_dispose):
889         * plugins/language-support-cpp-java/plugin.c
890         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
891         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
892         (macro_db_class_init):
893         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
894         (macro_dialog_finalize), (macro_dialog_class_init):
895         * plugins/macro/macro-edit.c (macro_edit_dispose),
896         (macro_edit_finalize), (macro_edit_class_init):
897         * plugins/macro/plugin.c (finalize), (dispose):
898         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
899         (anjuta_msgman_finalize):
900         * plugins/message-view/message-view.c (message_view_dispose),
901         (message_view_finalize):
902         * plugins/message-view/plugin.c (message_view_plugin_dispose),
903         (message_view_plugin_finalize):
904         * plugins/patch/plugin.c (patch_plugin_finalize),
905         (patch_plugin_dispose):
906         * plugins/profiler/plugin.c (profiler_finalize),
907         (profiler_dispose):
908         * plugins/project-import/plugin.c (dispose), (finalize),
909         (project_import_plugin_class_init):
910         * plugins/project-manager/plugin.c
911         (project_manager_plugin_finalize),
912         (project_manager_plugin_dispose):
913         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
914         (npw_plugin_finalize), (npw_plugin_class_init):
915         * plugins/sample1/plugin.c (sample_plugin_finalize),
916         (sample_plugin_dispose):
917         * plugins/search/plugin.c (dispose), (finalize),
918         (search_plugin_class_init):
919         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
920         (sourceview_plugin_dispose):
921         * plugins/subversion/plugin.c (finalize), (dispose):
922         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
923         * plugins/symbol-browser/an_symbol_iter.c
924         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
925         * plugins/symbol-browser/an_symbol_search.c
926         (an_symbol_search_dispose), (an_symbol_search_finalize):
927         * plugins/symbol-browser/an_symbol_view.c
928         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
929         * plugins/symbol-browser/plugin.c (dispose), (finalize):
930         * plugins/symbol-db/plugin.c (symbol_db_finalize),
931         (symbol_db_dispose):
932         * plugins/terminal/terminal.c (terminal_plugin_dispose),
933         (terminal_plugin_finalize):
934         * plugins/tools/plugin.c (atp_plugin_dispose),
935         (atp_plugin_finalize), (atp_plugin_class_init):
936         * plugins/valgrind/plugin.c (valgrind_finalize),
937         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
939 2008-03-15  Naba Kumar  <naba@gnome.org>
941         * TODO.tasks: Updated and marked debugger bounties completed.
942         
943 2008-03-12  Johannes Schmid  <jhs@gnome.org>
945         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
946         (get_line_indentation_base):
947         
948         #521847 – anjuta freez when edit file
950 2008-03-11  Johannes Schmid  <jhs@gnome.org>
952         Patch from Rob Bradford:
953         * plugins/build-basic-autotools/executer.c (execute_program):
954         520324 – Execute command is not overridable
955         
956         * plugins/sourceview/sourceview.c (on_insert_text):
957         Removed Debug print
959 2008-03-11  Johannes Schmid  <jhs@gnome.org>
961         Patch from James Liggett:
962         * plugins/subversion/plugin.c (activate_plugin):
963         521691 – Crash when click "Resolve Conflicts" without opened project
965 2008-03-11  Johannes Schmid  <jhs@gnome.org>
967         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
968         * plugins/language-support-cpp-java/cpp-java-utils.c:
969         * plugins/language-support-cpp-java/plugin.c
970         (get_line_indentation_base), (on_editor_char_inserted_cpp):
971         520415 – [PATCH] Problems in auto indentatation code,
972         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
973         
974         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
975         (anjuta_view_button_press_event):
976         * plugins/sourceview/sourceview.c (on_insert_text),
977         (sourceview_adjustment_changed), (sourceview_new):
978         #520761 – Weirz behavior with popup
980 2008-03-03  Johannes Schmid  <jhs@gnome.org>
982         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
983         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
984         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
985         (anjuta_launcher_fork):
986         * libanjuta/anjuta-launcher.h:
987         Add API to set environment variables for the forked process
988         
989         * plugins/build-basic-autotools/Makefile.am:
990         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
991         .glade:
992         * plugins/build-basic-autotools/build-basic-autotools.c
993         (build_set_env), (build_execute_command_full),
994         (build_execute_command), (build_configure_project),
995         (build_autogen_project):
996         * plugins/build-basic-autotools/build-basic-autotools.h:
997         * plugins/build-basic-autotools/build-options.c
998         (fill_options_combo), (build_dialog_configure):
999         * plugins/build-basic-autotools/build-options.h:
1000         Use new launcher API to set CFLAGS when running configure. New configure dialog
1001         which has predefined CFLAGS settings.
1003         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1005 === anjuta 2.4.0 ===
1007 2008-03-11  Naba Kumar  <naba@gnome.org>
1009         * NEWS: Updated for 2.4.0 stable release.
1010         * configure.in: Version bumped to 2.4.0
1011         * TODO.tasks: Updated.
1013 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1015         Reviewed by Naba Kumar  <naba@gnome.org>:
1016         * global-tags/Makefile.am:
1017         Revert change for #515954. This change was incorrect, the anjuta-tags
1018         program is installed into the $(bindir) rather than the $(scriptdir).
1020 2008-03-02  Naba Kumar  <naba@gnome.org>
1022         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1023         * configure.in: Added a requirement for scintilla editor plugin.
1025 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1027         * plugins/message-view/anjuta-msgman.c
1028         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1029         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1030         * plugins/message-view/anjuta-msgman.h:
1031         
1032         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1033         get rid of the cached current_view member.
1034         Fixes #518469 – Save message buffer not working good
1036 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1038         Patch by James Liggett:
1039         * plugins/subversion/svn-command.h:
1040         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1041         Fixed #519275 – Subversion should allow offline diffs   
1043 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1045         * plugins/language-support-cpp-java/cpp-java-assist.c
1046         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1047         Removed some debug code
1048         
1049         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1050         Escape tooltip text to avoid broken markup
1052 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1054         * libanjuta/Makefile.am:
1055         Fixed a build error when building with -j X
1056         
1057         * plugins/tools/scripts/prepare-changelog.pl:
1058         Updated to latest script version in gnome svn
1060 2008-02-28  Johannes Schmid <jhs@gnome.org>
1062         * plugins/document-manager/anjuta-docman.c:
1063         (anjuta_docman_page_destroy):
1064         Do not unref widget because the GtkNotebook will unref them
1065         
1066         * plugins/file-manager/file-view.c: (file_view_refresh):
1067         * plugins/search/search_preferences.c: (search_preferences_init):
1068         Fixed a memory leaks
1069         
1070         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1071         (ieditor_get_offset), (ieditor_iface_init),
1072         (idocument_get_filename), (ilanguage_get_supported_languages),
1073         (autodetect_language):
1074         
1075         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1076         was missing.
1078 2008-02-28  Johannes Schmid <jhs@gnome.org>
1080         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1081         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1083 2008-02-27  Naba Kumar  <naba@gnome.org>
1085         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1086         string break. That was a mistake doing at this point.
1088 === anjuta 2.3.5 ===
1090 2008-02-26  Naba Kumar  <naba@gnome.org>
1092         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1093         crash when there is a modified new file open, a non-modified exiting
1094         file open and autosave happen. Simplified error checking logic and
1095         avoided memory corruption. Fixes bug #Bug 518716.
1097 2008-02-25  Naba Kumar  <naba@gnome.org>
1099         * NEWS: Updated for release 2.3.5
1100         * configure.in: Bumped version to 2.3.5
1102         * plugins/build-basic-autotools/build-basic-autotools.c:
1103         (on_editor_changed): Avoid accessing text which is greater than
1104         valid range.
1106         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1108 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1110         * plugins/debug-manager/breakpoints.c:
1111         Fix #518329: Crash when adding breakpoint and other similar bugs
1113 2008-02-25  Johannes Schmid <jhs@gnome.org>
1115         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1116         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1117         Never call error() which calls exit()
1118         #517646 – Anjuta exists with code 2 when i try to import gedit
1120 2008-02-23  Johannes Schmid <jhs@gnome.org>
1122         * plugins/sourceview/sourceview.c: (ieditor_insert):
1123         Block insert_text signal when inserting manually.
1125 2008-02-23  Johannes Schmid <jhs@gnome.org>
1127         * plugins/sourceview/sourceview.c: (on_insert_text):
1128         Fixed a problem with the "insert-text" signal that broke
1129         copy&paste sometimes
1131 2008-02-22  Johannes Schmid <jhs@gnome.org>
1133         * plugins/language-support-cpp-java/plugin.c:
1134         (get_line_indentation_base):
1135         More fixes for comment handling and made the code
1136         a lot simpler
1138 2008-02-22  Johannes Schmid <jhs@gnome.org>
1140         * plugins/sourceview/sourceview.c: (on_insert_text):
1141         Fixed #517919 – Crash on pasting docblock
1143 2008-02-20  Johannes Schmid <jhs@gnome.org>
1145   Patch from James Liggett:
1146         * plugins/profiler/profiler.glade:
1147         Fix width options dialog. Translations are not longer cut off. (#516630)
1149 2008-02-18  Johannes Schmid <jhs@gnome.org>
1151         * plugins/sourceview/sourceview.c: (on_insert_text):
1152         Do not change the iterator in the "insert-text" handler because
1153         it has some strange side-effects when copying text
1154         Fix useless free'ing in hover-leave that might have led to random
1155         crashes
1157 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1159         * plugins/debug-manager/start.c:
1160         Avoid a glib warning if no project is loaded
1162 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1164         * manuals/anjuta-manual/C/debugger.xml:
1165         Remove warning about new debugger
1167 2008-02-17  Johannes Schmid <jhs@gnome.org>
1169         * manuals/anjuta-manual/figures/project-window.png:     
1170         Use a smaller picture
1172 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1174         * plugins/gdb/debugger.c:
1175         Set breakpoint in file with uncommon characters in path name
1177 2008-02-17  Johannes Schmid <jhs@gnome.org>
1179         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1180         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1181         (icell_get_char):
1182         * plugins/sourceview/sourceview.c: (on_insert_text):    
1183         Fix "char-added" signal to pass the correct iterator
1185 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1187         * plugins/gdb/debugger.c:
1188         Load executable in gdb with space in path name 
1190 2008-02-17  Johannes Schmid <jhs@gnome.org>
1192         * plugins/language-support-cpp-java/plugin.c:
1193         (get_line_indentation_base), (get_line_auto_indentation),
1194         (on_auto_indent):
1195         Some bugfixes and clean-ups in comment indentation code
1196         
1197         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1198         (anjuta_view_finalize), (anjuta_view_key_press_event):
1199         * plugins/sourceview/sourceview.c: (on_insert_text),
1200         (sourceview_create_highligth_indic), (sourceview_new):
1201         Cleaned implementation of char-added signal by using "insert-text" signal
1202         instead of filtering "key-press-event"
1203         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1204         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1205         (iiter_diff):
1206         Fixed implementation of get_character and return value of iiter_first() and
1207         iiter_last();
1209 2008-02-16  Johannes Schmid <jhs@gnome.org>
1211         * plugins/valgrind/plugin.c: (valgrind_activate),
1212         (ipreferences_merge), (ipreferences_unmerge):
1213         * plugins/valgrind/vgactions.c: (vg_actions_run):
1214         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1215         
1216         Fixed crasher when starting valgrind because of strange prefs handling and
1217         #516641 – Valgrind: Load Log does not clear list
1219 2008-02-15  James Liggett  <jrliggett@cox.net>
1221         * plugins/profiler/plugin.c:
1222         (on_select_other_target_button_clicked):
1223         Select the new custom target in the list so that the user sees it.
1225         Bug 516630 – Selection custom binary in profiler is not
1226         user-friendly.
1228 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1230         * manuals/anjuta-manual/C/projects.xml:
1231         Fix #515993: "Add package" button is "Add Package" in code
1232         Fix #516727: "Build All" is "Build Project" in code
1233         Fix #516728: "Clean All" is "Clean Project" in code
1234         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1235         Fix #516730: Fix note title 
1236         "Configure" is "Run Configure..." in code
1238 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1240         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1241         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1242         manuals/anjuta-manual/C/projects.xml,
1243         manuals/anjuta-manual/Makefile.am:
1244         Fix #515207: Add a new project window screenshoot
1245         Rename "Project View" to "Project window"
1247 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1249         * plugins/project-import/project-import.c:
1250         Fix #516743: Import project keeps an old date on project file
1252         * plugins/project-manager/plugin.c:
1253         Fix #516737: Import project doesn't load project with space in name
1255 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1257         * plugins/debug-manager/command.c:
1258         Destroy local variables on each step
1260         * plugins/debug-manager/debug_tree.c,
1261         plugins/debug-manager/watch.c,
1262         plugins/debug-manager/locals.c,
1263         plugins/gdb/debugger.c,
1264         libanjuta/interfaces/libanjuta.idl:
1265         Parse local variables scope (not used yet)
1267 2008-02-15  James Liggett <jrliggett@cox.net>
1269         reviewed by: Johannes Schmid <jhs@gnome.org>
1271         * plugins/profiler/gprof-options.c: (setup_widgets),
1272         (gprof_options_set_target), (gprof_options_has_target),
1273         (gprof_options_get_string):
1274         * plugins/profiler/gprof-options.h:
1275         * plugins/profiler/plugin.c: (ifile_open):
1276         516128 – crash in Anjuta IDE: selected profiler as the...
1278 2008-02-14  Johannes Schmid <jhs@gnome.org>
1280         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1281         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1282         * plugins/symbol-browser/an_symbol.c:
1283         * plugins/symbol-browser/an_symbol_view.c:
1284         (on_symbol_view_row_expanded):
1285         Fixed some memory leaks (Remember to all free/unref everything that comes
1286         from gtk_tree_model_get())
1288 2008-02-14  Johannes Schmid <jhs@gnome.org>
1290         * plugins/document-manager/search-box.c: (on_search_activated):
1291         516377 – Status bar does not change its status of 'Search for .. continued at top'
1292         (caused by differences between scintilla and sourceview)
1294 2008-02-13  James Liggett <jrliggett@cox.net>
1296         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1297         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1299 2008-02-14  Johannes Schmid <jhs@gnome.org>
1301         * plugins/language-support-cpp-java/plugin.c:
1302         (get_line_indentation_base), (get_line_auto_indentation),
1303         (on_editor_char_inserted_cpp):
1304         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1306 2008-02-13  Johannes Schmid <jhs@gnome.org>
1308         * plugins/language-support-cpp-java/plugin.c:
1309         (is_iter_inside_string), (get_line_auto_indentation):
1310         Handle comments in the code and do not ask editor. Fixes scintilla
1311         indentation (sourceview does not report comments anyway).
1312         
1313         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1314         Diff with correct sign (also fixes some issues with language-support)
1316 2008-02-13  Johannes Schmid <jhs@gnome.org>
1318         * plugins/language-support-cpp-java/plugin.c:
1319         (get_line_indentation_base):
1320         Act even more clever for comments. Indent /* */ comments correctly
1321         for multilines
1323 2008-02-13  Johannes Schmid <jhs@gnome.org>
1325         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1326         Also set indentation size correctly, when tab size is set
1327         by language support plugin
1329 2008-02-13  Johannes Schmid <jhs@gnome.org>
1331         * plugins/language-support-cpp-java/plugin.c:
1332         (get_line_indentation_base):
1333         
1334         Indent lines after comments correctly
1336 2008-02-13  Johannes Schmid <jhs@gnome.org>
1338         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1339         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1340         * libanjuta/anjuta-launcher.h:
1341         Some more fixes from symbol-db-branch
1342         
1343         * src/Makefile.am:
1344         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1346 2008-02-12  Johannes Schmid <jhs@gnome.org>
1348   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1349         * global-tags/Makefile.am:
1350         * AUTHORS
1351         #515954 – create_global_tags.sh: wrong anjuta-tags path
1352         
1353         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1354         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1355         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1356         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1357         (anjuta_launcher_fork):
1358         * libanjuta/anjuta-launcher.h:
1359         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1360         from symbol-db branch
1362 2008-02-11  Johannes Schmid <jhs@gnome.org>
1364         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1365   515868 – File browser only shows icons when activated
1366   
1367 2008-02-11  Johannes Schmid <jhs@gnome.org>
1369         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1370         #515867 – Anjuta dies on startup
1372 2008-02-11  Johannes Schmid <jhs@gnome.org>
1374         * TODO.tasks: Marked subversion task as completed
1376 === anjuta 2.3.4 ===
1378 2008-02-11  Naba Kumar  <naba@gnome.org>
1380         * configure.in: Bumped version to 2.3.4
1382 2008-02-10  Naba Kumar  <naba@gnome.org>
1384         * NEWS: Updated for release.
1386 2008-02-10  Johannes Schmid <jhs@gnome.org>
1388         * plugins/document-manager/anjuta-document-manager.plugin.in:
1389         Added html, javascript and glade file types. This makes it possible to
1390         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1391         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1392         
1393         * plugins/file-wizard/anjuta-file-wizard.glade:
1394         * plugins/gdb/anjuta-gdb.glade:
1395         * plugins/project-wizard/anjuta-project-wizard.glade:
1396         * plugins/search/anjuta-search.glade:
1397         * plugins/terminal/anjuta-terminal-plugin.glade:
1398         
1399         Fixed some other translation issues (#507921)
1401 2008-02-10  Naba Kumar  <naba@gnome.org>
1403         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1404         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1406 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1408         * manuals/anjuta-manual/C/interface.xml,
1409         manuals/anjuta-manual/C/introduction.xml,
1410         manuals/anjuta-manual/C/preferences.xml,
1411         manuals/anjuta-manual/C/fileoperations.xml,
1412         manuals/anjuta-manual/C/projects.xml:
1413         Fix spelling errors, including bug #515204, #515172, #515117
1414         and #513892
1416 2008-02-10  Naba Kumar  <naba@gnome.org>
1418         * plugins/document-manager/plugin.c: Fixed stream comment and added
1419         translator's comment for 'block comment', 'box comment' and 'stream
1420         comment'
1422 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1424         * plugins/debug-manager/command.c,
1425         plugins/debug-manager/command.h,
1426         plugins/debug-manager/breakpoints.c,
1427         libanjuta/interfaces/libanjuta.idl:
1428         Avoid adding the same breakpoint several times
1430         * plugins/gdb/debugger.c:
1431         Fix bug #515463: Deattaching process kill it
1433 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1435         * manuals/anjuta-manual/C/debugger.xml:
1436         Fix translation bug #515459 and #515460
1438 2008-02-10  Johannes Schmid <jhs@gnome.org>
1440   Patch from Rémi Cardona <remi@gentoo.org>
1442         * plugins/build-basic-autotools/Makefile.am:
1443         * plugins/cvs-plugin/Makefile.am:
1444         * plugins/document-manager/Makefile.am:
1445         * plugins/editor/Makefile.am:
1446         * plugins/indent/Makefile.am:
1447         * plugins/language-support-cpp-java/Makefile.am:
1448         * plugins/message-view/Makefile.am:
1449         * plugins/sourceview/Makefile.am:
1450         * plugins/symbol-browser/Makefile.am:
1451         * plugins/terminal/Makefile.am:
1452         * scripts/build-schemas.mk:
1453         * src/Makefile.am:
1454   Fix #512531 – Parallel build fails
1455   
1456   * AUTHORS: Added Rémi
1458 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1460         * plugins/debug-manager/queue.c:
1461         Fix interrupt command, not working due to previous change
1463 2008-02-10  Johannes Schmid <jhs@gnome.org>
1465         * src/Makefile.am:
1466         * src/anjuta-app.c:
1467         * src/anjuta-callbacks.c (removed):
1468         * src/anjuta-callbacks.h (removed):
1469         
1470         Removed (almost) empty files, fixes #515383 and #515388
1472 2008-02-09  James Liggett <jrliggett@cox.net>
1474         Reviewed by Naba Kumar  <naba@gnome.org>:
1476         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1477         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1478         * plugins/subversion/svn-command.c:
1479         (svn_command_make_canonical_path):
1480         * plugins/subversion/svn-command.h:
1481         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1482         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1483         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1484         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1485         * plugins/subversion/svn-remove-command.c:
1486         (svn_remove_command_new):
1487         * plugins/subversion/svn-status-command.c:
1488         (svn_status_command_new):
1489         * plugins/subversion/svn-switch-command.c:
1490         (svn_switch_command_new):
1491         * plugins/subversion/svn-update-command.c:
1492         (svn_update_command_new):
1493         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1494         die if the user gives a path that libsvn doesn't like. 
1495         
1496         Fixes bug #515500
1498 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1500         * plugins/debug-manager/command.c,
1501         plugins/debug-manager/command.h,
1502         plugins/debug-manager/queue.c:
1503         Fix crashes when trying to stop the debugger while it is busy
1505 2008-02-08  Johannes Schmid <jhs@gnome.org>
1507   Patch from Rodrigo Moya <rodrigo@novell.com>
1509         * plugins/glade/plugin.c: (ifile_open):
1510         * plugins/symbol-browser/test-class.cpp:
1511         * AUTHORS: Added Rodrigo
1512         
1513         #514732 – 64 bit compliation error
1514         #514733 – Use of uninitialized variables
1516 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1518         * manuals/anjuta-manual/C/debugger.xml:
1519         Fix translation bug #514494 and bug #514440
1521 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1523         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1524         Fix a compile error added in the previous patch
1526 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1528         * plugins/profiler/gprof-view.c,
1529         plugins/class-inheritance/class-callbacks.c,
1530         plugins/class-inheritance/class-inherit.c,
1531         plugins/symbol-browser/an_symbol.c,
1532         plugins/symbol-db/symbol-db-engine-iterator-node.c,
1533         libanjuta/interfaces/libanjuta.idl:
1534         Change ianjuta_symbol_file function to ianjuta_symbol_uri
1536 2008-02-04  Johannes Schmid <jhs@gnome.org>
1538         * plugins/search/anjuta-search.glade: Fixed typo
1540 2008-02-03  Johannes Schmid <jhs@gnome.org>
1542         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
1543         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
1544         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1545         .glade:
1546         * plugins/build-basic-autotools/build-basic-autotools.c:
1547         (build_get_context), (build_configure_project):
1548         * plugins/class-gen/anjuta-class-gen-plugin.glade:
1549         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1550         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
1551         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
1552         * plugins/devhelp/plugin.c: (devhelp_activate):
1553         * plugins/editor/Makefile.am:
1554         * plugins/editor/anjuta-editor-scintilla.glade:
1555         * plugins/editor/text_editor.c:
1556         * plugins/editor/text_editor.h:
1557         * plugins/editor/text_editor_menu.c (removed):
1558         * plugins/editor/text_editor_menu.h (removed):
1559         * plugins/file-wizard/anjuta-file-wizard.glade:
1560         * plugins/gtodo/notification.c: (create_notification_window):
1561         * plugins/gtodo/preferences.c: (preferences_widget):
1562         * plugins/language-support-cpp-java/plugin.c:
1563         (cpp_java_plugin_activate_plugin):
1564         * plugins/message-view/anjuta-message-manager-plugin.glade:
1565         * plugins/message-view/plugin.c: (activate_plugin):
1566         * plugins/project-manager/plugin.c: (confirm_removal):
1567         * plugins/search/anjuta-search.glade:
1568         * plugins/search/plugin.c:
1569         * plugins/search/search-replace.c: (nb_results_alert):
1570         * plugins/subversion/subversion-commit-dialog.c:
1571         (on_subversion_commit_response):
1572         * plugins/symbol-browser/plugin.c: (activate_plugin):
1573         * plugins/valgrind/plugin.c: (on_menu_run_activate):
1574         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
1575         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
1576         * src/anjuta.glade:
1577         
1578         Fixed translation bugs from #507921.
1579         Removed unused files in scintilla plugin
1581 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1583         * manuals/anjuta-manual/C/debugger.xml:
1584         Fix bug #514124 and bug #514138: Wrong menu item name
1586 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1588         * plugins/profiler/gprof-view.c,
1589         plugins/symbol-browser/plugin.c,
1590         plugins/class-inheritance/class-callbacks.c,
1591         plugins/debug-manager/plugin.c,
1592         plugins/tools/editor.c,
1593         plugins/search/search-replace.c,
1594         plugins/search/search-replace_backend.c,
1595         plugins/search/search-replace_backend.h,
1596         plugins/build-basic-autotools/build-basic-autotools.c,
1597         plugins/document-manager/plugin.c,
1598         plugins/document-manager/file_history.c,
1599         plugins/document-manager/anjuta-docman.c,
1600         plugins/document-manager/anjuta-docman.h,
1601         plugins/document-manager/action-callbacks.c,
1602         libanjuta/interfaces/libanjuta.idl:
1603         Rename IAnjutaDocumentManager functions:
1604         find_document_with_path, goto_file_line, goto_file_line_mark
1605         and get_full_filename into
1606         find_document_with_uri, goto_uri_line, goto_uri_line_mark
1607         and get_uri
1608         Fix search plugin to use an URI instead of a file path
1609         Fix anjuta_docman_get_uri to always return an URI
1611 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1613         * plugins/debug-manager/breakpoints.c:
1614         Fix bug #514118: Rename Clear All Breakpoints to Remove
1615         All Breakpoints
1617 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1619         * manuals/anjuta-manual/C/debugger.xml:
1620         Update debugger documentation
1622 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1624         * plugins/debug-manager/sharedlib.c,
1625         plugins/debug-manager/anjuta-debug-manager.glade,
1626         plugins/debug-manager/queue.c,
1627         plugins/tools/execute.c,
1628         plugins/tools/anjuta-tools.glade,
1629         plugins/tools/editor.c,
1630         plugins/project-wizard/templates/terminal.wiz,
1631         plugins/project-wizard/templates/xlib-dock.wiz,
1632         plugins/project-wizard/templates/wxwin.wiz,
1633         plugins/project-wizard/templates/java.wiz,
1634         plugins/project-wizard/templates/gnome.wiz,
1635         plugins/project-wizard/templates/anjuta-plugin.wiz,
1636         plugins/project-wizard/templates/gtkmm.wiz,
1637         plugins/project-wizard/templates/python.wiz,
1638         plugins/project-wizard/templates/cpp.wiz,
1639         plugins/project-wizard/templates/sdl.wiz,
1640         plugins/project-wizard/templates/gtk.wiz,
1641         plugins/project-wizard/templates/minimal.wiz,
1642         plugins/project-wizard/templates/xlib.wiz,
1643         plugins/project-wizard/templates/gcj.wiz,
1644         plugins/gdb/plugin.c,
1645         plugins/gdb/debugger.c,
1646         libanjuta/anjuta-plugin-manager.c:
1647         Partial fix of #507921: translation issues in debug-manager, tools,
1648         project-wizard, gdb and anjuta-plugin-manager.
1650 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
1652         * plugins/debug-manager/queue.c:
1653         Debugger Local, Stack and Thread windows were missing due to
1654         the previous change.
1656 2008-02-02  Johannes Schmid <jhs@gnome.org>
1658         * manuals/anjuta-manual/Makefile.am:
1659         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
1660         causes make install to fail
1662 2008-02-02  Johannes Schmid <jhs@gnome.org>
1664         * plugins/macro/macros.xml:
1665         #495511 – Header_h macro correction
1667 2008-02-02  Johannes Schmid <jhs@gnome.org>
1669         * plugins/patch/patch-plugin.glade:
1670         gtk-apply is not translatable...
1672 2008-02-02  Johannes Schmid <jhs@gnome.org>
1674         * plugins/build-basic-autotools/build-basic-autotools.c:
1675         (on_build_mesg_format):
1676         
1677         Also check for untranslated messages from make. Should fix 
1678         #511981 – Error parsing make output
1680 2008-02-02  Johannes Schmid <jhs@gnome.org>
1682         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1683         .glade:
1684         
1685         Fixed #511010 – [UI] Execute program utility window
1687 2008-02-02  Johannes Schmid <jhs@gnome.org>
1689         * src/anjuta.glade:
1690         Fixed #509908 – [UI] Problems with the General settings tab
1692 2008-02-02  Johannes Schmid <jhs@gnome.org>
1694         * manuals/anjuta-manual/C/fileoperations.xml:
1695         Fixed #513730 – Option not present in the GUI po file
1697 2008-02-02  Johannes Schmid <jhs@gnome.org>
1699         * plugins/sourceview/anjuta-editor-sourceview.glade:
1700         Adjust preferences default values
1702 2008-02-02  Johannes Schmid <jhs@gnome.org>
1704         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
1705         Fixed #512535 – Open files tabs' position is correctly remembered 
1706         but not applied at startup
1708 2008-02-02  Johannes Schmid <jhs@gnome.org>
1710         * plugins/search/search-replace.c: (on_message_clicked):
1711         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
1712         fix clicking on search result messages
1714 2008-02-01  James Liggett <jrliggett@cox.net>
1716         * plugins/subversion/svn-command.c: (on_svn_notify):
1717         Fixed wrong status message output when resolving conflicts.
1719 2008-02-02  Johannes Schmid <jhs@gnome.org>
1721         * configure.in: Require GtkSourceView 2.1.2
1722         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
1723         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
1724         (imark_is_marker_set), (imark_delete_all_markers),
1725         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
1726         
1727         Adapted to API changes in GtkSourceView
1729 2008-02-01  Johannes Schmid <jhs@gnome.org>
1731         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
1732         Fixed tabsize preference
1734 2008-02-01  Johannes Schmid <jhs@gnome.org>
1736         * manuals/anjuta-manual/C/fileoperations.xml:
1737         * manuals/anjuta-manual/C/interface.xml:
1738         Updated manual
1739         
1740         * manuals/anjuta-manual/Makefile.am:
1741         * manuals/anjuta-manual/C/figures/*:
1742         
1743         Updated figures to be in clearlooks theme, removed old figures
1745 2008-02-01  Johannes Schmid <jhs@gnome.org>
1747         * plugins/patch/patch-plugin.glade:
1748         * plugins/patch/plugin.c: (patch_plugin_activate):
1749         Another UI issue with the patch plugin and silenced a compiler
1750         warning
1751         
1752         Patch from James Liggett:
1753         * plugins/profiler/gprof-call-graph-view.c:
1754         (gprof_call_graph_view_create_columns):
1755         * plugins/profiler/gprof-flat-profile-view.c:
1756         (gprof_flat_profile_view_create_columns):
1757         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
1758         * plugins/profiler/gprof-view.h:
1759         
1760         Use two decimal places for float values in profiler views (#507831)
1762 2008-02-01  Johannes Schmid <jhs@gnome.org>
1764         * configure.in:
1765         * plugins/editor/Makefile.am:
1766         
1767         Fixed #512751 – libgnomeprint unnecessary without scintilla
1769 2008-01-31  Johannes Schmid <jhs@gnome.org>
1771         * plugins/language-manager/languages.xml:
1772         Added a pretty ugly string for C++ headers. Maybe we should rely
1773         on mime-types instead...
1775 2008-01-31  Johannes Schmid <jhs@gnome.org>
1777         * plugins/language-support-cpp-java/cpp-java-assist.c:
1778         (get_iter_column), (cpp_java_assist_get_calltip_context),
1779         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1780         (on_assist_chosen), (cpp_java_assist_install):
1781         * plugins/language-support-cpp-java/plugin.c:
1782         (on_editor_char_inserted_cpp):
1783         Removed annoying DEBUG_PRINTs
1784         
1785         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1786         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
1787         * plugins/sourceview/sourceview.c: (iassist_show_tips):
1788         
1789         Fixed "jumping" tooltips, fixed indentation of brances
1791 2008-01-31  Johannes Schmid <jhs@gnome.org>
1793         * plugins/document-manager/plugin.c: (on_document_changed):
1794         Fixed crash when closing anjuta after all document tabs have been closed
1796 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1798         * plugins/debug-manager/anjuta-debug-manager.glade:
1799         Fix #513485: wrong strings maked as translatable
1801 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1803         * plugins/debug-manager/threads.c,
1804         plugins/debug-manager/stack_trace.c:
1805         Avoid crash when getting relative path from debugger (same fix
1806         than for #510028)
1808         * plugins/debug-manager/queue.c:
1809         Emit all state changes notification
1811         * plugins/debug-manager/start.c:
1812         Fix #511586: Project path with "+" not working in debugger
1814 2008-01-31  Johannes Schmid <jhs@gnome.org>
1816         * plugins/patch/patch-plugin.glade:
1817         Fixed button ui problem...
1818         
1819         Patch from James Liggett:
1820         * plugins/profiler/gprof-call-graph-block-entry.c:
1821         (gprof_call_graph_block_primary_entry_new),
1822         (gprof_call_graph_block_secondary_entry_new):
1823         * plugins/profiler/gprof-flat-profile-entry.c:
1824         (gprof_flat_profile_entry_new):
1825         
1826         Fix #507831 - Wrong Profiler values for some locales
1828 2008-01-31  Johannes Schmid <jhs@gnome.org>
1830         * plugins/sourceview/anjuta-editor-sourceview.glade:
1831         * plugins/sourceview/sourceview-prefs.c:
1832         * plugins/sourceview/sourceview.c: (sourceview_finalize):
1833   
1834   Fixed Editor->View popup menu for those entries that are appropriate for
1835   sourceview    
1837 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1839         * plugins/debug-manager/breakpoints.c:
1840         Fix #512901: Crash when adding a breakpoint
1842         * plugins/debug-manager/queue.c:
1843         Remove a possible memory leak
1845 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1847         * plugins/debug-manager/data_view.c,
1848         plugins/debug-manager/sparse_view.c,
1849         manuals/anjuta-manual/C/debugger.xml:
1850         Fix #513130, #513131 #513135: Wrong menu item names and errors
1851         in the documentation
1853 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1855         * plugins/tools/editor.c:
1856         ianjuta_document_manager_find_document_with_path expect an uri not
1857         a path
1859 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
1861         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1862         manuals/reference/libanjuta/libanjuta-sections.txt,
1863         libanjuta/interfaces/libanjuta.idl:
1864         Documentation fixes for IAnjutaDebugger* interfaces
1866 === anjuta 2.3.3 ===
1868 2008-01-27  Naba Kumar  <naba@gnome.org>
1870         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
1871         rpm spec file.
1873         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
1874         (value_added_current_editor), (value_removed_current_editor):
1875         Removed dead code.
1877         * TODO.tasks: Updated.
1879         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
1880         scrollwindow shadow in.
1882         * plugins/editor/anjuta-editor-scintilla.glade:
1883         * plugins/editor/style-editor.c: (create_style_editor_gui):
1884         Set style window transient and cetered for preferences window.
1885         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
1887         * plugins/editor/anjuta-editor-scintilla.glade:
1888         Fixes Bug #427108 - Scintilla plugin configuration folding-style
1889         setting not working
1891         * configure.in, NEWS: Updated for release 2.3.3
1893 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1895         * plugins/debug-manager/anjuta-debug-manager.glade:
1896         Fix #512224: Use a string in english
1898 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1900         * plugins/build-basic-autotools/build-basic-autotools.c:
1901         ianjuta_document_manager_goto_file_line_mark needs an uri and
1902         not a file path
1904 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1906         * plugins/symbol-browser/plugin.c,
1907         plugins/symbol-browser/an_symbol_view.c:
1908         use gnome_vfs_get_uri_from_local_path to get local path from uri
1909         This takes care of escaping some characters
1911 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
1913         * plugins/debug-manager/stack_trace.c:
1914         Probably fix #510028: crash debugger when having a relative filename
1915         in stack trace
1917 2008-01-25 Tom <tpgww@onepost.net>
1919         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1921         * plugins/document-manager/plugin.c,
1922         plugins/document-manager/file_history.c,
1923         plugins/document-manager/file_history.h,
1924         plugins/document-manager/anjuta-docman.c,
1925         plugins/document-manager/anjuta-docman.h:
1926         Rename filename argument to uri when an uri is expected
1927         anjuta_docman_get_document_for_uri will remove symlinks 
1929 2008-01-25  Naba Kumar  <naba@gnome.org>
1931         * plugins/terminal/terminal.c: (terminal_execute),
1932         (activate_plugin):
1933         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
1935 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
1937         * plugins/debug-manager/anjuta-debug-manager.glade,
1938         plugins/debug-manager/start.c:
1939         Fix #511049: Change UI of add source directories dialog
1941 2008-01-24  Naba Kumar  <naba@gnome.org>
1943         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
1944         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
1945         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
1946         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
1947         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
1948         should work now.
1950 2008-01-24  Johannes Schmid <jhs@gnome.org>
1952         Patch from: Luca Ferretti <ella.uca@libero.it>:
1954         * plugins/document-manager/anjuta-docman.c:
1955         (anjuta_docman_page_init), (anjuta_docman_class_init):
1956         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
1957         
1958         Fix #511757 – Close icon in tabs cut off (Patch was only for
1959         document-manager, also adapted it for message-manager)
1961 2008-01-24  Johannes Schmid <jhs@gnome.org>
1963         * plugins/Makefile.am:
1964         * plugins/sourceview/anjuta-document.c:
1965         * plugins/sourceview/anjuta-marshal.list:
1966         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1967         (anjuta_view_key_press_event):
1968         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
1969         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
1970         (iiter_diff), (iiter_iface_init):
1971         * plugins/sourceview/sourceview.c: (on_document_char_added),
1972         (ieditor_goto_position), (ieditor_get_text),
1973         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
1974         (ieditor_erase), (ieditor_get_line_from_position),
1975         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
1976         (ieditor_get_position_from_offset), (ieditor_get_start_position),
1977         (ieditor_get_end_position), (ieditor_goto_start),
1978         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
1979         (iconvert_to_lower), (iindic_set), (iassist_suggest),
1980         (iassist_show_tips):
1981         
1982         Implemented new iterators interface in sourceview editor and
1983         re-enabled it.
1985 2008-01-23  Naba Kumar  <naba@gnome.org>
1987         * libanjuta/interfaces/libanjuta.idl:
1988         * manuals/reference/libanjuta/libanjuta-sections.txt:
1989         * plugins/build-basic-autotools/build-basic-autotools.c:
1990         (build_indicator_location_set), (on_editor_changed):
1991         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
1992         * plugins/debug-manager/variable.c: (get_hovered_word):
1993         * plugins/document-manager/action-callbacks.c:
1994         (on_editor_command_upper_case_activate),
1995         (on_editor_command_lower_case_activate):
1996         * plugins/document-manager/search-box.c: (on_incremental_search),
1997         (on_search_activated):
1998         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
1999         (iiter_last), (iiter_set_position), (iiter_get_position),
2000         (iiter_get_length), (iiter_compare), (iiter_diff),
2001         (iiter_iface_init):
2002         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2003         (text_editor_goto_point), (itext_editor_goto_start),
2004         (itext_editor_goto_end), (itext_editor_goto_position),
2005         (itext_editor_get_text_all), (itext_editor_get_text),
2006         (itext_editor_get_position), (itext_editor_get_offset),
2007         (itext_editor_get_length), (itext_editor_insert),
2008         (itext_editor_erase), (itext_editor_erase_all),
2009         (itext_editor_get_column), (itext_editor_get_overwrite),
2010         (itext_editor_set_popup_menu),
2011         (itext_editor_get_line_from_position),
2012         (itext_editor_get_line_begin_position),
2013         (itext_editor_get_line_end_position),
2014         (itext_editor_get_position_from_offset),
2015         (itext_editor_get_start_position), (itext_editor_get_end_position),
2016         (itext_editor_iface_init), (iconvert_to_upper),
2017         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2018         (iindicable_set):
2019         * plugins/editor/text_editor.h:
2020         * plugins/editor/text_editor_cbs.c:
2021         (on_text_editor_scintilla_notify):
2022         * plugins/indent/plugin.c: (on_indent_action_activate):
2023         * plugins/language-support-cpp-java/cpp-java-assist.c:
2024         (cpp_java_assist_get_scope_context),
2025         (cpp_java_assist_get_pre_word),
2026         (cpp_java_assist_show_autocomplete),
2027         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2028         (on_editor_char_added), (on_assist_chosen):
2029         * plugins/language-support-cpp-java/plugin.c:
2030         (get_line_indentation), (skip_iter_to_previous_logical_line),
2031         (skip_preprocessor_lines), (initialize_indentation_params),
2032         (set_line_indentation), (get_line_indentation_base),
2033         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2034         (on_editor_char_inserted_java), (on_auto_indent):
2035         * plugins/macro/macro-actions.c: (match_shortcut):
2036         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2037         * plugins/macro/plugin.c: (match_keyword):
2038         * plugins/search/plugin.c: (find_incremental):
2039         * plugins/search/search-replace.c: (search_and_replace),
2040         (search_start_over):
2041         * plugins/search/search-replace_backend.c:
2042         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2043         (create_search_entries):
2044         * plugins/symbol-browser/plugin.c:
2045         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2046         (isymbol_manager_iface_init):
2047         * plugins/symbol-db/plugin.c:
2048         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2049         (isymbol_manager_iface_init):
2050         * plugins/tools/execute.c: (atp_output_context_construct),
2051         (atp_output_context_destroy), (atp_user_tool_execute):
2053         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2054         iterators instead of integer offsets.
2055         - Renamed original ianjuta_editor_get_position(int) to 
2056         ianjuta_editor_get_offset(). It is deprecated.
2057         - Renamed original ianjuta_editor_get_position_iter() to
2058         ianjuta_editor_get_position().
2059         - Renamed ianjuta_editor_get_cell_iter() to
2060         ianjuta_editor_get_position_from_offset()
2061         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2062         - Added new methods:
2063         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2064         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2065         ianjuta_editor_goto_end().
2066         - All relevent signals and methods converted to use iterators.
2067         - All relevent plugins fixed to use new API.
2068         - Removed ianjuta_editor_cell_get_line() because it is provided by
2069         ianjuta_editor_get_line_from_position().
2070         - Removed ianjuta_symbol_manager_get_completions_at_position()
2071         because it not used anywhere and is not right to be there.
2072         - Updated IAnjutaEditable documentation.
2074         Updated IAnjutaIterable interface:
2075         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2076         - Introduced 'end-iter' to point at the end of the list.
2077         - Updated IAnjutaIterable documentation.
2079         * plugins/Makefile.am:
2080         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2081         for it soon).
2083 2008-01-22  Johannes Schmid <jhs@gnome.org>
2085         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2086         * plugins/project-import/anjuta-project-import.glade:
2087         * plugins/project-import/anjuta-project-import.plugin.in:
2088         * plugins/project-wizard/anjuta-project-wizard.glade:
2089         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2090         * plugins/project-wizard/druid.c: (npw_druid_new):
2091         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2092         
2093         Fixed #465084 – wizard instead of assistant (only string changes...)
2095 2008-01-20  Rob Bradford  <rob@openedhand.com>
2097         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2098         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2099         coming up with the solution. (Bug: #510390.)
2101 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2103         * plugins/build-basic-autotools/executer.c:
2104         Fix #502508, use anjuta_launcher to keep program output
2106         * plugins/terminal/terminal.c:
2107         Remove unused child_initizlized member
2108         Start the shell on plugin activation
2110 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2112         * plugins/debug-manager/sparse_buffer.c:
2113         Fix a crash when scrolling in the diassembly window
2115         * plugins/debug-manager/sparse_view.c:
2116         Small limit change using the same "unit" for both number
2118 2008-01-19  Naba Kumar  <naba@gnome.org>
2120         * plugins/language-support-cpp-java/cpp-java-assist.c:
2121         (cpp_java_assist_get_scope_context),
2122         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2123         instead.
2125 2008-01-19  Johannes Schmid <jhs@gnome.org>
2127         * plugins/sourceview/anjuta-editor-sourceview.glade:
2128         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2129         
2130         And even more strings...
2132 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2134         * plugins/project-wizard/templates/cpp/src/main.cc:
2135         Fix #498734, typing error in c++ project template
2137 2008-01-19  Johannes Schmid <jhs@gnome.org>
2139         * plugins/editor/text_editor.c: (text_editor_save_file):
2140         * plugins/macro/anjuta-macro.glade:
2141         * plugins/subversion/anjuta-subversion.glade:
2143         Fixed even more strings
2145 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2147         * plugins/language-support-cpp-java/cpp-java-assist.c:
2148         Fix bug #488519, remove critical warning (completion_cache == NULL
2149         is valid)
2151 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2153         * plugins/gdb/debugger.c:
2154         Enable logging of gdb communication with an environment variable
2156 2008-01-19  Naba Kumar  <naba@gnome.org>
2158         * plugins/editor/text-editor-iterable.c: (iiter_next),
2159         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2160         editor native funtions to avoid round trips.
2162 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2164         * plugins/editor/text_editor.c:
2165         Fix a bug due to the previous patch: Unable to save new file in 
2166         Scintilla
2168 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2170         * plugins/debug-manager/disassemble.c,
2171         plugins/debug-manager/disassemble.h,
2172         plugins/debug-manager/registers.c,
2173         plugins/debug-manager/registers.h,
2174         plugins/debug-manager/memory.c,
2175         plugins/debug-manager/memory.h,
2176         plugins/debug-manager/command.c,
2177         plugins/debug-manager/command.h,
2178         plugins/debug-manager/queue.c,
2179         plugins/debug-manager/queue.h,
2180         plugins/debug-manager/breakpoints.c,
2181         plugins/debug-manager/stack_trace.c,
2182         plugins/debug-manager/threads.c,
2183         plugins/debug-manager/plugin.c,
2184         plugins/gdb/plugin.c,
2185         plugins/gdb/debugger.c,
2186         plugins/gdb/debugger.h,
2187         manuals/reference/libanjuta/libanjuta-sections.txt,
2188         manuals/reference/libanjuta/libanjuta.types,
2189         libanjuta/interfaces/libanjuta.idl:
2190         Use gulong instead of guint for addresses
2191         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2192         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2194         * plugins/gdb/anjuta-gdb.plugin.in:
2195         Remove reference to IAnjutaCpuDebugger (useless)
2197 2008-01-18  Johannes Schmid <jhs@gnome.org>
2199         * AUTHORS: Added Alexander
2201 2008-01-18  Johannes Schmid <jhs@gnome.org>
2203   Patch from: Alexander Korolyov <kilork@yandex.ru>
2205         * plugins/editor/text_editor.c: (load_from_file),
2206         (text_editor_save_file):
2207         
2208         Fixed symlinks (#510238) and file permission (#405321)
2209         handling for scintilla editor. 
2210   
2211 2008-01-17  Johannes Schmid <jhs@gnome.org>
2213         * plugins/document-manager/action-callbacks.c:
2214         (on_editor_command_select_all_activate),
2215         (on_editor_command_cut_activate),
2216         (on_editor_command_paste_activate),
2217         (on_editor_command_copy_activate),
2218         (on_editor_command_clear_activate):
2219   Resupport cut/copy/paste/clear on GtkEditables when those
2220   have focus. (Important for shortcuts to work).
2222         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2223         * plugins/document-manager/search-box.c: (on_search_activated):
2224         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2225         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2226         * plugins/profiler/plugin.c: (profiler_get_data):
2227         * plugins/project-wizard/druid.c: (npw_druid_new):
2228         * plugins/project-wizard/install.c: (on_install_end_install_file):
2229         * plugins/sourceview/anjuta-editor-sourceview.glade:
2230         * plugins/subversion/anjuta-subversion.glade:
2231         * plugins/tools/anjuta-tools.glade:
2232         Various string fixes
2234 2008-01-17  Naba Kumar  <naba@gnome.org>
2236         Patch from James Liggett:
2238         * plugins/subversion/subversion-add-dialog.c:
2239         (on_subversion_add_response):
2240         * plugins/subversion/subversion-copy-dialog.c:
2241         (on_subversion_copy_response):
2242         * plugins/subversion/subversion-diff-dialog.c:
2243         (on_subversion_diff_response):
2244         * plugins/subversion/subversion-merge-dialog.c:
2245         (on_subversion_merge_response):
2246         * plugins/subversion/subversion-remove-dialog.c:
2247         (on_subversion_remove_response):
2248         * plugins/subversion/subversion-switch-dialog.c:
2249         (on_subversion_switch_response):
2250         * plugins/subversion/subversion-ui-utils.c: (check_input):
2251         * plugins/subversion/subversion-ui-utils.h:
2252         * plugins/subversion/subversion-update-dialog.c:
2253         (on_subversion_update_response):
2255         If the user doesn't enter any data for path or revision fields in
2256         certain SVN plugin dialogs, libsvn throws assertion failures and
2257         kills Anjuta. To avoid this, the validity of path and revision
2258         input data are checked before the command gets executed.
2260         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2261         if user gives bad or no input
2263 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2265         * plugins/document-manager/anjuta-docman.c:
2266         Fix #507627 memory tab stay active on debugger stop
2267         Remove two unused variables due to the previous patch
2269 2008-01-16  Johannes Schmid <jhs@gnome.org>
2271         * libanjuta/anjuta-plugin-manager.c:
2272         Fixed #508399 – When you enable a plugin, preferences don't show up
2274 2008-01-16  Rob Bradford  <rob@openedhand.com>
2276         Reviewed by: Johannes Schmid <jhs@gnome.org>
2278         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2279         (get_property_value_as_string), (set_property_value_as_string),
2280         (register_callbacks):
2281         * libanjuta/anjuta-preferences.h:
2282         Add support for both file and folder preferences (originally only
2283         folder choosers were supported. (Fixes bug: #508805.)
2285         * plugins/file-manager/file-manager.glade:
2286         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2287         type of property.
2289 2008-01-16  Johannes Schmid <jhs@gnome.org>
2291         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2292         .glade:
2293         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2294         * src/anjuta.glade:
2295         
2296         Fixed #509875 – The "Update globale tags" button wording is incorrect
2297         Fixed #509873 – Build Autotools Preferences has excessive padding
2298         Fixed #509872 – General Information labels are incorrectly aligned
2299         Fixed #509871 – General preferences has incorrect use of colons
2300         
2301 2008-01-16  Johannes Schmid <jhs@gnome.org>
2303         * plugins/document-manager/anjuta-document-manager.glade:
2304         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2306         Fixed #509865 – Incorrect padding in the Documents settings tabs
2307         Fixed #509867 – Create button contents is mis-aligned
2308         Fixed #509869 – "Add Directory" button is not HIG complient
2310 2008-01-16  Johannes Schmid <jhs@gnome.org>
2312         * libanjuta/anjuta-preferences-dialog.c:
2313         (anjuta_preferences_dialog_add_page):
2314         
2315         Fix #509864 – No initial section selected when opening the Preferences dialog
2317 2008-01-16  Johannes Schmid <jhs@gnome.org>
2319         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2320         Removed unused gconf_notifications
2321         
2322         * plugins/search/anjuta-search.glade:
2323         * plugins/subversion/anjuta-subversion.glade:
2324         * plugins/tools/anjuta-tools.glade:
2325         * src/anjuta-app.c: (anjuta_app_instance_init):
2326         
2327         Fixed various strings
2329 2008-01-15  Naba Kumar  <naba@gnome.org>
2331         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2332         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2333         file saved
2335         * plugins/symbol-browser/an_symbol_view.c:
2336         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2337         new file saved.
2339 2008-01-15  Johannes Schmid <jhs@gnome.org>
2341         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2342         (anjuta_profile_add_plugins_from_xml):
2343         * plugins/file-manager/file-manager.glade:
2344         Some string fixes
2345         
2346         * libanjuta/interfaces/libanjuta.idl:
2347         Fixed docs
2348                 
2349         * plugins/sourceview/Makefile.am:
2350         * plugins/sourceview/anjuta-editor-sourceview.glade:
2351         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2352         (end_print), (print_setup), (sourceview_print),
2353         (sourceview_print_preview):
2354         * plugins/sourceview/sourceview.c: (iprint_print),
2355         (iprint_print_preview):
2356         
2357         Added printing support to GtkSourceView editor
2359 2007-01-14 Tom <tpgww@onepost.net>
2361         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2363         * plugins/document-manager/anjuta-docman.c:
2364         Fix two memory leaks added by the previous patch
2366 2008-01-14  Johannes Schmid <jhs@gnome.org>
2368         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2369         * plugins/sourceview/assist-window.c: (assist_window_move):
2370         
2371         Do not use opacity
2373 2008-01-14  Rob Bradford  <rob@openedhand.com>
2375         * global-tags/Makefile.am:
2376         * global-tags/create_global_tags.sh.in:
2377         Install anjuta-tags binary into FHS policy compliant directory and
2378         update references. (Fixes bug: 509346.)
2380 2008-01-13  Naba Kumar  <naba@gnome.org>
2382         Patch from: Ritesh Khadgaray
2383         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2384         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2385         Adds export-dynamic option to LDFLAGS to project template for libglade
2386         to work for autoconnect signals.
2388 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2390         * libanjuta/anjuta-utils.c:
2391         anjuta_util_get_real_path return a string that need to be freed
2392         with g_free even if PATH_MAX is not defined
2394 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2396         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2397         to DOC_LINGUAS.
2399 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2401         * plugins/document-manager/anjuta-docman.c:
2402         Do not reopen file having escaped character (+,...) in path name
2404 2008-01-13  Naba Kumar  <naba@gnome.org>
2406         * libanjuta/interfaces/libanjuta.idl:
2407         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2408         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2409         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2410         IAnjutaProjectManager::add_sources().
2412         * plugins/glade/plugin.c: (on_glade_resource_removed),
2413         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2414         stubs for handing resources in glade file.
2416 2008-01-13  Naba Kumar  <naba@gnome.org>
2418         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2420         * plugins/glade/plugin.c: (ifile_open): Select the first window
2421         in the glade project when it is first opened. Avoids empty glade
2422         document the first time.
2424 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2426   Reviewed by: Johannes Schmid <jhs@gnome.org>
2428         * plugins/gtodo/callback.c: (remove_todo_item):
2429         Fix #507304 – crash in Anjuta IDE while removing done tasks
2431 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2433         * plugins/debug-manager/anjuta-debug-manager.ui,
2434         plugins/debug-manager/plugin.c,
2435         plugins/debug-manager/start.h,
2436         plugins/debug-manager/start.c:
2437         New menu item to add extra source directories for debugger
2439 === anjuta 2.3.2 ===
2441 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2443         * plugins/gtodo/callback.c: (remove_todo_item):
2444         Fix #507304 – crash in Anjuta IDE while removing done tasks
2446 2008-01-11  Naba Kumar  <naba@gnome.org>
2448         * configure.in: Bumped version to 2.3.2
2449         * NEWS: Updated for anjuta 2.3.2 release
2450         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2451         not 'make tarball'
2453 2008-01-11  Johannes Schmid <jhs@gnome.org>
2455         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2456         .glade:
2457         Reverted accidently commited change
2458         
2459         * plugins/document-manager/anjuta-document-manager.glade:
2460         Fix Gtk-Critical because of broken glade file
2462 2008-01-11  Naba Kumar  <naba@gnome.org>
2464         * plugins/glade/plugin.c: (on_document_destroy),
2465         (glade_plugin_add_project): Fixed a bug where when more than one
2466         glade document is open and one is closed, it closes all the glade
2467         documents. Also it might have fixed the bug where sometimes closing
2468         the glade document leaves glade widget tree unclosed.
2470 2008-01-11  Naba Kumar  <naba@gnome.org>
2472         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2473         prevent install errors when not installed as root (then the files
2474         are only useful when glade-3 is installed in the same prefix, but it
2475         doesn't harm anjuta runtime).
2477         * plugins/sourceview/sourceview.c: Commented use of a file
2478         not currently distributed.
2480 2008-01-10  Naba Kumar  <naba@gnome.org>
2482         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2483         nothing to translate in it.
2485 2008-01-10  Johannes Schmid <jhs@gnome.org>
2487         * plugins/project-wizard/templates/gnome.wiz:
2488         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2489         * plugins/project-wizard/templates/gnome/src/main.c:
2490         * plugins/project-wizard/templates/translatable-strings.h:
2491         
2492         Fixed #508497 and added a new chooser to select whether to use
2493         libglade or not.
2495 2008-01-10  Johannes Schmid <jhs@gnome.org>
2497         Patch from Tom <tpgww@onepost.net>:
2499         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2500         (anjuta_util_glist_path_dedup):
2501         * libanjuta/anjuta-utils.h:
2502         
2503         Give the method a proper prefixed name
2504         
2505         * plugins/document-manager/action-callbacks.c:
2506         (get_current_popup_active),
2507         (on_editor_command_select_all_activate),
2508         (on_editor_command_cut_activate),
2509         (on_editor_command_paste_activate),
2510         (on_editor_command_copy_activate),
2511         (on_editor_command_clear_activate), (on_show_search),
2512         (on_repeat_quicksearch):        
2513         * plugins/document-manager/action-callbacks.h:
2514         * plugins/document-manager/anjuta-docman.c:
2515         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2516         (anjuta_docman_goto_file_line_mark),
2517         (anjuta_docman_get_full_filename):
2518         * plugins/document-manager/anjuta-docman.h:
2519         * plugins/document-manager/anjuta-document-manager.ui:
2520         * plugins/document-manager/plugin.c:
2521         (update_document_ui_interface_items):
2522         
2523         Better way to fix the popup-menu items (Cut/Copy/Paste)
2524         and various clean-ups.
2525         
2526         * plugins/document-manager/search-box.c: (on_document_changed),
2527         (search_box_fill_search_focus):
2528         * plugins/document-manager/search-box.h:
2529         * plugins/search/plugin.c:
2530         
2531         Add a menu item to repeat the quick search
2533 2008-01-10  Johannes Schmid <jhs@gnome.org>
2535         * plugins/language-support-cpp-java/cpp-java-assist.c:
2536         (on_assist_chosen):
2537         
2538         Fixed #508424 – Auto complete: previous char was removed when 
2539         pre TAB to auto complete.
2541 2008-01-10  Johannes Schmid <jhs@gnome.org>
2543         Patch from: James Ligett:
2545         * plugins/profiler/gprof-call-graph-view.c:
2546         (gprof_call_graph_view_create_columns):
2547         * plugins/profiler/gprof-flat-profile-view.c:
2548         (gprof_flat_profile_view_create_columns):
2549         
2550         Fixed translation issues (#496833)
2552 2008-01-10 Johannes Schmid <jhs@gnome.org>
2554         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
2556         * plugins/gtodo/gtodo.c: (category_manager_add_item):
2557         Fix #460390 – Changing categories while edinting something
2559 2008-01-09  Naba Kumar  <naba@gnome.org>
2561         * libanjuta/anjuta-plugin-manager.c:
2562         (anjuta_plugin_manager_activate_plugins): Commented dead code and
2563         fixed a leak.
2565         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
2566         corruption reported in bug #507491. Potentially fixes too.
2568 2008-01-09  Johannes Schmid <jhs@gnome.org>
2570         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
2572         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2573         Fix bug #505205 completely
2574         
2575         * AUTHORS: Added Bolesław
2577 2008-01-08  Johannes Schmid <jhs@gnome.org>
2579         * plugins/document-manager/action-callbacks.c:
2580         (on_editor_command_cut_activate),
2581         (on_editor_command_paste_activate),
2582         (on_editor_command_copy_activate),
2583         (on_editor_command_clear_activate):
2584         
2585         Fixed editor popup menu (Cut, Copy, Paste)
2587 2008-01-08  Johannes Schmid <jhs@gnome.org>
2589         * plugins/sourceview/sourceview.c: (autodetect_language):
2590         Fixed a crash when creating a new file
2592 2008-01-08  Johannes Schmid <jhs@gnome.org>
2594         Patch by <bolekk@gmail.com> (GHOP Student)
2596         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2597         Fix bug #505205
2599 2008-01-08  Naba Kumar  <naba@gnome.org>
2601         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
2602         * libanjuta/anjuta-plugin-manager.c:
2603         (anjuta_plugin_manager_select),
2604         (anjuta_plugin_manager_activate_plugins):
2605         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
2606         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
2607         (on_create_submenu), (create_open_with_submenu):
2608         * src/about.c: (on_about_plugin_activate),
2609         (about_create_plugins_submenu): Use translated version of get_string()
2610         API in AnjutaDescription for translatable properties. Fixes bug #496833
2611         comment #18.
2613 2008-01-07  Johannes Schmid <jhs@gnome.org>
2615         * plugins/build-basic-autotools/executer.c: (execute_program):
2616         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2617         * plugins/debug-manager/anjuta-debug-manager.glade:
2618         * plugins/debug-manager/locals.c: (create_locals_gui):
2619         * plugins/file-loader/plugin.c: (on_create_submenu):
2620         * plugins/gtodo/main.h:
2621         * plugins/gtodo/preferences.c: (preferences_widget):
2622         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2623         * plugins/tools/anjuta-tools.glade:
2624         * plugins/tools/execute.c: (atp_output_context_print):
2625         * src/main.c:
2626         
2627                 Another bunch of i18n fixes (#496833)
2629 2008-01-07  Johannes Schmid <jhs@gnome.org>
2631         * plugins/build-basic-autotools/build-basic-autotools.c:
2632         (on_build_terminated):
2633         * plugins/gtodo/interface.c: (set_read_only):
2634         * plugins/project-manager/plugin.c: (confirm_removal),
2635         (on_popup_add_to_project):
2636         * plugins/subversion/anjuta-subversion.glade:
2637         * plugins/tools/execute.c: (atp_output_context_print_result):
2638         
2639         Fixed some strings from #496833
2641 2008-01-07  Johannes Schmid <jhs@gnome.org>
2643         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
2644         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
2645         .in:
2646         * plugins/language-support-cpp-java/plugin.c: (install_support),
2647         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
2648         Added basic Vala support
2649         
2650         * plugins/sourceview/sourceview.c: (autodetect_language):
2651         Fixed mime-type detection
2653 2008-01-06  Massimo Cora'  <maxcvs@email.it>
2655   Reviewed by: Johannes Schmid <jhs@gnome.org>
2657         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
2658         (value_removed_current_editor), (symbol_db_activate),
2659         (symbol_db_deactivate):
2660         * plugins/symbol-db/symbol-db-engine.c:
2661         (symbol_db_engine_get_global_members_filtered):
2662         * plugins/symbol-db/symbol-db-view.c:
2663         (do_add_child_symbol_to_view), (prepare_for_adding),
2664         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
2665         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
2666         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
2667         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
2668         (sdb_view_init), (sdb_view_finalize),
2669         (sdb_view_build_and_display_base_tree):
2670         * plugins/symbol-db/symbol-db-view.h:
2671         added controls to expand Global tab nodes in a non-freezing way.
2672         Fixed also some little bugs always on global-tab.
2674 2008-01-06  Naba Kumar  <naba@gnome.org>
2676         Patches from James Liggett:
2677         * plugins/profiler/gprof-call-graph-view.c:
2678         (gprof_call_graph_view_create_columns):
2679         * plugins/profiler/gprof-flat-profile-view.c:
2680         (gprof_flat_profile_view_create_columns):
2681         * plugins/profiler/gprof-function-call-tree-view.c:
2682         (gprof_function_call_tree_view_create_columns): Made all
2683         of the columns resizable and reorderable.
2685 2008-01-06  Johannes Schmid <jhs@gnome.org>
2687         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2688         (anjuta_launcher_check_password_real),
2689         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2690         (anjuta_launcher_scan_pty),
2691         (anjuta_launcher_disable_password_check):
2692         * libanjuta/anjuta-launcher.h:
2693         Added disable_password_check for stream where it does not make sense 
2694         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
2695         that sometimes occur in symbol-db plugin
2696         
2697         * plugins/file-manager/file-model.c:
2698         (file_model_cancel_expand_idle):
2699         Fixed removing of idle source
2700         
2701         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
2702         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
2703         
2704         Fixed #348854 – invisible cursor in certain themes
2706 2008-01-06  Naba Kumar  <naba@gnome.org>
2708         * libanjuta/anjuta-preferences.c:
2709         (anjuta_preferences_register_property_custom): Fixed a crash bug on
2710         closing preferences dialog due to patch in bug #507300
2712 2008-01-06  Naba Kumar  <naba@gnome.org>
2714         * plugins/language-support-cpp-java/cpp-java-assist.c:
2715         (on_assist_chosen):
2716         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2717         * plugins/search/search-replace_backend.c: (create_search_entries):
2718         Added missing unrefs.
2720 2008-01-06  Johannes Schmid <jhs@gnome.org>
2722         * plugins/debug-manager/variable.c: (get_hovered_word):
2723   Add a g_object_unref()  
2724         
2725         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
2726         (on_sourceview_hover_leave):
2727         Fixed hover and editor interface to make hover in debugger work
2729 2008-01-06  Naba Kumar  <naba@gnome.org>
2731         * plugins/editor/text-editor.c: Whitespaces fixes.
2732         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
2733         DEBUG_PRINT instead of g_message.
2735 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
2737         * plugins/debug-manager/breakpoints.c:
2738         Fix #507441: Disable all breakpoints doesn't work
2739         Fix #507444: Enable Breakpoint menu item doesn't change name
2741 2008-01-05  Naba Kumar  <naba@gnome.org>
2743         * manuals/reference/libanjuta/libanjuta.types: Renamed
2744         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
2746 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2748         * plugins/debug-manager/variable.c:
2749         Update variable display to use IAnjutaIterable instead of position
2751         * plugins/editor/text_editor_cbs.c,
2752         plugins/editor/text_editor.c:
2753         Fix Gtk critical warnings when a hover signal is emitted
2754         Fix get_text_iter in Scintilla (range should include last character)
2755         
2756 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2758         * plugins/debug-manager/debug_tree.c,
2759         plugins/debug-manager/debug_tree.h,
2760         plugins/debug-manager/watch.c,
2761         plugins/debug-manager/command.c,
2762         plugins/debug-manager/queue.c,
2763         plugins/gdb/plugin.c,
2764         plugins/gdb/debugger.c,
2765         plugins/gdb/debugger.h,
2766         libanjuta/interfaces/libanjuta.idl:
2767         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
2769 2008-01-05  Naba Kumar  <naba@gnome.org>
2771         * plugins/valgrind/plugin.c: Removed stock icon open/save from
2772         menus to avoid conflict with file open/save. Fixes bug #507455
2774 2008-01-05  Johannes Schmid <jhs@gnome.org>
2776         * configure.in:
2777         Conditionally depend on gtksourceview2 >= 2.1.0
2778         
2779         * libanjuta/interfaces/libanjuta.idl:
2780         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
2781         iterators instead of positions
2782         
2783         * plugins/debug-manager/threads.c:
2784         Fixed a warnings by including gnome-vfs properly
2785         
2786         * plugins/debug-manager/variable.c: (get_hovered_word),
2787         (on_hover_over):
2788         Updated to changes in IAnjutaEditorHover/Selection
2789         
2790         * plugins/document-manager/action-callbacks.c:
2791         (on_editor_command_upper_case_activate),
2792         (on_editor_command_lower_case_activate):
2793         * plugins/document-manager/search-box.c: (on_incremental_search),
2794         (on_search_activated):
2795         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
2796         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
2797         (iselection_get_start), (iselection_get_end),
2798         (iselection_iface_init), (ihover_display), (ihover_iface_init):
2799         * plugins/editor/text_editor_cbs.c:
2800         (on_text_editor_scintilla_notify):
2801         
2802         Updated to changes in IAnjutaEditorHover/Selection and updated editor
2803         interface of scintilla editor.
2804         
2805         * plugins/language-manager/languages.xml:
2806         * plugins/language-manager/plugin.c:
2807         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
2808         Added chdr to C language files and some DEBUG_PRINTs
2809         
2810         * plugins/language-support-cpp-java/cpp-java-assist.c:
2811         (on_assist_chosen):
2812         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2813         * plugins/search/plugin.c: (find_incremental):
2814         * plugins/search/search-replace.c: (search_and_replace):
2815         * plugins/search/search-replace_backend.c: (create_search_entries):
2816                 Adapted to changed interfaces
2818         * plugins/sourceview/Makefile.am:
2819         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
2820         (set_uri), (anjuta_document_save):
2821         * plugins/sourceview/anjuta-editor-sourceview.glade:
2822         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
2823         (anjuta_view_key_press_event):
2824         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
2825         * plugins/sourceview/sourceview-cell.c:
2826         (sourceview_cell_instance_init), (sourceview_cell_finalize),
2827         (icell_get_line), (icell_get_attribute), (icell_iface_init):
2828         * plugins/sourceview/sourceview-prefs.c: (get_bool),
2829         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
2830         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
2831         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
2832         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
2833         * plugins/sourceview/sourceview-private.h:
2834         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
2835         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
2836         (on_document_loaded), (sourceview_instance_init),
2837         (sourceview_dispose), (sourceview_finalize),
2838         (sourceview_create_markers), (sourceview_new),
2839         (ifile_savable_save), (ieditor_get_tab_size),
2840         (ieditor_set_tab_size), (ieditor_set_use_spaces),
2841         (ieditor_set_auto_indent), (ieditor_goto_line),
2842         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
2843         (iselect_block), (iselect_set), (iselect_get_start),
2844         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
2845         (imark_unmark), (imark_is_marker_set),
2846         (imark_location_from_handle), (imark_delete_all_markers),
2847         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
2848         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
2849         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
2850         (ilanguage_get_supported_languages), (autodetect_language),
2851         (ilanguage_set_language), (iassist_show_tips),
2852         (on_sourceview_hover_leave), (on_sourceview_hover_over),
2853         (ihover_display), (ihover_iface_init):
2854         
2855         Use GtkSourceView 2.1.x:
2856         * New mark interface
2857         * Fixed #486724 and #488615
2858         * Implemented hover interface
2859         * Adapted to changed interfaces
2861 2008-01-04  Rob Bradford  <rob@o-hand.com>
2863         Reviewed by Naba Kumar  <naba@gnome.org>:
2864         * libanjuta/anjuta-preferences.c:
2865         (anjuta_preferences_register_property_custom):
2866         Unregister preferences for custom preferences when the widget is
2867         destroyed.
2869 2008-01-03  Johannes Schmid <jhs@gnome.org>
2871         * plugins/file-manager/file-model.c: (file_model_row_expanded),
2872         (file_model_row_collapsed):
2873   Fixed the too method to take a correct data argument
2875 2008-01-02  Johannes Schmid <jhs@gnome.org>
2877         * plugins/document-manager/anjuta-docman.c:
2878         (anjuta_docman_add_document), (anjuta_docman_remove_document):
2879         ref and unref correctly to silence a Gtk+ critical
2881 2008-01-01  Johannes Schmid <jhs@gnome.org>
2883         * plugins/editor/text_editor.c: (itext_editor_get_text):
2884         Fixed #506740 – ianjuta_editor_get_text crash if request 
2885         text past the buffer length
2887 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
2889         * plugins/debug-manager/utilities.c,
2890         plugins/debug-manager/utilities.h,
2891         plugins/debug-manager/breakpoints.c:
2892         Move get_current_editor function in utilities.c
2894         * plugins/debug-manager/plugin.c,
2895         plugins/debug-manager/debug_tree.c,
2896         plugins/debug-manager/debug_tree.h,
2897         plugins/debug-manager/watch.c,
2898         plugins/debug-manager/watch.h,
2899         plugins/debug-manager/locals.c,
2900         plugins/debug-manager/locals.h,
2901         (added) plugins/debug-manager/variable.c,
2902         (added) plugins/debug-manager/variable.h,
2903         plugins/debug-manager/Makefile.am:
2904         Use hover interface to display variable value
2906 2007-12-31  Johannes Schmid <jhs@gnome.org>
2908         * libanjuta/Makefile.am:
2909         Only install glade catalog files if glade-3 is available
2910         (Fixes #506269 and #500296)
2912 2007-12-30  Johannes Schmid <jhs@gnome.org>
2914         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
2915         (set_property_value_as_string), (register_callbacks):
2917   Fixed GtkFileChooserButton preferences to also work when only the combo
2918   changes without a dialog being open.
2920 2007-12-29  Johannes Schmid <jhs@gnome.org>
2922         * plugins/editor/Makefile.am:
2923         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
2925 2007-12-29  Johannes Schmid <jhs@gnome.org>
2927         * plugins/devhelp/plugin.c: (devhelp_activate):
2928         Fixed #498986 - Anjuta-2.3.0 fails to build
2930 2007-12-29  Johannes Schmid <jhs@gnome.org>
2932         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
2933         * plugins/debug-manager/plugin.c:
2934         (on_run_to_cursor_action_activate):
2935         * plugins/document-manager/anjuta-docman.c:
2936         (anjuta_docman_goto_file_line_mark):
2937         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2938         (value_removed_current_editor):
2939         
2940         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
2941         all those to value_added_current_document...
2943         * plugins/editor/anjuta-editor-scintilla.glade:
2944         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
2945         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
2947 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2949   * plugins/symbol-db/plugin.c: (on_importing_project_end),
2950   (symbol_db_activate), (symbol_db_deactivate),
2951   (symbol_db_instance_init), (isymbol_manager_get_parents):
2952   * plugins/symbol-db/plugin.h:
2953   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2954   * plugins/symbol-db/symbol-db-engine.c:
2955   (symbol_db_engine_get_global_members_filtered):
2956   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
2957   (on_symbol_inserted):
2958   Filtered out static functions on global-tab. E.g. when flag
2959   is_file_scope = 1 we won't add entries there.
2960   Fixed a little bug on 'Global'->'Vars/Others' node too.
2962 2007-12-28  Johannes Schmid <jhs@gnome.org>
2964   * libanjuta/anjuta-launcher.c:
2965   Fixed a silly (and completely useless) memory corruption that probably 
2966   only occured at a few race conditions though I wonder why it did not 
2967         happen more often
2969 2007-12-28  Johannes Schmid <jhs@gnome.org>
2970         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
2971         * plugins/debug-manager/plugin.c: (set_program_counter):
2972         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
2973         * plugins/debug-manager/start.c: (get_source_directories):
2974         * plugins/debug-manager/threads.c: (on_info_thread),
2975         (on_list_thread):
2976         * plugins/file-manager/file-model.c: (file_model_set_property):
2977         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
2978         * plugins/tools/editor.c: (on_editor_response):
2979         
2980         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
2981         
2982         * plugins/document-manager/plugin.c: (update_title),
2983         (value_added_project_root_uri):
2984         * plugins/document-manager/plugin.h:
2985         Shorten down the title bar if the current path is inside the opened project
2987 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2989         reviewed by: Johannes Schmid <jhs@gnome.org>
2991         * plugins/project-wizard/templates/java/project.anjuta:
2992         * plugins/project-wizard/templates/mkfile/project.anjuta:
2993         * plugins/project-wizard/templates/python/project.anjuta:
2994         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
2995         let new projects use new SymbolDB plugin.
2996         
2997         * plugins/symbol-browser/images/Makefile.am:
2998         added some images taken from MonoDevelop project.
2999         
3000         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3001         (goto_file_line), (on_importing_project_end), (project_root_added),
3002         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3003         (isymbol_manager_search):
3004         Added project-updating feature when opening a project with some files
3005   modified externally [e.g. a svn up].
3006         
3007         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3008         (sdb_engine_iterator_node_instance_init),
3009         (sdb_engine_iterator_node_finalize),
3010         (symbol_db_engine_iterator_node_set_conversion_hash):
3011         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3012         * plugins/symbol-db/symbol-db-engine-iterator.c:
3013         (symbol_db_engine_iterator_new):
3014         * plugins/symbol-db/symbol-db-engine-iterator.h:
3015          Moved Hash table initialization into the engine. This proxies and
3016   speeds up the process of creation and iteration of a GdaDataModel.
3017         
3018         * plugins/symbol-db/symbol-db-engine.c:
3019         (sdb_engine_ctags_output_thread),
3020         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3021         (sdb_engine_scan_files_1), (sdb_engine_init),
3022         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3023         (symbol_db_engine_add_new_workspace),
3024         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3025         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3026         (symbol_db_engine_get_sym_type_conversion_hash),
3027         (symbol_db_engine_update_files_symbols),
3028         (symbol_db_engine_update_project_symbols),
3029         (symbol_db_engine_update_buffer_symbols),
3030         (symbol_db_engine_get_class_parents),
3031         (symbol_db_engine_get_global_members_filtered),
3032         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3033         (symbol_db_engine_get_scope_members_by_symbol_id),
3034         (symbol_db_engine_get_scope_members),
3035         (symbol_db_engine_get_current_scope),
3036         (symbol_db_engine_get_file_symbols),
3037         (symbol_db_engine_get_symbol_info_by_id),
3038         (symbol_db_engine_find_symbol_by_name_pattern),
3039         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3040         * plugins/symbol-db/symbol-db-engine.h:
3041         * plugins/symbol-db/symbol-db-view-locals.c:
3042         (sdb_view_locals_get_iter_from_row_ref),
3043         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3044         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3045         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3046         Changes on some queries fuctions and some fixes. Added *_filtered
3047   functions.
3048         
3049         * plugins/symbol-db/symbol-db-view.c:
3050         (do_add_child_symbol_to_view), (add_new_waiting_for),
3051         (prepare_for_adding), (on_symbol_inserted),
3052         (do_recurse_subtree_and_remove), (on_symbol_removed),
3053         (sdb_view_do_add_hidden_dummy_child),
3054         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3055         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3056         (sdb_view_locals_create_new_store), (sdb_view_init),
3057         (sdb_view_finalize), (sdb_view_class_init),
3058         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3059         (symbol_db_view_get_pixbuf),
3060         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3061         New display for global tags. This is the definitive version, bugs apart.
3062         
3063         * plugins/symbol-db/tables.sql:
3064         fixed typo.
3066 2007-12-27  Naba Kumar  <naba@gnome.org>
3068         * libanjuta/interfaces/libanjuta.idl:
3069         * plugins/editor/aneditor-priv.h:
3070         * plugins/editor/aneditor.cxx:
3071         * plugins/editor/text_editor.c: (text_editor_instance_init),
3072         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3073         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3074         * plugins/editor/text_editor.h:
3075         * plugins/editor/text_editor_cbs.c:
3076         (on_text_editor_scintilla_notify):
3078         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3079         related code in AnEditor. Fixed some compilation warnings.
3081 2007-12-26  Naba Kumar  <naba@gnome.org>
3083         * Changelog: Fixed indentation.
3085 2007-12-25  Naba Kumar  <naba@gnome.org>
3087         * plugins/editor/Makefile.am:
3088         * plugins/editor/editor.glade:
3089         * plugins/editor/plugin.c:
3090         * plugins/editor/style-editor.c:
3091         * plugins/sourceview/Makefile.am:
3092         * plugins/sourceview/plugin.c:
3093         * plugins/sourceview/sourceview.glade:
3094         * plugins/valgrind/Makefile.am:
3096         Renamed glade files to anjuta-editor-* to give name space for the
3097         schema files (because they are installed in system directory).
3099         * scripts/build-schemas.mk: Install the schemas files also (need for
3100         binary package installation/uninstallation).
3102 2007-12-25  Johannes Schmid <jhs@gnome.org>
3104         * plugins/language-support-cpp-java/plugin.c:
3105         (set_indentation_param_vim):
3106         
3107         Support some more vim modeline commands and shortcuts (#504331)
3109 2007-12-25  Johannes Schmid <jhs@gnome.org>
3111         Patches from James Liggett:
3112         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3113         (anjuta_vcs_status_tree_view_init):
3114         * plugins/subversion/subversion-commit-dialog.c:
3115         (subversion_commit_dialog):
3116         * plugins/subversion/subversion-diff-dialog.c:
3117         (on_subversion_diff_response):
3118         * plugins/subversion/subversion-log-dialog.c:
3119         (on_log_view_selected_button_clicked),
3120         (on_log_diff_selected_button_clicked),
3121         (on_log_diff_previous_button_clicked):
3122         * plugins/subversion/subversion-resolve-dialog.c:
3123         (subversion_resolve_dialog):
3124         * plugins/subversion/subversion-revert-dialog.c:
3125         (subversion_revert_dialog):
3126         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3127         (pulse_progress_bar), (hide_pulse_progress_bar),
3128         (disconnect_data_arrived_signals),
3129         (cancel_data_arrived_signal_disconnect):
3130         * plugins/subversion/subversion-ui-utils.h:
3131         
3132         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3133         #505237 – Sort list of modified files
3135 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3137         * plugins/gdb/debugger.c:
3138         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3140 2007-12-23  Johannes Schmid <jhs@gnome.org>
3142         * plugins/language-support-cpp-java/plugin.c:
3143         (set_indentation_param_emacs), (set_indentation_param_vim),
3144         (parse_mode_line_emacs), (parse_mode_line_vim),
3145         (extract_mode_line), (initialize_indentation_params):
3147         Added (basic) support for vim modelines (#504331)
3149         * plugins/message-view/message-view.c: (message_view_next),
3150         (message_view_previous):
3151         
3152         Fixed next/previous message
3154 2007-12-23  Johannes Schmid <jhs@gnome.org>
3156         * libanjuta/anjuta-ui.h:
3157         Check for != NULL before unref'ing pixbuf (related to #497878)
3158         
3159         * plugins/devhelp/plugin.c: (register_stock_icons):
3160         * plugins/document-manager/anjuta-docman.c:
3161         (anjuta_docman_add_document):
3162         * plugins/glade/plugin.c: (on_close_activated),
3163         (register_stock_icons), (on_session_save),
3164         (glade_plugin_add_project):
3165         
3166         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3167         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3168         
3169         * plugins/language-support-cpp-java/plugin.c:
3170         (register_stock_icons):
3171         Fixed stock icon registration macros
3173 2007-12-23  Johannes Schmid <jhs@gnome.org>
3175         * global-tags/Makefile.am:
3176         * launcher/Makefile.am:
3177         * libanjuta/Makefile.am:
3178         * libegg/Makefile.am:
3179         * manuals/anjuta-faqs/Makefile.am:
3180         * manuals/anjuta-manual/Makefile.am:
3181         * manuals/reference/libanjuta/Makefile.am:
3182         * plugins/build-basic-autotools/Makefile.am:
3183         * plugins/class-gen/Makefile.am:
3184         * plugins/class-inheritance/Makefile.am:
3185         * plugins/cvs-plugin/Makefile.am:
3186         * plugins/debug-manager/Makefile.am:
3187         * plugins/devhelp/Makefile.am:
3188         * plugins/document-manager/Makefile.am:
3189         * plugins/editor/Makefile.am:
3190         * plugins/editor/scintilla/Makefile.am:
3191         * plugins/editor/scintilla/include/Makefile.am:
3192         * plugins/file-loader/Makefile.am:
3193         * plugins/file-manager/Makefile.am:
3194         * plugins/file-wizard/Makefile.am:
3195         * plugins/gdb/Makefile.am:
3196         * plugins/glade/Makefile.am:
3197         * plugins/gtodo/Makefile.am:
3198         * plugins/gvim/Makefile.am:
3199         * plugins/indent/Makefile.am:
3200         * plugins/language-manager/Makefile.am:
3201         * plugins/language-support-cpp-java/Makefile.am:
3202         * plugins/macro/Makefile.am:
3203         * plugins/message-view/Makefile.am:
3204         * plugins/patch/Makefile.am:
3205         * plugins/profiler/Makefile.am:
3206         * plugins/project-import/Makefile.am:
3207         * plugins/project-manager/Makefile.am:
3208         * plugins/project-wizard/Makefile.am:
3209         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3210         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3211         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3212         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3213         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3214         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3215         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3216         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3217         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3218         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3219         * plugins/sample1/Makefile.am:
3220         * plugins/search/Makefile.am:
3221         * plugins/sourceview/Makefile.am:
3222         * plugins/subversion/Makefile.am:
3223         * plugins/symbol-browser/Makefile.am:
3224         * plugins/symbol-db/Makefile.am:
3225         * plugins/symbol-db/test/Makefile.am:
3226         * plugins/terminal/Makefile.am:
3227         * plugins/tools/Makefile.am:
3228         * plugins/valgrind/Makefile.am:
3229         * src/Makefile.am:
3230         * tagmanager/Makefile.am:
3231         
3232         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3233         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3234         warnings from illigel C++ compiler flags.
3236 2007-12-23  Johannes Schmid <jhs@gnome.org>
3238         Patch from Tom <tpgww@onepost.net>:
3239   
3240         * plugins/document-manager/anjuta-docman.c:
3241         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3242         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3243         (anjuta_docman_instance_init), (on_notebook_switch_page),
3244         (anjuta_docman_grab_text_focus):
3245         * plugins/document-manager/plugin.c: (on_document_added),
3246         (on_window_key_press_event), (on_window_key_release_event):
3247         
3248         Some more document-manager code cleanups and fixes.
3250 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3252         * plugins/symbol-db/plugin.c: (register_stock_icons),
3253         (value_added_current_editor), (value_removed_current_editor),
3254         (on_importing_project_end), (project_root_removed):
3255         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3257         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3258         (symbol_db_engine_get_file_db_path):
3259         fixed a useless warning.
3261         * plugins/symbol-db/symbol-db-view-locals.c:
3262         (traverse_free_waiting_for), (file_view_status_destroy),
3263         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3264         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3265         (sdb_view_locals_finalize), (on_symbol_inserted),
3266         (symbol_db_view_locals_recv_signals_from_engine),
3267         (symbol_db_view_locals_update_list):
3268         more speed on editors switching. GtkTreeStore caching method implemented.
3269         Fixed compiler warnings and a little memory leak.
3271         * plugins/symbol-db/symbol-db-view-locals.h:
3272         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3273         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3274         (on_scan_end), (on_symbol_inserted),
3275         (sdb_view_locals_create_new_store), (sdb_view_init),
3276         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3277         * plugins/symbol-db/symbol-db-view.h:
3278         fixed some crashers. Now project loading/populating should be quite quick.
3280 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3282         * plugins/debug-manager/command.c,
3283         plugins/debug-manager/queue.c:
3284         Take care of command return value (FALSE is an error)
3286 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3288         * plugins/debug-manager/anjuta-debug-manager.glade,
3289         plugins/debug-manager/breakpoints.c:
3290         Remove address, condition and pass breakpoint column if not supported
3291         Fix clear all remove_all to avoid an endless loop if a breakpoint
3292         cannot be removed
3294 2007-12-17  Johannes Schmid <jhs@gnome.org>
3296         Patch from Tom <tpgww@onepost.net> (with some changes):
3298         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3299         (on_save_as_activate), (on_save_all_activate),
3300         (on_close_file_activate), (on_close_all_file_activate),
3301         (on_reload_file_activate), (on_editor_command_clear_activate),
3302         (on_transform_eolchars1_activate), (on_comment_block),
3303         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3304         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3305         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3306         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3307         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3308         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3309         (on_zoom_out_text_activate):
3310         * plugins/document-manager/action-callbacks.h:
3311         * plugins/document-manager/anjuta-docman.c:
3312         (on_notebook_page_close_button_click),
3313         (on_notebook_page_close_button_enter),
3314         (on_notebook_page_close_button_leave),
3315         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3316         (anjuta_docman_page_init), (anjuta_docman_page_new),
3317         (on_open_filesel_response), (create_file_open_dialog_gui),
3318         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3319         (anjuta_docman_instance_init), (on_notebook_switch_page),
3320         (on_document_destroy), (anjuta_docman_add_editor),
3321         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3322         (anjuta_docman_set_current_document),
3323         (anjuta_docman_goto_file_line_mark), (get_real_path),
3324         (anjuta_docman_get_full_filename),
3325         (anjuta_docman_delete_all_markers),
3326         (anjuta_docman_delete_all_indicators),
3327         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3328         (anjuta_docman_order_tabs):
3329         * plugins/document-manager/anjuta-docman.h:
3330         * plugins/document-manager/file_history.c: (an_hist_file_new),
3331         (an_file_history_push), (an_file_history_dump):
3332         * plugins/document-manager/file_history.h:
3333         * plugins/document-manager/plugin.c: (update_title),
3334         (value_removed_project_root_uri),
3335         (update_document_ui_interface_items), (menu_name_compare),
3336         (on_document_added), (on_document_changed),
3337         (on_window_key_press_event), (on_window_key_release_event),
3338         (on_session_save):
3339         * plugins/document-manager/search-box.c: (on_document_changed),
3340         (on_goto_activated), (search_box_init), (search_box_new):
3341         * plugins/document-manager/search-box.h:
3343         Yet more code cleanups
3344         Save glade files correctly in session
3345         Use new tooltip API if available
3346         Sort notebook pages when session is restored (needs work)
3348 2007-12-16  Johannes Schmid <jhs@gnome.org>
3350         * plugins/document-manager/anjuta-docman.c:
3351         (anjuta_docman_add_document):
3352         
3353         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3354         the new search bar was introduced.
3356 2007-12-12  Johannes Schmid <jhs@gnome.org>
3357   
3358         Patch from  Tom <tpgww@onepost.net>:
3359         (#485233 – another bunch of docman cleanups)
3360   
3361         * libanjuta/interfaces/libanjuta.idl:
3362         * plugins/document-manager/action-callbacks.c:
3363         (get_current_document), (get_current_focus_widget),
3364         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3365         (on_close_file_activate), (on_close_all_file_activate),
3366         (on_reload_file_activate), (on_print_activate),
3367         (on_print_preview_activate),
3368         (on_editor_command_upper_case_activate),
3369         (on_editor_command_lower_case_activate),
3370         (on_editor_command_eol_crlf_activate),
3371         (on_editor_command_eol_lf_activate),
3372         (on_editor_command_eol_cr_activate),
3373         (on_editor_command_select_all_activate),
3374         (on_editor_command_select_to_brace_activate),
3375         (on_editor_command_select_block_activate),
3376         (on_editor_command_match_brace_activate),
3377         (on_editor_command_undo_activate),
3378         (on_editor_command_redo_activate),
3379         (on_editor_command_cut_activate),
3380         (on_editor_command_paste_activate),
3381         (on_editor_command_copy_activate),
3382         (on_editor_command_clear_activate),
3383         (on_editor_command_close_folds_all_activate),
3384         (on_editor_command_open_folds_all_activate),
3385         (on_editor_command_toggle_fold_activate),
3386         (on_editor_command_bookmark_toggle_activate),
3387         (on_editor_command_bookmark_first_activate),
3388         (on_editor_command_bookmark_next_activate),
3389         (on_editor_command_bookmark_prev_activate),
3390         (on_editor_command_bookmark_last_activate),
3391         (on_editor_command_bookmark_clear_activate),
3392         (on_transform_eolchars1_activate), (on_comment_block),
3393         (on_comment_box), (on_comment_stream),
3394         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3395         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3396         (on_force_hilite_activate), (on_swap_activate),
3397         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3398         * plugins/document-manager/action-callbacks.h:
3399         * plugins/document-manager/anjuta-docman.c:
3400         (on_notebook_page_close_button_click),
3401         (on_notebook_page_close_button_enter),
3402         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3403         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3404         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3405         (on_open_filesel_response), (anjuta_docman_open_file),
3406         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3407         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3408         (anjuta_docman_class_init), (anjuta_docman_new),
3409         (on_notebook_switch_page), (on_document_save_point),
3410         (on_document_destroy), (anjuta_docman_add_editor),
3411         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3412         (anjuta_docman_set_popup_menu),
3413         (anjuta_docman_get_current_focus_widget),
3414         (anjuta_docman_get_page_for_document),
3415         (anjuta_docman_get_current_document),
3416         (anjuta_docman_set_current_document),
3417         (anjuta_docman_goto_file_line),
3418         (anjuta_docman_goto_file_line_mark),
3419         (anjuta_docman_get_full_filename),
3420         (anjuta_docman_present_notebook_page),
3421         (anjuta_docman_update_page_label),
3422         (anjuta_docman_delete_all_markers),
3423         (anjuta_docman_delete_all_indicators),
3424         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3425         (do_ordertab1), (anjuta_docman_order_tabs),
3426         (anjuta_docman_set_editor_properties),
3427         (anjuta_docman_get_document_for_path),
3428         (anjuta_docman_get_all_doc_widgets):
3429         * plugins/document-manager/anjuta-docman.h:
3430         * plugins/document-manager/editor-tooltips.c:
3431         * plugins/document-manager/plugin.c: (update_title),
3432         (update_document_ui_enable_all), (update_document_ui_disable_all),
3433         (update_document_ui_save_items),
3434         (update_document_ui_interface_items), (update_document_ui),
3435         (on_document_update_save_ui), (update_status),
3436         (on_document_update_ui), (on_document_added),
3437         (on_document_changed), (on_session_save), (on_save_prompt),
3438         (on_docman_auto_save), (on_gconf_notify_timer):
3439         * plugins/document-manager/search-box.c: (on_document_changed),
3440         (search_box_new), (search_box_grab_line_focus):
3441         * plugins/glade/plugin.c: (ifile_open):
3442         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3443         * plugins/search/search-replace_backend.c: (create_search_entries):
3444         * plugins/sourceview/anjuta-document.c: (set_uri),
3445         (anjuta_document_save):
3446         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3447         * plugins/tools/editor.c: (on_editor_response):
3449         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3450         It fixes some issues with session handling and several memory lacks.
3451         Gtk 2.12 Tooltip API is used if available.
3453 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3455         * plugins/debug-manager/disassemble.c,
3456         plugins/debug-manager/disassemble.h,
3457         plugins/debug-manager/command.c,
3458         plugins/debug-manager/command.h,
3459         plugins/debug-manager/plugin.c
3460         plugins/debug-manager/sparse_view.c,
3461         plugins/debug-manager/sparse_view.h,
3462         plugins/gdb/plugin.c,
3463         plugins/gdb/debugger.c,
3464         plugins/gdb/debugger.h,
3465         libanjuta/interfaces/libanjuta.idl:
3466         Fix bug #502533: Implement assembler step
3468         * plugins/debug-manager/breakpoints.c:
3469         Do not save temporary breakpoints
3471         * plugins/debug-manager/stack_trace.c:
3472         Fix a crash when a stack command is cancelled
3474 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3476         * plugins/debug-manager/plugin.c,
3477         plugins/debug-manager/breakpoints.c,
3478         plugins/debug-manager/breakpoints.h:
3479         Fix bug #488732: Breakpoint on delete lines
3480         Breakpoints are now linked to their position in editor
3482         * plugins/gdb/debugger.c:
3483         Fix removing condition on breakpoint 
3485 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3487         * plugins/debug-manager/anjuta-debug-manager.glade,
3488         plugins/debug-manager/start.c,
3489         plugins/gdb/plugin.c,
3490         plugins/gdb/debugger.c,
3491         plugins/gdb/debugger.h,
3492         libanjuta/interfaces/libanjuta.idl:
3493         Fix bug #481366: Do not stop at the beginning of the program
3495         * plugins/debug-manager/command.c,
3496         plugins/debug-manager/command.h,
3497         plugins/debug-manager/breakpoints.c,
3498         plugins/debug-manager/queue.c,
3499         plugins/debug-manager/queue.h:
3500         Fix a bug remove all breakpoints was not working due to latest changes
3501         Setting breakpoints is disabled when program is running
3503 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3505         * plugins/debug-manager/queue.c,
3506         plugins/gdb/plugin.c:
3507         Fix bug #501469: Crash if mime_type is unknown
3509 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3511         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3512         (on_editor_update_ui), (on_single_file_scan_end),
3513         (on_importing_project_end), (project_root_added),
3514         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3515         * plugins/symbol-db/plugin.h:
3516         show on status bar files being scanned.
3518         * plugins/symbol-db/symbol-db-engine.c:
3519         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3520         (sdb_engine_ctags_output_thread),
3521         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3522         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3523         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3524         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3525         (sdb_engine_get_table_id_by_unique_name2),
3526         (symbol_db_engine_open_project),
3527         (sdb_engine_prepare_executing_commands),
3528         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3529         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3530         (sdb_engine_detects_removed_ids),
3531         (symbol_db_engine_get_class_parents),
3532         (symbol_db_engine_get_global_members),
3533         (symbol_db_engine_get_scope_members_by_symbol_id),
3534         (symbol_db_engine_get_scope_members),
3535         (symbol_db_engine_get_current_scope),
3536         (symbol_db_engine_get_file_symbols),
3537         (symbol_db_engine_get_symbol_info_by_id),
3538         (symbol_db_engine_get_full_local_path),
3539         (symbol_db_engine_find_symbol_by_name_pattern),
3540         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3541         * plugins/symbol-db/symbol-db-engine.h:
3542         * plugins/symbol-db/symbol-db-view-locals.c:
3543         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
3544         (symbol_db_view_locals_recv_signals_from_engine),
3545         (symbol_db_view_locals_update_list):
3546         * plugins/symbol-db/symbol-db-view-locals.h:
3547         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
3548         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
3549         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
3550         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
3551         * plugins/symbol-db/symbol-db-view.h:
3552         Added g_thread architecture to scan in background. With this you
3553         can use Anjuta's GUI without freezing.
3554         Improved insertion speed by using a paradigm like 'insert' and 'check'
3555         replacing a 'check' and 'insert' one. This has been done for tables 
3556         like symbol, scope, sym_type.
3557         Fixed two crashers. 
3559         * plugins/symbol-db/tables.sql:
3560         * plugins/symbol-db/test/main.c: (get_global_members), (main),
3561         (thread), (print_message), (bastard_thread), (idle_signals):
3562         fixed a typo on tables that broke sql triggers.
3564 === anjuta 2.3.1 ===
3566 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3568         * NEWS, AUTHORS: Updated.
3569         * src/Makefile.am: Fixed make distcheck
3571         Patch from Yang Hong:
3572         * plugins/file-manager/file-manager.glade: Fixed file chooser
3573         size in file-manager preferences.
3575 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3577         * NEWS: Updated for 2.3.1 development release
3578         * configure.in: Bumped version to 2.3.1
3580 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
3582         * plugins/debug-manager/threads.c,
3583         plugins/debug-manager/disassemble.c,
3584         plugins/debug-manager/watch.c,
3585         plugins/debug-manager/registers.c,
3586         plugins/debug-manager/locals.c,
3587         plugins/debug-manager/breakpoints.c,
3588         plugins/debug-manager/stack_trace.c,
3589         plugins/debug-manager/command.c,
3590         plugins/debug-manager/command.h,
3591         plugins/debug-manager/queue.c,
3592         libanjuta/interfaces/libanjuta.idl:
3593         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
3594         Document IAnjutaDebugManager signals
3595         Generate new signals in queue.c
3596         Use new signals in other files
3598 2007-11-30  <genbell@tiscali.it>
3600         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3602         * plugins/gdb/Makefile.am:
3603         Fix bug #500376
3605 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3607         * plugins/tools/variable.c:
3608         Fix a bug added in the previous patch (it is not a leak)
3610 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3612         * plugins/project-wizard/druid.c,
3613         plugins/project-wizard/templates/terminal.wiz,
3614         plugins/project-wizard/templates/xlib-dock.wiz,
3615         plugins/project-wizard/templates/wxwin.wiz,
3616         plugins/project-wizard/templates/java.wiz,
3617         plugins/project-wizard/templates/gnome.wiz,
3618         plugins/project-wizard/templates/anjuta-plugin.wiz,
3619         plugins/project-wizard/templates/gtkmm.wiz,
3620         plugins/project-wizard/templates/python.wiz,
3621         plugins/project-wizard/templates/cpp.wiz,
3622         plugins/project-wizard/templates/sdl.wiz,
3623         plugins/project-wizard/templates/gtk.wiz,
3624         plugins/project-wizard/templates/minimal.wiz,
3625         plugins/project-wizard/templates/xlib.wiz,
3626         plugins/project-wizard/templates/gcj.wiz,
3627         plugins/project-wizard/templates/translatable-strings.h,
3628         plugins/project-import/project-import.c:
3629         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
3631 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
3633         * plugins/debug-manager/threads.c,
3634         plugins/debug-manager/disassemble.c,
3635         plugins/debug-manager/watch.c,
3636         plugins/debug-manager/registers.c,
3637         plugins/debug-manager/memory.c,
3638         plugins/debug-manager/locals.c,
3639         plugins/debug-manager/stack_trace.c,
3640         plugins/debug-manager/queue.c,
3641         plugins/debug-manager/queue.h:
3642         Connect debugger signal only when program is loaded
3643         Rename get_feature in is_supported
3645         * plugins/debug-manager/plugin.c:
3646         Remove editor watch when plugin is deactivated
3648         * plugins/debug-manager/anjuta-debug-manager.glade,
3649         plugins/debug-manager/breakpoints.c,
3650         plugins/debug-manager/breakpoints.h:
3651         Rewrite almost completely the breakpoint code
3652         Improve breakpoint dialog
3653         Reorganize function
3654         Implement condition, hit count, ignore and temporary attribute
3656         * plugins/debug-manager/command.c,
3657         plugins/debug-manager/command.h:
3658         Add a breakpoint list command
3660         * plugins/gdb/debugger.c,
3661         plugins/gdb/debugger.h:
3662         Add new breakpoint list command
3663         Fix parsing of breakpoint data
3665         * libanjuta/interfaces/libanjuta.idl,
3666         plugins/gdb/plugin.c:
3667         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
3669 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
3671         * plugins/document-manager/plugin.c:
3672         Use Ctrl+Shift+s as shortcut for Save As
3674 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
3676         * plugins/subversion/plugin.c: (activate_plugin):
3677         * plugins/symbol-db/plugin.c: (symbol_db_activate):
3678         * src/layout.xml: Fixed dockitem positions.
3680 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3682         Icons from tpgww@onepost.net:
3683         * plugins/project-wizard/applogo.png:
3684         Icons from patch in bug #480093 comment #23. Also renamed icons.
3686         * plugins/message-view/Makefile.am:
3687         * plugins/message-view/plugin.c: (register_stock_icons),
3688         (ipreferences_merge): Removed redundant icon.
3690         * plugins/document-manager/plugin.c:
3691         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
3692         Do not insensitize New action when there is no document.
3693         Indentation fixes.
3695 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3697         Icons from tpgww@onepost.net:
3698         * plugins/symbol-browser/an_symbol_prefs.c:
3699         * pixmaps/Makefile.am:
3700         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
3702         Icons from patch in bug #480093 comment #23. Also renamed icons.
3703         To be continued..
3705 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3707         Patch from James Liggett:
3708         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
3709         revert and dialogs resizable.
3711 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3713         Patch from James Liggett:
3714         * plugins/subversion/anjuta-subversion.glade:
3715         * plugins/subversion/subversion-diff-dialog.c:
3716         (on_subversion_diff_response), (subversion_diff_dialog):
3717         * plugins/subversion/subversion-diff-dialog.h:
3719         The diff dialog should have a checkbox, enabled by default, that
3720         allows the user to make sure that all open files are saved before
3721         diffing.
3723 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3725         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
3727         Icons from tpgww@onepost.net:
3728         * pixmaps/Makefile.am:
3729         * src/Makefile.am:
3730         * src/anjuta-app.c:
3731         * src/anjuta-preferences-general.svg:
3733         Icons from patch in bug #480093 comment #23. Also renamed icons.
3734         To be continued..
3736 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3738         Icons from tpgww@onepost.net:
3739         * plugins/debug-manager/images/Makefile.am:
3740         * plugins/debug-manager/images/anjuta-watch.svg:
3741         * plugins/debug-manager/plugin.c: (register_stock_icons):
3742         * plugins/gdb/images/Makefile.am:
3743         * plugins/gtodo/Makefile.am:
3744         * plugins/gtodo/anjuta-gtodo-plugin.svg:
3745         * plugins/gtodo/anjuta-gtodo.plugin.in:
3746         * plugins/gtodo/interface.c: (stock_icons):
3747         * plugins/gtodo/main.h:
3748         * plugins/gtodo/plugin.c: (ipreferences_merge):
3749         * plugins/terminal/Makefile.am:
3750         * plugins/terminal/anjuta-terminal-plugin.svg:
3751         * plugins/terminal/anjuta-terminal.plugin.in:
3752         * plugins/terminal/terminal.c:
3753         * plugins/tools/Makefile.am:
3754         * plugins/tools/anjuta-tools-plugin.svg:
3755         * plugins/tools/anjuta-tools.plugin.in:
3756         * plugins/tools/plugin.c:
3757         * plugins/valgrind/Makefile.am:
3758         * plugins/valgrind/anjuta-valgrind-plugin.svg:
3759         * plugins/valgrind/anjuta-valgrind.plugin.in:
3760         * plugins/valgrind/plugin.c: (register_stock_icons),
3761         (ipreferences_merge):
3763         Icons from patch in bug #480093 comment #23. Also renamed icons.
3764         To be continued..
3766 2007-11-18  Massimo Cora'   <maxcvs@email.it>
3768         reviewed by: Johannes Schmid <jhs@gnome.org>
3770         * configure.in:
3771         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
3772         due to bug #493360. Still present anyway bug #495843
3774         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
3775         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
3776         (on_local_treeview_row_activated),
3777         (on_global_treeview_row_activated),
3778         (on_global_treeview_row_expanded), (on_project_element_added),
3779         (on_project_element_removed), (project_root_added),
3780         (symbol_db_activate), (isymbol_manager_search),
3781         (isymbol_manager_get_members),
3782         (isymbol_manager_get_completions_at_position):
3783         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3784         (symbol_db_engine_iterator_node_get_symbol_extra_string):
3785         * plugins/symbol-db/symbol-db-engine.c:
3786         (sdb_engine_execute_non_select_sql),
3787         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
3788         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
3789         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
3790         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3791         (symbol_db_engine_add_new_workspace),
3792         (symbol_db_engine_add_new_project),
3793         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
3794         (sdb_engine_detects_removed_ids),
3795         (sdb_engine_walk_down_scope_path),
3796         (symbol_db_engine_get_class_parents),
3797         (symbol_db_engine_get_global_members),
3798         (symbol_db_engine_get_scope_members_by_symbol_id),
3799         (symbol_db_engine_get_scope_members),
3800         (symbol_db_engine_get_current_scope),
3801         (symbol_db_engine_get_file_symbols),
3802         (symbol_db_engine_get_symbol_info_by_id),
3803         (symbol_db_engine_find_symbol_by_name_pattern):
3804         * plugins/symbol-db/symbol-db-engine.h:
3805         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3806         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3807         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
3808         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
3809         (on_scan_end), (do_add_root_symbol_to_view),
3810         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
3811         (trigger_on_symbol_inserted), (add_new_waiting_for),
3812         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
3813         (on_symbol_inserted), (do_recurse_subtree_and_remove),
3814         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
3815         (symbol_db_view_row_expanded), (sdb_view_init),
3816         (gtree_compare_func), (sdb_view_finalize),
3817         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
3818         (sdb_view_populate_base_root),
3819         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3820         * plugins/symbol-db/symbol-db-view.h:
3821         * plugins/symbol-db/tables.sql:
3822         * plugins/symbol-db/test/Makefile.am:
3823         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
3824         (get_scope_members), (get_current_scope), (get_global_members),
3825         (get_file_symbols), (get_info_by_id), (main):
3827         Rewrote symbol-db-view global tab. Now every expandable node is a query.
3828         Started using LIMIT keyword to speed up things.
3829         Deprecated GdaCommand in favour of GdaQuery into engine. This should
3830         make providers use prepared statements.
3832 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3834         Patch from James Liggett:
3835         * plugins/subversion/plugin.c: (subversion_instance_init):
3836         * plugins/subversion/plugin.h:
3837         * plugins/subversion/subversion-diff-dialog.c:
3838         (on_subversion_diff_response), (subversion_diff_dialog),
3839         (on_menu_subversion_diff):
3840         * plugins/subversion/subversion-log-dialog.c:
3841         (on_log_view_selected_button_clicked),
3842         (on_log_diff_selected_button_clicked),
3843         (on_log_diff_previous_button_clicked),
3844         (subversion_log_window_create):
3845         * plugins/subversion/subversion-ui-utils.c:
3846         (get_filename_from_full_path), (init_whole_project),
3847         (on_whole_project_toggled):
3848         * plugins/subversion/subversion-ui-utils.h:
3849         * plugins/subversion/subversion-update-dialog.c:
3850         (subversion_update_dialog), (on_menu_subversion_update):
3852         Whole Project checkbox enabled by default in diff and update dialogs.
3853         changes the editor names for diff editors to something much more
3854         descriptive. For example, working copy/head diffs would have an editor
3855         with a name like "[Working Copy/Head] some-file.diff," where some-file
3856         is the name of the file/directory that was diffed. For diffs against
3857         arbitrary diffs the name would look like "[Revisions 2832/3200]
3858         some-file.diff" for a diff of some-file between revisions 2832 and
3859         3200.
3861 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3863         Icons from tpgww@onepost.net:
3864         * plugins/subversion/Makefile.am:
3865         * plugins/subversion/anjuta-subversion-plugin.svg:
3866         * plugins/subversion/anjuta-subversion.plugin.in:
3867         * plugins/subversion/plugin.h:
3868         * plugins/symbol-browser/Makefile.am:
3869         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
3870         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
3871         * plugins/symbol-browser/plugin.c:
3872         * plugins/symbol-db/Makefile.am:
3873         * plugins/symbol-db/plugin.c:
3874         * plugins/symbol-db/symbol-db.plugin.in:
3876         Icons from patch in bug #480093 comment #23. Also renamed icons.
3877         To be continued..
3879 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3881         Icons from tpgww@onepost.net:
3882         * plugins/project-manager/Makefile.am:
3883         * plugins/project-manager/anjuta-project-manager-plugin.svg:
3884         * plugins/project-manager/anjuta-project-manager.plugin.in:
3885         * plugins/project-manager/plugin.c:
3886         * plugins/project-wizard/Makefile.am:
3887         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
3888         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
3889         * plugins/project-wizard/druid.h:
3890         * plugins/search/Makefile.am:
3891         * plugins/search/anjuta-search-plugin.svg:
3892         * plugins/search/anjuta-search.plugin.in:
3893         * plugins/search/plugin.c:
3895         Icons from patch in bug #480093 comment #23. Also renamed icons.
3896         To be continued..
3898 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3900         * TODO.tasks: updated.
3902         Icons from tpgww@onepost.net:
3903         * plugins/file-loader/Makefile.am:
3904         * plugins/file-loader/anjuta-loader-plugin.svg:
3905         * plugins/file-loader/anjuta-loader.plugin.in:
3906         * plugins/file-manager/Makefile.am:
3907         * plugins/file-manager/anjuta-file-manager-plugin.svg:
3908         * plugins/file-manager/file-manager.plugin.in:
3909         * plugins/file-manager/plugin.c:
3910         * plugins/glade/Makefile.am:
3911         * plugins/glade/anjuta-glade-plugin.svg:
3912         * plugins/glade/anjuta-glade.plugin.in:
3913         * plugins/glade/plugin.c: (register_stock_icons):
3914         * plugins/language-manager/Makefile.am:
3915         * plugins/language-manager/anjuta-language-manager-plugin.svg:
3916         * plugins/language-manager/language-manager.plugin.in:
3917         * plugins/message-view/Makefile.am:
3918         * plugins/message-view/anjuta-message-manager.plugin.in:
3919         * plugins/message-view/anjuta-messages-plugin.svg:
3920         * plugins/message-view/plugin.c:
3921         * plugins/patch/Makefile.am:
3922         * plugins/patch/anjuta-patch-plugin.svg:
3923         * plugins/patch/anjuta-patch.plugin.in:
3924         * plugins/patch/plugin.c:
3925         * plugins/profiler/Makefile.am:
3926         * plugins/profiler/anjuta-profiler-plugin.svg:
3927         * plugins/profiler/plugin.c: (register_stock_icons):
3928         * plugins/profiler/profiler.plugin.in:
3929         * plugins/project-import/Makefile.am:
3930         * plugins/project-import/anjuta-project-import-plugin.svg:
3931         * plugins/project-import/anjuta-project-import.plugin.in:
3932         * plugins/project-import/plugin.c:
3934         Icons from patch in bug #480093 comment #23. Also renamed icons.
3935         To be continued..
3937 2007-11-18  Johannes Schmid <jhs@gnome.org>
3939         * plugins/build-basic-autotools/build-basic-autotools.c:
3940         (build_regex_init):
3941         * plugins/debug-manager/anjuta-debug-manager.glade:
3942         * plugins/debug-manager/breakpoints.c:
3943         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
3944         * plugins/file-wizard/file.c:
3945         * plugins/gdb/anjuta-gdb.glade:
3946         * plugins/glade/plugin.c: (ifile_open):
3947         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
3948         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3949         * plugins/gtodo/tray-icon.c:
3950         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
3951         * plugins/macro/macros.xml:
3952         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3953         Fixed translation bugs (#496833, #488211 and #497758)
3954         
3955         * plugins/document-manager/plugin.c: (on_editor_changed):
3956         Removed unused code
3958 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3960         Icons from tpgww@onepost.net:
3961         * plugins/devhelp/Makefile.am:
3962         * plugins/devhelp/anjuta-devhelp-plugin.svg:
3963         * plugins/devhelp/anjuta-devhelp.plugin.in:
3964         * plugins/devhelp/plugin.c:
3965         * plugins/document-manager/anjuta-document-manager.plugin.in:
3966         * plugins/document-manager/images/Makefile.am:
3967         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
3968         * plugins/document-manager/plugin.c:
3969         * plugins/editor/Makefile.am:
3970         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
3971         * plugins/editor/anjuta-editor.plugin.in:
3972         * plugins/editor/plugin.c:
3973         * plugins/sample1/Makefile.am:
3974         * plugins/sample1/anjuta-sample-plugin.svg:
3975         * plugins/sample1/anjuta-sample.plugin.in:
3976         * plugins/sourceview/Makefile.am:
3977         * plugins/sourceview/plugin.c:
3978         * plugins/sourceview/sourceview.plugin.in:
3980         Icons from patch in bug #480093 comment #23. Also renamed icons.
3981         To be continued..
3983 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3985         * TODO.tasks: Updated.
3987         Icons from tpgww@onepost.net:
3988         * plugins/build-basic-autotools/Makefile.am:
3989         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
3990         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
3991         * plugins/build-basic-autotools/build-basic-autotools.c:
3992         * plugins/class-inheritance/Makefile.am:
3993         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
3994         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
3995         * plugins/class-inheritance/plugin.c:
3996         * plugins/cvs-plugin/Makefile.am:
3997         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
3998         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
3999         * plugins/cvs-plugin/plugin.c:
4000         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4001         * plugins/debug-manager/images/Makefile.am:
4002         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4003         * plugins/debug-manager/plugin.c: 
4005         Icons from patch in bug #480093 comment #23. Also renamed icons.
4006         To be continued..
4008 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4010         * (removed) libanjuta/anjuta-children.c,
4011         (removed) libanjuta/anjuta-children.h,
4012         libanjuta/anjuta-launcher.c,
4013         libanjuta/libanjuta.h,
4014         libanjuta/Makefile.am,
4015         plugins/gdb/debugger.c,
4016         plugins/terminal/terminal.c,
4017         manuals/reference/libanjuta/libanjuta-sections.txt,
4018         manuals/reference/libanjuta/libanjuta-docs.sgml:
4019         Replace anjuta_children_register by g_child_watch_add
4021 2007-11-13  Johannes Schmid <jhs@gnome.org>
4023         * plugins/subversion/anjuta-subversion.glade:
4024         * plugins/subversion/subversion-commit-dialog.c:
4025         (subversion_commit_dialog):
4026         * plugins/subversion/subversion-resolve-dialog.c:
4027         (subversion_resolve_dialog):
4028         * plugins/subversion/subversion-revert-dialog.c:
4029         (subversion_revert_dialog):
4030         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4031         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4032         (hide_pulse_progress_bar):
4033         * plugins/subversion/subversion-ui-utils.h:
4035         Yet another patch from #457477:
4036         Add a pulsing progress bar to all dialogs receiving status
4038 2007-11-12  Johannes Schmid <jhs@gnome.org>
4040         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4041         Bug 493583 – crash in Anjuta IDE: trying to open a file
4042         
4043         * plugins/subversion/subversion-commit-dialog.c:
4044         (select_all_files), (subversion_commit_dialog):
4045         Patch from jrligget - see #457477
4047 2007-11-12  Johannes Schmid <jhs@gnome.org>
4049         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4050         * libanjuta/anjuta-plugin-handle.c:
4051         (anjuta_plugin_handle_get_about):
4052         Bug 495536 – Plugins localization improvement
4053         
4054         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4055         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4056         * plugins/indent/indent.glade:
4057         * plugins/subversion/anjuta-subversion.glade:
4058         Bug 495245 – Strings bug
4060 2007-11-08  James Liggett  <jrliggett@cox.net>
4062         reviewed by: Johannes Schmid <jhs@gnome.org>
4064         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4065         (anjuta_async_command_finalize),
4066         (anjuta_async_command_notification_poll),
4067         (anjuta_async_command_thread), (start_command),
4068         (notify_data_arrived), (notify_complete),
4069         (anjuta_async_command_class_init),
4070         (anjuta_async_command_set_error_message),
4071         (anjuta_async_command_get_error_message),
4072         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4073         * libanjuta/anjuta-async-command.h:
4074         * libanjuta/anjuta-command.c: (anjuta_command_init),
4075         (anjuta_command_finalize), (anjuta_command_class_init),
4076         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4077         (anjuta_command_notify_complete),
4078         (anjuta_command_set_error_message),
4079         (anjuta_command_get_error_message):
4080         * libanjuta/anjuta-command.h:
4081         * libanjuta/anjuta-glade-catalog.c:
4082         * libanjuta/anjuta-glade.xml:
4083         * libanjuta/anjuta-vcs-status-tree-view.c:
4084         (on_selected_column_toggled),
4085         (anjuta_vcs_status_tree_view_create_columns),
4086         (anjuta_vcs_status_tree_view_init),
4087         (anjuta_vcs_status_tree_view_finalize),
4088         (anjuta_vcs_status_tree_view_set_property),
4089         (anjuta_vcs_status_tree_view_get_property),
4090         (anjuta_vcs_status_tree_view_class_init),
4091         (anjuta_vcs_status_tree_view_new),
4092         (anjuta_vcs_status_tree_view_destroy),
4093         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4094         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4095         (anjuta_vcs_status_tree_view_unselect_all),
4096         (create_selected_paths_list),
4097         (anjuta_vcs_status_tree_view_get_selected):
4098         * libanjuta/anjuta-vcs-status-tree-view.h:
4099         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4100         * libanjuta/anjuta-widgets.h:
4101         * plugins/subversion/subversion-add-dialog.c:
4102         (on_add_command_finished), (on_subversion_add_response),
4103         (subversion_add_dialog), (on_menu_subversion_add),
4104         (on_fm_subversion_add):
4105         * plugins/subversion/subversion-add-dialog.h:
4106         * plugins/subversion/subversion-commit-dialog.c:
4107         (on_commit_command_finished), (on_subversion_commit_response),
4108         (subversion_commit_dialog), (on_menu_subversion_commit),
4109         (on_fm_subversion_commit):
4110         * plugins/subversion/subversion-commit-dialog.h:
4111         * plugins/subversion/subversion-copy-dialog.c:
4112         (on_copy_other_revision_radio_toggled),
4113         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4114         (on_copy_command_finished), (on_subversion_copy_response),
4115         (subversion_copy_dialog), (on_menu_subversion_copy),
4116         (on_fm_subversion_copy):
4117         * plugins/subversion/subversion-copy-dialog.h:
4118         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4119         (on_subversion_diff_response), (subversion_diff_dialog),
4120         (on_menu_subversion_diff), (on_fm_subversion_diff):
4121         * plugins/subversion/subversion-diff-dialog.h:
4122         * plugins/subversion/subversion-log-dialog.c:
4123         (on_diff_selected_column_toggled), (create_columns),
4124         (on_log_command_finished), (on_log_view_button_clicked),
4125         (on_cat_command_data_arrived), (on_cat_command_finished),
4126         (on_log_view_selected_button_clicked), (get_selected_revisions),
4127         (on_log_diff_selected_button_clicked),
4128         (on_log_diff_previous_button_clicked),
4129         (on_subversion_log_vbox_destroy),
4130         (on_log_changes_view_row_selected), (subversion_log_window_create),
4131         (on_menu_subversion_log), (on_fm_subversion_log),
4132         (subversion_log_set_whole_project_sensitive):
4133         * plugins/subversion/subversion-log-dialog.h:
4134         * plugins/subversion/subversion-merge-dialog.c:
4135         (on_merge_command_finished), (on_subversion_merge_response),
4136         (on_merge_first_path_browse_button_clicked),
4137         (on_merge_second_path_browse_button_clicked),
4138         (on_merge_use_first_path_check_toggled),
4139         (on_merge_start_revision_radio_toggled),
4140         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4141         (on_menu_subversion_merge):
4142         * plugins/subversion/subversion-merge-dialog.h:
4143         * plugins/subversion/subversion-remove-dialog.c:
4144         (on_remove_command_finished),
4145         (on_remove_path_browse_button_clicked),
4146         (on_subversion_remove_response), (subversion_remove_dialog),
4147         (on_menu_subversion_remove), (on_fm_subversion_remove):
4148         * plugins/subversion/subversion-remove-dialog.h:
4149         * plugins/subversion/subversion-resolve-dialog.c:
4150         (on_resolve_command_finished), (on_subversion_resolve_response),
4151         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4152         * plugins/subversion/subversion-resolve-dialog.h:
4153         * plugins/subversion/subversion-revert-dialog.c:
4154         (on_revert_command_finished), (on_subversion_revert_response),
4155         (subversion_revert_dialog), (on_menu_subversion_revert):
4156         * plugins/subversion/subversion-revert-dialog.h:
4157         * plugins/subversion/subversion-switch-dialog.c:
4158         (on_switch_other_revision_radio_toggled),
4159         (on_switch_command_finished), (on_subversion_switch_response),
4160         (subversion_switch_dialog), (on_menu_subversion_switch):
4161         * plugins/subversion/subversion-switch-dialog.h:
4162         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4163         (subversion_data_free), (on_mesg_view_destroy),
4164         (create_message_view), (check_filename), (get_log_from_textview),
4165         (pulse_timer), (on_pulse_timer_destroyed),
4166         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4167         (report_errors), (on_status_command_finished),
4168         (on_status_command_data_arrived), (on_command_info_arrived),
4169         (select_all_status_items), (clear_all_status_selections),
4170         (init_whole_project), (on_whole_project_toggled),
4171         (send_diff_command_output_to_editor), (on_diff_command_finished),
4172         (stop_status_bar_progress_pulse):
4173         * plugins/subversion/subversion-ui-utils.h:
4174         * plugins/subversion/subversion-update-dialog.c:
4175         (on_update_command_finished), (on_subversion_update_response),
4176         (subversion_update_dialog), (on_menu_subversion_update),
4177         (on_fm_subversion_update):
4178         * plugins/subversion/subversion-update-dialog.h:
4179         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4180         (svn_add_command_finalize), (svn_add_command_run),
4181         (svn_add_command_class_init), (svn_add_command_new),
4182         (svn_add_command_destroy):
4183         * plugins/subversion/svn-add-command.h:
4184         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4185         (svn_cat_command_finalize), (svn_cat_command_run),
4186         (svn_cat_command_class_init), (svn_cat_command_new),
4187         (svn_cat_command_destroy), (svn_cat_command_get_output):
4188         * plugins/subversion/svn-cat-command.h:
4189         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4190         (svn_command_release_ui_lock), (simple_prompt),
4191         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4192         (svn_auth_ssl_server_trust_prompt_func_cb),
4193         (svn_auth_ssl_client_cert_prompt_func_cb),
4194         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4195         (svn_command_init), (svn_command_finalize),
4196         (svn_command_class_init), (svn_command_push_info),
4197         (svn_command_get_info_queue), (svn_command_set_error),
4198         (svn_command_get_client_context), (svn_command_get_pool),
4199         (svn_command_lock_ui), (svn_command_unlock_ui),
4200         (svn_command_get_revision), (svn_command_copy_path_list),
4201         (svn_command_free_path_list):
4202         * plugins/subversion/svn-command.h:
4203         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4204         (svn_commit_command_init), (svn_commit_command_finalize),
4205         (svn_commit_command_run), (svn_commit_command_class_init),
4206         (svn_commit_command_new), (svn_commit_command_destroy):
4207         * plugins/subversion/svn-commit-command.h:
4208         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4209         (svn_copy_command_init), (svn_copy_command_finalize),
4210         (svn_copy_command_run), (svn_copy_command_class_init),
4211         (svn_copy_command_new), (svn_copy_command_destroy):
4212         * plugins/subversion/svn-copy-command.h:
4213         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4214         (svn_diff_command_finalize), (svn_diff_command_run),
4215         (svn_diff_command_class_init), (svn_diff_command_new),
4216         (svn_diff_command_destroy), (svn_diff_command_get_output):
4217         * plugins/subversion/svn-diff-command.h:
4218         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4219         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4220         (svn_log_command_class_init), (svn_log_command_new),
4221         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4222         * plugins/subversion/svn-log-command.h:
4223         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4224         (svn_log_entry_finalize), (svn_log_entry_class_init),
4225         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4226         (svn_log_entry_get_author), (svn_log_entry_get_date),
4227         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4228         (svn_log_entry_get_full_log):
4229         * plugins/subversion/svn-log-entry.h:
4230         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4231         (svn_merge_command_finalize), (svn_merge_command_run),
4232         (svn_merge_command_class_init), (svn_merge_command_new),
4233         (svn_merge_command_destroy):
4234         * plugins/subversion/svn-merge-command.h:
4235         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4236         (svn_remove_command_init), (svn_remove_command_finalize),
4237         (svn_remove_command_run), (svn_remove_command_class_init),
4238         (svn_remove_command_new), (svn_remove_command_destroy),
4239         (svn_remove_command_get_path):
4240         * plugins/subversion/svn-remove-command.h:
4241         * plugins/subversion/svn-resolve-command.c:
4242         (svn_resolve_command_init), (svn_resolve_command_finalize),
4243         (svn_resolve_command_run), (svn_resolve_command_class_init),
4244         (svn_resolve_command_new), (svn_resolve_command_destroy):
4245         * plugins/subversion/svn-resolve-command.h:
4246         * plugins/subversion/svn-revert-command.c:
4247         (svn_revert_command_init), (svn_revert_command_finalize),
4248         (svn_revert_command_run), (svn_revert_command_class_init),
4249         (svn_revert_command_new), (svn_revert_command_destroy):
4250         * plugins/subversion/svn-revert-command.h:
4251         * plugins/subversion/svn-status-command.c:
4252         (svn_status_command_init), (svn_status_command_finalize),
4253         (on_svn_status_notify), (svn_status_command_run),
4254         (svn_status_command_class_init), (svn_status_command_new),
4255         (svn_status_command_destroy),
4256         (svn_status_command_get_status_queue):
4257         * plugins/subversion/svn-status-command.h:
4258         * plugins/subversion/svn-status.c: (svn_status_init),
4259         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4260         (svn_status_destroy), (svn_status_get_path),
4261         (svn_status_get_vcs_status):
4262         * plugins/subversion/svn-status.h:
4263         * plugins/subversion/svn-switch-command.c:
4264         (svn_switch_command_init), (svn_switch_command_finalize),
4265         (svn_switch_command_run), (svn_switch_command_class_init),
4266         (svn_switch_command_new), (svn_switch_command_destroy):
4267         * plugins/subversion/svn-switch-command.h:
4268         * plugins/subversion/svn-update-command.c:
4269         (svn_update_command_init), (svn_update_command_finalize),
4270         (svn_update_command_run), (svn_update_command_class_init),
4271         (svn_update_command_new), (svn_update_command_destroy):
4272         * plugins/subversion/svn-update-command.h:
4274         Now really committed all files from James patch (#457477)
4276 2007-11-08  Johannes Schmid <jhs@gnome.org>
4278         * TODO.tasks: Updated
4280 2007-11-08  James Liggett  <jrliggett@cox.net>
4282         reviewed by: Johannes Schmid <jhs@gnome.org>
4284         * configure.in:
4285         * libanjuta/Makefile.am:
4286         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4287         * libanjuta/anjuta-status.h:
4288         * libanjuta/libanjuta.h:
4289         * plugins/subversion/Makefile.am:
4290         * plugins/subversion/anjuta-subversion.glade:
4291         * plugins/subversion/anjuta-subversion.ui:
4292         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4293         (value_removed_project_root_uri), (activate_plugin),
4294         (deactivate_plugin), (finalize), (subversion_instance_init):
4295         * plugins/subversion/plugin.h:
4296         * plugins/subversion/subversion-actions.c:
4297         * plugins/subversion/subversion-actions.h:
4298         * plugins/subversion/subversion-callbacks.c:
4299         * plugins/subversion/subversion-callbacks.h:
4300         * plugins/subversion/svn-auth.c:
4301         * plugins/subversion/svn-auth.h:
4302         * plugins/subversion/svn-backend-priv.h:
4303         * plugins/subversion/svn-backend.c:
4304         * plugins/subversion/svn-backend.h:
4305         * plugins/subversion/svn-notify.c:
4306         * plugins/subversion/svn-notify.h:
4307         * plugins/subversion/svn-thread.c:
4308         * plugins/subversion/svn-thread.h:
4309         
4310         Commited alpha2 of the new subversion plugin (#457477)
4312 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4314         * plugins/debug-manager/command.c:
4315         Fix a stupid crash when changing a register value
4317 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4319         * libanjuta/interfaces/libanjuta.idl,
4320         plugins/debug-manager/command.c,
4321         plugins/debug-manager/command.h,
4322         plugins/debug-manager/start.c,
4323         plugins/gdb/plugin.c,
4324         plugins/gdb/debugger.c,
4325         plugins/gdb/debugger.h:
4326         Use anjuta terminal plugin instead of gnome terminal
4327         Select if a terminal is used in the the start_program function
4328         Move terminal code from debugger.c to plugin.c
4329         Partial fix of bug #481366
4331         * plugins/gdb/utilities.c,
4332         plugins/gdb/utilities.h:
4333         Remove gnome terminal check function
4335 2007-11-06  Johannes Schmid <jhs@gnome.org>
4337         * plugins/project-import/anjuta-project-import.glade:
4338         * plugins/project-import/project-import.c: (on_import_next),
4339         (on_import_finish), (project_import_set_directory):
4340         * plugins/project-wizard/property.c: (npw_property_create_widget),
4341         (npw_property_set_value_from_widget):
4342         
4343         Replaced gnome_file_entry with gtk_file_chooser_button
4344         Fixes #422329 – Creating a new directory in program options doesn't work
4345         
4346 2007-11-04  Massimo Cora' <maxcvs@email.it>
4348         * plugins/symbol-db/plugin.c:
4349         add all files at once on project_import.
4350         No need to split them into more languages: ctags
4351         and the engine will take care of that.
4353         * plugins/symbol-db/symbol-db-engine.h,
4354         * plugins/symbol-db/symbol-db-engine.c,
4355         * plugins/symbol-db/tables.sql,
4356         * plugins/symbol-db/test/Makefile.am,
4357         * plugins/symbol-db/test/main.c,
4358         * plugins/symbol-db/symbol-db-view-locals.c:
4359         some memory leaks fixed. Ported the thing to
4360         libgda 3.1.2 [or better svn HEAD].
4361         Thanks to a fresh new algorithm to detect
4362         parent scope we're able to display correcly
4363         a local gtktree, including classes not directly
4364         defined inside that file.
4366 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4368         * plugins/debug-manager/threads.c,
4369         plugins/debug-manager/stack_trace.c:
4370         Do not display address when not needed
4372         * plugins/debug-manager/plugin.c,
4373         plugins/debug-manager/breakpoints.c:
4374         Breakpoints directly connect to debugger signals
4376         * plugins/debug-manager/watch.c:
4377         program-unload signal does not exist used debugger-stopped
4379         * plugins/debug-manager/queue.c,
4380         libanjuta/interfaces/libanjuta.idl:
4381         Display error message returned by debugger command
4382         Add new error codes
4384 2007-11-04  Johannes Schmid <jhs@gnome.org>
4386         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4387         Bug 493062 – gcj template needs AC_PROG_CC
4388         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4390         * src/anjuta-actions.h:
4391         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4392         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4394 === anjuta 2.3.0 ===
4396 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4398         * AUTHORS: Updated
4400 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4402         * ChangeLog: Tagged 2.3.0 release.
4404         * plugins/indent/Makefile.am: Fixed indentation.
4406         * plugins/editor/aneditor-autocomplete.cxx:
4407         * plugins/editor/aneditor-priv.h:
4408         * plugins/editor/aneditor.cxx:
4409         * plugins/editor/aneditor.h: Commented out dead codes.
4411         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4412         Do not build symbol-db by
4413         default. Added 'unstable' in plugin description to signify it's
4414         developmental state.
4416         * plugins/file-manager/Makefile.am,
4417         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4419 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4421         * plugins/debug-manager/utilities.c,
4422         plugins/debug-manager/utilities.h,
4423         plugins/debug-manager/threads.c,
4424         plugins/debug-manager/plugin.c,
4425         plugins/debug-manager/plugin.h,
4426         plugins/debug-manager/disassemble.h,
4427         plugins/debug-manager/watch.c,
4428         plugins/debug-manager/watch.h,
4429         plugins/debug-manager/breakpoints.c,
4430         plugins/debug-manager/stack_trace.c:
4431         Replace few remaining function calls by signal 
4433         * plugins/debug-manager/disassemble.c,
4434         plugins/debug-manager/registers.c,
4435         plugins/debug-manager/memory.c,
4436         plugins/debug-manager/locals.c,
4437         plugins/debug-manager/queue.c,
4438         plugins/debug-manager/queue.h:
4439         Connect signals when debugger is started
4440         Disconnect them when debugger is stopped
4441         Do not display window if debugger doesn't support feature
4443         * plugins/gdb/plugin.c,
4444         libanjuta/interfaces/libanjuta.idl:
4445         Remove unused initialization function
4447 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4449         * configure.in:
4450         * plugins/file-manager/Makefile.am:
4451         * scripts/build-schemas.mk: Fixed 'make distcheck'
4453 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4455         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4456         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4457         to latest API additions.
4459         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4460         to API changes.
4462 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4464         * ChangeLog: Fixed indentation.
4465         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4466         branch.
4468 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4470         * libanjuta/interfaces/libanjuta.idl:
4471         * plugins/build-basic-autotools/build-basic-autotools.c:
4472         (build_compile_file_real), (build_build_project),
4473         (build_install_project), (build_clean_project),
4474         (build_configure_project), (build_autogen_project),
4475         (build_distribution_project), (build_build_module),
4476         (build_install_module), (build_clean_module), (fm_build),
4477         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4478         (finalize), (basic_autotools_plugin_instance_init),
4479         (ibuildable_set_command), (ibuildable_reset_commands),
4480         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4481         (ibuildable_install), (ibuildable_configure),
4482         (ibuildable_generate), (ibuildable_iface_init):
4483         * plugins/build-basic-autotools/build-basic-autotools.h:
4485         Added API for commands override in build interface and implemented
4486         them in build plugin. Useful for other plugins override build
4487         commands depending on project environment.
4489 2007-10-28  Naba Kumar  <naba@gnome.org>
4491         * src/anjuta.glade,
4492         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4493         Fixed widget alignment for dock switcher tab style combo and
4494         scratchbox path entrybox.
4496 2007-10-28  Johannes Schmid <jhs@gnome.org>
4498         * plugins/document-manager/plugin.c: (on_editor_changed):
4499         Fixed a memory leak and simplified code (thanks again Sébastien)
4500         
4501         * configure.in:
4502         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4503         and OFFSET sql statements)
4505 2007-10-28  Massimo Cora' <maxcvs@email.it>
4507         * plugins/symbol-db/plugin.c,
4508         plugins/symbol-db/symbol-db-engine.h,
4509         plugins/symbol-db/symbol-db-view.c,
4510         plugins/symbol-db/symbol-db-view.c,
4511         plugins/symbol-db/symbol-db-view-locals.c,
4512         plugins/symbol-db/symbol-db-view-locals.h,
4513         plugins/symbol-db/symbol-db-engine.c:
4514         Better end-of-file-scan detection, permitting
4515         an improved scope/inheritance parsing.
4516         Locals tab gtktree now displays correct
4517         namespace->class->children tree, even if
4518         in a C++ file there isn't class declaration.
4520 2007-10-27  Johannes Schmid <jhs@gnome.org>
4522         Patch from Stanislav Brabec <sbrabec@suse.cz>
4523         * configure.in:
4524         Bug 489798 – Do not rely on svn-config
4526         Patch from Michael Wolf <maw@ximian.com>:
4527         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4528         (egg_tree_model_filter_remove_node),
4529         (egg_tree_model_filter_row_deleted):
4530         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4532 2007-10-27  Johannes Schmid <jhs@gnome.org>
4534         * plugins/devhelp/anjuta-devhelp.ui:
4535         * plugins/message-view/anjuta-message-manager.ui:
4537         Added some separators to the toolbar
4538         
4539         * plugins/document-manager/plugin.c:
4540         (on_support_plugin_deactivated), (load_new_support_plugins),
4541         (unload_unused_support_plugins), (on_editor_changed):
4542         
4543         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
4544         for pointing out that is was crap.
4546 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
4548         * libanjuta/interfaces/libanjuta.idl,
4549         libanjuta/anjuta-plugin-manager.c,
4550         libanjuta/anjuta-plugin-manager.h,
4551         libanjuta/anjuta-c-plugin-factory.c,
4552         libanjuta/anjuta-c-module.h,
4553         libanjuta/anjuta-c-module.c:
4554         Report detailled error message in case of plugin loading failure
4556 2007-10-24  Johannes Schmid <jhs@gnome.org>
4558         * configure.in:
4559         * plugins/Makefile.am:
4560         
4561         Activate build of symbol-db plugin (when libgda is available)
4562         
4563         * plugins/document-manager/plugin.c:
4564         (on_support_plugin_deactivated), (on_editor_changed):
4565         
4566         Properly handle language support plugins even when they are
4567         unloaded by the session.
4568         
4569         * plugins/symbol-db/plugin.c: (register_stock_icons),
4570         Port to new REGISTER_ICONS stuff
4571   
4572 2007-10-22  Massimo Cora'  <maxcvs@email.it>
4574         * plugins/symbol-db/plugin.c,
4575         * plugins/symbol-db/symbol-db-view.c
4576         * plugins/symbol-db/symbol-db-engine.h,
4577         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
4578         * plugins/symbol-db/symbol-db-view-locals.c,
4579         * plugins/symbol-db/symbol-db-view-locals.h,
4580         * plugins/symbol-db/symbol-db-engine.c:
4581         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
4582         Added a new algorithm for dynamic population of the local symbols' tab.
4583         Now the default view is tree-like.
4584         Some fixes on engine correct some population issues.    
4586 2007-10-23  Naba Kumar  <naba@gnome.org>
4588         * plugins/glade/Makefile.am: Corrected conditional not to install
4589         .plugin file if plugin is disabled.
4590         * plugins/sourceview/Makefile.am: Corrected conditional not to
4591         install schemas if plugin is not built.
4593 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
4595         * plugins/debug-manager/queue.c:
4596         Fix #488061: Mutiple crash dialogs
4598         * plugins/gdb/debugger.c,
4599         plugins/gdb/debugger.h:
4600         Remove maximum gdb command length, should fix bug#474811
4602 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
4604         * manuals/reference/libanjuta/plugin-description-file.sgml,
4605         manuals/reference/libanjuta/libanjuta-docs.sgml,
4606         manuals/reference/libanjuta/libanjuta-sections.txt,
4607         libanjuta/interfaces/libanjuta.idl,
4608         libanjuta/anjuta-c-module.c,
4609         libanjuta/anjuta-c-plugin-factory.c:
4610         Document last changes in plugin code
4612 2007-10-19  Johannes Schmid <jhs@gnome.org>
4614         * plugins/subversion/subversion-callbacks.c: (check_filename):
4615         
4616         Fixed #487854 – Anjuta crashes when i try to add a SVN url
4618 2007-10-19  Naba Kumar  <naba@gnome.org>
4620         * plugins/file-manager/file-model.c: Fixed a critical runtime
4621         warning.
4623 2007-10-18  Johannes Schmid <jhs@gnome.org>
4625         * libanjuta/anjuta-ui.h:
4626         Small fix on icon macros
4627         
4628         * libanjuta/interfaces/libanjuta.idl:
4629         * plugins/language-manager/plugin.c: (ilanguage_get_name),
4630         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
4631         (ilanguage_iface_init):
4632         
4633         Added get_from_editor() and get_name_from_editor() methods
4634         to IAnjutaLanguage
4635         
4636         * plugins/document-manager/plugin.c:
4637         (update_editor_ui_interface_items), (on_editor_changed):
4638         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4639         .in:
4640         * plugins/language-support-cpp-java/plugin.c: (install_support):
4641         
4642         Ported plugins to use the new interface
4644 2007-10-17  Johannes Schmid <jhs@gnome.org>
4646         * libanjuta/anjuta-ui.h:
4647         
4648         Added macros to register stock icons to stop all this copy&paste
4649         which had spread over a lot of files. New macros support to add 
4650         icons with toolbar and menu size (16 and 24)
4651         
4652         * plugins/class-inheritance/plugin.c: (register_stock_icons):
4653         * plugins/debug-manager/images/anjuta-attach.svg:
4654         * plugins/debug-manager/images/anjuta-step-out.svg:
4655         * plugins/debug-manager/images/anjuta-step-over.svg:
4656         * plugins/debug-manager/plugin.c: (register_stock_icons):
4657         * plugins/document-manager/images/Makefile.am:
4658         * plugins/document-manager/images/anjuta-block-end.svg:
4659         * plugins/document-manager/images/anjuta-block-start.svg:
4660         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
4661         * plugins/document-manager/images/anjuta-bookmark.svg:
4662         * plugins/document-manager/images/anjuta-go-history-next.svg:
4663         * plugins/document-manager/images/anjuta-go-history-prev.svg:
4664         * plugins/document-manager/plugin.c: (register_stock_icons):
4665         * plugins/glade/plugin.c: (register_stock_icons):
4666         * plugins/language-support-cpp-java/plugin.c:
4667         (register_stock_icons):
4668         * plugins/message-view/Makefile.am:
4669         * plugins/message-view/anjuta-go-message-next.svg:
4670         * plugins/message-view/anjuta-go-message-prev.svg:
4671         * plugins/message-view/anjuta-message-view.svg:
4672         * plugins/message-view/messages.xpm:
4673         * plugins/message-view/plugin.c: (register_stock_icons):
4674         * plugins/patch/plugin.c: (patch_plugin_activate):
4675         * plugins/project-manager/plugin.c: (register_stock_icons):
4676         * plugins/search/Makefile.am:
4677         * plugins/search/anjuta-go-match-next.svg:
4678         * plugins/search/anjuta-go-match-prev.svg:
4679         * plugins/search/plugin.c: (activate_plugin):
4680         * plugins/symbol-browser/plugin.c: (register_stock_icons):
4681         * plugins/terminal/terminal.c: (register_stock_icons):
4682         * plugins/valgrind/plugin.c: (register_stock_icons):
4683         
4684         Updated to use the new icons and added several new and updated 
4685         icons from #480093
4687 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
4689         * libanjuta/anjuta-plugin-handle.c,
4690         libanjuta/anjuta-plugin-handle.h:
4691         Add a new path property containing the directory of the .plugin
4692         file, library file (.so or whatever) must be in the same directory
4694         * libanjuta/anjuta-plugin-manager.c,
4695         libanjuta/interfaces/libanjuta.idl,
4696         (removed) libanjuta/anjuta-glue-plugin.c,
4697         (removed) libanjuta/anjuta-glue-plugin.h,
4698         (removed) libanjuta/anjuta-glue-c.c,
4699         (removed) libanjuta/anjuta-glue-c.h,
4700         (removed) libanjuta/anjuta-glue-cpp.c,
4701         (removed) libanjuta/anjuta-glue-cpp.h,
4702         (removed) libanjuta/anjuta-glue-factory.c,
4703         (removed) libanjuta/anjuta-glue-factory.h,
4704         (added) libanjuta/anjuta-c-module.c,
4705         (added) libanjuta/anjuta-c-module.h,
4706         (added) libanjuta/anjuta-c-plugin-factory.c,
4707         (added) libanjuta/anjuta-c-plugin-factory.h,
4708         libanjuta/Makefile.am:
4709         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
4710         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
4711         implementing IAnjutaPluginFactory
4712         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
4714         * libanjuta/libanjuta.h:
4715         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
4716         interface)
4718         * libanjuta/anjuta-plugin.h:
4719         Replace AnjutaGluePlugin by GTypeModule
4720         Remove unused anjuta_glue_get_component_type replaced by
4721         g_type_from_name
4723         * plugins/build-basic-autotools/build-basic-autotools.h,
4724         plugins/class-gen/plugin.h,
4725         plugins/class-inheritance/plugin.h,
4726         plugins/cvs-plugin/plugin.h,
4727         plugins/debug-manager/plugin.h,
4728         plugins/devhelp/plugin.h,
4729         plugins/document-manager/plugin.h,
4730         plugins/editor/plugin.h,
4731         plugins/file-loader/plugin.h,
4732         plugins/file-wizard/plugin.h,
4733         plugins/gdb/plugin.h,
4734         plugins/glade/plugin.h,
4735         plugins/gtodo/plugin.h,
4736         plugins/indent/plugin.h,
4737         plugins/language-manager/plugin.h,
4738         plugins/language-support-cpp-java/plugin.h,
4739         plugins/macro/plugin.h,
4740         plugins/message-view/plugin.h,
4741         plugins/patch/plugin.h,
4742         plugins/profiler/plugin.h,
4743         plugins/project-import/plugin.h,
4744         plugins/project-manager/plugin.h,
4745         plugins/project-wizard/plugin.h,
4746         plugins/sample1/plugin.h,
4747         plugins/search/plugin.h,
4748         plugins/sourceview/plugin.h,
4749         plugins/subversion/plugin.h,
4750         plugins/symbol-browser/plugin.h,
4751         plugins/symbol-db/plugin.h,
4752         plugins/terminal/terminal.c,
4753         plugins/tools/plugin.h,
4754         plugins/valgrind/plugin.h:
4755         Replace AnjutaGluePlugin by GTypeModule
4757 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
4759         * plugins/debug-manager/breakpoints.c:
4760         Fix bug#487112, crash while removing a breakpoint in a new file
4762 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
4764         * plugins/document-manager/search-box.c:
4765         Fix a crash (with an useful comment) focus-out-event handler must
4766         return a gboolean
4768 2007-10-14 Johannes Schmid <jhs@gnome.org>
4770         * plugins/sourceview/sourceview.c:
4771         Hide calltip when "Up" or "Down" key is pressed
4773 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
4775         * plugins/document-manager/search-box.c:
4776         Change included file order to avoid a compile error with gnome 2.16
4778 2007-10-13  Johannes Schmid <jhs@gnome.org>
4780         * plugins/debug-manager/plugin.c: (enable_log_view):
4781         
4782         Fixed crash when closing a project and unloading another while
4783         the debugger is enabled
4785 2007-10-13  Johannes Schmid <jhs@gnome.org>
4787         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4788         
4789         Use correct breakpoint icon
4790         
4791         * plugins/devhelp/Makefile.am:
4792         * plugins/devhelp/anjuta-go-help-next.svg:
4793         * plugins/devhelp/anjuta-go-help-prev.svg:
4794         * plugins/devhelp/plugin.c: (register_stock_icons),
4795         (devhelp_activate):
4796         
4797         Added new icons from #480093
4798         
4799         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4800         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4801         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4802         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4803         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4804         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4805         * plugins/message-view/anjuta-go-message-next.svg:
4806         * plugins/message-view/anjuta-go-message-prev.svg:
4807         
4808         Updated icons from #480093
4809                 
4810         * src/anjuta-actions.h:
4811         Use GTK_STOCK_FULLSCREEN
4812         
4813         * src/anjuta-app.c: (on_gdl_style_changed),
4814         (anjuta_app_instance_init):
4815         * src/anjuta.glade:
4816         
4817         Added preference option to set the gdl switcher style
4819 2007-10-13  Johannes Schmid <jhs@gnome.org>
4821         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4822         (get_property_value_as_string), (set_property_value_as_string),
4823         (register_callbacks):
4824         * libanjuta/anjuta-preferences.h:
4825         
4826         Support GtkFileChooserButton as preferences widget
4827         
4828         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4829         
4830         Fixed a Gtk-Critical
4831         
4832         * plugins/file-manager/Makefile.am:
4833         * plugins/file-manager/file-model.c: (file_model_filter_file),
4834         (file_model_add_dummy), (file_model_expand_idle),
4835         (file_model_set_property), (file_model_get_property),
4836         (file_model_class_init):
4837         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
4838         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
4839         (file_manager_activate), (file_manager_finalize),
4840         (file_manager_instance_init), (ipreferences_merge),
4841         (ipreferences_unmerge), (ipreferences_iface_init):
4842         * plugins/file-manager/plugin.h:
4843         
4844         Added preferences to file-manager
4846         * plugins/glade/plugin.c: (activate_plugin):
4847         
4848         Move Properties widget into center because it is way to big
4849         for the sidebar
4851 2007-10-10  Johannes Schmid <jhs@gnome.org>
4853         * plugins/language-support-cpp-java/Makefile.am:
4854         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
4855         * plugins/language-support-cpp-java/anjuta-complete.svg:
4856         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
4857         * plugins/language-support-cpp-java/plugin.c:
4858         (register_stock_icons):
4859         
4860         And yet some more icons...
4862 2007-10-10  Johannes Schmid <jhs@gnome.org>
4864         * plugins/debug-manager/breakpoints.c:
4865         * plugins/debug-manager/images/Makefile.am:
4866         * plugins/debug-manager/images/anjuta-bookmark.svg:
4867         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
4868         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
4869         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
4870         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
4871         * plugins/debug-manager/images/anjuta-linemark.svg:
4872         * plugins/debug-manager/images/anjuta-pcmark.svg:
4873         * plugins/debug-manager/plugin.c: (register_stock_icons):
4874         * plugins/debug-manager/sparse_view.c:
4875         * plugins/document-manager/images/Makefile.am:
4876         * plugins/document-manager/images/anjuta-block-select.svg:
4877         * plugins/document-manager/images/anjuta-fold-close.svg:
4878         * plugins/document-manager/images/anjuta-fold-open.svg:
4879         * plugins/document-manager/images/anjuta-fold-toggle.svg:
4880         * plugins/document-manager/images/anjuta-indent-less.svg:
4881         * plugins/document-manager/images/anjuta-indent-more.svg:
4882         * plugins/document-manager/images/anjuta-swap.svg:
4883         * plugins/document-manager/images/block_select.xpm:
4884         * plugins/document-manager/images/fold_close.xpm:
4885         * plugins/document-manager/images/fold_open.xpm:
4886         * plugins/document-manager/images/fold_toggle.xpm:
4887         * plugins/document-manager/images/indent.xpm:
4888         * plugins/document-manager/images/indent_dcr.xpm:
4889         * plugins/document-manager/images/indent_inc.xpm:
4890         * plugins/document-manager/plugin.c: (register_stock_icons):    
4891         * plugins/editor/Makefile.am:
4892         * plugins/editor/anjuta-bookmark-16.xpm:
4893         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
4894         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
4895         * plugins/editor/anjuta-linemark-16.xpm:
4896         * plugins/editor/anjuta-pcmark-16.xpm:
4897         * plugins/editor/bookmark.xpm:
4898         * plugins/editor/breakpoint-disabled.xpm:
4899         * plugins/editor/breakpoint-enabled.xpm:
4900         * plugins/editor/linemarker.xpm:
4901         * plugins/editor/program-counter.xpm:
4902         * plugins/editor/text_editor.c:
4903         * plugins/message-view/Makefile.am:
4904         * plugins/message-view/anjuta-go-message-next.svg:
4905         * plugins/message-view/anjuta-go-message-prev.svg:
4906         * plugins/message-view/anjuta-message-manager.ui:
4907         * plugins/message-view/plugin.c:
4908         * plugins/sourceview/Makefile.am:
4909         * plugins/sourceview/sourceview.c:
4911         Integrated lots of icons from #480093
4912         Thanks to <tpgww@onepost.net>
4914         * plugins/document-manager/plugin.c:
4915         Do not mark the line in ifile_open(), that looks ugly.
4916         
4917         * plugins/document-manager/search-box.c: (on_search_focus_out),
4918         (search_box_init):
4919         Clear the status bar on focus_out.
4920         
4921         * plugins/file-loader/anjuta-loader-plugin.ui:
4922         Fixed a missing "="
4924 2007-10-09  Johannes Schmid <jhs@gnome.org>
4926         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4927         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
4929         Some things I missed in the patch for #484419
4930         
4931         * plugins/document-manager/action-callbacks.c:
4932         (on_new_file_activate):
4933         * plugins/document-manager/action-callbacks.h:
4934         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4935         (on_window_key_press_event), (on_gconf_notify_timer):
4936         
4937         484645 – patch to deal with docman FIXME etc
4938         
4939         * plugins/editor/text_editor.c: (text_editor_set_indicator):
4940         * plugins/search/search-replace.c: (search_and_replace),
4941         (write_message_pane), (search_replace_populate),
4942         (translate_dialog_strings), (create_dialog),
4943         (anjuta_search_replace_activate):
4944         * plugins/search/search-replace_backend.c:
4945         (file_buffer_new_from_path), (get_next_match),
4946         (create_search_entries), (regex_backref),
4947         (clear_search_replace_instance):
4948         * plugins/search/search-replace_backend.h:
4949         
4950         #484573 – patch to correct various search-related issues
4951         
4952         Thanks for the above patches to <tpgww@onepost.net>
4953         
4954         * plugins/sourceview/sourceview.c:
4955         (sourceview_create_highligth_indic):
4956         
4957         Use the same marker for important as gedit (yellow background)
4959         * plugins/document-manager/anjuta-document-manager.ui:
4960         * plugins/file-loader/anjuta-file-loader.ui:
4961         * plugins/file-loader/plugin.c:
4962         
4963         Moved FileNew action to document-manager
4965 2007-10-08  Johannes Schmid <jhs@gnome.org>
4967         * plugins/document-manager/search-box.c: (on_search_activated):
4968         Mark messages for translation
4970 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
4972         reviewed by: Johannes Schmid <jhs@gnome.org>
4974         * plugins/Makefile.am:
4975         * plugins/build-basic-autotools/build-basic-autotools.c:
4976         (build_compile_file_real):
4977         * plugins/search/search-replace.c:
4978         * plugins/valgrind/preferences.c: (build_general_prefs):
4979         
4980         Fix #484379 – Contents of Makefile.am plugins and
4981         #484419 – Improvement into translation
4983 2007-10-06  Johannes Schmid <jhs@gnome.org>
4985         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4987         Fixed to properly support pointer-to-pointer (**) types
4989         * libanjuta/interfaces/libanjuta.idl:
4990         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
4991         * plugins/sourceview/sourceview-cell.h:
4992         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
4993         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
4994         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
4995         (isearch_backward), (isearch_iface_init):
4996         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
4997         (itext_editor_iface_init), (iselection_set_iter),
4998         (iselection_get_start_iter), (iselection_get_end_iter),
4999         (iselection_iface_init), (isearch_forward), (isearch_backward),
5000         (isearch_iface_init):
5001         
5002         Added IAnjutaEditorSearch interface and some utility methods to
5003         migrate from positions to iterators for the editor interface.
5004         
5005         * plugins/document-manager/Makefile.am:
5006         * plugins/document-manager/action-callbacks.c:
5007         (on_goto_line_no1_activate), (on_show_search):
5008         * plugins/document-manager/action-callbacks.h:
5009         * plugins/document-manager/anjuta-docman.c:
5010         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5011         (anjuta_docman_grab_text_focus):
5012         * plugins/document-manager/anjuta-document-manager.ui:
5013         * plugins/document-manager/goto_line.c: (removed)
5014         * plugins/document-manager/goto_line.h: (removed)
5015         * plugins/document-manager/search-box.c:
5016         * plugins/document-manager/search-box.h:
5017         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5018         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5019         (update_editor_ui_interface_items), (on_editor_added),
5020         (activate_plugin), (deactivate_plugin):
5021         * plugins/document-manager/plugin.h:
5022         
5023         Created new incremental "Quick Search" bar in the document manager to
5024         replace the crappy EggToolbar entries. Uses the new search interface and
5025         it thus much faster and more reliable.
5026         Fixes: 
5027         Bug 357544 – incremental search should work consistently (or not at all) 
5028         when main toolbar is hidden
5029         Bug 440637 – Search, don't work very well (partly for incremental search)
5030         
5031         * plugins/search/anjuta-search.ui:
5032         * plugins/search/plugin.c: (activate_plugin):
5033         
5034         Removed incremental search stuff
5035         
5036         * plugins/build-basic-autotools/build-basic-autotools.c:
5037         (on_session_save), (on_session_load):
5038         * plugins/build-basic-autotools/executer.c:
5039         (get_program_parameters):
5040         
5041         Scroll to selected executable and remember it across sessions
5042         (followup of #477976)
5043         
5044         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5045         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5046         
5047         * plugins/devhelp/anjuta-devhelp.ui:
5048         Rearraged toolbar items a bit
5050 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5052         * plugins/debug-manager/command.c,
5053         plugins/debug-manager/queue.c,
5054         plugins/gdb/plugin.c,
5055         plugins/gdb/debugger.c:
5056         Fix several crashing bugs (including bug#482985) with the debugger
5057         when closing project, stopping the debugger, restarting the program
5059 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5061         * libanjuta/anjuta-launcher.c:
5062         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5064 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5066         * plugins/debug-manager/command.c,
5067         plugins/debug-manager/queue.c:
5068         Asynchronous command can abort other commands in queue
5069         Resynchronize debugger state when a command is cancelled
5071         * plugins/debug-manager/breakpoints.c:
5072         Free BreakpointItem only when it is not used anymore
5074         * plugins/gdb/plugin.c:
5075         Do not return TRUE if the callback and/or ready signal is not used
5077         * plugins/gdb/debugger.c:
5078         Fix a crash, return correct state when debugger is stopped
5080 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5082         * plugins/project-wizard/autogen.c:
5083         Fix bug#482067, escape project wizard user defined strings
5085 2007-10-01  Johannes Schmid <jhs@gnome.org>
5087         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5088         .glade:
5089         * plugins/build-basic-autotools/build-basic-autotools.c:
5090         (basic_autotools_plugin_instance_init):
5091         * plugins/build-basic-autotools/build-basic-autotools.h:
5092         * plugins/build-basic-autotools/executer.c:
5093         (get_program_parameters):
5094         
5095         Fixed #477976 – Keybinding in run dialog
5097 2007-09-30  Johannes Schmid <jhs@gnome.org>
5099         * plugins/Makefile.am:
5100         Do not build indent plugin (yet)
5101         
5102         * plugins/document-manager/plugin.c: (ipreferences_merge):
5103         Fixed unintentional and wrong change
5105         * plugins/indent/anjuta-indent.ui:
5106         Added missing file
5108 2007-09-28  Johannes Schmid <jhs@gnome.org>
5110         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5111         * libanjuta/anjuta-launcher.h:
5112         Add a method to send EOF to some process. Needed for the indent plugin
5113         and should be useful in general. It does not actually send EOF as this
5114         is not possible with utf-8, but closes the stream instead.
5116         * plugins/devhelp/plugin.c: (value_added_current_editor):
5117         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5118         IAnjutaDocument switch.
5120         * configure.in:
5121         * plugins/Makefile.am:
5122         * plugins/document-manager/Makefile.am:
5123         * plugins/document-manager/action-callbacks.c:
5124         * plugins/document-manager/anjuta-document-manager.glade:
5125         * plugins/document-manager/anjuta-document-manager.ui:
5126         * plugins/document-manager/images/Makefile.am:
5127         * plugins/document-manager/images/indent_auto.xpm:
5128         * plugins/document-manager/images/indent_set.xpm:
5129         * plugins/document-manager/indent-dialog.c:
5130         * plugins/document-manager/indent-dialog.h:
5131         * plugins/document-manager/indent-util.c:
5132         * plugins/document-manager/indent-util.h:
5133         * plugins/document-manager/indent_test.c:
5134         * plugins/document-manager/plugin.c: (register_stock_icons),
5135         (docman_plugin_instance_init), (ipreferences_merge):
5136         * plugins/document-manager/plugin.h:
5137         
5138         Removed indent code from document manager
5139         
5140         * plugins/indent/Makefile.am:
5141         * plugins/indent/indent-dialog.c:
5142         * plugins/indent/indent-util.c: (indent_init_indent_style):
5143         * plugins/indent/indent.glade:
5144         * plugins/indent/indent.plugin.in:
5145         * plugins/indent/plugin.c: (on_indent_finished),
5146         (on_indent_output), (on_indent_action_activate),
5147         (on_edit_editor_indent), (on_style_combo_changed),
5148         (value_added_current_editor), (value_removed_current_editor),
5149         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5150         (indent_plugin_finalize), (indent_plugin_dispose),
5151         (anjuta_indent_plugin_instance_init),
5152         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5153         (ipreferences_unmerge), (ipreferences_iface_init):
5154         * plugins/indent/plugin.h:
5156         Moved indent code to it's own plugin. Also reimplemented indent invocation
5157         using anjuta_launcher and streams. This is not yet completely working, maybe
5158         I got something wrong with the launcher.
5159         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5161 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5163         * plugins/debug-manager/plugin.c:
5164         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5166 2007-09-27  Johannes Schmid <jhs@gnome.org>
5168         * libanjuta/interfaces/libanjuta.idl:
5169         * plugins/Makefile.am:
5170         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5171         (isymbol_type_str), (isymbol_name), (isymbol_args),
5172         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5173         (isymbol_impl), (isymbol_iface_init):
5174         * plugins/symbol-browser/an_symbol_info.c:
5175         * plugins/symbol-browser/an_symbol_info.h:
5176         * plugins/symbol-db/Makefile.am:
5177         * plugins/symbol-db/plugin.c:
5178         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5179         (value_added_current_editor), (on_editor_foreach_clear),
5180         (value_removed_current_editor), (project_root_added),
5181         (symbol_db_activate), (symbol_db_deactivate),
5182         (isymbol_manager_search):
5183         * plugins/symbol-db/readtags.c: (initialize_1):
5184         * plugins/symbol-db/symbol-db-engine-iterator.c:
5185         (sdb_engine_iterator_instance_init),
5186         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5187         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5188         (symbol_db_engine_iterator_move_next),
5189         (symbol_db_engine_iterator_move_prev),
5190         (symbol_db_engine_iterator_get_n_items),
5191         (symbol_db_engine_iterator_last),
5192         (symbol_db_engine_iterator_set_position),
5193         (symbol_db_engine_iterator_get_position),
5194         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5195         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5196         (isymbol_iter_foreach), (isymbol_iter_set_position),
5197         (isymbol_iter_get_position), (isymbol_iter_get_length),
5198         (isymbol_iter_clone), (isymbol_iter_assign),
5199         (isymbol_iter_iface_init):
5200         * plugins/symbol-db/symbol-db-engine-iterator.h:
5201         * plugins/symbol-db/symbol-db-engine.c:
5202         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5203         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5204         (sdb_engine_finalize), (sdb_engine_get_type),
5205         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5206         (sdb_engine_get_table_id_by_unique_name2),
5207         (sdb_engine_get_table_id_by_unique_name3),
5208         (symbol_db_engine_add_new_workspace),
5209         (symbol_db_engine_get_opened_project_name),
5210         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5211         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5212         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5213         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5214         (sdb_engine_add_new_scope_definition),
5215         (sdb_engine_add_new_tmp_heritage_scope),
5216         (sdb_engine_second_pass_update_scope_1),
5217         (sdb_engine_second_pass_update_heritage),
5218         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5219         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5220         (symbol_db_engine_update_project_symbols),
5221         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5222         (symbol_db_engine_update_buffer_symbols),
5223         (sdb_engine_walk_down_scope_path),
5224         (sdb_engine_prepare_symbol_info_sql),
5225         (symbol_db_engine_get_global_members),
5226         (symbol_db_engine_get_scope_members_by_symbol_id),
5227         (symbol_db_engine_get_scope_members),
5228         (symbol_db_engine_get_current_scope),
5229         (symbol_db_engine_get_file_symbols):
5230         * plugins/symbol-db/symbol-db-engine.h:
5231         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5232         (on_symbol_updated), (on_symbol_inserted),
5233         (symbol_db_view_locals_get_line),
5234         (symbol_db_view_locals_update_list):
5235         * plugins/symbol-db/symbol-db-view-search.c:
5236         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5237         * plugins/symbol-db/symbol-db-view-search.h:
5238         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5239         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5240         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5241         * plugins/symbol-db/tables.sql:
5242         * plugins/symbol-db/test/Makefile.am:
5243         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5244         Updated patch from Massimo to improve symbol-db plugin
5246         * plugins/document-manager/plugin.c: (on_editor_changed):
5247         Make the code a bit more robust
5248         
5249         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5250         (anjuta_document_get_property), (anjuta_document_class_init),
5251         (anjuta_document_init), (set_uri), (document_loader_loaded),
5252         (anjuta_document_load), (document_saver_saving):
5253         * plugins/sourceview/anjuta-document.h:
5254         * plugins/sourceview/sourceview.c: (autodetect_language),
5255         (ilanguage_set_language), (ilanguage_get_language):
5256         Fix language detection on startup
5258 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5260         * plugins/document-manager/action-callbacks.c:
5261         (on_editor_command_upper_case_activate),
5262         (on_editor_command_lower_case_activate): Leftover commit from previous
5263         commit (see last changlog entry by me).
5264         
5265         * plugins/file-manager/plugin.c: (file_manager_activate):
5266         Gave proper widget name so that layout works.
5268 2007-09-26  Johannes Schmid <jhs@gnome.org>
5270         * plugins/document-manager/plugin.c: (on_editor_changed),
5271         (docman_plugin_instance_init):
5272         Only unload/load language-support plugins if necessary.
5273         
5274         * plugins/language-manager/plugin.c: (language_manager_activate):
5275         Removed some debugging code
5277         * plugins/sourceview/sourceview.c: (on_document_saved),
5278         (ilanguage_set_language), (ilanguage_get_language):
5279         Fixed ianjuta_language interface and ensure that highlighting is
5280         activated when a new file is saved.
5281         
5282 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5284         * libanjuta/interfaces/libanjuta.idl:
5285         * plugins/document-manager/action-callbacks.c:
5286         (on_editor_command_upper_case_activate),
5287         (on_editor_command_lower_case_activate):
5288         * plugins/editor/text_editor.c: (iselection_has_selection),
5289         (iselection_get_start), (iselection_get_end),
5290         (iselection_iface_init):
5291         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5292         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5293         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5294         method and implemented it for both scintilla and sourceview editors.
5295         Updated document-manager and assist plugins to use the new method.
5297 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5299         * plugins/file-manager/file-view.c:
5300         Fix typo, allow to compile new file manager with gtk < 2.12
5302 2007-09-25  Johannes Schmid <jhs@gnome.org>
5304         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5305         Support Auto-Indent for single lines (e.g no selection);
5306         
5307         * plugins/macro/plugin.c:
5308         Do not use the same shortcut as auto-indent does
5309         
5310         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5311         Optimized keyboard navigation - do not emit char_added when only
5312         navigation keys have been pressed.
5314 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5316         * plugins/language-support-cpp-java/cpp-java-assist.c:
5317         (on_assist_chosen), (cpp_java_assist_install),
5318         (cpp_java_assist_uninstall):
5319         * plugins/language-support-cpp-java/plugin.c: (install_support),
5320         (uninstall_support): Install and uninstall support in correct order.
5321         Fixes a bug where it was installed multiple times resulting in
5322         inserting autocomplete text multiple times.
5324 2007-09-25  Johannes Schmid <jhs@gnome.org>
5326         * configure.in:
5327         Add GNOME_WARNING_FLAGS(maximum) and
5328         GNOME_CXX_WARNIGS(yes) to avoid bugs
5329         the compiler can warn you.
5330         
5331         * libegg/test-tree-utils.c: (key_test):
5332         * plugins/file-manager/file-model.c:
5333         (file_model_cancel_expand_idle), (file_model_sort),
5334         (file_model_row_expanded):
5335         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5336         (file_view_refresh), (file_view_get_selected), (file_view_init),
5337         (file_view_new):
5338         * plugins/file-manager/file-view.h:
5339         * plugins/symbol-db/readtags.c: (initialize_1):
5340         * src/main.c:
5341         
5342         Fixed the more critical warnings
5344 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5346         Icons from tpgww@onepost.net:
5347         * configure.in:
5348         * plugins/debug-manager/Makefile.am:
5349         * plugins/debug-manager/images/Makefile.am:
5350         * plugins/debug-manager/images/anjuta-attach.svg:
5351         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5352         * plugins/debug-manager/images/anjuta-step-into.svg:
5353         * plugins/debug-manager/images/anjuta-step-out.svg:
5354         * plugins/debug-manager/images/anjuta-step-over.svg:
5355         * plugins/debug-manager/plugin.c: (register_stock_icons):
5356         * plugins/document-manager/Makefile.am:
5357         * plugins/document-manager/block_select.xpm:
5358         * plugins/document-manager/fold_close.xpm:
5359         * plugins/document-manager/fold_open.xpm:
5360         * plugins/document-manager/fold_toggle.xpm:
5361         * plugins/document-manager/images/Makefile.am:
5362         * plugins/document-manager/images/anjuta-block-end.svg:
5363         * plugins/document-manager/images/anjuta-block-start.svg:
5364         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5365         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5366         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5367         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5368         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5369         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5370         * plugins/document-manager/indent.xpm:
5371         * plugins/document-manager/indent_auto.xpm:
5372         * plugins/document-manager/indent_dcr.xpm:
5373         * plugins/document-manager/indent_inc.xpm:
5374         * plugins/document-manager/indent_set.xpm:
5375         * plugins/document-manager/plugin.c: Added nicer icons for
5376         document manager and debugger. Organized icons in 'images'
5377         directories.
5379 2007-09-24  Johannes Schmid <jhs@gnome.org>
5381         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5382         Fixed a missing NULL in g_object_set.
5384 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5386         * plugins/language-support-cpp-java/cpp-java-assist.c:
5387         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5388         scope memebers just after scope operator is entered.
5390 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5392         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5393         * plugins/language-support-cpp-java/cpp-java-assist.c:
5394         (completion_function), (completion_compare),
5395         (cpp_java_assist_tag_destroy), (create_completion),
5396         (cpp_java_assist_destroy_completion_cache),
5397         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5398         Show '()' for function items in autocomplete list. Allow adding
5399         ' ' and/or '(' after function call autocompletion and have preferences
5400         settings for them.
5402 2007-09-24  Johannes Schmid <jhs@gnome.org>
5404         * sourceview.c: Reverting patch from r3157 because
5405         of side-effects
5407 2007-09-24  Johannes Schmid <jhs@gnome.org>
5409         * plugins/search/search-replace.c: (on_message_clicked):
5411         Fixed #427104 – No "highlight" of lines matching find-result
5413 2007-09-24  Johannes Schmid <jhs@gnome.org>
5415         * src/anjuta.glade:
5417         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5419 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5421         reviewed by: Johannes Schmid <jhs@gnome.org>
5423         * plugins/build-basic-autotools/executer.c: (execute_program):
5424         Fix #478238 – set env for execute programe in the terminal
5426 2007-09-24 Tom <tpgww@onepost.net>
5428         reviewed by: Johannes Schmid <jhs@gnome.org>
5430         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5431         Fix memory leak
5432         
5433         * plugins/debug-manager/disassemble.c: (on_disassemble):
5434         Correct a format string in DEBUG_PRINT()
5436 2007-09-23  Johannes Schmid <jhs@gnome.org>
5438         * plugins/sourceview/sourceview.c: (offset_to_position),
5439         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5440         (ieditor_get_position), (iselect_set), (iselect_get_start),
5441         (iselect_get_end):
5442         
5443         Fixed #Bug 440637 – Search, don't work very well
5445 2007-09-23  Johannes Schmid <jhs@gnome.org>
5447         * plugins/file-manager/file-model.c: (file_model_get_filename):
5448         * plugins/file-manager/file-model.h:
5449         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5450         (file_view_init), (file_view_class_init):
5451         * plugins/message-view/message-view.c:
5452         (message_view_query_tooltip), (message_view_dispose),
5453         (message_view_instance_init), (message_view_class_init):
5455         Added GTK+ 2.12 style tooltips to file-manager and message view.
5456         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5457         old implementation is used.
5459 2007-09-23  Johannes Schmid <jhs@gnome.org>
5461         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5462         Fixed typo
5463         
5464         * plugins/language-manager/language-manager.plugin.in:
5465         Marked UserActivatable=FALSE
5466         
5467         * plugins/language-manager/plugin.c: (load_languages),
5468         (language_manager_activate), (language_manager_deactivate),
5469         (language_manager_dispose), (language_manager_instance_init),
5470         (language_manager_find_mime_type), (language_manager_find_string),
5471         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5472         (ilanguage_get_name), (ilanguage_get_strings):
5473         
5474         Fixed various stupid bugs in language-manager plugin
5475         
5476         * plugins/symbol-db/symbol-db-engine.c:
5477         (sdb_engine_second_pass_update_scope_1):
5478         
5479         Add a g_return_if_fail to avoid a crash though still unsure
5480         what's causing it.
5482 2007-09-23  Johannes Schmid <jhs@gnome.org>
5484         * plugins/symbol-db/plugin.c: (on_project_element_added),
5485         (sources_array_free), (sources_array_add_foreach),
5486         (project_root_added):
5487         * plugins/symbol-db/symbol-db-engine.c:
5488         (symbol_db_engine_add_new_files):
5489         * plugins/symbol-db/symbol-db-engine.h:
5490         
5491         Added support for other languages than "C" to symbol-db. Now
5492         supports all languages listed by the language-manager.
5494 2007-09-23  Tom <tpgww@onepost.net>
5496         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5498         * configure.in:
5499         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5500         
5501         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5502         (anjuta_glue_factory_get_object_type):
5503         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5504         * plugins/build-basic-autotools/build-basic-autotools.c:
5505         (value_added_current_editor):
5506         * plugins/debug-manager/breakpoints.c:
5507         (breakpoints_dbase_edit_breakpoint),
5508         (on_toggle_breakpoint_activate):
5509         * plugins/debug-manager/plugin.c:
5510         (on_run_to_cursor_action_activate):
5511         * plugins/debug-manager/stack_trace.c:
5512         (dma_thread_update_stack_trace):
5513         * plugins/gdb/plugin.c:
5514         * plugins/glade/plugin.c: (ifile_open):
5515         * plugins/profiler/gprof-call-graph-view.c:
5516         * plugins/profiler/gprof-flat-profile-view.c:
5517         * plugins/profiler/gprof-function-call-tree-view.c:
5518         * plugins/profiler/gprof-options.c: (setup_widgets):
5519         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5520         * plugins/search/search-replace_backend.c:
5521         (file_buffer_new_from_te):
5522         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5523         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5524         (assist_window_get_property), (assist_window_move):
5525         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5526         (value_added_current_editor):
5527         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5528         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5529         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5530         
5531         Many small code, warnings and leak fixes
5533 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
5535         * (removed) plugins/debug-manager/debugger.c,
5536         (removed) plugins/debug-manager/debugger.h,
5537         (added) plugins/debug-manager/command.c,
5538         (added) plugins/debug-manager/command.h,
5539         (added) plugins/debug-manager/queue.c,
5540         (added) plugins/debug-manager/queue.h,
5541         plugins/debug-manager/breakpoints.c,
5542         plugins/debug-manager/debug_tree.c,
5543         plugins/debug-manager/debug_tree.h,
5544         plugins/debug-manager/disassemble.c,
5545         plugins/debug-manager/disassemble.h,
5546         plugins/debug-manager/locals.c,
5547         plugins/debug-manager/locals.h,
5548         plugins/debug-manager/memory.c,
5549         plugins/debug-manager/memory.h,
5550         plugins/debug-manager/plugin.c,
5551         plugins/debug-manager/plugin.h,
5552         plugins/debug-manager/registers.c,
5553         plugins/debug-manager/registers.h,
5554         plugins/debug-manager/sharedlib.c,
5555         plugins/debug-manager/sharedlib.h,
5556         plugins/debug-manager/signals.c,
5557         plugins/debug-manager/signals.h,
5558         plugins/debug-manager/stack_trace.c,
5559         plugins/debug-manager/stack_trace.h,
5560         plugins/debug-manager/start.h,
5561         plugins/debug-manager/start.c,
5562         plugins/debug-manager/threads.c,
5563         plugins/debug-manager/threads.h,
5564         plugins/debug-manager/watch.c,
5565         plugins/debug-manager/watch.h,
5566         plugins/debug-manager/Makefile.am,
5567         plugins/gdb/debugger.c,
5568         plugins/gdb/debugger.h,
5569         plugins/gdb/plugin.c,
5570         libanjuta/interfaces/libanjuta.idl:
5571         Split debug-manager/debugger.c into command.c and queue.c
5572         Clean up debugger queue
5573         DmaDebuggerQueue object does not implement IAnjutaDebugger
5575 2007-09-23  Johannes Schmid <jhs@gnome.org>
5577         * configure.in:
5578         Bumped version to 2.3.0 (to ensure bugzilla bugs are
5579         set correctly, etc.)
5580         
5581         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5582         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
5583         (plugin_set_update):
5584         
5585         Show an error dialog instead of crashing when plugin loading fails
5587         * plugins/language-manager/Makefile.am:
5588         * plugins/language-manager/language-manager.plugin.in:
5589         * plugins/language-manager/languages.xml:
5590         * plugins/language-manager/plugin.c: (language_destroy),
5591         (load_languages), (language_manager_activate),
5592         (language_manager_deactivate), (language_manager_finalize),
5593         (language_manager_dispose), (language_manager_instance_init),
5594         (language_manager_class_init), (language_manager_find_mime_type),
5595         (language_manager_find_string), (ilanguage_get_from_mime_type),
5596         (ilanguage_get_from_string), (ilanguage_get_name),
5597         (ilanguage_get_strings), (ilanguage_iface_init):
5598         * plugins/language-manager/plugin.h:
5599         
5600         Added new language-manager plugin to have a better organisation for
5601         language names. The xml probabaly needs to be extended over time.
5602         
5603         * plugins/Makefile.am:
5604         * plugins/document-manager/plugin.c: (on_editor_changed):
5605         
5606         Adapted to new IAnjutaLanguage interface. Do not unload language-support
5607         because it does not really save memory but makes tab switching slow.
5608         
5609         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5610         .in:
5611         * plugins/language-support-cpp-java/plugin.c: (install_support),
5612         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
5613         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
5614         unloading
5616         * plugins/language-support-cpp-java/cpp-java-assist.c:
5617         (cpp_java_assist_show_autocomplete):
5618         
5619         Fix autocomplete to only show valid completions
5621         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5622         Calltips always have correct size and position now
5624 2007-09-22  Johannes Schmid <jhs@gnome.org>
5626         * plugins/search/search-replace_backend.c: (get_next_match):
5627         Removed code introduced by accident that causes a crash.
5628         
5629         * plugins/sourceview/sourceview-tags.c:
5630         * plugins/sourceview/sourceview-tags.h:
5631         Removed ununsed files
5633 2007-09-22  Johannes Schmid <jhs@gnome.org>
5635         * plugins/language-support-cpp-java/cpp-java-assist.c:
5636         Fixed build error
5638 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5640         * plugins/language-support-cpp-java/cpp-java-assist.c:
5641         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
5642         Increased matching brace search to 500 chars.
5644 2007-09-21  Johannes Schmid <jhs@gnome.org>
5646         * plugins/language-support-cpp-java/cpp-java-assist.c:
5647         (cpp_java_assist_get_pre_word),
5648         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
5649         
5650         Added some profiling debug code
5651         
5652         * plugins/language-support-cpp-java/cpp-java-utils.c:
5653         (cpp_java_util_jump_to_matching_brace):
5654         * plugins/language-support-cpp-java/cpp-java-utils.h:
5655         * plugins/language-support-cpp-java/plugin.c:
5656         (get_line_indentation_base), (get_line_auto_indentation):
5657         
5658         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
5659         avoid looping over the whole file when using calltips which is too slow and
5660         unneeded.
5661         
5662         * plugins/sourceview/assist-tip.c: (assist_tip_init),
5663         (assist_tip_set_tips), (assist_tip_get_coordinates),
5664         (assist_tip_new):
5665         * plugins/sourceview/sourceview.c: (iassist_show_tips):
5666         
5667         Better calltips appearance (use theme now) and avoid jumping
5668         calltips
5670 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5672         * plugins/document-manager/plugin.c:
5673         (update_editor_ui_interface_items):
5674         * plugins/language-support-cpp-java/plugin.c: (install_support),
5675         (uninstall_support): Moved autocomplete ui update code from
5676         document-manager to language-plugin.
5678 2007-09-21  Johannes Schmid <jhs@gnome.org>
5680         * libanjuta/interfaces/libanjuta.idl:
5681         
5682         Added IAnjutaLanguage interface (might still change...) for
5683         the upcoming language-manager plugin.
5684         
5685         * plugins/file-manager/Makefile.am:
5686         * plugins/file-manager/file-model.c:
5687         (file_model_cancel_expand_idle), (file_model_add_dummy),
5688         (file_model_expand_idle), (file_model_sort),
5689         (file_model_row_expanded), (file_model_row_collapsed),
5690         (file_model_init), (file_model_finalize),
5691         (file_model_set_property), (file_model_get_property),
5692         (file_model_class_init), (file_model_new), (file_model_refresh),
5693         (file_model_get_uri):
5694         * plugins/file-manager/file-model.h:
5695         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5696         (file_view_expand_row_idle), (file_view_refresh),
5697         (file_view_get_selected), (file_view_button_press_event),
5698         (file_view_selection_changed), (file_view_init),
5699         (file_view_get_property), (file_view_set_property),
5700         (file_view_finalize), (file_view_class_init):
5701         
5702         Split up model/view as far as possible and fixed some file-manager
5703         bugs (popup-menu and incorrect project loading).
5704         
5705         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5706         Use monospace font for tips.
5707         
5708         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
5709         (sourceview_cell_new), (icell_get_character), (icell_get_length),
5710         (icell_get_attribute), (icell_style_get_font_description),
5711         (icell_style_get_color), (icell_style_get_background_color),
5712         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
5713         (iiter_foreach), (iiter_set_position), (iiter_get_position),
5714         (iiter_get_length), (iiter_clone), (iiter_assign):
5716         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
5717         interface. This is way faster though it has the drawback to create invalid
5718         iterators if the buffer is changed.
5720 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5722         * libanjuta/interfaces/libanjuta.idl:
5723         * plugins/document-manager/action-callbacks.c:
5724         * plugins/document-manager/anjuta-document-manager.ui:
5725         * plugins/document-manager/plugin.c: (register_stock_icons):
5726         * plugins/editor/text_editor.c:
5727         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5728         * plugins/language-support-cpp-java/cpp-java-assist.c:
5729         (cpp_java_assist_get_calltip_context):
5730         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
5731         (register_stock_icons), (cpp_java_plugin_activate_plugin):
5733         Moved autocomplete menu action from document-manager to assist plugin
5734         and got rid of deprecated autocomplete interface.
5736 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5738         * libanjuta/interfaces/libanjuta.idl:
5739         * plugins/editor/text_editor.c: (iassist_iface_init):
5740         * plugins/language-support-cpp-java/cpp-java-assist.c:
5741         (cpp_java_assist_check), (on_assist_chosen):
5742         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5743         Removed react() methods in both editors and assist interface. Assist
5744         plugin itself handles setting the autocomplete. Also fixed
5745         some mem leaks.
5747 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5749         * plugins/file-manager/Makefile.am:
5750         * plugins/file-manager/file-view.c: (file_view_add_dummy),
5751         (file_view_expand_idle), (file_view_init):
5752         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
5753         (file_manager_set_default_uri), (project_root_added),
5754         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
5755         (file_manager_activate), (file_manager_deactivate),
5756         (file_manager_instance_init), (file_manager_class_init),
5757         (ifile_manager_set_root), (ifile_manager_set_selected),
5758         (ifile_manager_iface_init): Adjusted white spaces to match
5759         anjuta convention.
5761 2007-09-19  Naba Kumar  <naba@gnome.org>
5763         * libanjuta/interfaces/libanjuta.idl:
5764         * plugins/editor/text_editor.c: (text_editor_instance_init),
5765         (iassist_show_tips), (iassist_cancel_tips),
5766         (iassist_hide_suggestions), (iassist_iface_init):
5767         * plugins/editor/text_editor.h:
5768         * plugins/editor/text_editor_cbs.c:
5769         (on_text_editor_scintilla_notify):
5770         * plugins/language-support-cpp-java/cpp-java-assist.c:
5771         (is_scope_context_character), (is_word_character),
5772         (create_completion), (cpp_java_assist_get_scope_context),
5773         (cpp_java_assist_get_pre_word),
5774         (cpp_java_assist_get_scope_operator),
5775         (cpp_java_assist_destroy_completion_cache),
5776         (cpp_java_assist_create_scope_completion_cache),
5777         (cpp_java_assist_create_word_completion_cache),
5778         (cpp_java_assist_show_autocomplete),
5779         (cpp_java_assist_get_calltip_context),
5780         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
5781         (on_editor_char_added), (on_assist_chosen),
5782         (cpp_java_assist_install), (cpp_java_assist_uninstall),
5783         (cpp_java_assist_init), (cpp_java_assist_finalize):
5784         * plugins/language-support-cpp-java/cpp-java-assist.h:
5785         * plugins/language-support-cpp-java/plugin.c:
5786         (initialize_indentation_params):
5787         * plugins/sourceview/assist-tip.c:
5788         * plugins/sourceview/assist-tip.h:
5789         * plugins/sourceview/sourceview-private.h:
5790         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5791         (on_assist_tip_destroyed), (on_assist_cancel),
5792         (on_document_char_added), (iassist_get_suggestions),
5793         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
5794         
5795         Implement state-less assistance so that assist can be evaluated
5796         any given time at any position. Changed IAnjutaEditorAssist interfance
5797         and implementations and removed any state management in editors.
5799 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
5801         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5802         completion items sorting and avoided unnecssary sorts.
5804         * plugins/text-editor.c: Fixed state.
5806 2007-09-17  Johannes Schmid <jhs@gnome.org>
5808         * plugins/language-support-cpp-java/cpp-java-assist.c:
5809         (on_assist_begin):
5810         
5811         Fixed calltips in sourceview
5813 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
5815         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5816         completion items preparation time. Fixed a crash bug.
5818         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5819         Set buffer size (From Massimo, required for symbol-db).
5821         * libanjuta/interfaces/libanjuta.idl: Also pass position information
5822         for suggestions.
5824         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
5825         change in API.
5827         * plugins/editor/aneditor-autocomplete.cxx,
5828         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
5829         Added ANE_GETWORDBEFORECARAT command.
5831         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
5832         using assist interface.
5834         * plugins/editor/text_editor.c: (text_editor_instance_init),
5835         (text_editor_get_word_before_carat),
5836         (text_editor_get_current_word), (iassist_add_trigger),
5837         (iassist_remove_trigger), (on_assist_canceled),
5838         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
5839         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
5840         * plugins/editor/text_editor.h:
5841         * plugins/editor/text_editor_cbs.c: (trigger_size),
5842         (max_trigger_size), (text_editor_check_assist),
5843         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
5844         interface.
5846         * plugins/language-support-cpp-java/Makefile.am:
5847         * plugins/language-support-cpp-java/plugin.c:
5848         (get_line_indentation_base), (get_line_auto_indentation),
5849         (install_support), (uninstall_support),
5850         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
5851         (cpp_java_plugin_instance_init):
5852         * plugins/language-support-cpp-java/plugin.h:
5853         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
5854         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
5855         Make assist a separate class.
5857 2007-09-14  Johannes Schmid <jhs@gnome.org>
5859         * plugins/sourceview/sourceview.c: (iassist_suggest):
5860         Fixed changed char_alignment paramter in language-support
5861         plugin
5863 2007-09-14  Naba Kumar  <naba@gnome.org>
5865         * plugins/language-support-cpp-java/plugin.c: Send the right
5866         'char_alignment' paramenter (needs fixing in sourceview).
5868 2007-09-13  Johannes Schmid <jhs@gnome.org>
5870         * anjuta.anjuta:
5871         * plugins/project-wizard/templates/minimal/project.anjuta:
5872         Use IAnjutaSymbolManager instead of loading the plugin directly.
5873         (TODO: Think of a version to do this for older files...)
5875         * configure.in:
5876         * plugins/Makefile.am:
5877         * plugins/symbol-db/Makefile.am:
5878         
5879         Build symbol-db plugin if libgda-3.0 is found
5881 2007-09-13  Johannes Schmid <jhs@gnome.org>
5883         * plugins/sourceview/Makefile.am:
5884         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5885         (set_uri):
5886         * plugins/sourceview/anjuta-document.h:
5887         Removed lots of dead code
5888         
5889         * plugins/sourceview/anjuta-languages-manager.c:
5890         * plugins/sourceview/anjuta-languages-manager.h:
5891         removed completely
5892         
5893         * plugins/sourceview/sourceview.c: (on_document_char_added),
5894         (on_document_loaded), (sourceview_instance_init),
5895         (iselect_get_start), (iselect_get_end),
5896         (ilanguage_get_supported_languages), (ilanguage_set_language):
5897         
5898         Fixed selection handling and make some adaptions for the changes 
5899         mentioned above
5901 2007-09-13  Johannes Schmid <jhs@gnome.org>
5903         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5904         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5905         (on_assist_update):
5906         
5907         Added preferences to language support completion/calltips
5908         
5909         * plugins/sourceview/assist-window.c: (assist_window_update):
5911         Always select first entry
5913         * plugins/sourceview/sourceview.glade:
5914         Removed old completion preferences
5916 2007-09-11  Naba Kumar  <naba@gnome.org>
5918         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
5919         and possible crash when pressing ctrl+d in terminal after preferences
5920         window has been shown once (no need for backport).
5922         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
5923         implementations to get warnings instead of crashes for unimplemented
5924         interface methods.
5926 2007-09-11   Massimo Cora' <maxcvs@email.it>
5928         Reviewed by: Naba Kumar  <naba@gnome.org>
5930         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5931         * plugins/symbol-db/*:
5932         Added new symbol-database backend based on SQLite 3.
5933         (does not enabled for build currently).
5935 2007-09-10  Johannes Schmid <jhs@gnome.org>
5937         * anjuta.anjuta:
5938         * configure.in:
5939         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
5940         (parse_info_init), (parse_info_free), (valid_element),
5941         (start_element_handler), (end_element_handler), (text_handler),
5942         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
5943         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5944         (egg_recent_model_monitor), (egg_recent_model_read),
5945         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5946         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5947         (egg_recent_model_set_property), (egg_recent_model_class_init),
5948         (egg_recent_model_init), (egg_recent_model_add_full),
5949         (egg_recent_model_delete), (egg_recent_model_get_list),
5950         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5951         (egg_recent_model_set_filter_mime_types),
5952         (egg_recent_model_clear_group_filter),
5953         (egg_recent_model_set_filter_groups),
5954         (egg_recent_model_clear_scheme_filter),
5955         (egg_recent_model_set_filter_uri_schemes),
5956         (egg_recent_model_remove_expired):
5957         
5958         Update EggRecent (#456465)
5960 2007-09-10  Johannes Schmid <jhs@gnome.org>
5962         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
5963         (anjuta_plugin_manager_get_plugin):
5964         * plugins/profiler/gprof-call-graph-view.c:
5965         (gprof_call_graph_view_create_columns):
5966         * plugins/profiler/gprof-flat-profile-view.c:
5967         (gprof_flat_profile_view_create_columns):
5968         * plugins/profiler/gprof-function-call-tree-view.c:
5969         (gprof_function_call_tree_view_create_columns):
5970         
5971         Fixed #466031 – Update of pieces of menus for Localization
5973 2007-09-10  Johannes Schmid <jhs@gnome.org>
5975         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
5976         Bug 343522 – anjuta: Unable to execute commands that use options.
5978 2007-09-09  Johannes Schmid <jhs@gnome.org>
5980         * plugins/document-manager/anjuta-docman.c:
5981         (anjuta_docman_update_page_label):
5982         
5983         Fixed #458034 – Method of indicating unsaved changes breaks convention
5984         
5985         * plugins/document-manager/plugin.c: (update_title),
5986         (value_added_project_root_uri), (value_removed_project_root_uri),
5987         (on_editor_changed), (activate_plugin):
5988         * plugins/document-manager/plugin.h:
5989         * plugins/project-manager/plugin.c: (on_profile_scoped),
5990         (on_profile_descoped), (ifile_open):
5991         
5992         Fixed #427390 – Show path of item in currently focused editor window
5994 2007-09-09  Johannes Schmid <jhs@gnome.org>
5996         * plugins/search/plugin.c: (on_toolbar_find_clicked),
5997         (on_toolbar_find_incremental):
5998         Fix incremental search
5999         
6000         * plugins/sourceview/sourceview.c: (on_document_char_added),
6001         (set_select):
6002         Fixed selection management
6004 2007-09-09  Johannes Schmid <jhs@gnome.org>
6006         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6007         Fixed memory leak
6009         * libanjuta/interfaces/libanjuta.idl:
6010         Extended IAnjutaEditorAssist interface
6011         
6012         * plugins/language-support-cpp-java/plugin.c:
6013         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6014         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6015         (context_character), (get_context), (function_parser),
6016         (cpp_member_parser), (install_assist), (uninstall_assist),
6017         (get_line_indentation_base), (get_line_auto_indentation),
6018         (install_support), (uninstall_support),
6019         (on_value_added_current_editor), (on_value_removed_current_editor),
6020         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6021         * plugins/language-support-cpp-java/plugin.h:
6022         
6023         Improved fixed editor assistance and added support for function/method
6024         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6025         
6026         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6027         Removed a FIXME
6028         
6029         * plugins/project-import/project-import.c: (on_import_next):
6030         Added a non-NULL check with could probably fix #474843 but not sure
6031         
6032         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6033         Fixed anjuta-plugin project wizard
6034         
6035         * plugins/sourceview/Makefile.am:
6036         * plguins/sourceview/assist-tip.[ch]:
6037         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6038         (anjuta_view_key_press_event):
6039         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6040         (assist_window_init), (assist_window_update), (assist_window_new):
6041         * plugins/sourceview/sourceview-private.h:
6042         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6043         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6044         (trigger_size), (max_trigger_size), (on_document_char_added),
6045         (sourceview_dispose), (ieditor_get_current_word),
6046         (iassist_add_trigger), (iassist_init_suggestions),
6047         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6048         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6049         
6050         Big update on sourceview assist capabilites. Autocompletion should
6051         now work much better and function tooltips are finally supported!
6053         * plugins/sourceview/anjuta-document.h:
6054         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6055         (anjuta_document_get_current_word):
6056         Fixed get_current_word (inspired by aneditor.cxx implementation)
6058         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6059         (icell_get_attribute):
6060         Fixed get_attribute() to also detect character constants.
6061         Simplified get_char()
6063         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6064         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6065         (isymbol_manager_get_completions_at_position):
6066         
6067         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6069 2007-09-04  Naba Kumar  <naba@gnome.org>
6071         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6072         projects that can not add sources.
6074         * plugins/file-wizard/file.c: Similarly for file wizard,
6075         Do not enable 'Add to project' projects that can not add sources.
6077 2007-09-04  Naba Kumar  <naba@gnome.org>
6079         * configure.in: Bumped gnome-build requirement to 0.2.0
6080         for project capabilities support.
6082         * plugins/project-manager/plugin.c: Enable/disable project
6083         actions based on project capabilities. Fixes bug #433552:
6084         crash in Anjuta IDE: add file test.h in project on generic
6085         Makefile.
6087         * libanjuta/interfaces/libanjuta.idl: Added method to query
6088         project capabilities.
6090 2007-09-03  Naba Kumar  <naba@gnome.org>
6092         * plugins/file-manager/plugin.c: Set shadow type IN.
6093         * plugins/file-manager/file-view.c: Fixed code style.
6094         * plugins/file-manager/file-view.c: Fixed icons column to size
6095         properly.
6097         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6099         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6100         unmonitors project-uri on file-manager deactivation.
6102         * TODO.tasks: Updated
6104 2007-09-02  Johannes Schmid <jhs@gnome.org>
6106         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6107         Fixed memory leak
6108         
6109         * plugins/file-manager/file-view.c: (file_view_get_selected),
6110         (file_view_button_press_event), (file_view_finalize):
6111         * plugins/file-manager/plugin.c: (project_root_removed),
6112         (file_manager_deactivate):
6113         
6114         Fixed some small bugs I missed before
6116 2007-09-02  Johannes Schmid <jhs@gnome.org>
6118         * plugins/file-manager/*:
6119         Added new and file-manager
6121 2007-09-02  Johannes Schmid <jhs@gnome.org>
6123         * plugins/file-manager/*:
6124         Removed old file-manager
6126 2007-08-31  Johannes Schmid <jhs@gnome.org>
6128         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6129         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6130         
6131         Fixed some memory leaks
6132         
6133         * MAINTAINERS: Fixed
6134         
6135 2007-08-31  Johannes Schmid <jhs@gnome.org>
6137         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6138         (get_property_value_as_string), (set_property_value_as_string),
6139         (register_callbacks), (preferences_foreach_callback),
6140         (anjuta_preferences_register_property_raw):
6141         * libanjuta/anjuta-preferences.h:
6142         * plugins/build-basic-autotools/build-basic-autotools.c:
6143         (on_build_mesg_format):
6144         * plugins/document-manager/anjuta-document-manager.glade:
6145         * plugins/message-view/anjuta-message-manager-plugin.glade:
6146         
6147         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6148         broken message view preferences
6149         
6150         * plugins/message-view/message-view.c:
6151         (message_view_instance_init), (pref_change_color), (prefs_init),
6152         (imessage_view_append):
6153         Cleaned up message view (#458041)
6154         
6155         * src/shell.c: (on_preferences_activate),
6156         (anjuta_test_shell_instance_init),
6157         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6158         Fixed test shell to allow better debugging
6159         
6160 2007-08-31  Johannes Schmid <jhs@gnome.org>
6162         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6163         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6164         * plugins/gtodo/main.h:
6165         * plugins/gtodo/plugin.c: (activate_plugin):
6166         
6167         Fixed #423467 (View->Tasks menu items are not 
6168         checked on startup)
6170 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6172         reviewed by: Johannes Schmid <jhs@gnome.org>
6174         * COPYING:
6175         * data/welcome.txt.in:
6176         * launcher/anjuta_launcher.c:
6177         * libanjuta/anjuta-children.c:
6178         * libanjuta/anjuta-children.h:
6179         * libanjuta/anjuta-debug.h:
6180         * libanjuta/anjuta-encodings.c:
6181         * libanjuta/anjuta-encodings.h:
6182         * libanjuta/anjuta-glue-c.c:
6183         * libanjuta/anjuta-glue-c.h:
6184         * libanjuta/anjuta-plugin-description.c:
6185         * libanjuta/anjuta-plugin-description.h:
6186         * libanjuta/anjuta-plugin-handle.c:
6187         * libanjuta/anjuta-plugin-handle.h:
6188         * libanjuta/anjuta-plugin-manager.c:
6189         * libanjuta/anjuta-plugin-manager.h:
6190         * libanjuta/anjuta-plugin.c:
6191         * libanjuta/anjuta-plugin.h:
6192         * libanjuta/anjuta-preferences.c:
6193         * libanjuta/anjuta-preferences.h:
6194         * libanjuta/anjuta-profile-manager.c:
6195         * libanjuta/anjuta-profile-manager.h:
6196         * libanjuta/anjuta-profile.c:
6197         * libanjuta/anjuta-profile.h:
6198         * libanjuta/anjuta-save-prompt.c:
6199         * libanjuta/anjuta-save-prompt.h:
6200         * libanjuta/anjuta-serializer.c:
6201         * libanjuta/anjuta-serializer.h:
6202         * libanjuta/anjuta-session.c:
6203         * libanjuta/anjuta-session.h:
6204         * libanjuta/anjuta-shell.c:
6205         * libanjuta/anjuta-shell.h:
6206         * libanjuta/anjuta-status.c:
6207         * libanjuta/anjuta-status.h:
6208         * libanjuta/anjuta-ui.c:
6209         * libanjuta/anjuta-ui.h:
6210         * libanjuta/anjuta-utils-priv.h:
6211         * libanjuta/anjuta-utils.c:
6212         * libanjuta/anjuta-utils.h:
6213         * libanjuta/cell-renderer-captioned-image.c:
6214         * libanjuta/cell-renderer-captioned-image.h:
6215         * libanjuta/e-splash.c:
6216         * libanjuta/e-splash.h:
6217         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6218         * libanjuta/interfaces/libanjuta.idl:
6219         * libanjuta/libanjuta.h:
6220         * libanjuta/resources.c:
6221         * libanjuta/resources.h:
6222         * libegg/egg-cell-renderer-text.c:
6223         * libegg/egg-combo-action.c:
6224         * libegg/egg-entry-action.c:
6225         * libegg/egg-recent-action.c:
6226         * libegg/egg-recent-files-module.c:
6227         * libegg/egg-recent-item.c:
6228         * libegg/egg-recent-model.c:
6229         * libegg/egg-recent-view-gtk.c:
6230         * libegg/egg-recent-view.c:
6231         * libegg/egg-submenu-action.c:
6232         * libegg/eggaccelerators.c:
6233         * libegg/eggcellrendererpopup.c:
6234         * libegg/eggcomboselect.c:
6235         * libegg/eggtreemodelfilter.c:
6236         * libegg/eggtreemultidnd.c:
6237         * libegg/gtkcellview.h:
6238         * libegg/treeviewutils/egg-cell-renderer-text.h:
6239         * libegg/treeviewutils/eggaccelerators.h:
6240         * libegg/treeviewutils/eggcellrendererkeys.h:
6241         * libegg/treeviewutils/eggcellrendererpopup.h:
6242         * libegg/treeviewutils/eggtreemodelfilter.h:
6243         * libegg/treeviewutils/eggtreemultidnd.h:
6244         * libegg/treeviewutils/eggtreeviewstate.h:
6245         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6246         * manuals/anjuta-faqs/Makefile.am:
6247         * manuals/anjuta-manual/C/anjuta-manual.xml:
6248         * manuals/anjuta-manual/C/license.xml:
6249         * manuals/anjuta-manual/es/es.po:
6250         * manuals/anjuta-manual/sv/sv.po:
6251         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6252         ml:
6253         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6254         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6255         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6256         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6257         * manuals/old/ja/anjuta-manual/license.xml:
6258         * plugins/build-basic-autotools/build-basic-autotools.c:
6259         * plugins/build-basic-autotools/build-basic-autotools.h:
6260         * plugins/build-basic-autotools/executer.c:
6261         * plugins/build-basic-autotools/executer.h:
6262         * plugins/build/build_file.c:
6263         * plugins/build/build_file.h:
6264         * plugins/build/build_project.c:
6265         * plugins/build/build_project.h:
6266         * plugins/build/clean_project.c:
6267         * plugins/build/clean_project.h:
6268         * plugins/build/commands.c:
6269         * plugins/build/commands.h:
6270         * plugins/build/compile.c:
6271         * plugins/build/compile.h:
6272         * plugins/build/compiler_options.c:
6273         * plugins/build/compiler_options.h:
6274         * plugins/build/configurer.c:
6275         * plugins/build/configurer.h:
6276         * plugins/build/executer.c:
6277         * plugins/build/executer.h:
6278         * plugins/class-gen/cell-renderer-flags.c:
6279         * plugins/class-gen/cell-renderer-flags.h:
6280         * plugins/class-gen/combo-flags.c:
6281         * plugins/class-gen/combo-flags.h:
6282         * plugins/class-gen/element-editor.c:
6283         * plugins/class-gen/element-editor.h:
6284         * plugins/class-gen/generator.c:
6285         * plugins/class-gen/generator.h:
6286         * plugins/class-gen/plugin.c:
6287         * plugins/class-gen/plugin.h:
6288         * plugins/class-gen/transform.c:
6289         * plugins/class-gen/transform.h:
6290         * plugins/class-gen/validator.c:
6291         * plugins/class-gen/validator.h:
6292         * plugins/class-gen/window.c:
6293         * plugins/class-gen/window.h:
6294         * plugins/class-inheritance/class-callbacks.c:
6295         * plugins/class-inheritance/class-callbacks.h:
6296         * plugins/class-inheritance/class-inherit.c:
6297         * plugins/class-inheritance/class-inherit.h:
6298         * plugins/class-inheritance/plugin.c:
6299         * plugins/class-inheritance/plugin.h:
6300         * plugins/cvs-plugin/cvs-actions.c:
6301         * plugins/cvs-plugin/cvs-actions.h:
6302         * plugins/cvs-plugin/cvs-callbacks.c:
6303         * plugins/cvs-plugin/cvs-callbacks.h:
6304         * plugins/cvs-plugin/cvs-execute.c:
6305         * plugins/cvs-plugin/cvs-execute.h:
6306         * plugins/cvs-plugin/cvs-interface.c:
6307         * plugins/cvs-plugin/cvs-interface.h:
6308         * plugins/cvs-plugin/plugin.c:
6309         * plugins/cvs-plugin/plugin.h:
6310         * plugins/debug-manager/breakpoints.c:
6311         * plugins/debug-manager/breakpoints.h:
6312         * plugins/debug-manager/chunk_view.c:
6313         * plugins/debug-manager/chunk_view.h:
6314         * plugins/debug-manager/data_buffer.c:
6315         * plugins/debug-manager/data_buffer.h:
6316         * plugins/debug-manager/data_view.c:
6317         * plugins/debug-manager/data_view.h:
6318         * plugins/debug-manager/debug_tree.c:
6319         * plugins/debug-manager/debug_tree.h:
6320         * plugins/debug-manager/debugger.c:
6321         * plugins/debug-manager/debugger.h:
6322         * plugins/debug-manager/disassemble.c:
6323         * plugins/debug-manager/disassemble.h:
6324         * plugins/debug-manager/info.c:
6325         * plugins/debug-manager/info.h:
6326         * plugins/debug-manager/locals.c:
6327         * plugins/debug-manager/locals.h:
6328         * plugins/debug-manager/memory.c:
6329         * plugins/debug-manager/memory.h:
6330         * plugins/debug-manager/plugin.c:
6331         * plugins/debug-manager/plugin.h:
6332         * plugins/debug-manager/registers.c:
6333         * plugins/debug-manager/registers.h:
6334         * plugins/debug-manager/sexy-icon-entry.c:
6335         * plugins/debug-manager/sexy-icon-entry.h:
6336         * plugins/debug-manager/sharedlib.c:
6337         * plugins/debug-manager/sharedlib.h:
6338         * plugins/debug-manager/signals.c:
6339         * plugins/debug-manager/signals.h:
6340         * plugins/debug-manager/sparse_buffer.c:
6341         * plugins/debug-manager/sparse_buffer.h:
6342         * plugins/debug-manager/sparse_view.c:
6343         * plugins/debug-manager/sparse_view.h:
6344         * plugins/debug-manager/stack_trace.c:
6345         * plugins/debug-manager/stack_trace.h:
6346         * plugins/debug-manager/start.c:
6347         * plugins/debug-manager/start.h:
6348         * plugins/debug-manager/threads.c:
6349         * plugins/debug-manager/threads.h:
6350         * plugins/debug-manager/utilities.c:
6351         * plugins/debug-manager/utilities.h:
6352         * plugins/debug-manager/watch.c:
6353         * plugins/debug-manager/watch.h:
6354         * plugins/devhelp/htmlview.c:
6355         * plugins/devhelp/htmlview.h:
6356         * plugins/document-manager/action-callbacks.c:
6357         * plugins/document-manager/action-callbacks.h:
6358         * plugins/document-manager/anjuta-docman.c:
6359         * plugins/document-manager/anjuta-docman.h:
6360         * plugins/document-manager/editor-tooltips.c:
6361         * plugins/document-manager/editor-tooltips.h:
6362         * plugins/document-manager/file_history.c:
6363         * plugins/document-manager/file_history.h:
6364         * plugins/document-manager/indent-dialog.c:
6365         * plugins/document-manager/indent-dialog.h:
6366         * plugins/document-manager/indent-util.c:
6367         * plugins/document-manager/indent-util.h:
6368         * plugins/document-manager/plugin.c:
6369         * plugins/editor/aneditor-autocomplete.cxx:
6370         * plugins/editor/aneditor-calltip.cxx:
6371         * plugins/editor/aneditor-indent.cxx:
6372         * plugins/editor/aneditor-priv.h:
6373         * plugins/editor/aneditor.cxx:
6374         * plugins/editor/aneditor.h:
6375         * plugins/editor/lexer.h:
6376         * plugins/editor/plugin.c:
6377         * plugins/editor/plugin.h:
6378         * plugins/editor/print.c:
6379         * plugins/editor/print.h:
6380         * plugins/editor/properties.h:
6381         * plugins/editor/properties_cxx.h:
6382         * plugins/editor/style-editor.c:
6383         * plugins/editor/style-editor.h:
6384         * plugins/editor/text-editor-iterable.c:
6385         * plugins/editor/text-editor-iterable.h:
6386         * plugins/editor/text_editor.c:
6387         * plugins/editor/text_editor.h:
6388         * plugins/editor/text_editor_cbs.c:
6389         * plugins/editor/text_editor_cbs.h:
6390         * plugins/editor/text_editor_menu.c:
6391         * plugins/editor/text_editor_menu.h:
6392         * plugins/editor/text_editor_prefs.c:
6393         * plugins/editor/text_editor_prefs.h:
6394         * plugins/file-loader/dnd.c:
6395         * plugins/file-loader/dnd.h:
6396         * plugins/file-loader/plugin.c:
6397         * plugins/file-manager/an_file_view.c:
6398         * plugins/file-manager/plugin.c:
6399         * plugins/file-wizard/file.c:
6400         * plugins/file-wizard/file.h:
6401         * plugins/file-wizard/plugin.c:
6402         * plugins/file-wizard/plugin.h:
6403         * plugins/gdb/debugger.c:
6404         * plugins/gdb/debugger.h:
6405         * plugins/gdb/gdbmi-test.c:
6406         * plugins/gdb/gdbmi.c:
6407         * plugins/gdb/gdbmi.h:
6408         * plugins/gdb/global.h:
6409         * plugins/gdb/parser.c:
6410         * plugins/gdb/parser.h:
6411         * plugins/gdb/plugin.c:
6412         * plugins/gdb/plugin.h:
6413         * plugins/gdb/utilities.c:
6414         * plugins/gdb/utilities.h:
6415         * plugins/glade/plugin.c:
6416         * plugins/glade/plugin.h:
6417         * plugins/gtodo/egg-datetime.c:
6418         * plugins/gtodo/egg-datetime.h:
6419         * plugins/gtodo/eggtrayicon.c:
6420         * plugins/gtodo/eggtrayicon.h:
6421         * plugins/gtodo/plugin.c:
6422         * plugins/gvim/anjuta-vim.c:
6423         * plugins/gvim/anjuta-vim.h:
6424         * plugins/gvim/gtkvim.c:
6425         * plugins/gvim/gtkvim.h:
6426         * plugins/gvim/plugin.c:
6427         * plugins/gvim/plugin.h:
6428         * plugins/language-support-cpp-java/plugin.c:
6429         * plugins/language-support-cpp-java/plugin.h:
6430         * plugins/macro/macro-actions.c:
6431         * plugins/macro/macro-actions.h:
6432         * plugins/macro/macro-db.c:
6433         * plugins/macro/macro-db.h:
6434         * plugins/macro/macro-dialog.c:
6435         * plugins/macro/macro-dialog.h:
6436         * plugins/macro/macro-edit.c:
6437         * plugins/macro/macro-edit.h:
6438         * plugins/macro/macro-util.c:
6439         * plugins/macro/macro-util.h:
6440         * plugins/macro/plugin.c:
6441         * plugins/macro/plugin.h:
6442         * plugins/message-view/anjuta-msgman.c:
6443         * plugins/message-view/anjuta-msgman.h:
6444         * plugins/message-view/message-view.c:
6445         * plugins/message-view/message-view.h:
6446         * plugins/message-view/plugin.c:
6447         * plugins/message-view/plugin.h:
6448         * plugins/patch/patch-plugin.c:
6449         * plugins/patch/patch-plugin.h:
6450         * plugins/patch/plugin.c:
6451         * plugins/patch/plugin.h:
6452         * plugins/profiler/gprof-call-graph-block-entry.c:
6453         * plugins/profiler/gprof-call-graph-block-entry.h:
6454         * plugins/profiler/gprof-call-graph-block.c:
6455         * plugins/profiler/gprof-call-graph-block.h:
6456         * plugins/profiler/gprof-call-graph-view.c:
6457         * plugins/profiler/gprof-call-graph-view.h:
6458         * plugins/profiler/gprof-call-graph.c:
6459         * plugins/profiler/gprof-call-graph.h:
6460         * plugins/profiler/gprof-flat-profile-entry.c:
6461         * plugins/profiler/gprof-flat-profile-entry.h:
6462         * plugins/profiler/gprof-flat-profile-view.c:
6463         * plugins/profiler/gprof-flat-profile-view.h:
6464         * plugins/profiler/gprof-flat-profile.c:
6465         * plugins/profiler/gprof-flat-profile.h:
6466         * plugins/profiler/gprof-function-call-chart-view.c:
6467         * plugins/profiler/gprof-function-call-chart-view.h:
6468         * plugins/profiler/gprof-function-call-tree-view.c:
6469         * plugins/profiler/gprof-function-call-tree-view.h:
6470         * plugins/profiler/gprof-options.c:
6471         * plugins/profiler/gprof-options.h:
6472         * plugins/profiler/gprof-profile-data.c:
6473         * plugins/profiler/gprof-profile-data.h:
6474         * plugins/profiler/gprof-view-manager.c:
6475         * plugins/profiler/gprof-view-manager.h:
6476         * plugins/profiler/gprof-view.c:
6477         * plugins/profiler/gprof-view.h:
6478         * plugins/profiler/plugin.c:
6479         * plugins/profiler/plugin.h:
6480         * plugins/profiler/string-utils.c:
6481         * plugins/profiler/string-utils.h:
6482         * plugins/project-import/plugin.c:
6483         * plugins/project-import/plugin.h:
6484         * plugins/project-import/project-import.c:
6485         * plugins/project-import/project-import.h:
6486         * plugins/project-manager/plugin.c:
6487         * plugins/project-manager/plugin.h:
6488         * plugins/project-wizard/action.c:
6489         * plugins/project-wizard/action.h:
6490         * plugins/project-wizard/autogen.c:
6491         * plugins/project-wizard/autogen.h:
6492         * plugins/project-wizard/druid.c:
6493         * plugins/project-wizard/druid.h:
6494         * plugins/project-wizard/file.c:
6495         * plugins/project-wizard/file.h:
6496         * plugins/project-wizard/header.c:
6497         * plugins/project-wizard/header.h:
6498         * plugins/project-wizard/install.c:
6499         * plugins/project-wizard/install.h:
6500         * plugins/project-wizard/parser.c:
6501         * plugins/project-wizard/parser.h:
6502         * plugins/project-wizard/plugin.c:
6503         * plugins/project-wizard/plugin.h:
6504         * plugins/project-wizard/property.c:
6505         * plugins/project-wizard/property.h:
6506         * plugins/project-wizard/values.c:
6507         * plugins/project-wizard/values.h:
6508         * plugins/sample1/plugin.c:
6509         * plugins/search/plugin.c:
6510         * plugins/search/plugin.h:
6511         * plugins/search/search-replace_backend.c:
6512         * plugins/search/search-replace_backend.h:
6513         * plugins/search/search_preferences.c:
6514         * plugins/sourceview/anjuta-convert.c:
6515         * plugins/sourceview/anjuta-convert.h:
6516         * plugins/sourceview/anjuta-document-loader.c:
6517         * plugins/sourceview/anjuta-document-loader.h:
6518         * plugins/sourceview/anjuta-document-saver.c:
6519         * plugins/sourceview/anjuta-document-saver.h:
6520         * plugins/sourceview/anjuta-document.c:
6521         * plugins/sourceview/anjuta-document.h:
6522         * plugins/sourceview/anjuta-encodings.c:
6523         * plugins/sourceview/anjuta-encodings.h:
6524         * plugins/sourceview/anjuta-languages-manager.c:
6525         * plugins/sourceview/anjuta-languages-manager.h:
6526         * plugins/sourceview/anjuta-utils.c:
6527         * plugins/sourceview/anjuta-utils.h:
6528         * plugins/sourceview/anjuta-view.c:
6529         * plugins/sourceview/anjuta-view.h:
6530         * plugins/sourceview/assist-window.c:
6531         * plugins/sourceview/assist-window.h:
6532         * plugins/sourceview/sourceview-cell.c:
6533         * plugins/sourceview/sourceview-cell.h:
6534         * plugins/sourceview/sourceview-prefs.c:
6535         * plugins/sourceview/sourceview-prefs.h:
6536         * plugins/sourceview/sourceview-print.c:
6537         * plugins/sourceview/sourceview-print.h:
6538         * plugins/sourceview/sourceview-private.h:
6539         * plugins/sourceview/sourceview-tags.c:
6540         * plugins/sourceview/sourceview-tags.h:
6541         * plugins/sourceview/sourceview.c:
6542         * plugins/sourceview/sourceview.h:
6543         * plugins/subversion/plugin.c:
6544         * plugins/subversion/plugin.h:
6545         * plugins/subversion/subversion-actions.c:
6546         * plugins/subversion/subversion-actions.h:
6547         * plugins/subversion/subversion-callbacks.c:
6548         * plugins/subversion/subversion-callbacks.h:
6549         * plugins/subversion/svn-auth.c:
6550         * plugins/subversion/svn-auth.h:
6551         * plugins/subversion/svn-backend-priv.h:
6552         * plugins/subversion/svn-backend.c:
6553         * plugins/subversion/svn-backend.h:
6554         * plugins/subversion/svn-notify.c:
6555         * plugins/subversion/svn-notify.h:
6556         * plugins/subversion/svn-thread.c:
6557         * plugins/subversion/svn-thread.h:
6558         * plugins/symbol-browser/an_symbol.c:
6559         * plugins/symbol-browser/an_symbol.h:
6560         * plugins/symbol-browser/an_symbol_info.c:
6561         * plugins/symbol-browser/an_symbol_info.h:
6562         * plugins/symbol-browser/an_symbol_iter.c:
6563         * plugins/symbol-browser/an_symbol_iter.h:
6564         * plugins/symbol-browser/an_symbol_prefs.c:
6565         * plugins/symbol-browser/an_symbol_prefs.h:
6566         * plugins/symbol-browser/an_symbol_search.c:
6567         * plugins/symbol-browser/an_symbol_search.h:
6568         * plugins/symbol-browser/an_symbol_view.c:
6569         * plugins/symbol-browser/an_symbol_view.h:
6570         * plugins/symbol-browser/plugin.c:
6571         * plugins/symbol-browser/plugin.h:
6572         * plugins/terminal/terminal.c:
6573         * plugins/tools/dialog.c:
6574         * plugins/tools/dialog.h:
6575         * plugins/tools/editor.c:
6576         * plugins/tools/editor.h:
6577         * plugins/tools/execute.c:
6578         * plugins/tools/execute.h:
6579         * plugins/tools/fileop.c:
6580         * plugins/tools/fileop.h:
6581         * plugins/tools/plugin.c:
6582         * plugins/tools/plugin.h:
6583         * plugins/tools/scripts/find-fixmes.pl:
6584         * plugins/tools/scripts/translation-status.pl:
6585         * plugins/tools/tool.c:
6586         * plugins/tools/tool.h:
6587         * plugins/tools/variable.c:
6588         * plugins/tools/variable.h:
6589         * plugins/valgrind/ldd.c:
6590         * plugins/valgrind/ldd.h:
6591         * plugins/valgrind/list.c:
6592         * plugins/valgrind/list.h:
6593         * plugins/valgrind/menu-utils.c:
6594         * plugins/valgrind/menu-utils.h:
6595         * plugins/valgrind/parser.c:
6596         * plugins/valgrind/parser.h:
6597         * plugins/valgrind/plugin.c:
6598         * plugins/valgrind/plugin.h:
6599         * plugins/valgrind/preferences.c:
6600         * plugins/valgrind/preferences.h:
6601         * plugins/valgrind/process.c:
6602         * plugins/valgrind/process.h:
6603         * plugins/valgrind/symtab.c:
6604         * plugins/valgrind/symtab.h:
6605         * plugins/valgrind/vgactions.c:
6606         * plugins/valgrind/vgactions.h:
6607         * plugins/valgrind/vgcachegrindprefs.c:
6608         * plugins/valgrind/vgcachegrindprefs.h:
6609         * plugins/valgrind/vgdefaultview.c:
6610         * plugins/valgrind/vgdefaultview.h:
6611         * plugins/valgrind/vgerror.c:
6612         * plugins/valgrind/vgerror.h:
6613         * plugins/valgrind/vggeneralprefs.c:
6614         * plugins/valgrind/vggeneralprefs.h:
6615         * plugins/valgrind/vghelgrindprefs.c:
6616         * plugins/valgrind/vghelgrindprefs.h:
6617         * plugins/valgrind/vgio.c:
6618         * plugins/valgrind/vgio.h:
6619         * plugins/valgrind/vgmemcheckprefs.c:
6620         * plugins/valgrind/vgmemcheckprefs.h:
6621         * plugins/valgrind/vgrule-editor.c:
6622         * plugins/valgrind/vgrule-editor.h:
6623         * plugins/valgrind/vgrule-list.c:
6624         * plugins/valgrind/vgrule-list.h:
6625         * plugins/valgrind/vgrule.c:
6626         * plugins/valgrind/vgrule.h:
6627         * plugins/valgrind/vgrulepattern.c:
6628         * plugins/valgrind/vgrulepattern.h:
6629         * plugins/valgrind/vgsearchbar.c:
6630         * plugins/valgrind/vgsearchbar.h:
6631         * plugins/valgrind/vgstrpool.c:
6632         * plugins/valgrind/vgstrpool.h:
6633         * plugins/valgrind/vgtoolprefs.c:
6634         * plugins/valgrind/vgtoolprefs.h:
6635         * plugins/valgrind/vgtoolview.c:
6636         * plugins/valgrind/vgtoolview.h:
6637         * src/about.c:
6638         * src/about.h:
6639         * src/action-callbacks.c:
6640         * src/action-callbacks.h:
6641         * src/anjuta-actions.h:
6642         * src/anjuta-app.c:
6643         * src/anjuta-app.h:
6644         * src/anjuta-callbacks.c:
6645         * src/anjuta-callbacks.h:
6646         * src/anjuta.c:
6647         * src/anjuta.h:
6648         * src/anjuta_cbs.c:
6649         * src/bacon-message-connection.c:
6650         * src/bacon-message-connection.h:
6651         * src/getline.c:
6652         * src/main.c:
6653         * src/shell.c:
6654         * src/shell.h:
6655         * src/start-with.c:
6656         * src/start-with.h:
6657         * src/utilities.c:
6658         * src/utilities.h:
6659         * tagmanager/options.c:
6660         
6661         Change the address of FSF in various files
6663 2007-08-30  Johannes Schmid <jhs@gnome.org>
6665         * anjuta.glade:
6666         * anjuta.gladep:
6667         Removed because they are no longer in use
6668         
6669         * plugins/class-gen/anjuta-class-gen-plugin.glade:
6670         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
6671         Marked some strings as not translatable
6673         * plugins/search/search-replace.c: (list_max_items):
6674         Fixed a possible memory corruption
6676         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6677         Do not show menuitems for locked layout items
6679         * src/main.c: (main):
6680         Some minor style correction in gnome_init
6682 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
6684         * plugins/debug-manager/debugger.c,
6685         plugins/debug-manager/breakpoints.c,
6686         plugins/gdb/plugin.c,
6687         plugins/gdb/debugger.c,
6688         libanjuta/interfaces/libanjuta.idl:
6689         Move all breakpoints functions from IAnjutaDebugger to a new
6690         IAnjutaBreakpointDebugger interface
6692 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
6694         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6695         * plugins/debug-manager/plugin.c,
6696         plugins/debug-manager/breakpoints.c,
6697         plugins/tools/execute.c,
6698         plugins/project-wizard/plugin.c,
6699         plugins/build-basic-autotools/executer.c,
6700         plugins/gdb/debugger.c,
6701         plugins/profiler/gprof-options.h,
6702         plugins/sourceview/assist-window.h,
6703         plugins/class-gen/transform.c,
6704         libanjuta/anjuta-plugin-description.c,
6705         libanjuta/anjuta-status.c,
6706         libanjuta/anjuta-glue-c.c,
6707         libanjuta/anjuta-glue-cpp.c,
6708         plugins/symbol-browser/an_symbol_prefs.c:
6709         Fix warnings mostly "dereferencing type-punned pointer"
6710         Fix two bugs in breakpoints.c and an_symbol_prefs.c
6712 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
6714         * plugins/debug-manager/breakpoints.c,
6715         plugins/debug-manager/debugger.c:
6716         Avoid an endless loop if clearing all breakpoints while the programm
6717         is running
6719 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
6721         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6722         * plugins/debug-manager/plugin.c:
6723         Fix a segmentation fault added in the previous patch
6725 2007-07-21  Johannes Schmid <jhs@gnome.org>
6727         * plugins/build-basic-autotools/executer.c:
6728         (get_program_parameters):
6729         
6730         Show an error dialog if no targets are availible instead of
6731         just returning
6733 2007-07-20  Johannes Schmid <jhs@gnome.org>
6735         * libanjuta/anjuta-shell.c: (on_widget_data_add),
6736         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
6737         * libanjuta/anjuta-shell.h:
6738         * plugins/document-manager/plugin.c: (activate_plugin):
6739         * plugins/glade/anjuta-design-document.c:
6740         * plugins/glade/plugin.c: (glade_update_ui):
6741         * src/anjuta-app.c: (anjuta_app_add_widget_full),
6742         (anjuta_shell_iface_init):
6743         * src/shell.c: (anjuta_test_shell_add_widget),
6744         (anjuta_shell_iface_init):
6745         
6746         Make the document manager undockable (#458038)
6748 2007-07-20  Johannes Schmid <jhs@gnome.org>
6750         * plugins/document-manager/plugin.c: (on_editor_update_ui):
6751         * plugins/glade/anjuta-design-document.c:
6752         * plugins/glade/plugin.c: (glade_update_ui):
6753         
6754         Fixed some save/dirty status bug in glade
6756 2007-07-20  Johannes Schmid <jhs@gnome.org>
6758         * libanjuta/anjuta-status.c:
6759         Fixed crasher on shutdown
6761 2007-07-20  Johannes Schmid <jhs@gnome.org>
6763         * configure.in:
6764         Minimum glade requirement is 3.2 now. It was before
6765         but we did not check...
6766         
6767         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6768         * libanjuta/anjuta-profile.c:
6769         (anjuta_profile_add_plugins_from_xml):
6770         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
6771         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
6772         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
6773         * plugins/file-loader/plugin.c: (on_create_submenu):
6774         * plugins/file-manager/an_file_view.c: (compare_iter):
6775         * plugins/glade/plugin.c: (activate_plugin):
6776         * src/anjuta-app.c: (on_toolbar_view_toggled):
6777         * src/main.c: (main):
6778         
6779         Fixed lots of memory leaks (thansk valgrind)
6781 2007-07-19  Johannes Schmid <jhs@gnome.org>
6783         * plugins/debug-manager/plugin.c: (value_added_current_editor):
6784         * plugins/document-manager/anjuta-docman.c:
6785         (anjuta_docman_set_busy):
6786         * plugins/document-manager/plugin.c: (on_editor_changed):
6787         * plugins/glade/plugin.c: (activate_plugin):
6788         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6789         (on_value_removed_current_editor):
6790         
6791         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
6793 2007-07-18  Johannes Schmid <jhs.gnome.org>
6795         * plugins/build-basic-autotools/executer.c: (execute_program):
6796         Fixed some of the scratchbox stuff but the environment is
6797         still broken
6799 2007-07-18  Johannes Schmid <jhs@gnome.org>
6801         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
6802         (on_plugin_deactivated), (get_plugin_loader_type):
6803         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
6804         (activate_plugin), (deactivate_plugin),
6805         (glade_plugin_instance_init):
6806         
6807         Fixed glade plugin deactivation
6809 2007-07-18  Johannes Schmid <jhs@gnome.org>
6811         * plugins/document-manager/anjuta-docman.c:
6812         (anjuta_docman_add_document):
6813         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
6814         
6815         Fixed path display in document manager with glade files
6817 2007-07-17  Johannes Schmid <jhs@gnome.org>
6819         * libanjuta/interfaces/Makefile.am.iface:
6820         * pixmaps/Makefile.am:
6821         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
6822         * plugins/debug-manager/plugin.c: (value_added_current_editor),
6823         (value_removed_current_editor):
6824         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
6825         (anjuta_docman_set_current_document):
6826         * plugins/document-manager/plugin.c: (on_editor_update_ui),
6827         (on_editor_added), (on_editor_changed):
6828         * plugins/glade/Makefile.am:
6829         * plugins/glade/anjuta-design-document.c:
6830         (anjuta_design_document_instance_init),
6831         (anjuta_design_document_set_property),
6832         (anjuta_design_document_get_property),
6833         (anjuta_design_document_class_init), (anjuta_design_document_new),
6834         (ifile_open), (ifile_get_uri), (ifile_iface_init):
6835         * plugins/glade/anjuta-design-document.h:
6836         * plugins/glade/anjuta-glade-notebook.c:
6837         * plugins/glade/anjuta-glade-notebook.h:
6838         * plugins/glade/plugin.c: (value_added_current_editor),
6839         (value_removed_current_editor), (glade_update_ui),
6840         (on_close_activated), (on_glade_project_changed),
6841         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
6842         (ifile_open):
6843         * plugins/language-support-cpp-java/plugin.c:
6844         (on_value_added_current_editor), (on_value_removed_current_editor):
6845         * plugins/macro/plugin.c: (value_added_current_editor):
6846         * plugins/project-manager/plugin.c: (value_added_current_editor):
6847         * plugins/subversion/plugin.c: (value_added_current_editor):
6848         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
6850         Fixed lot of IAnjutaEditor stuff and completed glade integration
6851         with document manager
6852         
6853         * plugins/build-basic-autotools/build-basic-autotools.c:
6854         (value_added_current_editor):
6855         * plugins/build-basic-autotools/executer.c: (execute_program):
6856         
6857         Some initial code to execute projects inside scratchbox
6858         
6859 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
6861         * plugins/project-import/project-import.c:
6862         Project import overwrites file on user request (bug #452579)
6864 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
6866         * plugins/debug-manager/debugger.c,
6867         plugins/debug-manager/threads.c,
6868         plugins/debug-manager/plugin.c,
6869         plugins/debug-manager/registers.c,
6870         plugins/debug-manager/locals.c,
6871         plugins/debug-manager/stack_trace.c,
6872         plugins/gdb/plugin.c,
6873         plugins/gdb/debugger.c,
6874         plugins/gdb/debugger.h,
6875         libanjuta/interfaces/libanjuta.idl:
6876         Rename change-location to program-moved
6877         Store thread id as gint instead of guint
6878         Do not display registers list if not available
6879         Add intermediate debugger states if missing
6881 2007-07-11  Johannes Schmid <jhs@gnome.org>
6883         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6884         .glade:
6885         Reverted unnecessary changes (#455819)
6887 2007-07-10  Johannes Schmid <jhs@gnome.org>
6889         * plugins/glade/plugin.c:
6890         Fixed glade plugin with glade 3.2 and another crasher
6892 2007-07-09  Johannes Schmid <jhs@gnome.org>
6894         * libanjuta/interfaces/libanjuta.idl:
6895         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6896         .glade:
6897         * plugins/debug-manager/breakpoints.c:
6898         (breakpoint_item_update_in_ui),
6899         (breakpoints_dbase_edit_breakpoint),
6900         (on_toggle_breakpoint_activate):
6901         * plugins/debug-manager/plugin.c:
6902         (on_run_to_cursor_action_activate):
6903         * plugins/document-manager/action-callbacks.c:
6904         (on_editor_command_cut_activate),
6905         (on_editor_command_copy_activate),
6906         (on_editor_command_paste_activate),
6907         (on_editor_command_clear_activate):
6908         * plugins/document-manager/anjuta-docman.c:
6909         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
6910         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
6911         (anjuta_docman_goto_file_line_mark),
6912         (anjuta_docman_find_editor_with_path),
6913         (anjuta_docman_get_all_editors):
6914         * plugins/document-manager/anjuta-docman.h:
6915         * plugins/document-manager/plugin.c:
6916         (update_editor_ui_interface_items), (on_editor_update_ui),
6917         (on_editor_changed), (on_session_save), (on_docman_auto_save),
6918         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
6919         (ianjuta_document_manager_iface_init), (isaveable_save),
6920         (isavable_is_dirty):
6921         * plugins/editor/editor.glade:
6922         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
6923         (idocument_paste), (idocument_clear), (idocument_iface_init),
6924         (iselection_iface_init):
6925         * plugins/glade/Makefile.am:
6926         * plugins/glade/anjuta-glade-notebook.c:
6927         (anjuta_glade_notebook_instance_init),
6928         (anjuta_glade_notebook_set_property),
6929         (anjuta_glade_notebook_get_property),
6930         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
6931         (ifile_open), (ifile_get_uri), (ifile_iface_init),
6932         (ifile_savable_save), (ifile_savable_save_as),
6933         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
6934         (ifile_savable_iface_init), (idocument_can_redo),
6935         (idocument_can_undo), (idocument_begin_undo_action),
6936         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
6937         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
6938         (idocument_copy), (idocument_paste), (idocument_clear),
6939         (idocument_iface_init):
6940         * plugins/language-support-cpp-java/plugin.c:
6941         (on_value_added_current_editor), (on_value_removed_current_editor):
6942         * plugins/macro/macro-util.c: (get_current_editor):
6943         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6944         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6945         (on_next_occur), (on_incremental_entry_key_press),
6946         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6947         (on_toolbar_find_incremental_start),
6948         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6949         * plugins/search/search-replace.c: (search_start_over),
6950         (search_update_combos), (replace_update_combos),
6951         (anjuta_search_replace_activate):
6952         * plugins/search/search-replace_backend.c: (create_search_entries):
6953         * plugins/sourceview/sourceview.c: (idocument_cut),
6954         (idocument_copy), (idocument_paste), (idocument_clear),
6955         (idocument_iface_init), (iselect_iface_init), (iassist_react):
6956         * plugins/tools/editor.c: (on_editor_response):
6957         * plugins/tools/execute.c: (get_current_editor),
6958         (atp_output_context_initialize), (atp_user_tool_execute):
6959         * plugins/tools/variable.c: (get_current_editor),
6960         (atp_variable_get_editor_variable):
6961         
6962         Some more IAnjutaEditor => IAnjutaDocument fixing!
6963         
6964         * plugins/glade/anjuta-glade-notebook.h:
6965         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
6966         (glade_update_ui):
6967         * plugins/glade/plugin.h:
6968         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
6969         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
6970         be used for glade, too. It might still have some rough edges but already works.
6971         (Fixes #415547 – Glade usability problem)
6973 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
6975         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
6976           development release (I updated version of glade3 svn to 3.3.2).
6978 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6980         * plugins/symbol-browser/an_symbol_view.c:
6981         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
6983 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6985         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
6986         (on_system_tags_update_finished), (on_update_global_clicked),
6987         (prefs_page_init), (on_gconf_notify_tags_list_changed),
6988         (symbol_browser_prefs_init),
6989         (symbol_browser_prefs_create_global_tags),
6990         (symbol_browser_load_global_tags):
6991         * plugins/symbol-browser/an_symbol_prefs.h:
6992         * plugins/symbol-browser/an_symbol_view.c:
6993         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
6994         * plugins/symbol-browser/an_symbol_view.h:
6995         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
6996         on global tags update because of delayed prefs merging. Happens when
6997         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
6998         is opened.
7000 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7002         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7003         after install/uninstall.
7005         Patch from James Liggett:
7006         * scripts/glade2schemas.pl: Fixed creating schemas for list
7007         values.
7009 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7011         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7012           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7013           development release since glade svn version is also 3.3.1. In future, the
7014           solution would be for us to always increment the micro version when
7015           changing the API.
7017 2007-07-05  Johannes Schmid <jhs@gnome.org>
7019         * libanjuta/interfaces/libanjuta.idl:
7020         * plugins/build-basic-autotools/build-basic-autotools.c:
7021         (on_build_mesg_format):
7022         * plugins/debug-manager/breakpoints.c:
7023         (breakpoint_item_update_in_ui),
7024         (breakpoints_dbase_edit_breakpoint),
7025         (on_toggle_breakpoint_activate):
7026         * plugins/debug-manager/plugin.c:
7027         (on_run_to_cursor_action_activate):
7028         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7029         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7030         (get_current_editor), (on_save_activate), (on_save_as_activate),
7031         (on_save_prompt_save_editor), (on_close_file_activate),
7032         (on_close_all_file_activate), (on_reload_file_activate),
7033         (anjuta_print_cb), (anjuta_print_preview_cb),
7034         (on_editor_command_upper_case_activate),
7035         (on_editor_command_lower_case_activate),
7036         (on_editor_command_undo_activate),
7037         (on_editor_command_redo_activate),
7038         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7039         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7040         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7041         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7042         (on_zoom_out_text_activate), (on_force_hilite_activate),
7043         (on_indent1_activate), (on_swap_activate),
7044         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7045         * plugins/document-manager/anjuta-docman.c:
7046         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7047         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7048         (anjuta_docman_dispose), (on_notebook_switch_page),
7049         (anjuta_docman_page_from_widget), (on_editor_destroy),
7050         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7051         (anjuta_docman_get_current_document),
7052         (anjuta_docman_set_current_document),
7053         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7054         (anjuta_docman_update_page_label),
7055         (anjuta_docman_get_document_from_path),
7056         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7057         (anjuta_docman_order_tabs):
7058         * plugins/document-manager/anjuta-docman.h:
7059         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7060         (update_editor_ui_interface_items), (update_editor_ui),
7061         (on_editor_update_save_ui), (on_editor_update_ui),
7062         (on_editor_changed), (on_save_prompt_save_editor),
7063         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7064         (ianjuta_docman_get_current_document),
7065         (ianjuta_docman_set_current_document),
7066         (ianjuta_docman_remove_buffer),
7067         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7068         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7069         (idocument_get_filename), (idocument_can_undo),
7070         (idocument_can_redo), (idocument_undo),
7071         (idocument_begin_undo_action), (idocument_end_undo_action),
7072         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7073         * plugins/language-support-cpp-java/plugin.c:
7074         (on_editor_char_inserted_cpp), (on_auto_indent):
7075         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7076         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7077         * plugins/sample1/plugin.c: (on_sample_action_activate):
7078         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7079         (on_next_occur), (on_incremental_entry_key_press),
7080         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7081         (on_toolbar_find_incremental_start),
7082         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7083         * plugins/search/search-replace.c: (search_and_replace),
7084         (write_message_pane), (search_start_over), (search_update_combos),
7085         (replace_update_combos), (anjuta_search_replace_activate):
7086         * plugins/search/search-replace_backend.c:
7087         (file_buffer_new_from_path), (create_search_entries):
7088         * plugins/sourceview/sourceview-print.c: (create_print_job):
7089         * plugins/sourceview/sourceview.c:
7090         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7091         (idocument_can_redo), (idocument_can_undo),
7092         (idocument_begin_undo_action), (idocument_end_undo_action),
7093         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7094         (idocument_get_filename), (idocument_iface_init):
7095         * plugins/tools/editor.c: (on_editor_response):
7096         * plugins/tools/execute.c: (atp_output_context_initialize),
7097         (atp_user_tool_execute):
7098         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7099         
7100         Create IAnjutaDocument interface. This interface is a more general idea
7101         of documents being anything that can be modified, has undo/redo and
7102         may have operations like copy/paste.
7103         The primary goal is to integrate better by making it use the standard file
7104         and edit menu instead of it's own glade menu. Of course the downside is that
7105         you won't be able to view a source file and the designer at the same time. Anyway
7106         so many people have complained that they "can't save a glade file" that I think
7107         this is the much better solution.
7108         Work on the glade plugin is still to come but the most difficult things should be
7109         done now.
7111 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7113         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7114           version 3.0.3.
7116 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7118         * libanjuta/anjuta-plugin-manager.c:
7119         (anjuta_plugin_manager_get_plugins_page),
7120         (anjuta_plugin_manager_get_remembered_plugins_page):
7121         * libanjuta/anjuta-plugin-manager.h:
7122         * src/anjuta-app.c: (anjuta_app_install_preferences):
7123         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7124         and remembered plugins preferences pages in separate pages (avoid
7125         crowd).
7127 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7129         Patch from James Liggett  <jrliggett@cox.net>:
7130         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7131         Installed editor preferences schemas. Fixes bug #453463.
7133 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7135         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7136         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7138 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7140         * plugins/document-manager/anjuta-document-manager.ui:
7141         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7142         * src/action-callbacks.c:
7143         * src/action-callbacks.h:
7144         * src/anjuta-actions.h:
7145         * src/anjuta-app.c: (anjuta_app_instance_init),
7146         (anjuta_app_install_preferences):
7147         * src/anjuta.glade:
7148         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7149         General preferences page. Move preferences menu from Settings to
7150         Edit submenu. And got rid of Settings submenu.
7152 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7154         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7155         
7156 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7158         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7159         as discussed and agreed with James Liggett.
7161         Patch from James Liggett  <jrliggett@cox.net>:
7163         * configure.in:
7164         * libanjuta/anjuta-plugin-manager.c:
7165         (on_activated_plugin_objects_foreach),
7166         (anjuta_plugin_manager_get_active_plugin_objects):
7167         * libanjuta/anjuta-plugin-manager.h:
7168         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7169         (anjuta_plugin_deactivate):
7170         * libanjuta/anjuta-preferences-dialog.c:
7171         (anjuta_preferences_dialog_finalize),
7172         (anjuta_preferences_dialog_class_init), (add_category_columns),
7173         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7174         (anjuta_preferences_dialog_remove_page):
7175         * libanjuta/anjuta-preferences.c: (property_destroy),
7176         (unregister_preferences_key), (register_callbacks),
7177         (preferences_foreach_callback), (connect_prop_to_object),
7178         (anjuta_preferences_register_property_raw),
7179         (anjuta_preferences_register_property_custom),
7180         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7181         (anjuta_preferences_remove_page),
7182         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7183         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7184         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7185         (anjuta_preferences_class_init), (anjuta_preferences_new):
7186         * libanjuta/anjuta-preferences.h:
7187         * plugins/build-basic-autotools/Makefile.am:
7188         * plugins/build-basic-autotools/build-basic-autotools.c:
7189         (ipreferences_unmerge):
7190         * plugins/cvs-plugin/Makefile.am:
7191         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7192         * plugins/document-manager/Makefile.am:
7193         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7194         * plugins/editor/plugin.c: (ipreferences_unmerge):
7195         * plugins/file-manager/Makefile.am:
7196         * plugins/file-manager/plugin.c: (activate_plugin),
7197         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7198         * plugins/gtodo/plugin.c: (ipreferences_merge),
7199         (ipreferences_unmerge):
7200         * plugins/language-support-cpp-java/Makefile.am:
7201         * plugins/language-support-cpp-java/plugin.c:
7202         (ipreferences_unmerge):
7203         * plugins/message-view/Makefile.am:
7204         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7205         * plugins/sourceview/Makefile.am:
7206         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7207         * plugins/symbol-browser/Makefile.am:
7208         * plugins/symbol-browser/an_symbol_prefs.c:
7209         (symbol_browser_prefs_finalize):
7210         * plugins/terminal/Makefile.am:
7211         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7212         * plugins/valgrind/plugin.c: (ipreferences_merge),
7213         (ipreferences_unmerge):
7214         * scripts/Makefile.am:
7215         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7216         * src/Makefile.am:
7217         * src/action-callbacks.c: (on_set_preferences1_activate):
7218         * src/anjuta-app.c: (anjuta_app_instance_init),
7219         (anjuta_app_install_preferences):
7220         * src/anjuta-app.h:
7221         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7222         task: Bug #445314: On demand preferences widgets creation. Thanks
7223         James for this great work.
7225 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7227         * plugins/debug-manager/data_buffer.c,
7228         plugins/message-view/message-view.c: Fixed compiler warnings.
7230 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7232         * src/action-callbacks.c: (help_activate),
7233         (on_help_manual_activate), (on_help_tutorial_activate),
7234         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7236         Fixed help activation (bug #451557).
7238 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7240         * AUTHORS: Added James Liggett. Forgot to add him before :(
7242 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7244         * plugins/debug-manager/debugger.c,
7245         plugins/debug-manager/plugin.c,
7246         plugins/gdb/debugger.c,
7247         libanjuta/interfaces/libanjuta.idl:
7248         Add a GError* parameter to debugger-stopped signal
7250         * (added) libanjuta/anjuta-error.c,
7251         (added) libanjuta/anjuta-error.h,
7252         libanjuta/Makefile.am:
7253         Register GError as a boxed type
7255         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7256         Support GError* in signal, GError must be registered as a boxed type
7257         Accept NULL as strings
7259 === anjuta 2.2.0 ===
7261 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7263         * configure.in: Bumped version to 2.2.0
7264         * NEWS: Updated for 2.2.0 stable release.
7265         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7266         Reduce the idle priority to make the UI update before anything else.
7268 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7270         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7272         * libanjuta/interfaces/libanjuta.idl:
7273         * plugins/document-manager/action-callbacks.c:
7274         (on_editor_command_complete_word_activate):
7275         * plugins/document-manager/plugin.c:
7276         (update_editor_ui_interface_items):
7277         * plugins/editor/text_editor.c: (iautocomplete_activate),
7278         (iautocomplete_iface_init):
7279         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7281         Moved autocomplete() method away from IAnjutaEditorAssist into
7282         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7283         autocomplete and does not crash with sourceview. Fixes Bug #449620
7284         – The auto completion functionality not work. Also sets menuitem 
7285         insensitive when hiding them.
7287         * plugins/debug-manager/disassemble.c:
7288         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7289         printf types.
7291 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7293         * pixmaps/anjuta_splash.png: Updated.
7294         
7295         * plugins/search/search-replace.c
7296         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7297         the right target (project).
7298         * ChangeLog: Added missing log.
7300 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7302         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7303         manuals/anjuta-manual/C/fileoperations.xml,
7304         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7306         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7308         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7310 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7312         * TODO.tasks: Added bounty for on-demand preferences.
7314         Patch from Thierry Moisan:
7315         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7316         (bug #88824).
7318 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7320         Patch from tpgww@onepost.net:
7322         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7323         * libegg/test-actions.c:
7324         * libegg/test-multi-drag.c: (main):
7325         * plugins/debug-manager/memory.c: (read_memory_block):
7326         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7328         Fixes compile warnings. Fixes bug #427101.
7330 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7332         Patch from James Liggett:
7334         * plugins/profiler/gprof-options.c: (on_option_changed),
7335         (setup_widgets):
7336         * plugins/profiler/gprof-options.h:
7337         * plugins/profiler/gprof-profile-data.c:
7338         (gprof_profile_data_init_profile):
7339         * plugins/profiler/gprof-profile-data.h:
7340         * plugins/profiler/plugin.c: (profiler_get_data),
7341         (profiler_set_target), (register_options),
7342         (on_profile_data_browse_button_clicked),
7343         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7344         * plugins/profiler/profiler.glade: implements independent targets.
7345         implements the ability to select arbitrary gmon.out files.
7346         Fixes bug #403502 – User should also be allowed to select an
7347         independent executable target.
7349 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7351         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7353         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7354         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7356 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7358         * plugins/debug-manager/plugin.c,
7359         plugins/debug-manager/breakpoints.c:
7360         Remove weak pointers when owner is destroyed
7361         Remove all breakpoints before loading new one
7363 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7365         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7366          
7367 2007-06-19  Naba Kumar  <naba@gnome.org>
7369         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7370         Bug #448491 Empty Lines Problem.
7372         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7373         
7374         * data/default.profile, plugins/message-view/plugin.c: Do not
7375         restore session for messages.
7376         Fixes bug #377461 – don't create new message window for each
7377         build/find.
7379         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7380         Fixes a crash on exit/project-close if profiler plugin is loaded.
7382 2007-06-17  Naba Kumar  <naba@gnome.org>
7384         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7385         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7387         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7388         Bug #448034 – Anjuta crashes on starting (when the last project
7389         directory was deleted).
7391         * plugins/document-manager/plugin.c: Set line markers for files
7392         opened via IAnjutaFile::open(). Fixes missing line markers while
7393         navigating symbols.
7395 2007-06-17  Naba Kumar  <naba@gnome.org>
7397         * plugins/sourceview/sourceview.glade: Set correct font
7398         default value and use monospace instead of sans. Fixes
7399         bug #448408 – crash in Anjuta IDE: Trying to change the
7400         editor
7402 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7404         * plugins/search/search-replace.c,
7405         plugins/search/search-replace.h,
7406         plugins/search/anjuta-search.glade:
7407         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7408         Fixes bug #355166
7410 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7412         * plugins/debug-manager/plugin.c,
7413         plugins/debug-manager/breakpoints.c:
7414         Add weak references, fixes bug #448053 ?
7416 2007-06-16  Naba Kumar  <naba@gnome.org>
7418         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7419         dialog to allow forgetting them if user chooses to select a different
7420         one.
7422 2007-06-13  Naba Kumar  <naba@gnome.org>
7424         * plugins/sourceview/sourceview-prefs.c: Initialize font
7425         on startup correctly if use_theme is set.
7427         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7428         if available for default font. Fixes bug #447304.
7430         * plugins/sourceview/sourceview-prefs.c: Return value based
7431         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7432         for the first time has black background
7433         
7434         * plugins/project-manager/plugin.c: Give a better error message
7435         when project could not be loaded.
7437         * libanjuta/anjuta-serializer.c: Added a comment.
7439 2007-06-13  Johannes Schmid <jhs@gnome.org>
7441         * configure.in:
7442         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7443         most warnings to avoid simple coding problems.
7444         
7445         * plugins/message-view/anjuta-msgman.c:
7446         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7447         * plugins/message-view/plugin.c: (on_view_changed),
7448         (ianjuta_msgman_add_view):
7449         
7450         Fixed #440866 by always presenting the message-manager when a tab is
7451         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7452         
7453         * plugins/subversion/subversion-callbacks.c:
7454         (on_subversion_commit_response):
7455         Destroy dialog if user clicks "No"
7457 2007-06-12  Naba Kumar  <naba@gnome.org>
7459         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7460         read and use of uninitialized variable.
7462         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7463         because it is used in credits listing and packaging could compress
7464         it in docdir. Fixes bug #397881: The credits are empty
7466         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7467         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7468         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7469         plugins/symbol-browser/an_symbol_info.c,
7470         plugins/symbol-browser/plugin.c,
7471         plugins/symbol-browser/an_symbol_view.c,
7472         plugins/editor/aneditor-autocomplete.cxx:
7474         - Do not access TMTag
7475         member in TMSymbol when freeing it because by then the tags
7476         could have changed. Avoids dangerous memory corruptions by freeing
7477         someone else's memory (Could explain those random crashes when
7478         refreshing symbols or re-loading a different project or closing
7479         a project). Anything that tries to refresh symbols could trigger
7480         this corruptions.
7481         - Added a flag to also retrieve method definitions as part of
7482         the class's scope members. And used it to set both function prototype
7483         and definition in symbols. Fixes navigation to prototype and
7484         function definitions from symbol browser (bug #440370)
7486         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7487         memory. Could fix those bogus 'file changed' dialogs.
7489         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7491 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7493         * (added) libanjuta/anjuta-utils-priv.h,
7494         libanjuta/anjuta-utils.h,
7495         libanjuta/anjuta-launcher.c,
7496         libanjuta/Makefile.am:
7497         Fix bug #440801: do not use config.h in public include files
7499 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7501         * plugins/project-wizard/templates/mkfile.wiz:
7502         Fix bug #442038: missing project.sh file
7504         * configure.in,
7505         plugins/project-wizard/templates/Makefile.am,
7506         plugins/project-wizard/templates/translatable-strings.h,
7507         (added) plugins/project-wizard/templates/sdl.wiz,
7508         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7509         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7510         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7511         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7512         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7513         (added) plugins/project-wizard/templates/sdl/src/main.c,
7514         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7515         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7516         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7517         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7518         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7519         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7520         Fix bug #315635: add a SDL project wizard
7522 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7524         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7525         when SIGCHLD is triggered when main loop context is locked. Dead lock
7526         happens when child_exited callback also accesses main loop context.
7527         Happens particularly badly in debug target exiting.
7529 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7531         * manuals/anjuta-manual/C/debugger.xml:
7532         First update of the debugger documentation
7534 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
7536         * manuals/anjuta-manual/C/fileoperations.xml,
7537         manuals/anjuta-manual/C/projects.xml,
7538         manuals/anjuta-manual/C/anjuta-manual.xml,
7539         manuals/anjuta-manual/C/build.xml,
7540         manuals/anjuta-manual/C/execute.xml,
7541         manuals/anjuta-manual/Makefile.am: Updated more documentation.
7542         Added project properties documentation. Moved execution section
7543         inside project management. Removed dead documentation.
7545 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
7547         * src/anjuta.c, plugins/symbol-browser/plugin.c,
7548         plugins/symbol-browser/plugin.h,
7549         plugins/symbol-browser/an_symbol_prefs.c,
7550         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7551         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
7552         progress bar instead of separate window for system tags
7553         generation. Renamed AnjutaStatus methods to a proper ones.
7555         * plugins/symbol-browser/plugin.c,
7556         plugins/symbol-browser/plugin.h,
7557         plugins/symbol-browser/an_symbol_prefs.c,
7558         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7559         global-tags/create_global_tags.sh.in: Get rid of message window
7560         for showing global tags creation and use a small window with
7561         progress bar.
7563 2007-05-30  Naba Kumar  <naba@gnome.org>
7565         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
7566         Bug 442315 – After calling configure, the build menus are still insensitive,
7567         Bug 442314 – Autogeneration fails when there is no autogen.sh
7569         * plugins/project-manager/plugin.c: Fixed mem corruption when it
7570         fails to remove target/source/group. Fixes bug #440196 – crash in
7571         Anjuta IDE: removing a target
7573 2007-05-29  Naba Kumar  <naba@gnome.org>
7575         * plugins/symbol-browser/an_symbol_view.c,
7576         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
7577         tags generation. Fixed runtime warning.
7579 2007-05-28  Naba Kumar  <naba@gnome.org>
7581         Patch from James Liggett  <jrliggett@cox.net>:
7582         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
7583         Fixed bug #403502 – User should also be allowed to select an
7584         independent executable target.
7586 2007-05-27  Johannes Schmid <jhs@gnome.org>
7588         * plugins/build-basic-autotools/build-basic-autotools.c:
7589         (get_real_directory), (on_build_mesg_format):
7590         
7591         Find correct files for error messages inside scratchbox
7593 2007-05-27  Naba Kumar  <naba@gnome.org>
7595         * manuals/anjuta-manual/C/projects.xml,
7596         manuals/anjuta-manual/C/projects.xml: Updated project
7597         management chapter more.
7599 2007-05-25  Johannes Schmid <jhs@gnome.org>
7601         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
7602         * plugins/build-basic-autotools/build-basic-autotools.c:
7603         (on_sb_check_toggled), (build_execute_command),
7604         (ipreferences_merge), (ipreferences_unmerge):
7605         Added support for building inside scratchbox environment
7606         
7607         Patch from James Liggett <jrliggett@cox.net>:
7608         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
7609         (anjuta_msgman_append_view):
7611         Fix 440866 
7612           – Anjuta aborts with numerous assertion failures when adding a new message view tab
7614 2007-05-23  Naba Kumar  <naba@gnome.org>
7616         * manuals/anjuta-manual/C/projects.xml: Updated project
7617         management chapter.
7619 2007-05-22  Naba Kumar  <naba@gnome.org>
7621         * manuals/anjuta-manual/C/projects.xml: More updates.
7623         * manuals/anjuta-manual/C/introduction.xml,
7624         manuals/anjuta-manual/C/projects.xml,
7625         manuals/anjuta-manual/C/interface.xml: Updated documentation.
7627 2007-05-22  Naba Kumar  <naba@gnome.org>
7629         Patch from Étienne Bersac:
7630         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
7631         class in generated class.
7633 2007-05-22  Naba Kumar  <naba@gnome.org>
7635         * plugins/profiler/plugin.c: Fixed a compiler warning.
7636         * plugins/valgrind/Makefile.am: Added ldflags.
7638         Patch from James Liggett:
7639         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
7640         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
7641         specific options.
7643 2007-05-18  Johannes Schmid <jhs@gnome.org>
7645         * plugins/editor/text_editor.c:
7646         * plugins/language-support-cpp-java/plugin.c:
7647         (on_editor_language_changed), (on_value_added_current_editor),
7648         (on_value_removed_current_editor):
7649         
7650         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
7651         Fix assist support in language-support-plugin.
7653 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7655         * libanjuta/interfaces/libanjuta.idl:
7656         Add a new interface allowing to implement plugin able
7657         to load other plugins (not written in C)
7659         * libanjuta/anjuta-plugin-handle.c,
7660         libanjuta/anjuta-plugin-handle.h:
7661         Add a language and a resident plugin properties
7663         * libanjuta/anjuta-glue-plugin.c,
7664         libanjuta/anjuta-glue-plugin.h,
7665         (added)libanjuta/anjuta-glue-c.c,
7666         (added)libanjuta/anjuta-glue-c.h,
7667         libanjuta/Makefile.am:
7668         Split code used to load a C plugin into a common part
7669         in anjuta-glue-plugin and a specific part in anjuta-glue-c
7671         * libanjuta/anjuta-glue-factory.c,
7672         libanjuta/anjuta-glue-factory.h,
7673         libanjuta/anjuta-plugin-manager.c:
7674         Allow to load plugin not written in C and search for the
7675         additional needed code in another plugin
7677 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7679         * plugins/editor/text_editor.c:
7680         Add an empty implementation of IAnjutaEditorAssist for scintilla,
7681         avoiding a crash if scintilla is used
7683 2007-05-14  Johannes Schmid <jhs@gnome.org>
7685         * libanjuta/interfaces/libanjuta.idl:
7686         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7687         (assist_cleanup), (on_assist_end), (on_assist_cancel),
7688         (on_assist_chosen), (on_assist_update), (get_context),
7689         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
7690         (install_assist), (uninstall_assist), (install_support),
7691         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
7692         (cpp_java_plugin_instance_init):
7693         * plugins/language-support-cpp-java/plugin.h:
7694         Use IAnjutaEditorAssist to show language specific suggestions
7695         
7696         * plugins/sourceview/Makefile.am:
7697         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
7698         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7699         * plugins/sourceview/anjuta-view.h:
7700         * plugins/sourceview/assist-window.c: (assist_window_expose),
7701         (assist_window_set_property), (assist_window_get_property),
7702         (assist_window_class_init), (assist_activated),
7703         (assist_window_init), (assist_window_finalize),
7704         (assist_window_select), (assist_window_first),
7705         (assist_window_last), (assist_window_up), (assist_window_down),
7706         (get_coordinates), (assist_window_move), (assist_window_update),
7707         (assist_window_filter_keypress), (assist_window_is_active),
7708         (assist_window_new), (assist_window_get_trigger),
7709         (assist_window_get_position):
7710         * plugins/sourceview/assist-window.h:
7711         * plugins/sourceview/sourceview-args.c (removed):
7712         * plugins/sourceview/sourceview-args.h (removed):
7713         * plugins/sourceview/sourceview-autocomplete.c (removed):
7714         * plugins/sourceview/sourceview-autocomplete.h (removed):
7715         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7716         * plugins/sourceview/sourceview-private.h:
7717         * plugins/sourceview/sourceview-scope.c(removed):
7718         * plugins/sourceview/sourceview-scope.h(removed):
7719         * plugins/sourceview/sourceview.c: (on_assist_chosen),
7720         (on_assist_cancel), (on_document_char_added),
7721         (on_reload_dialog_response), (sourceview_class_init),
7722         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
7723         (iassist_remove_trigger), (iassist_autocomplete),
7724         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
7725         (iassist_react), (iassist_iface_init):
7726         * plugins/sourceview/tag-window.c (moved to assist-window.c):
7727         * plugins/sourceview/tag-window.h (moved to assist-window.c):
7728         
7729         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
7730         - Mark files dirty if reload dialog is canceled.
7732 2007-05-12  Naba Kumar  <naba@gnome.org>
7734         * libanjuta/anjuta-launcher.h: Corrected include file.
7736 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
7738         * libanjuta/anjuta-glue-plugin.c,
7739         libanjuta/anjuta-glue-plugin.h,
7740         libanjuta/anjuta-glue-factory.c,
7741         libanjuta/anjuta-glue-factory.h,
7742         ibanjuta/anjuta-plugin-manager.c:
7743         Move code used to load a C plugin from glue-factory to glue-plugin
7744         So loading a plugin written in another language could be done by
7745         just using another object derived from AnjutaGluePlugin
7747         * libanjuta/libanjuta.h:
7748         Remove anjuta-plugin-handle header, it's not installed as libanjuta
7749         includes
7751 === anjuta 2.1.3 ===
7753 2007-05-11  Naba Kumar  <naba@gnome.org>
7755         * configure.in: Bumped version to 2.1.3
7756         * NEWS: Updated.
7757         * AUTHORS: Updated.
7758         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
7760 2007-05-11  Naba Kumar  <naba@gnome.org>
7762         * configure.in:
7763         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
7764         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
7765         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
7767 2007-05-10  Johannes Schmid <jhs@gnome.org>
7769         * plugins/search/plugin.c:
7770         Make incremental search behave less annoying
7771         
7772 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
7774         * plugins/macro/macro-util.c:
7775         Fix bug #419008 and bug #419036
7776         When creating new header file, use name and email set in
7777         preferences and replace invalid C character by underscore
7778         in guards
7780 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
7782         * plugins/search/search-replace.c,
7783         plugins/search/search-replace_backend.c:
7784         Disable search button if search expression is empty (bug #378193)
7786 2007-05-08  Naba Kumar  <naba@gnome.org>
7788         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
7789         build error.
7791 2007-05-07  Naba Kumar  <naba@gnome.org>
7793         * configure.in:
7794         * plugins/project-wizard/templates/Makefile.am:
7795         * plugins/project-wizard/templates/minimal.wiz:
7796         * plugins/project-wizard/templates/minimal/.cvsignore:
7797         * plugins/project-wizard/templates/minimal/Makefile.am:
7798         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
7799         * plugins/project-wizard/templates/minimal/autogen.sh:
7800         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
7801         * plugins/project-wizard/templates/minimal/project.anjuta:
7802         Added 'minimal', a generic and flat, project template.
7803         
7804 2007-05-05  Naba Kumar  <naba@gnome.org>
7806         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
7808         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
7809         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
7810         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
7811         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
7812         instead of a real one, fixes interdependency with libanjuta.
7813         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
7814         * libanjuta/Makefile.am: 
7815         * libegg/Makefile.am:
7816         * plugins/build-basic-autotools/Makefile.am:
7817         * plugins/class-gen/Makefile.am:
7818         * plugins/class-inheritance/Makefile.am:
7819         * plugins/cvs-plugin/Makefile.am:
7820         * plugins/debug-manager/Makefile.am:
7821         * plugins/devhelp/Makefile.am:
7822         * plugins/document-manager/Makefile.am:
7823         * plugins/editor/Makefile.am:
7824         * plugins/file-loader/Makefile.am:
7825         * plugins/file-manager/Makefile.am:
7826         * plugins/file-wizard/Makefile.am:
7827         * plugins/gdb/Makefile.am:
7828         * plugins/glade/Makefile.am:
7829         * plugins/gtodo/Makefile.am:
7830         * plugins/language-support-cpp-java/Makefile.am:
7831         * plugins/macro/Makefile.am:
7832         * plugins/message-view/Makefile.am:
7833         * plugins/patch/Makefile.am:
7834         * plugins/profiler/Makefile.am:
7835         * plugins/project-import/Makefile.am:
7836         * plugins/project-manager/Makefile.am:
7837         * plugins/project-wizard/Makefile.am:
7838         * plugins/sample1/Makefile.am:
7839         * plugins/search/Makefile.am:
7840         * plugins/sourceview/Makefile.am:
7841         * plugins/subversion/Makefile.am:
7842         * plugins/symbol-browser/Makefile.am:
7843         * plugins/terminal/Makefile.am:
7844         * plugins/tools/Makefile.am:
7845         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
7847 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
7849         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
7851 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7853         * libanjuta/anjuta-launcher.c,
7854         libanjuta/anjuta-launcher.h:
7855         Add some missing implementation
7857 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
7859         Reviewed by Naba Kumar  <naba@gnome.org>:
7860         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
7861         for uninstall-hook.
7863 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
7865         Reviewed by Naba Kumar  <naba@gnome.org>:
7866         * plugins/editor/text_editor.c: Large memory addresses were being
7867         truncated, switched to glong (bug #422143).
7869 2007-04-24  Naba Kumar  <naba@gnome.org>
7871         * plugins/document-manager/plugin.c: (prefs_finalize):
7872         * plugins/editor/aneditor-autocomplete.cxx:
7873         * plugins/editor/text_editor_menu.c:
7874         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
7875         * plugins/file-loader/plugin.c: (open_file_with),
7876         (create_open_with_submenu):
7877         * plugins/file-manager/plugin.c: (prefs_finalize):
7878         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
7879         pointer type castings.
7881 2007-04-24  Naba Kumar  <naba@gnome.org>
7883         Patch from s|s  <supreet.sethi@gmail.com>:
7884         * (added) plugins/project-wizard/templates/django-logo.png:
7885         * (added) plugins/project-wizard/templates/django.wiz:
7886         * plugins/project-wizard/templates/Makefile.am:
7887         * plugins/project-wizard/templates/translatable-strings.h: Added
7888         django project template. http://www.djangoproject.com/
7890 2007-04-24  Naba Kumar  <naba@gnome.org>
7892         * plugins/subversion/anjuta-subversion.glade: Set expansion for
7893         the log entry widget and made the dialog little larger.
7895 2007-04-24  Naba Kumar  <naba@gnome.org>
7897         Patch from Halton Huo:
7898         * configure.in:
7899         * plugins/project-wizard/property.c:
7900         * plugins/subversion/svn-auth.c:
7901         * plugins/subversion/svn-backend-priv.h:
7902         * plugins/subversion/svn-backend.c:
7903         * plugins/subversion/svn-backend.h:
7904         * plugins/subversion/svn-notify.h: Proper use of subversion
7905         headers. Fixes build issues in solaris (bug #426701).
7907 2007-04-24  Naba Kumar  <naba@gnome.org>
7909         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
7910         
7911         * plugins/project-wizard/templates/cpp.wiz:
7912         * plugins/project-wizard/templates/gcj.wiz:
7913         * plugins/project-wizard/templates/gnome.wiz:
7914         * plugins/project-wizard/templates/gtk.wiz:
7915         * plugins/project-wizard/templates/gtkmm.wiz:
7916         * plugins/project-wizard/templates/java.wiz:
7917         * plugins/project-wizard/templates/python.wiz:
7918         * plugins/project-wizard/templates/terminal.wiz:
7919         * plugins/project-wizard/templates/wxwin.wiz:
7920         * plugins/project-wizard/templates/xlib-dock.wiz:
7921         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
7922         project option and set it ON by default (since gnome-build, can't
7923         enabled configure shared lib support later when a sharedlib target
7924         is added).
7926 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7928         * plugins/debug-manager/stack_trace.c:
7929         Fix a missing case in the previous changes
7931 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7933         * plugins/debug-manager/plugin.c:
7934         Fix bug #430401
7936         * plugins/debug-manager/breakpoints.c,
7937         plugins/gdb/plugin.c:
7938         Fix adding breakpoint on a function
7940         * plugins/debug-manager/stack_trace.c:
7941         Highlight changed stack frame
7943 2007-04-18  Naba Kumar  <naba@gnome.org>
7945         * plugins/document-manager/anjuta-docman.c:
7946         (anjuta_docman_dispose), (on_editor_destroy),
7947         (anjuta_docman_remove_editor): Remove the editor widget from
7948         the parent container before calling destroy, otherwise container
7949         removal happens after TextEditor is disposed resulting in call
7950         to value-remove for a TextEditor which is half-dead (crash).
7952 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
7954         * plugins/debug-manager/data_buffer.c
7955         plugins/debug-manager/data_view.c,
7956         plugins/debug-manager/memory.c:
7957         Fixes for bug #418523, bug #427090 and bug #428174
7959 2007-04-11 Halton Huo <halton.huo@sun.com>
7961         reviewed by: <jhs@gnome.org>
7963         * configure.in:
7964         * libanjuta/Makefile.am:
7965         * libanjuta/anjuta-utils.c:
7966         * libanjuta/anjuta-utils.h:
7967         * manuals/reference/libanjuta/Makefile.am:
7968         
7969         Fixed compilation on sun by deploying the libutil methods
7970         in anjuta-utils.h and building them on condition.
7972 2007-04-11  Johannes Schmid <jhs@gnome.org>
7974         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
7975         (anjuta_docman_add_editor):
7976         Hold a reference on the editor as long as we use it.
7977         
7978         * plugins/document-manager/plugin.c: (on_editor_changed):
7979         Destroy GValue to fix a memoery leak.
7981 2007-04-11  Johannes Schmid <jhs@gnome.org>
7983         * plugins/document-manager/plugin.c: (on_editor_changed):
7984         Fixed reference counting for editor by using g_value_take_object instead
7985         of g_value_set_object. The editors are now correctly finalized and thus
7986         we do not lack so much memory anymore.
7987         
7988         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
7989         (anjuta_view_finalize), (anjuta_view_focus_out),
7990         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7991         * plugins/sourceview/anjuta-view.h:
7992         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
7993         * plugins/sourceview/sourceview-prefs.c:
7994         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
7995         * plugins/sourceview/sourceview-prefs.h:
7996         * plugins/sourceview/sourceview-private.h:
7997         * plugins/sourceview/sourceview.c: (on_document_loaded),
7998         (timeout_unref), (on_document_saved), (sourceview_finalize),
7999         (sourceview_new), (ifile_open), (ifile_savable_save),
8000         (ifile_savable_save_as):
8002         Several changes to fix things when the editor is correctly destroyed.
8003         Fixed preferences (which led me to the refcounting issue, #409412)
8004         and removed deprecated completition code that will be replace by
8005         IAnjutaAssist interface soon. 
8007 2007-04-11  Johannes Schmid <jhs@gnome.org>
8009         * libanjuta/anjuta-launcher.c:
8010         (anjuta_launcher_execution_done_cleanup),
8011         (anjuta_launcher_child_terminated):
8012         Possible fix for #428363 and added a g_return_if_fail
8014         * plugins/message-view/plugin.c: (activate_plugin):
8015         Fixed a Gtk/Gdl-Critical
8016         
8017         Patches from Étienne Bersac <bersace03@laposte.net>
8018         * plugins/class-gen/templates/go-source.tpl:
8019         * plugins/macro/macros.xml:
8020         Use better template for GObjects (#417875 and #417918)
8021         
8022         Patches from Halton Huo <halton.huo@sun.com>
8023         * libanjuta/anjuta-launcher.h:
8024         * libanjuta/anjuta-preferences.c:
8025         * libanjuta/anjuta-utils.c:
8026         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8027         (cg_window_set_add_to_repository):
8028         * plugins/class-inheritance/class-inherit.c:
8029         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8031 2007-04-09  Johannes Schmid <jhs@gnome.org>
8033         * plugins/editor/print.c: (anjuta_print_show_header):
8034         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8035         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8037   Some string changes (#427395 and #427399)
8039 2007-04-06  Johannes Schmid <jhs@gnome.org>
8041         * plugins/build-basic-autotools/build-basic-autotools.c:
8042         (on_build_mesg_format), (on_build_mesg_parse):
8043         Fixed full path detection
8045 2007-04-05  Naba Kumar  <naba@gnome.org>
8047         Patch from Halton Huo:
8048         * libanjuta/Makefile.am:
8049         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8050         * libanjuta/anjuta-glue-cpp.h:
8051         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8052         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8053         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8054         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8055         (load_plugin), (anjuta_glue_factory_get_object_type):
8056         * libanjuta/anjuta-glue-factory.h:
8057         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8058         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8059         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8060         (anjuta_glue_plugin_new):
8061         * libanjuta/anjuta-glue-plugin.h:
8062         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8063         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8064         * libanjuta/anjuta-plugin.h:
8065         * libanjuta/glue-cpp.c:
8066         * libanjuta/glue-cpp.h:
8067         * libanjuta/glue-factory.c:
8068         * libanjuta/glue-factory.h:
8069         * libanjuta/glue-plugin.c:
8070         * libanjuta/glue-plugin.h:
8071         * plugins/build-basic-autotools/build-basic-autotools.h:
8072         * plugins/class-gen/plugin.h:
8073         * plugins/class-inheritance/plugin.h:
8074         * plugins/cvs-plugin/plugin.h:
8075         * plugins/debug-manager/plugin.h:
8076         * plugins/devhelp/plugin.h:
8077         * plugins/document-manager/plugin.h:
8078         * plugins/editor/plugin.h:
8079         * plugins/file-loader/plugin.h:
8080         * plugins/file-manager/plugin.h:
8081         * plugins/file-wizard/plugin.h:
8082         * plugins/gdb/plugin.h:
8083         * plugins/glade/plugin.h:
8084         * plugins/gtodo/plugin.h:
8085         * plugins/language-support-cpp-java/plugin.h:
8086         * plugins/macro/plugin.h:
8087         * plugins/message-view/plugin.h:
8088         * plugins/patch/plugin.h:
8089         * plugins/profiler/plugin.h:
8090         * plugins/project-import/plugin.h:
8091         * plugins/project-manager/plugin.h:
8092         * plugins/project-wizard/plugin.h:
8093         * plugins/sample1/plugin.h:
8094         * plugins/search/plugin.h:
8095         * plugins/sourceview/plugin.h:
8096         * plugins/subversion/plugin.h:
8097         * plugins/symbol-browser/plugin.h:
8098         * plugins/terminal/terminal.c:
8099         * plugins/tools/plugin.h:
8100         * plugins/tools/scripts/tools-2.xml.in:
8101         * plugins/valgrind/plugin.h:
8103         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8105 2007-04-05  Naba Kumar  <naba@gnome.org>
8107         * anjuta.spec.in, configure.in: Removed dead codes.
8108         
8109         Patch from Jos Dehaes:
8110         * configure.in, plugins/project-wizard/templates/Makefile.am,
8111         plugins/project-wizard/templates/mkfile.wiz,
8112         plugins/project-wizard/templates/translatable-strings.h: Enabled
8113         makefile-based project creation and import. Fixes bug #355145
8115 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8117         * plugins/debug-manager/debugger.c,
8118         plugins/debug-manager/plugin.c,
8119         plugins/gdb/anjuta-gdb.plugin.in:
8120         Code cleaning (remove unused code, rename this into self)
8121         Add information about supported format in debugger plugin
8122         Activate debugger plugin according to the target format
8124 2007-04-01  Naba Kumar  <naba@gnome.org>
8126         * plugins/message-view/message-view.c:
8127         (message_view_instance_init): Fixed message icons to appear.
8129 2007-03-31  Johannes Schmid <jhs@gnome.org>
8131         * plugins/message-view/anjuta-msgman.c:
8132         (anjuta_msgman_append_view):
8133         * plugins/message-view/plugin.c: (on_view_changed),
8134         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8135         
8136         Fixed #424845
8138 2007-03-31  Johannes Schmid <jhs@gnome.org>
8140         * plugins/message-view/message-view.c:
8141         (message_view_instance_init), (imessage_view_append):
8142         Show nice icons beside the messages for info, warning and error. This is a completly
8143         cosmetic change so if someone dislikes it he is free to remove it.
8145 2007-03-31  Johannes Schmid <jhs@gnome.org>
8146         
8147         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8148         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8149         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8150         * plugins/message-view/anjuta-msgman.h:
8151         * plugins/message-view/message-view.h:
8152         * plugins/message-view/plugin.c: (on_view_changed),
8153         (activate_plugin):
8154         Fixed #359399 and made next/previous insensitive when not availible
8155         
8156         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8157         (tag_style_to_string):
8158         Fixed namespace Problem with gdk >= 2.11
8159         
8160         * plugins/sourceview/sourceview-autocomplete.c:
8161         (sourceview_autocomplete_init):
8162         Removed structure, follow-up of #423682
8164 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8166         * plugins/debug-manager/debug_tree.c,
8167         plugins/debug-manager/debug_tree.h,
8168         plugins/debug-manager/watch.c,
8169         plugins/debug-manager/anjuta-debug-manager.glade:
8170         Inspect variable at cursor
8171         Fix buttons in inspect dialog
8173 2007-03-27  Halton Huo  <halton.huo@sun.com>
8175         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8177         * plugins/sourceview/sourceview-autocomplete.c
8178         plugins/debug-manager/disassemble.c,
8179         libanjuta/interfaces/libanjuta.idl:
8180         Remove array with 0 size and empty structure as it is not
8181         supported by sun cc, Fixes bug #423682
8183         * plugins/debug-manager/debugger.c:
8184         Remove anonymous union as it is not supported by sun cc,
8185         Fixes bug #423680
8187 === anjuta 2.1.2 ===
8189 2007-03-28  Naba Kumar  <naba@gnome.org>
8191         * configure.in: Bumped version to 2.1.2
8192         * NEWS: Updated for release.
8193         
8194         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8195         Improved breakpoint marker icon.
8196         
8197         * plugins/editor/anjuta-editor.plugin.in,
8198         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8199         non user activable since they are now remembered properly.
8201 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8203         * plugins/tools/editor.c:
8204         Fix bug #423270
8206 2007-03-27  Naba Kumar  <naba@gnome.org>
8208         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8209         word when autocompleting without leaving any trailing part of
8210         the word.
8212 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8214         Reviewed by Naba Kumar  <naba@gnome.org>:
8215         * anjuta.desktop.in.in: Remove "Application" category from desktop
8216         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8217         
8218 2007-03-27  Naba Kumar  <naba@gnome.org>
8219         
8220         * configure.in, plugins/document-manager/anjuta-docman.c:
8221         (anjuta_docman_add_editor): Conditionally compile notebook tab
8222         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8224         Patch from Halton Huo:
8225         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8226         non gcc compiler flags. Fixes bug #423089.
8227         
8228 2007-03-26  Naba Kumar  <naba@gnome.org>
8229         
8230         * AUTHORS, NEWS, TODO.tasks: Updated.
8231         
8232         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8233         close menuitem.
8234         
8235         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8236         (update_editor_symbol_model), (iter_matches),
8237         (on_editor_update_ui), (value_added_current_editor),
8238         (activate_plugin), (dispose),
8239         (symbol_browser_plugin_instance_init):
8240         * plugins/symbol-browser/plugin.h: update line on editor save
8241         and editor change. Code clean up and fixed warnings.
8243 2007-03-26  Naba Kumar  <naba@gnome.org>
8245         * plugins/project-wizard/templates/java/project.anjuta,
8246         plugins/project-wizard/templates/python/project.anjuta,
8247         plugins/project-wizard/templates/python/project.anjuta:
8248         Removed version control plugins from default selection.
8250         * plugins/tools/scripts/prepare-changelog.pl,
8251         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8252         script to a better one (that works on both cvs and svn).
8254 2007-03-26  Naba Kumar  <naba@gnome.org>
8256         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8257         Makefile.am: Added the generated translatable file (required for
8258         translations for svn checkouts).
8260         * (added)
8261         plugins/project-wizard/templates/extract-translatable-strings.pl
8262         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8263         po/POTFILES.in: Generated translatable strings for .wiz files and
8264         added them in POTFILES.in for translation. Fixes bug #398035
8266 2007-03-25  Naba Kumar  <naba@gnome.org>
8268         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8269         
8270         * src/anjuta-app.c: Removed dead codes.
8271         
8272         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8273         global tags generation starts.
8274         
8275         * plugins/debug-manager/chunk_view.c,
8276         plugins/debug-manager/start.h,
8277         plugins/debug-manager/chunk_view.h,
8278         plugins/debug-manager/utilities.c,
8279         plugins/debug-manager/utilities.h,
8280         plugins/debug-manager/debugger.c,
8281         plugins/debug-manager/threads.c,
8282         plugins/debug-manager/disassemble.c,
8283         plugins/debug-manager/info.c,
8284         plugins/debug-manager/sharedlib.c,
8285         plugins/debug-manager/threads.h,
8286         plugins/debug-manager/disassemble.h,
8287         plugins/debug-manager/signals.c,
8288         plugins/debug-manager/info.h,
8289         plugins/debug-manager/sharedlib.h,
8290         plugins/debug-manager/data_buffer.c,
8291         plugins/debug-manager/data_view.c,
8292         plugins/debug-manager/signals.h,
8293         plugins/debug-manager/debug_tree.c,
8294         plugins/debug-manager/watch.c,
8295         plugins/debug-manager/registers.c,
8296         plugins/debug-manager/data_buffer.h,
8297         plugins/debug-manager/data_view.h,
8298         plugins/debug-manager/memory.c,
8299         plugins/debug-manager/debug_tree.h,
8300         plugins/debug-manager/watch.h,
8301         plugins/debug-manager/registers.h,
8302         plugins/debug-manager/memory.h,
8303         plugins/debug-manager/locals.c,
8304         plugins/debug-manager/sexy-icon-entry.c,
8305         plugins/debug-manager/breakpoints.c,
8306         plugins/debug-manager/locals.h,
8307         plugins/debug-manager/sexy-icon-entry.h,
8308         plugins/debug-manager/stack_trace.c,
8309         plugins/debug-manager/breakpoints.h,
8310         plugins/debug-manager/sparse_buffer.c,
8311         plugins/debug-manager/sparse_view.c,
8312         plugins/debug-manager/stack_trace.h,
8313         plugins/debug-manager/sparse_buffer.h,
8314         plugins/debug-manager/sparse_view.h,
8315         plugins/debug-manager/start.c,
8316         plugins/gdb/utilities.c,
8317         plugins/gdb/utilities.h,
8318         plugins/gdb/debugger.c,
8319         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8320         setup.
8322 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8324         * plugins/gdb/debugger.c:
8325         Avoid empty debugger log window by limiting line to 90 characters
8327 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8329         * plugins/debug-manager/plugin.c,
8330         plugins/debug-manager/plugin.h,
8331         plugins/debug-manager/threads.c,
8332         plugins/debug-manager/threads.h,
8333         plugins/debug-manager/breakpoints.c,
8334         plugins/debug-manager/breakpoints.h,
8335         plugins/debug-manager/stack_trace.c,
8336         plugins/debug-manager/stack_trace.h:
8337         View code action now changes location in disassembly view too
8339         * plugins/debug-manager/anjuta-debug-manager.ui:
8340         Rename breakpoint actions
8342 2007-03-24  Naba Kumar  <naba@gnome.org>
8344         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8345         in gdl 0.7.3 (svn trunk).
8346         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8347         
8348 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8350         * plugins/debug-manager/threads.c,
8351         plugins/debug-manager/debug_tree.c,
8352         plugins/debug-manager/debug_tree.h,
8353         plugins/debug-manager/locals.c,
8354         plugins/debug-manager/registers.c,
8355         plugins/debug-manager/stack_trace.c:
8356         Allow to change current thread updating register, stack and locals
8357         Allow to change current stack frame updating locals
8359         * plugins/gdb/debugger.c:
8360         Read argument of selected stack frame
8362         * plugins/debug-manager/data_view.c:
8363         Fix an unrelated bug
8365 2007-03-23  Naba Kumar  <naba@gnome.org>
8367         * plugins/document-manager/anjuta-docman.c,
8368         plugins/document-manager/plugin.c: Fixed many memory leaks.
8369         (ianjuta_file_get_uri() returns a new string).
8371         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8372         widget for save dialogs.
8373         
8374         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8375         svn and fixed to get function/prototype/member args list. Call tips
8376         also work fine now.
8378 2007-03-22  Naba Kumar  <naba@gnome.org>
8380         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8381         and calltips would work again for functions from global tags (Needs
8382         regenerating global tags).
8384         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8385         ctags svn version and reopened bug #395362. Fixes tags parsing that
8386         seemed to have stopped working recently.
8388 2007-03-21  Naba Kumar  <naba@gnome.org>
8390         * tagmanager/tm_source_file.c, tagmanager/options.c,
8391         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8392         extend .. more needs to be investigated and fixed). Enabled some
8393         debugging.
8395 2007-03-16  Naba Kumar  <naba@gnome.org>
8397         * src/anjuta.c: Fixed project loading from command line.
8399 2007-03-16  Naba Kumar  <naba@gnome.org>
8401         Patch from James Liggett <jrliggett@cox.net>:
8402         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8403         
8404 2007-03-15  Naba Kumar  <naba@gnome.org>
8406         * libanjuta/anjuta-profile-manager.c,
8407         libanjuta/anjuta-profile-manager.h: Added method to get current
8408         profile.
8410         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8411         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8412         is exiting.
8414         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8415         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8416         Also, not load project files in session load in loader plugin.
8417         
8418         * plugins/project-manager/plugin.c, src/anjuta.c:
8419         Emit "exiting" signal in shell when exiting anjuta. project manager
8420         listens to exiting signal and saves session. anjuta.c saves session
8421         only when current projfile is 'user'. Load project saved in session
8422         differently then the rest of the session. This should fix all the
8423         session restoration bugs.
8424         
8425         src/main.c: Present anjuta window when becon message is received.
8427 2007-03-14  Naba Kumar  <naba@gnome.org>
8429         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8430         not randomly save (it was a wrong looping).
8431         
8432 2007-03-12  Naba Kumar  <naba@gnome.org>
8434         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8436 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8438         * plugins/debug-manager/anjuta-debug-manager.ui,
8439         libanjuta/interfaces/libanjuta.idl,
8440         plugins/debug-manager/debugger.c,
8441         (added) plugins/debug-manager/threads.c,
8442         (added) plugins/debug-manager/threads.h,
8443         plugins/debug-manager/plugin.c,
8444         plugins/debug-manager/Makefile.am,
8445         plugins/gdb/plugin.c,
8446         plugins/gdb/debugger.c,
8447         plugins/gdb/debugger.h:
8448         Add a window displaying all threads
8449         Add needed functions
8450         Switching to a different thread is still not done
8452         * plugins/debug-manager/debug_tree.c,
8453         plugins/debug-manager/locals.c,
8454         plugins/debug-manager/stack_trace.c:
8455         Small cosmetic changes
8457         * plugins/gdb/gdbmi.c:
8458         Keep all elements in gdbmi hash
8459         Even if using the same key like in -threads-list-ids
8461 2007-03-11  Naba Kumar  <naba@gnome.org>
8463         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8464         
8465         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8466         
8467         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8468         manuals/reference/libanjuta/libanjuta-sections.txt,
8469         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8470         interfaces.
8472 2007-03-11  Naba Kumar  <naba@gnome.org>
8474         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8475         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8477         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8478         manuals/reference/libanjuta/libanjuta.types,
8479         manuals/reference/libanjuta/libanjuta-sections.txt,
8480         manuals/reference/libanjuta/.cvsignore,
8481         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8482         infrastructure. Got rid of tmpl/ directory and moved all section
8483         documenation to source code (requires gtk-doc >= 1.4).
8484         
8485         * libanjuta/anjuta-plugin-description.c,
8486         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8487         libanjuta/cell-renderer-captioned-image.c,
8488         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8489         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8490         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8491         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8492         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8493         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8494         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8495         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8496         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8497         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8498         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8499         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8500         documentation from templates to source code.
8502 2007-03-10  Johannes Schmid <jhs@gnome.org>
8504         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8505         Added some debug output but could not figure out why 
8506         some plugins are not kept.
8507         
8508         * libanjuta/interfaces/libanjuta.idl:
8509         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8510         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8511         Added IAnjutaEditorGoto::matching_brace
8512         
8513         * plugins/document-manager/action-callbacks.c:
8514         (on_editor_command_match_brace_activate):
8515         * plugins/document-manager/plugin.c:
8516         (update_editor_ui_interface_items):
8517         * plugins/editor/text_editor.c: (igoto_matching_brace),
8518         (igoto_iface_init):
8519         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8520         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8522 2007-03-09  Johannes Schmid <jhs@gnome.org>
8524         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8525         Hide correct column
8526         
8527         * plugins/sourceview/sourceview-private.h:
8528         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8529         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8530         (sourceview_new), (ifile_savable_save_as):
8531         Tweaked vfs monitoring
8533 2007-03-09  Johannes Schmid <jhs@gnome.org>
8535         * libanjuta/interfaces/Makefile.am.iface:
8536         Fixed installtion of header files
8537         
8538         * plugins/sourceview/sourceview.c: (set_select):
8539         do not scroll to much in interactive search
8541 2007-03-09  Naba Kumar  <naba@gnome.org>
8543         * src/anjuta.c: Fixed session restoration.
8544         
8545         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
8546         signal handlers after symbol browser plugin is deactivated.
8547         
8548         * plugins/editor/editor.glade,
8549         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
8550         Fixed indentation confustion in preferences.
8552 2007-03-08  Johannes Schmid <jhs@gnome.org>
8554         * plugins/search/search-replace.c: (search_set_combo),
8555         (search_set_action), (search_set_target), (search_set_direction),
8556         (create_dialog), (search_disconnect_set_toggle_connect),
8557         (on_search_match_whole_word_toggled),
8558         (on_search_match_whole_line_toggled),
8559         (on_search_match_word_start_toggled),
8560         (search_set_toggle_direction):
8561         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
8562         it's somehow ugly and uses many deprecated widgets
8563         
8564         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
8565         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8566         Fix #394709
8567         
8568 2007-03-07  Naba Kumar  <naba@gnome.org>
8570         * src/anjuta.c: Make launching projects work from command line. Also
8571         fixes gnome session restart command.
8572         
8573 2007-03-07  Johannes Schmid <jhs@gnome.org>
8575         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
8576         * plugins/class-gen/plugin.c: (iwizard_activate):
8577         Fixed #408218
8578         
8579         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
8580         Fixed #402774
8581         
8582         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8583         Fixed #377483 (It's not possible to know if directories have
8584         a version in CVS. Show version column only if there are version
8585         informations availible
8587         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8588         Fixed memory leak
8590 2007-03-07  Johannes Schmid <jhs@gnome.org>
8592         * plugins/sourceview/sourceview-prefs.c: (get_bool):
8593         Fixed #409408
8594         * plugins/symbol-browser/an_symbol_prefs.c:
8595         (on_update_global_clicked):
8596         Fixed ##409176
8598 2007-03-07  Johannes Schmid <jhs@gnome.org>
8600         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
8601         (anjuta_save_prompt_new):
8602         * plugins/project-import/project-import.c:
8603         (project_import_finalize):
8604         Fixed Gtk-Criticals (maybe #409408)
8606 2007-03-07  Naba Kumar  <naba@gnome.org>
8608         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
8609         when we are at just beginning of string or comment. Fixes bug #397981.
8611 2007-03-07  Johannes Schmid <jhs@gnome.org>
8613         * plugins/language-support-cpp-java/plugin.c:
8614         (initialize_indentation_params):
8615         Removed annoying DEBUG_PRINT
8616         
8617         * plugins/sourceview/sourceview-cell.c:
8618         (sourceview_cell_instance_init), (icell_get_character),
8619         (icell_get_length), (icell_get_char), (icell_get_attribute):
8620         Improved code to be faster
8621         Implemented attribute handling so that indentation really works in any case
8623 2007-03-06  Johannes Schmid <jhs@gnome.org>
8625         * configure.in:
8626         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
8627         
8628         * plugins/document-manager/anjuta-docman.c:
8629         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
8630         Removed old and ugly tab drag&drop code and use built-in gtk stuff
8631         instead (required GTK >= 2.10)
8632         
8633         * plugins/sourceview/sourceview-private.h:
8634         * plugins/sourceview/sourceview.c:
8635         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8636         (sourceview_finalize), (sourceview_new), (imark_mark),
8637         (imark_unmark), (imark_is_marker_set),
8638         (imark_location_from_handle), (imark_delete_all_markers):
8639         Fixed marker handling and worked a bit more on vfs monitoring
8641 2007-03-05  Johannes Schmid <jhs@gnome.org>
8643         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
8644         Added method to select specific iter
8645         
8646         * plugins/sourceview/sourceview-private.h:
8647         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8648         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8649         (sourceview_add_monitor), (on_document_saved),
8650         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
8651         Fixed vfs monitoring (mostly ported code from text_editor.c)
8652         
8653         * plugins/symbol-browser/an_symbol_view.c:
8654         * plugins/symbol-browser/an_symbol_view.h:
8655         * plugins/symbol-browser/plugin.c: (iter_matches),
8656         (on_editor_update_ui), (value_added_current_editor):
8657         Select the current tag in locals window and symbol toolbar. If there
8658         is no tag at the current line, reserve backward for the next tag. This will
8659         select the correct tag if inside a function.
8661 2007-03-05  Naba Kumar  <naba@gnome.org>
8663         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
8664         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
8665         compiler warnings.
8666         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
8667         (Bug #412186)
8668         
8669 2007-03-04  Johannes Schmid <jhs@gnome.org>
8671         * data/Makefile.am:
8672         * po/POTFILES.in:
8673         Fixed distcheck (well, partly)
8675 2007-03-04  Johannes Schmid <jhs@gnome.org>
8677         * plugins/document-manager/anjuta-document-manager.ui:
8678         Move "Swap .c/.h from Main to Browser toolbar
8680         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
8681         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
8682         (fv_prefs_free), (fv_add_tree_entry):
8683         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8684         * plugins/file-manager/plugin.c: (prefs_init):
8685         
8686         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
8688 2007-03-04  Naba Kumar  <naba@gnome.org>
8690         * data/default.proflie, data/Makefile.am, src/anjuta.c,
8691         plugins/project-manager/plugin.c:
8692         Restored default profile and renamed it from "default.anjuta" to
8693         "default.profile".
8694         
8695 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8697         * plugins/debug-manager/debugger.c,
8698         plugins/debug-manager/plugin.c,
8699         plugins/gdb/debugger.c,
8700         libanjuta/interfaces/libanjuta.idl,
8701         plugins/debug-manager/stack_trace.c:
8702         Add a dialog box when a signal is received (except SIGINT)
8703         Display stack frame even if arguments are not available
8705 2007-03-03  Naba Kumar  <naba@gnome.org>
8707         * TODO.tasks: Icons bounty added.
8709         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
8710         choise selection.
8711         
8712         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
8713         and descoping.
8715         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
8716         plugins/Makefile.am, (removed) plugins/profile-default/*,
8717         plugins/project-manager/anjuta-project-manager.plugin.in,
8718         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
8719         profile implementation to load user profile and projects. Store and
8720         restore remembered plugins. Use profile scoping and descoping for
8721         saving and loading sesstions.
8722         
8723         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
8724         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
8725         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
8726         DEBUG_PRINTs.
8728 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8730         * plugins/debug-manager/debug_tree.c
8731         plugins/debug-manager/debug_tree.h:
8732         Bug fix, deleting wrong variable
8734         * plugins/gdb/debugger.c:
8735         Bug fix, remove forgotten debugging code
8737 2007-03-02  Johannes Schmid <jhs@gnome.org>
8739         * plugins/document-manager/anjuta-document-manager.ui:
8740         * plugins/search/anjuta-search.ui:
8741         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
8742         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
8743         ToolbarFind
8745         * src/anjuta-app.c: (on_toolbar_view_toggled),
8746         (on_add_merge_widget), (on_session_save), (on_widget_remove):
8747         Save toolbar positions, don't use fixed toolbar style
8748         
8749         All in all this will allow more complex toolbar configurations and
8750         might gain some space on smaller displays because the user can disable
8751         toolbar parts he does not use. Also allows to use any toolbar style
8752         without looking too ugly.
8754 2007-03-01  Naba Kumasr  <naba@gnome.org>
8756         * TODO.tasks: Added a bounty for creating icons.
8758         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
8759         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
8760         profile-changed signal. Do not sync non-user-activatable plugins.
8762 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
8764         * plugins/debug-manager/disassemble.c,
8765         plugins/debug-manager/sparse_view.c,
8766         plugins/gdb/debugger.c,
8767         libanjuta/interfaces/libanjuta.idl:
8768         Display function name in disassembly view
8770 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
8772         * (added) plugins/debug-manager/bookmark.png,
8773         (added) plugins/debug-manager/breakpoint-disabled.png,
8774         (added) plugins/debug-manager/breakpoint-enabled.png,
8775         (added) plugins/debug-manager/program-counter.png,
8776         (added) plugins/debug-manager/linemarker.png,
8777         plugins/debug-manager/Makefile.am,
8778         plugins/debug-manager/disassemble.c,
8779         plugins/debug-manager/disassemble.h,
8780         plugins/debug-manager/sparse_buffer.c,
8781         plugins/debug-manager/sparse_buffer.h,
8782         plugins/debug-manager/sparse_view.c,
8783         plugins/debug-manager/sparse_view.h,
8784         plugins/debug-manager/plugin.c,
8785         plugins/debug-manager/breakpoints.c,
8786         libanjuta/interfaces/libanjuta.idl:
8787         Add markers in the disassembly view
8788         Display program counter and breakpoints in disassembly view
8790         * plugins/gdb/debugger.c:
8791         Fix a bug added with my previous patch, setting and clearing
8792         breakpoints was not working
8794 2007-02-28  Johannes Schmid <jhs@gnome.org>
8796         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
8797         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
8798         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
8799         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8800         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
8801         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
8802         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
8803         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
8804         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
8805         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8806         Updated (why do they need to be under version control?)
8807         
8808         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
8809         (create_tab_popup_menu), (on_msgman_popup_menu),
8810         (on_tab_button_press_event), (anjuta_msgman_page_new),
8811         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
8812         Added "Close all message tabs" popup menu
8814 2007-02-26  Naba Kumar  <naba@gnome.org>
8816         * plugins/profiler/gprof-flat-profile-entry.c,
8817         plugins/profiler/gprof-flat-profile.c,
8818         plugins/profiler/gprof-flat-profile-entry.h,
8819         plugins/profiler/gprof-flat-profile.h,
8820         plugins/profiler/gprof-flat-profile-view.c,
8821         plugins/profiler/gprof-flat-profile-view.h,
8822         plugins/profiler/gprof-call-graph-block-entry.c,
8823         plugins/profiler/gprof-call-graph-block.c,
8824         plugins/profiler/gprof-function-call-chart-view.c,
8825         plugins/profiler/gprof-call-graph-block-entry.h,
8826         plugins/profiler/gprof-profile-data.c,
8827         plugins/profiler/gprof-call-graph-block.h,
8828         plugins/profiler/gprof-view.c,
8829         plugins/profiler/gprof-call-graph.c,
8830         plugins/profiler/gprof-function-call-chart-view.h,
8831         plugins/profiler/gprof-profile-data.h,
8832         plugins/profiler/gprof-call-graph.h,
8833         plugins/profiler/gprof-view.h,
8834         plugins/profiler/gprof-view-manager.c,
8835         plugins/profiler/gprof-call-graph-view.c,
8836         plugins/profiler/plugin.c,
8837         plugins/profiler/gprof-view-manager.h,
8838         plugins/profiler/gprof-call-graph-view.h,
8839         plugins/profiler/gprof-function-call-tree-view.c,
8840         plugins/profiler/gprof-function-call-tree-view.h,
8841         plugins/profiler/Makefile.am: Fix compiler warnings and link with
8842         gnome-vfs. Fixes bug #411377.
8844 2007-02-26  Naba Kumar  <naba@gnome.org>
8846         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
8848         Patch from James Liggett  <jrliggett@cox.net>:
8849         * plugins/profiler/gprof-flat-profile-view.c,
8850         plugins/profiler/gprof-flat-profile-view.h,
8851         plugins/profiler/gprof-function-call-chart-view.c,
8852         plugins/profiler/gprof-function-call-chart-view.h,
8853         plugins/profiler/gprof-view.c,
8854         plugins/profiler/gprof-view.h,
8855         plugins/profiler/gprof-call-graph-view.c,
8856         plugins/profiler/plugin.c,
8857         plugins/profiler/gprof-call-graph-view.h,
8858         plugins/profiler/gprof-function-call-tree-view.c,
8859         plugins/profiler/gprof-function-call-tree-view.h: Implements
8860         double click navigation. Fixes bug #403514.
8862 2007-02-25  Naba Kumar  <naba@gnome.org>
8864         * libanjuta/anjuta-plugin-manager.c,
8865         libanjuta/anjuta-plugin-handle.[ch],
8866         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
8867         g_hash_table_remove_all (introduced in glib 2.12) to stay the
8868         dependency on glib 2.8. Fixes bug #411623.
8870 2007-02-24  Naba kumar  <naba@gnome.org>
8872         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
8873         
8874         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
8875         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
8876         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
8877         (added) libanjuta/anjuta-profile-manager.c,
8878         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
8879         manager.
8880         Implemented profile pushing and popping. Implemented profile xml
8881         synchronization. Implemented error handling in profiles. Implemented
8882         activation and deactivation signals in plugin manager.
8883         
8884         * libanjuta/Makefile.am: Added libanjuta log domain.
8885         
8886         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8887         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
8888         in AnjutaShell interface and implemented it in AnjutaApp.
8889         
8890         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8892 2007-02-23  Naba kumar  <naba@gnome.org>
8894         src/main.c: Fixed missing end quote.
8896 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
8898         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
8901 2007-02-20  Naba Kumar  <naba@gnome.org>
8903         * plugins/subversion/plugin.c: Added "..." menuitems.
8904         * ROADMAP, README: Updated.
8905         * libanjuta/anjuta-profile.c: Fixed bugs.
8907         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
8908         plugins/gtodo/Makefile.am: Removed dead code.
8910         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
8911         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
8912         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
8913         plugins/gtodo/list_tooltip.c,
8914         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
8915         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
8916         not contain markups. Fixes Bug #360462.
8918 2007-02-16  Naba Kumar  <naba@gnome.org>
8920         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
8921         unnecessary sub-sections.
8922         
8923 2007-02-15  Naba Kumar  <naba@gnome.org>
8925         * (removed) plugins/document-manager/bookmark-prev-16.png,
8926         plugins/document-manager/bookmark-last.png,
8927         (removed)plugins/document-manager/bookmark-first-16.png,
8928         plugins/document-manager/bookmark-prev.png,
8929         (added) plugins/document-manager/bookmark-toggle.png,
8930         (removed)plugins/document-manager/bookmark_toggle.xpm,
8931         (removed)plugins/document-manager/bookmark-last-16.png,
8932         plugins/document-manager/plugin.c,
8933         plugins/document-manager/anjuta-document-manager.ui,
8934         (removed)plugins/document-manager/bookmark-next-16.png,
8935         plugins/document-manager/bookmark-next.png,
8936         plugins/document-manager/Makefile.am,
8937         (added) plugins/document-manager/bookmark-clear.png,
8938         plugins/document-manager/bookmark-first.png: Upgraded bookmark
8939         icons (stolen from monodevelop). Added clear bookmarks toolbar
8940         button.
8942         * plugins/document-manager/plugin.c,
8943         (added) plugins/document-manager/swap.png,
8944         (removed) plugins/document-manager/undock.png,
8945         plugins/document-manager/Makefile.am: Fixed swap icon.
8947 2007-02-13  Naba Kumar  <naba@gnome.org>
8949         * plugins/class-gen/element-editor.c: Fixed typo.
8950         
8951         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
8952         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
8953         Implementing plugin profiles loading.
8955 2007-02-13  Naba Kumar  <naba@gnome.org>
8957         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
8958         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
8959         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
8960         pixmaps/open_project.png, pixmaps/close_project.png:
8961         Removed more old icons.
8962         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
8963         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
8964         anjuta_logo.png
8965         
8966 2007-02-13  Naba Kumar  <naba@gnome.org>
8968         * plugins/class-gen/element-editor.c: Included missing headers to
8969         prevent build failures in some cases.
8970         
8971 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
8973         * plugins/debug-manager/stack_trace.c:
8974         Fix bug #407115
8976         * plugins/debug-manager/watch.c,
8977         plugins/debug-manager/breakpoints.c:
8978         Same bug than above, wrong use of gtk_ui_manager_get_widget
8980 === anjuta 2.1.1 ===
8982 2007-02-11  Naba Kumar  <naba@gnome.org>
8984         * cofigure.in: Bumped version to 2.1.1
8985         * NEWS: Updated for 2.1.1 release.
8986         
8987 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8989         * plugins/debug-manager/plugin.c,
8990         plugins/debug-manager/sparse_view.c,
8991         plugins/debug-manager/sparse_view.h:
8992         Reorder some code
8994         * plugins/gdb/debugger.c,
8995         plugins/debug-manager/debugger.c,
8996         plugins/debug-manager/memory.c,
8997         plugins/debug-manager/sparse_buffer.c
8998         plugins/gdb/debugger.h,
8999         libanjuta/interfaces/libanjuta.idl:
9000         Clean up, remove some warnings
9001         Use guint everywhere for addresses
9002         Rewrite code parsing position in debugger
9004 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9006         * plugins/debug-manager/debug_tree.c:
9007         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9008         Fix bug #406113
9010 2007-02-08  Naba Kumar  <naba@gnome.org>
9012         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9013         Delay showing the 'file modified on disk' dialog for one sec
9014         from the last notification to insure multiple notifications for
9015         the same file are treated as one. Do not same multiple dialogs
9016         for the same file. Make sure to destory the dialog if later
9017         the conent is no longer different.
9018         
9019 2007-02-08  Naba Kumar  <naba@gnome.org>
9021         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9022         Prevented spurious 'file modified' dialogs in scintilla editor
9023         when the file is saved.
9025 2007-02-09  Johannes Schmid <jhs@gnome.org>
9027         * scripts/glade2schema.pl:
9028         Added script to convert glade preferences into gconf schema files.
9029         See #406061
9031 2007-02-08  Naba Kumar  <naba@gnome.org>
9033         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9034         itself is destroyed. Fixes bug #355160.
9035         
9036 2007-02-08  Johannes Schmid <jhs@gnome.org>
9038         * plugins/profiler/profiler.plugin: 
9039         removed from version control (only .in file needed)
9040         
9041         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9042         * plugins/sourceview/sourceview.c: (sourceview_new):
9043         Code cleanup
9044         
9045         * plugins/subversion/svn-thread.c: (svn_thread_start):
9046         * src/main.c: (main):
9047         
9048         Fixed #395875 about initialisation of threads too late
9050 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9052         Reviewed by Naba Kumar  <naba@gnome.org>:
9053         * plugins/class-gen/plugin.c:
9054         * plugins/class-gen/window.c: Removed browse button related code, load
9055         generated output directly into new buffers when not adding to project.
9057         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9058         buttons from user interface.
9060 2007-02-07  Naba Kumar  <naba@gnome.org>
9062         * po/POTFILES.in: Fixed distcheck.
9064 2007-02-07  Daniel Nylander <po@danielnylander.se>
9066         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9068 2007-02-07  Johannes Schmid <jhs@gnome.org>
9070         * anjuta.desktop.in.in:
9071         Fixed spelling
9073 2007-02-07  Johannes Schmid <jhs@gnome.org>
9075         * configure.in:
9076         * manuals/anjuta-manual/*
9077         * manuals/anjuta-faqs/*:
9078         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9079         
9080         * plugins/document-manager/anjuta-document-manager.plugin.in:
9081         Removed duplicate application-xml mime-type (review patches properly ;-)
9082         
9083 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9085         * plugins/gdb/debugger.c,
9086         libanjuta/interfaces/libanjuta.idl:
9087         Fix bug #404755
9088         Fix handling of missing source file
9090 2007-02-06  Naba Kumar  <naba@gnome.org>
9092         Patch from James Liggett  <jrliggett@cox.net>:
9093         * plugins/profiler/gprof-flat-profile.c,
9094         plugins/profiler/gprof-profile-data.c,
9095         plugins/profiler/gprof-call-graph.c,
9096         plugins/profiler/gprof-profile-data.h,
9097         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9098         Show profiler view when target selected bug #403515.
9100 2007-02-05  Naba Kumar  <naba@gnome.org>
9102         * configure.in: Enabled devhelp plugin by default now that
9103         it works.
9104         
9105         Patch from parmigio@2ainfo.it:
9106         * plugins/document-manager/anjuta-document-manager.plugin.in:
9107         Added xml file type in supported mime types list.
9108         
9109 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9111         * plugins/debug-manager/debugger.c,
9112         plugins/debug-manager/plugin.c:
9113         Add a field in status bar displaying debugger state
9114         Change cursor shape when debugger is busy
9115         Fix bug #378600
9117         * plugins/debug-manager/watch.c,
9118         plugins/debug-manager/locals.c,
9119         libanjuta/interfaces/libanjuta.idl:
9120         Clean up, remove debugging messages and unused signals
9122 2007-02-03  Johannes Schmid <jhs@gnome.org>
9124         * configure.in:
9125         Fixed AC_INIT and seperated version to major, minor, micro
9127         * anjuta.anjuta:
9128         Load Subversion instead of CVS
9129         
9130         * anjuta.desktop.in.in:
9131         Fixed bug-buddy component
9133         Original patch from Rob Bradfort <robster@debian.org>:
9134         * src/main.c: (get_command_line_args), (main):
9135         Bug #335981 – Migration from popt to GOption
9137 2007-02-03  Naba Kumar  <naba@gnome.org>
9139         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9140         path variable. Fixed bug #341170.
9141         * plugins/profiler/Makefile.am: Fixed indentation.
9142         
9143 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9145         * libanjuta/interfaces/libanjuta.idl,
9146         plugins/sourceview/sourceview.c,
9147         plugins/editor/text-editor.c,
9148         plugins/symbol-browser/plugin.c,
9149         plugins/search/search-replace.c,
9150         plugins/document-manager/goto_line.c,
9151         plugins/document-manager/action-callbacks.c,
9152         plugins/document-manager/anjuta-docman.c:
9153         Rename markers of anjuta interface
9154         IANJUTA_MARKABLE_NONE has been removed
9155         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9156         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9157         IANJUTA_MARKABLE_ATTENTIVE renamed in
9158                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9159         IANJUTA_MARKABLE_INTENSE renamed in
9160                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9161         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9163         * (removed) plugins/sourceview/marker-light.png,
9164         (removed) plugins/sourceview/marker-basic.png,
9165         (removed) plugins/sourceview/marker-attentive.png,
9166         (removed) plugins/sourceview/marker-intense.png,
9167         plugins/sourceview/bookmark.png,
9168         (added) plugins/sourceview/breakpoint-disabled.png,
9169         (added) plugins/sourceview/breakpoint-enabled.png,
9170         (added) plugins/sourceview/program-counter.png,
9171         (added) plugins/sourceview/linemarker.png,
9172         plugins/sourceview/Makefile.am,
9173         (added) plugins/editor/bookmark.xpm,
9174         (added) plugins/editor/breakpoint-disabled.xpm,
9175         (added) plugins/editor/breakpoint-enabled.xpm,
9176         (added) plugins/editor/program-counter.xpm,
9177         (added) plugins/editor/linemarker.xpm,
9178         plugins/editor/Makefile.am:
9179         Add or change marker pixmaps in scintilla and sourceview editor
9181         * plugins/document-manager/plugin.c,
9182         libanjuta/interfaces/libanjuta.idl,
9183         plugins/debug-manager/plugin.c,
9184         plugins/debug-manager/breakpoints.c
9185         plugins/gdb/debugger.c:
9186         Fix bug #376404, program counter marker is not displayed when debugger
9187         Return the selected editor or NULL (if file does not exist) with 
9188         ianjuta_document_manager_goto_file_line* functions
9189         Emit a change-location signal even if the program counter is in an
9190         unknown file
9192 2007-02-02  Naba Kumar  <naba@gnome.org>
9194         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9195         older bounties 'Done'.
9196         
9197 2007-02-02  Naba Kumar  <naba@gnome.org>
9199         * TODO.tasks: Fixed typop.
9201         Patch from James Liggett  <jrliggett@cox.net>:
9202         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9203         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9204         profiler plugin by James Liggett. Completes bounty bug #359478
9205         'Gprof performance profiler plugin'
9207 2007-02-01  Naba Kumar  <naba@gnome.org>
9209         * src/main.c: Renamed option name.
9211         * TODO.tasks: Marked "Test and fix all project wizards templates"
9212         bounty completed.
9213         
9214 2007-01-29  Johannes Schmid <jhs@gnome.org>
9216         * plugins/document-manager/plugin.c: (on_editor_changed):
9217         Added DEBUG_PRINT(...)
9218         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9219         implemented
9220         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9221         Fix language support plugin for sourceview editor (add some new
9222         language names)
9223         
9224         * plugins/sourceview/sourceview.c: (iindic_clear):
9225         Clear all indicators
9227 2007-01-29  Johannes Schmid <jhs@gnome.org>
9229         * TODO.tasks:
9230         Minor task currentions
9231         
9232         * libanjuta/interfaces/libanjuta.idl:
9233         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9234         (itext_editor_iface_init):
9235         * plugins/language-support-cpp-java/plugin.c: (install_support):
9236         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9237         (ieditor_get_attributes), (ieditor_iface_init):
9238         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9239         plugins.
9240         
9241         * plugins/sourceview/sourceview.glade:
9242         Fixed sourceview preference window
9244 2007-01-28  Naba Kumar  <naba@gnome.org>
9245         
9246         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9247         Implemented --no-files and --no-session command line options and
9248         corresponding preferernces checkboxes in General tab.
9250 2007-01-28  Johannes Schmid <jhs@gnome.org>
9252         * plugins/subversion/plugin.c:
9253         * plugins/subversion/plugin.h:
9254         * plugins/subversion/svn-notify.c: (svn_show_info),
9255         (show_svn_error), (on_svn_notify):
9256         * plugins/subversion/svn-notify.h:
9257         * plugins/subversion/svn-thread.c: (create_message_view),
9258         (svn_thread_start):
9259         Fixed error handling and fixed #394216 – No indication of subversion commands running
9260         
9261         * plugins/tools/execute.c: (atp_output_context_print):
9262         Show name of tool in message pane
9264 2007-01-28  Naba Kumar  <naba@gnome.org>
9265         
9266         * configure.in, plugins/glade/plugin.c: Make it work with
9267         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9268         
9269         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9270         from devhelp (won't work untill devhelp is fixed: bug #341170).
9271         
9272         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9273         
9274 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9276         Reviewed by Naba Kumar  <naba@gnome.org>:
9277         * libanjuta/interfaces/libanjuta.idl, 
9278         plugins/debug-manager/debugger.c,
9279         plugins/debug-manager/start.c,
9280         plugins/gdb/plugin.c,
9281         plugins/gdb/debugger.c,
9282         plugins/gdb/debugger.h:
9283         Fix a bug when launching gdb
9284         Set the terminal for the debugged program on the command line.
9286 2007-01-26  Johannes Schmid <jhs@gnome.org>
9288         * plugins/sourceview/anjuta-document-saver.c:
9289         (anjuta_document_saver_save):
9290         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9291         * plugins/sourceview/sourceview.c: (save_if_modified),
9292         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9293         Proper error handling, for example if a file was modified externally. Use backup files
9294         to avoid data-loss on disk full.
9296 2007-01-24  Naba Kumar  <naba@gnome.org>
9297         
9298         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9299         Fixed mem leak and source leak.
9300         
9301 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9303         Reviewed by Naba Kumar  <naba@gnome.org>:
9304         * plugins/debug-manager/debug_tree.c,
9305         plugins/debug-manager/debug_tree.h,
9306         plugins/debug-manager/watch.c:
9307         Partial rewrite of the variable object code, find and fix a few bugs
9308         Fix bug #395808: gdb can still crash but children are listed
9309         on request only so you can avoid the crash
9311 2007-01-24  Naba Kumar  <naba@gnome.org>
9312         
9313         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9314         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9315         plugins/symbol-browser/plugin.h,
9316         plugins/symbol-browser/plugin.c,
9317         plugins/symbol-browser/Makefile.am: Added current file (local)
9318         symbols view (Seriously getting bored with the browse toolbar).
9320 2007-01-22  Naba Kumar  <naba@gnome.org>
9321         
9322         Patch from Gabor Kelemen:
9323         * po/POTFILES.in: Added .plugin.in files.
9325 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9327         Reviewed by Naba Kumar  <naba@gnome.org>:
9328         * plugins/document-manager/anjuta-docman.c,
9329         plugins/message-view/anjuta-msgman.c
9330         Set right alignment to the label widget in the tab title.
9332 2007-01-21  Naba Kumar  <naba@gnome.org>
9333         
9334         * libegg/egg-combo-action.c: Fixed mode line.
9335         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9336         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9338 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9340         Reviewed by Naba Kumar  <naba@gnome.org>:
9341         * plugins/class-gen/plugin.c: Prompt for target before actually
9342         generating the class files. This ensures that the files are created in
9343         the correct directory. Fixes bug #397406.
9345         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9346         the class is added to the project.
9348 2007-01-21  Naba Kumar  <naba@gnome.org>
9350         * libanjuta/anjuta-plugin-description.c,
9351         libanjuta/anjuta-ui.h,
9352         libanjuta/anjuta-status.c,
9353         libanjuta/anjuta-plugin-description.h,
9354         libanjuta/cell-renderer-captioned-image.c,
9355         libanjuta/anjuta-plugin-handle.c,
9356         libanjuta/anjuta-status.h,
9357         libanjuta/resources.c,
9358         libanjuta/cell-renderer-captioned-image.h,
9359         libanjuta/glue-cpp.c,
9360         libanjuta/anjuta-plugin-handle.h,
9361         libanjuta/anjuta-plugin.c,
9362         libanjuta/anjuta-preferences-dialog.c,
9363         libanjuta/libanjuta.h,
9364         libanjuta/resources.h,
9365         libanjuta/glue-cpp.h,
9366         libanjuta/anjuta-plugin.h,
9367         libanjuta/anjuta-preferences-dialog.h,
9368         libanjuta/anjuta-plugin-manager.c,
9369         libanjuta/anjuta-shell.c,
9370         libanjuta/anjuta-plugin-manager.h,
9371         libanjuta/anjuta-shell.h,
9372         libanjuta/anjuta-save-prompt.c,
9373         libanjuta/anjuta-save-prompt.h,
9374         libanjuta/anjuta-children.c,
9375         libanjuta/anjuta-utils.c,
9376         libanjuta/anjuta-profile.c,
9377         libanjuta/anjuta-preferences.c,
9378         libanjuta/anjuta-launcher.c,
9379         libanjuta/anjuta-utils.h,
9380         libanjuta/anjuta-profile.h,
9381         libanjuta/anjuta-launcher.h,
9382         libanjuta/anjuta-ui.c: Updated file headers.
9384         * po/POTFILES.in: Updated.
9386         * libanjuta/anjuta-marshal.list,
9387         (added) libanjuta/anjuta-plugin-handle.c,
9388         (added) libanjuta/anjuta-plugin-handle.h,
9389         (added) libanjuta/anjuta-plugin-manager.c,
9390         (added) libanjuta/anjuta-plugin-manager.h,
9391         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9392         (added) libanjuta/anjuta-profile.c,
9393         (added) libanjuta/anjuta-profile.h,
9394         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9395         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9396         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9397         src/action-callbacks.c: Implemented AnjutaPluginManager
9398         class based on old plugins.[ch]. Implemented AnjutaProfile as
9399         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9400         class to represent plugins (not to be confused with plugin objects).
9401         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9402         implemented it in AnjutaApp and AnjutaTestShell.
9403         De-globalized plugin management and several clean ups.
9405         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9406         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9407         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9408         plugins/project-import/project-import.c,
9409         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9410         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9411         Fixed plugins for the change in API.
9413         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9414         file.
9415         
9416         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9418 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9420         Reviewed by Naba Kumar  <naba@gnome.org>:
9421         * libanjuta/anjuta-launcher.c,
9422         libanjuta/anjuta-launcher.h:
9423         Add a new function anjuta_set_terminate_on_exit to close the i/o
9424         channel when the child exit
9425         Return directly the status and not the exit code in child-exited
9426         signal
9428         * plugins/gdb/debugger.c:
9429         Use new function in debugger plugin
9431 2007-01-18  Johannes Schmid <jhs@gnome.org>
9433         * src/about.c: Do not show empty license information instead hide the button (#397883)
9435 2007-01-15  Johannes Schmid <jhs@gnome.org>
9437         * plugins/project-manager/plugin.c:
9438         * plugins/project-wizard/templates/python.wiz
9439         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9440         
9441         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9442         You will also need latest gnome-build svn       
9444 === anjuta 2.1.0 ===
9446 2007-01-14  Naba Kumar  <naba@gnome.org>
9448         * configure.in: Removed reference of mkfile project
9449         template to fix distcheck build error.
9450         * AUTHORS: Updated.
9451         * NEWS: Updated.
9452         * configure.in: Bumped version to 2.1.0 for beta release.
9453         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9454         crashes as soon as editing starts in normal text files.
9456 2007-01-14  Johannes Schmid <jhs@gnome.org>
9458         * configure.in
9459         * po/LINGUAS:
9460         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9462         * tagmanager/c.c:
9463         Patch from Massimo Cora' to hopefully fix #395362
9465         * plugins/project-wizard/templates/*:
9467         Fixed and tested all project-wizards. Deactivated mkfile project because
9468         it was totally broken and I don't see any real use for it.
9469         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9471 2007-01-14  Naba Kumar  <naba@gnome.org>
9473         * NEWS: Updated for release.
9474         
9475         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9476         
9477         * libanjuta/interfaces/libanjuta.idl,
9478         plugins/editor/text_editor_cbs.c,
9479         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9480         interface and implemented it for scintilla.
9481         
9482         * plugins/editor/text-editor.c: Fixed highlighing issues when
9483         used with indicators (particularly when the file is just opened).
9484         Fixes bug #377477 – when debugging, scintilla editor grays out all
9485         lines before current line.
9486         
9487         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9488         Maintain a separate list of indicated edtitors for separate contexts.
9489         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9490         
9491 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9493         Reviewed by Naba Kumar  <naba@gnome.org>:
9494         * plugins/debug-manager/plugin.c:
9495         Bug fix: breakpoints cannot be added after stopping the debugger
9497 2007-01-13  Naba Kumar  <naba@gnome.org>
9499         * NEWS: Updated for release.
9501 2007-01-12  Johannes Schmid <jhs@gnome.org>
9503         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9504         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9505         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9506         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9507         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9508         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9509         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9510         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9511         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9512         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9513         
9514         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9515         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9516         
9517         * plugins/sourceview/sourceview.c:
9518         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9519         on character positions.
9520         
9521 2007-01-12  Naba Kumar  <naba@gnome.org>
9523         * src/anjuta-app.c,
9524         plugins/project-manager/plugin.c,
9525         plugins/profile-default/plugin.c,
9526         libanjuta/anjuta-status.c,
9527         libanjuta/anjuta-status.h: Introduced an API for application title
9528         in AnjutaStatus. Set application title to project name.
9530 2007-01-11  Massimo Cora' <maxcvs@email.i>
9532         Reviewed by Naba Kumar  <naba@gnome.org>:
9533         * tagmanager/Makefile.am,
9534         plugins/symbol-browser/Makefile.am: removed installation for 
9535         test programs.
9537 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
9539         Reviewed by Naba Kumar  <naba@gnome.org>:
9540         * plugins/debug-manager/start.h,
9541         plugins/debug-manager/start.c,
9542         plugins/debug-manager/anjuta-debug-manager.ui,
9543         plugins/debug-manager/plugin.c:
9544         Partial fix for bug #392537
9546         * plugins/debug-manager/disassemble.c:
9547         Fix bug #392543
9549 2007-01-11  Naba Kumar  <naba@gnome.org>
9551         * src/anjuta.c: Load project seperately from session,
9552         so that project session is also loaded.
9553         
9554         * plugins/profile-default/plugin.c: Load project in new
9555         anjuta if there already is one loaded currently (disabled
9556         code for now).
9557         
9558         * plugins/editor/aneditor.cxx: Disconnect focus in/out
9559         signals when editor is destroyed. Fixes a crash bug.
9560         
9561         * plugins/editor/text_editor.c: Do not mark line in
9562         ianjuta_editor_goto_line() implementation.
9563         
9564         * plugins/search/search-replace.c: Always check for markable
9565         interface availablility because its optional for an editor.
9566         
9567         * plugins/document-manager/goto_line.c,
9568         plugins/document-manager/action-callbacks.c: Mark lines for
9569         goto line commands (from dialog and from menu entry box).
9570         
9571         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
9572         plugins/file-manager/an_file_view.c: Expand file manager
9573         nodes in idle loop, one at a time. Did as a possible work
9574         around for bug #361763, but it didn't make any difference.
9575         However, it could still be useful in situations where there
9576         are lots to expand.
9577         
9578         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
9580 2007-01-11  Naba Kumar  <naba@gnome.org>
9582         * plugins/editor/scintilla/LineMarker.h,
9583         plugins/editor/scintilla/LexBasic.cxx,
9584         plugins/editor/scintilla/LexHTML.cxx,
9585         plugins/editor/scintilla/include/SciLexer.h,
9586         plugins/editor/scintilla/include/Scintilla.h,
9587         plugins/editor/scintilla/include/Scintilla.iface,
9588         plugins/editor/scintilla/include/ScintillaWidget.h,
9589         plugins/editor/scintilla/LexBash.cxx,
9590         plugins/editor/scintilla/PlatGTK.cxx,
9591         plugins/editor/scintilla/ViewStyle.h,
9592         plugins/editor/scintilla/Editor.cxx,
9593         plugins/editor/scintilla/StyleContext.h,
9594         plugins/editor/scintilla/LexCPP.cxx,
9595         plugins/editor/scintilla/Converter.h,
9596         plugins/editor/scintilla/LexAU3.cxx,
9597         plugins/editor/scintilla/Editor.h,
9598         plugins/editor/scintilla/LexPerl.cxx,
9599         plugins/editor/scintilla/LexVB.cxx,
9600         plugins/editor/scintilla/ScintillaGTK.cxx,
9601         plugins/editor/scintilla/ViewStyle.cxx,
9602         plugins/editor/scintilla/PropSet.cxx,
9603         plugins/editor/scintilla/LexSQL.cxx,
9604         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
9605         version 1.71
9607 2007-01-11  Armin Burgmeier  <armin@arbur.net>
9609         Reviewed by Naba Kumar  <naba@gnome.org>:
9610         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
9611         selected for editing. This fixes bug #394218.
9613         * plugins/class-gen/plugin.c: Do not use project's root URI as project
9614         name if said URI is not known.
9616         * plugins/class-gen/window.c: When stripping function prefix away,
9617         include the trailing underscore because it is already set by the
9618         template.
9620         * plugins/class-gen/transform.c: Include "const char*" and "const
9621         gchar*" in the list for transforming a default C type to a GType.
9622         Don't access invalid memory when writing pointer_str in
9623         cg_transform_first_argument.
9625 2007-01-11  Naba Kumar  <naba@gnome.org>
9627         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
9628         pixmaps/anjuta.svg, pixmaps/Makefile.am,
9629         (renamed) pixmaps/anjuta_icon.png, src/main.c,
9630         libegg/test-actions.c, anjuta.desktop.in.in,
9631         anjuta.prj: Renamed application icon to 'anjuta.png' from
9632         'anjuta_icon.png'. Added more fields in desktop file.
9634         * mime/anjuta.xml: Added magic section.
9635         
9636         * (removed) mime/anjuta.applications,
9637         (removed) mime/anjuta.mime, mime/Makefile.am,
9638         (removed) mime/anjuta.keys,
9639         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
9640         registeration and added scalable icon. Also fixes bug #393680
9642 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
9644         Reviewed by Naba Kumar  <naba@gnome.org>:
9645         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
9646         and anjuta_status_progress_add_ticks() to check for progressbar 
9647         being realized before trying to update it.
9649 2007-01-10  Naba Kumar  <naba@gnome.org>
9651         * tagmanager/tm_workspace.c,
9652         po/POTFILES.in,
9653         plugins/debug-manager/Makefile.am,
9654         plugins/tools/scripts/Makefile.am,
9655         plugins/class-gen/plugin.c,
9656         plugins/class-gen/Makefile.am,
9657         global-tags/Makefile.am: Fixed make distcheck.
9659         * plugins/debug-manager/attach_process.c,
9660         plugins/debug-manager/attach_process.h,
9661         plugins/class-gen/action-callbacks.h,
9662         plugins/class-gen/action-callbacks.c,
9663         plugins/class-gen/class_gen.h,
9664         plugins/class-gen/class_gen.c: Deleted unused/old files.
9666         * (removed) scintilla, (added) plugins/editor/scintilla,
9667         plugins/editor/scintilla/lexers.make,
9668         plugins/editor/scintilla/Makefile.am,
9669         plugins/editor/Makefile.am
9670         configure.in, manuals/reference/libanjuta/Makefile.am
9671         Makefile.am: Moved scintilla to its right place.
9673 2007-01-09  Naba Kumar  <naba@gnome.org>
9675         * plugins/profile-default/plugin.c: Save project session before
9676         a new one is opened.
9678         * plugins/project-manager/plugin.c,
9679         plugins/project-manager/plugin.h,
9680         plugins/project-manager/anjuta-project-manager.ui,
9681         plugins/profile-default/plugin.c,
9682         plugins/profile-default/plugin.h,
9683         plugins/profile-default/Makefile.am,
9684         (added) plugins/profile-default/anjuta-default-profile.ui,
9685         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9686         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
9687         multiple projects support.
9688         
9689 2007-01-06  Armin Burgmeier  <armin@arbur.net>
9691         Reviewed by Naba Kumar  <naba@gnome.org>
9692         * plugins/class-gen/combo-flags.h:
9693         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
9694         enum, added a type parameter to selected signal. Select highlighted
9695         entry when pressing enter (but not unselect it if it was already
9696         selected) before closing the popup. Also accept input when clicking
9697         not into the popup.
9699         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
9700         according to selection type.
9702         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
9703         VOID:BOXED,ENUM.
9705 2007-01-08  Johannes Schmid <jhs@gnome.org>
9707   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
9708   * plugins/project-wizard/templates/gtkmm/Makefile.am
9709   * plugins/project-wizard/templates/python/configure.ac.tpl
9710   * plugins/project-wizard/templates/python/configure.in.tpl
9711   * plugins/project-wizard/templates/python/Makefile.am
9712   * plugins/project-wizard/templates/cpp/configure.ac.tpl
9713   * plugins/project-wizard/templates/cpp/configure.in.tpl
9714   * plugins/project-wizard/templates/cpp/Makefile.am
9715   * plugins/project-wizard/templates/terminal.wiz
9716   * plugins/project-wizard/templates/xlib-dock.wiz
9717   * plugins/project-wizard/templates/wxwin.wiz
9718   * plugins/project-wizard/templates/java.wiz
9719   * plugins/project-wizard/templates/xlib/configure.ac.tpl
9720   * plugins/project-wizard/templates/xlib/configure.in.tpl
9721   * plugins/project-wizard/templates/xlib/Makefile.am
9722   * plugins/project-wizard/templates/gcj/configure.ac.tpl
9723   * plugins/project-wizard/templates/gcj/configure.in.tpl
9724   * plugins/project-wizard/templates/gcj/Makefile.am
9725   * plugins/project-wizard/templates/terminal/configure.ac.tpl
9726   * plugins/project-wizard/templates/terminal/configure.in.tpl
9727   * plugins/project-wizard/templates/terminal/Makefile.am
9728   * plugins/project-wizard/templates/terminal/autogen.sh
9729   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
9730   * plugins/project-wizard/templates/wxwin/configure.in.tpl
9731   * plugins/project-wizard/templates/wxwin/Makefile.am
9732   * plugins/project-wizard/templates/gnome.wiz 
9733   * plugins/project-wizard/templates/java/configure.ac.tpl
9734   * plugins/project-wizard/templates/java/configure.in.tpl
9735   * plugins/project-wizard/templates/java/Makefile.am
9736   * plugins/project-wizard/templates/anjuta-plugin.wiz
9737   * plugins/project-wizard/templates/gtkmm.wiz
9738   * plugins/project-wizard/templates/python.wiz
9739   * plugins/project-wizard/templates/cpp.wiz
9740   * plugins/project-wizard/templates/gtk.wiz
9741   * plugins/project-wizard/templates/gcj.wiz
9742   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
9743   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
9744   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9746   Starting fixing of all project wizards:
9747   - rename configure.in to configure.ac
9748   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
9749   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
9750   (See #394184)
9751   
9752   * TODO.task: Added bug number to bounty
9754 2007-01-07  Johannes Schmid <jhs@gnome.org>
9756   *  plugins/build-basic-autotools.c:
9757   Fixed #392290 – Missed install as root option in project manager
9759 2007-01-07  Johannes Schmid <jhs@gnome.org>
9761   * plugins/sourceview/sourceview.c:
9762   Fixed #388731 – Odd editor behaviour after performing block-text operations
9763   Fixed #388727 – Block-tab does not work
9764   
9765   * plugins/sourceview/anjuta-document.h/c:
9766   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
9767   
9768   * configure.in:
9769   Require Gtk+ >= 2.10 for sourceview plugin
9771 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
9773         * libanjuta/anjuta-status.c:
9774         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
9776 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
9778         * configure.in,
9779         plugins/terminal/terminal.c:
9780         Fix bug #377027
9781         remove support for VTE < 0.9
9783 2007-01-06  Naba Kumar  <naba@gnome.org>
9785         * po/POTFILES.in: Updated
9787 2007-01-05  Adam Dingle  <adam@medovina.org>
9789         Reviewed by Naba Kumar  <naba@gnome.org>:
9790         * plugins/message-view/anjuta-message-manager-plugin.glade:
9791         Fixed bug #377903 (improve message color defaults).
9793 2007-01-05  Naba Kumar  <naba@gnome.org>
9795         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
9796         
9797 2007-01-03  Armin Burgmeier  <armin@arbur.net>
9799         Reviewed by  Naba Kumar  <naba@gnome.org>:
9800         * plugins/symbol-browser/test-class.h: Fixed block ends.
9802         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
9803         C-style-block comment.
9805         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
9806         allow lists when writing autogen definition files. This is required
9807         for the new class generator. Also fixed a wrong return value in
9808         npw_autogen_write_definition_file and set a GError in
9809         npw_autogen_execute when the output file could not be opened.
9811         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
9812         user interface.
9814         * plugins/class-gen/Makefile.am: Added templates subdir, removed
9815         goc_template_header and goc_template_source, added top_srcdir to
9816         includes, link against project wizard (also hopefully temporarily),
9817         removed class_gen.h, class_gen.c, action-callbacks.h,
9818         action-callbacks.c.
9820         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
9822         * plugins/class-gen/cell-renderer-flags.h:
9823         * plugins/class-gen/cell-renderer-flags.c:
9824         * plugins/class-gen/combo-flags.h:
9825         * plugins/class-gen/combo-flags.c:
9826         * plugins/class-gen/element-editor.c:
9827         * plugins/class-gen/element-editor.h:
9828         * plugins/class-gen/generator.c:
9829         * plugins/class-gen/generator.h:
9830         * plugins/class-gen/plugin.h:
9831         * plugins/class-gen/plugin.c:
9832         * plugins/class-gen/transform.c:
9833         * plugins/class-gen/transform.h:
9834         * plugins/class-gen/validator.c:
9835         * plugins/class-gen/validator.h:
9836         * plugins/class-gen/window.c:
9837         * plugins/class-gen/window.h: Rewrote class generator, it now allows
9838         adding of several class elements and uses autogen.
9840         * plugins/class-gen/templates/cc-header.tpl:
9841         * plugins/class-gen/templates/cc-source.tpl:
9842         * plugins/class-gen/templates/go-header.tpl:
9843         * plugins/class-gen/templates/go-source.tpl:
9844         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
9845         for the class generator.
9847         * configure.in: Added plugins/class-gen/templates/Makefile to output.
9849 2007-01-04  Naba Kumar  <naba@gnome.org>
9851         Patch from Nick Treleaven:
9852         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
9853         all matching symbols.
9854         
9855         Patches from  Maik Beckmann and Sébastien Granjoux:
9856         * plugins/profile-default/plugin.c,
9857         plugins/project-manager/plugin.c: Unescape project name. Fixes
9858         Bug #357151
9860 2007-01-04  Naba Kumar  <naba@gnome.org>
9862         * plugins/glade/plugin.c: Fixed compilation with
9863         older glade-3 version.
9864         
9865         Patch from Roland Illig:
9866         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
9867         plugins/sourceview/anjuta-document-saver.c,
9868         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
9869         are necessary to build anjuta on NetBSD 3.0
9871         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9872         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
9873         window manager in gnome.
9874         
9875 2007-01-02  Naba Kumar  <naba@gnome.org>
9876         
9877         * plugins/glade/plugin.c: Make it work with glade-3 svn.
9878         
9879 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
9881         Reviewed by Naba Kumar  <naba@gnome.org>:
9882         * libanjuta/interfaces/libanjuta.idl,
9883         plugins/debug-manager/Makefile.am,
9884         plugins/debug-manager/anjuta-marshal.list,
9885         plugins/debug-manager/debugger.c,
9886         plugins/debug-manager/sparse_buffer.c,
9887         plugins/debug-manager/sparse_buffer.h,
9888         plugins/debug-manager/sparse_view.c,
9889         plugins/debug-manager/sparse_view.h,
9890         plugins/debug-manager/disassemble.h,
9891         plugins/debug-manager/disassemble.c,
9892         plugins/debug-manager/anjuta-marshal.list,
9893         plugins/debug-manager/plugin.c,
9894         plugins/gdb/debugger.c,
9895         plugins/gdb/debugger.h,
9896         plugins/gdb/plugin.c:
9897         Add a disassembly view window
9899         * plugins/debug-manager/breakpoints.c,
9900         plugins/debug-manager/chunk_view.c,
9901         plugins/debug-manager/locals.c,
9902         plugins/debug-manager/memory.c,
9903         plugins/debug-manager/registers.c,
9904         plugins/debug-manager/stack_trace.c:
9905         Add some debugging information 
9907 2006-12-18  Naba Kumar  <naba@gnome.org>
9909         * configure.in, plugins/glade/plugin.c: Allow building against both
9910         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
9912 2006-12-03  Naba Kumar  <naba@gnome.org>
9913         
9914         * TODO.tasks: Marked a bounty completed.
9916 2006-11-24  Adam Dingle <adam@medovina.org>
9918         Reviewed by Naba Kumar  <naba@gnome.org>:
9919         * plugins/build-basic-autotools/build-basic-autotools.c,
9920         plugins/debug-manager/watch.c,
9921         plugins/document-manager/plugin.c, 
9922         plugins/patch/plugin.c,
9923         plugins/project-manager/plugin.c:
9924         Fixed bug #378879 (several command names need ellipses).
9926 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
9928         Reviewed by: Naba Kumar  <naba@gnome.org>
9929         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9930         GCC 4.1.2 (there are only two warnings remaining now when compiling
9931         plugins).
9933         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
9935         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
9936         macro so that the generated function support a NULL plugin parameter.
9938         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
9939         in debug_tree_find_expression by freeing memory returned by the call
9940         to gtk_tree_model_get instead of the parameter string.
9942 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
9944         * plugins/debug-manager/breakpoints.c:
9945         Fix bug #378850
9947         * plugins/debug-manager/anjuta-debug-manager.ui,
9948         plugins/debug-manager/debugger.c,
9949         plugins/debug-manager/plugin.c:
9950         Fix bug #378871
9952 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
9954         * libanjuta/anjuta-launcher.c,
9955         plugins/gdb/debugger.c:
9956         Fix bug #377061
9958 2006-11-21  Naba Kumar  <naba@gnome.org>
9960         * plugins/search/search_preferences.c: Fixed build break.
9961         
9962 2006-11-20  Naba Kumar  <naba@gnome.org>
9963         
9964         Patch from Kjartan Maraas:
9965         * plugins/cvs-plugin/cvs-interface.c,
9966         plugins/document-manager/plugin.c,
9967         plugins/gtodo/interface.c,
9968         plugins/gtodo/libgtodo.h,
9969         plugins/message-view/anjuta-msgman.c,
9970         plugins/project-wizard/druid.c,
9971         plugins/search/search_preferences.c,
9972         plugins/sourceview/sourceview-prefs.c,
9973         plugins/terminal/terminal.c,
9974         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
9976         Patch from Przemysław Grzegorczyk:
9977         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
9978         plugins/subversion/anjuta-subversion.glade: Enable files in
9979         fileselection dialog. Fixes bug #376031.
9980         
9981 2006-11-17  Adam Dingle <adam@medovina.org>
9983         Reviewed by: Naba Kumar  <naba@gnome.org>
9984         * plugins/build-basic-autotools/build-basic-autotools.c
9985         * plugins/class-gen/anjuta-class-gen.plugin.in
9986         * plugins/debug-manager/breakpoints.c
9987         * plugins/debug-manager/plugin.c
9988         * plugins/devhelp/plugin.c
9989         * plugins/document-manager/plugin.c
9990         * plugins/gdb/debugger.c
9991         * plugins/glade/anjuta-glade.plugin.in
9992         * plugins/gtodo/plugin.c
9993         * plugins/language-support-cpp-java/plugin.c
9994         * plugins/message-view/plugin.c
9995         * plugins/project-import/anjuta-project-import.glade
9996         * plugins/project-import/anjuta-project-import.plugin.in
9997         * plugins/search/plugin.c
9998         * plugins/tools/scripts/tools-2.xml.in
9999         * plugins/valgrind/plugin.c
10000         * src/anjuta-actions.h:
10001         Fixed bug #376335 "menu items should be capitalized".  Minor
10002         grammar edits.
10004 2006-11-20  Naba Kumar  <naba@gnome.org>
10005         
10006         * configure.in: Fixed build.
10008         Patch from: Arjan Timmerman
10009         *configure.in: Make subvesion plugin build for apr 1.x.
10010         Fixes: Bug #364754.
10011         
10012 2006-11-20  Johannes Schmid <jhs@gnome.org>
10014         * configure.in
10015         * plugins/*/*.[ch]:
10016         Removed patches from Sylvain and Günther. They caused not problems but
10017         Naba was against them.
10019 2006-11-20  Johannes Schmid <jhs@gnome.org>
10021         * Removed me from MAINTAINERS
10023 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10025         * configure.in:
10026         Use apr-1 instead of apr-0
10028 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10030         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10031         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10032         and another bug occuring when parsing .pc file containing quotes.
10034 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10036         * plugins/*/*.[ch]: Use class macro for type casting.
10038         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10039         GCC 4.1.2 (there are only two warnings remaining now when compiling
10040         plugins).
10042         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10043         a memory leak in debug_tree_find_expression; g_free was called on
10044         the parameter instead of the memory allocated by gtk_tree_model_get.
10046         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10047         to declare and initialize the global type variable of the plugin.
10049 2006-10-31  Naba Kumar  <naba@gnome.org>
10051         * global-tags/create_global_tags.sh.in: Added an end message.
10052         
10053         * libanjuta/anjuta-launcher.h: Fixed indentation.
10054         
10055         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10056         creation to a) append the messages in right way, b) Connect signals
10057         to the view properly and c) Recreate the system-tags.cache at the
10058         end of the generation.
10060         * plugins/symbol-browser: Fixed action path (double
10061         click on sysmbols was not working).
10063         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10064         Fixed typedef and removed dead code.
10066         * tagmanager/c.c: Took the latest version from ctags source
10067         repository, because the one we had (from ctags 5.6) was broken.
10068         
10069         * global_tags/create_global_tags.sh.in: Reverted the patch from
10070         Sylvain because it was not right fix (and added a helpful comment).
10071         Used /bin/bash to fix the bashism and generated separate log files
10072         for each tag files in the same directory.
10073         
10074 2006-10-29  Naba Kumar  <naba@gnome.org>
10076         * plugins/editor/text_editor.c: Use a temporary file
10077         to save the editor and move it at the end to original
10078         file. This will prevent data corruption if file save
10079         failed for any reason. Also report proper errors when
10080         file save fails. Fixes bug #346575.
10081         
10082 2006-10-26  Naba Kumar  <naba@gnome.org>
10084         * plugins/document-manager/anjuta-docman.c: Do not load
10085         the same files with different path more than once (happens
10086         with symlinked files). Fixes Bug #323591.
10088 2006-10-25  Naba Kumar  <naba@gnome.org>
10090         * plugins/valgrind/vgactions.c: Fixed a warning.
10092 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10094         Reviewed by Naba Kumar  <naba@gnome.org>:
10096         * plugins/valgrind/vgtoolview.c:
10097         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10099         * plugins/valgrind/bugged-prg-test.c:
10100         No more warning during compilation with GCC 4.1.
10101         Program is still buggy in order to be used as a test of the
10102         plugin.
10104         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10105         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10106         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10107         plugins/valgrind/vgrule.c:
10108         No more warning during compilation with GCC 4.1.
10110         * plugins/valgrind/plugin.c:
10111         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10112         prototype (was missing from previous patch).
10114 2006-10-24  Naba Kumar  <naba@gnome.org>
10116         * plugins/glade/plugin.c: Show glade tree view, not list view.
10117         
10118         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10119         exited with glade plugin still loaded. Fixes Bug #364755.
10121         * plugins/document-manager/anjuta-document-manager.plugin.in:
10122         Added application/x-reject in accepted mime-types.
10123         
10124         * Changelog: Fixed changelog alignments.
10126 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10128         Reviewed by: Naba Kumar  <naba@gnome.org>
10129         
10130         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10131         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10132         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10133         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10134         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10135         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10136         plugins/valgrind/vgsearchbar.c:
10137         Use class macro for type casting.
10139         * plugins/valgrind/plugin.h:
10140         Don't force cast a GtkActionGroup to a GtkAction.
10142         * plugins/valgrind/plugin.c:
10143         Use correct API to get path of the preoject root when building
10144         the list of targets for the run action.
10145         Correct ordering of the construction of the preferences widgets.
10146         Only remove the valgrind widget if it is currently displayed.
10148         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10149         Return if check_valgrind_binary() fails.
10150         The ValgrindPluginPrefs object is initialized after the call to
10151         vg_action_new. Take a handle to the location of the pointer to
10152         the future object.
10154 2006-10-24  Naba Kumar  <naba@gnome.org>
10156         * HACKING: Updated coding sample.
10157         
10158         Patch from: Armin Burgmeier  <armin@arbur.net>
10159         * plugins/symbol-browser/test-class.h,
10160         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10161         
10162 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10164         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10165         * plugins/valgrind/vgtoolview.h:
10166         Correctly handle the argv / srcdir of vg_tool_view object. Do
10167         not leak memory associated with those arrays.
10169         * plugins/symbol-browser/an_symbol_prefs.c:
10170         Support unloading / reloading of the module (for example when
10171         closing a project and opening another one).
10173         * plugins/project-manager/plugin.c:
10174         Remove plugin widget before removing plugin itself, preventing
10175         a crash with valgrind plugin.
10177         * libanjuta/anjuta-preferences-dialog.c:
10178         Do not use the page_num returned by gtk_notebook_append_page to
10179         remove the page as it cause bugs when pages removal is not done
10180         in LIFO.
10182         * plugins/document-manager/anjuta-docman.c:
10183         Fix some GTK+ warnings.
10185         * global-tags/create_global_tags.sh.in:
10186         Rewrite script to remove bash-ism and use pkg-config directly
10187         instead of parsing the *.pc file by hand. This solve problems
10188         that occurred when one of the directory in PKG_CONFIG_PATH is
10189         empty.
10191 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10193         * plugins/glade/plugin.c: Fix build (#363884)
10195 2006-10-22  Johannes Schmid <jhs@gnome.org>
10197         * plugins/file-manager/an_file_view.c:
10198         * plugins/file-manager/plugin.c:
10199         * plugins/file-manager/plugin.h:
10200         Fix possible crasher when changing project-root uri when we try to restore open nodes
10201         * AUTHORS: Updated
10203 2006-10-19  Naba Kumar  <naba@gnome.org>
10205         Patch from: Juan Pablo Ugarte
10206         * plugins/glade/plugin.c: Include glade header
10207         correctly.
10208         
10209 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10210         
10211         * plugins/debug-manager/Makefile.am,
10212         plugins/debug-manager/sexy-icon-entry.h,
10213         plugins/debug-manager/sexy-icon-entry.c,
10214         plugins/debug-manager/dataview.c:
10215         Fix bug #358134 (Goto memory prompt)
10216         Use sexy-icon-entry from libsexy 0.1.10
10218         * plugins/debug-manager/debugger.c,
10219         plugins/debug-manager/plugin.c,
10220         plugins/debug-manager/start.c,
10221         plugins/gdb/debugger.c,
10222         plugins/gdb/plugin.c:
10223         Better error handling when starting and stopping debugger
10225 2006-10-13  Maik Beckmann <maik@eigenco.de>
10227         * src/action_callbacks.c:
10228         Fixed bug #361830 (AboutDialog does not close) which is caused 
10229         due to a change in Gtk+ 2.10  
10230   
10231 2006-10-12  Adam Dingle <adam@medovina.org>
10233         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10235         * plugins/search/search-replace.c:
10236         Fixed bug #358068 (indicate when Find in Files is complete)
10238         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10240         * plugins/sourceview/sourceview-prefs.c:
10241         * plugins/sourceview/sourceview.glade:
10242         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10244         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10246         * plugins/devhelp/plugin.c:
10247         * plugins/search/plugin.c: 
10248         Fixed bug #359750 (fix find/replace shortcut keys).
10250         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10251         use Alt+key for shortcuts)
10253         *  plugins/debug-manager/debug_tree.c:
10254         *  plugins/debug-manager/debugger.c:
10255         Fixed bug #359317 (can't load debug manager)
10257         * /plugins/document-manager/plugin.c:
10258         Fixed bug #359259 (highlight modes listed in reverse 
10259         alphabetical order).
10261 2006-10-10  Johannes Schmid <jhs@gnome.org>
10263         * plugins/glade/plugin.c:
10264         Add scrollbars to glade project window
10266 2006-10-10  Johannes Schmid <jhs@gnome.org>
10268         * libanjuta/interfaces/Makefile.am.iface:
10269         Fixed Makefile with broke build
10271 2006-10-07  Johannes Schmid <jhs@gnome.org>
10273         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10274         * libanjuta/interfaces/Makefile.iface.am:
10275         Fixed enum types generation
10277         * libanjuta/interfaces/libanjuta.idl:
10278         Fixed some strange typo
10280 2006-10-06  Johannes Schmid <jhs@gnome.org>
10282         * libanjuta/interfaces/Makefile.iface.am:
10283         Fixed enum-types.h generation
10284         * libanjuta/interfaces/libanjuta.idl:
10285         char* => gchar*
10286         IAnjutaTODO::load should take const gchar* argument
10287         Remove include to libanjuta/e-splash.h which is not installed as header file
10288         Disable get_attributes for now
10289         
10290         * pluings/sourceview/sourceview.c: Disabled get_attributes
10291         
10292         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10294 2006-10-05  Naba Kumar  <naba@gnome.org>
10296         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10297         Set bug id for 'Profiler plugin' task.
10299 2006-10-03  Naba Kumar  <naba@gnome.org>
10301         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10302         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10304         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10305         plugins/project-manager/plugin.c: Added a new API in
10306         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10307         Added some documentation. On project close, close all editors that
10308         has files opened for the project.
10309         
10310         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10311         from the containers on anjuta_shell_remove_widget(). Do not destroy
10312         glade widgets once created.
10313         
10314 2006-10-03  Johannes Schmid <jhs@gnome.org>
10316         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10317         * libanjuta/interfaces/libanjuta.idl:
10318         const-List<> => const List<>
10319         List-free<> => List<>
10320         
10321         * Makefile.am: Reenabled launcher
10323 2006-10-03  Johannes Schmid <jhs@gnome.org>
10325         * libanjuta/interfaces/Makefile.am.iface:
10326         Install libanjuta.idl
10328 2006-10-02  Adam Dingle <adam@medovina.org>
10330         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10332 2006-10-02  Adam Dingle <adam@medovina.org>
10334         * plugins/editor/style-editor.c: fixed bug #357534
10335         * plugins/gdb/utilities.h: removed 2 unused declarations
10337 2006-10-02  Johannes Schmid <jhs@gnome.org>
10339         * Makefile.am: disabled anjuta-launcher
10340         * libanjuta/Makefile.am:
10341         
10342         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10343         * libanjuta/glue-factory.c: (glue_factory_add_path),
10344         (glue_factory_get_path):
10345         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10346         * libanjuta/glue-factory.h:
10347         * libanjuta/glue-cpp.h:
10348         * libanjuta/glue-cpp.c:
10349         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10350         
10351         * libanjuta/interfaces/Makefile.am.iface:
10352         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10353         * libanjuta/interfaces/libanjuta.idl:
10354         Add a new features to idl compiler:
10355         List<Type> => List of Type
10356         List-free<Type> => List of Type, it is up to the caller to free items and list
10357         const-List(-free)<Type> = const List of Types
10358         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10359         
10360         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10361         (generic_cpp_class_create_code):
10362         Adapted to new project_manager interface
10363         
10364         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10365         * plugins/debug-manager/debugger.c:
10366         (ivariable_debugger_iface_init):
10367         Do not use C++ keyword "delete" for interface name
10368         
10369         * plugins/document-manager/anjuta-document-manager.plugin.in:
10370         Added m4 to mime-types
10371         
10372         * plugins/project-manager/plugin.c:
10373         (iproject_manager_add_source_multi):
10374         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10376 2006-10-01  Naba Kumar  <naba@gnome.org>
10378         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10379         UI file used when out-of-process devhelp is used instead of
10380         embedded devhelp.
10381         
10382         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10383         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10384         plugins/profile-default/default.anjuta: Build devhelp plugin,
10385         but use out-of-process devhelp if devhelp plugin is disabled
10386         (either by user or devhelp is not installed). Disabled devhelp
10387         plugin by default. Added it in default profile.
10389 2006-10-01  Naba Kumar  <naba@gnome.org>
10391         * plguins/project-manager/plugin.c: Possible fix for crash
10392         bug #358583.
10393         
10394         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10395         set dep to last version 3.0.2.
10396         
10397         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10398         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10399         plugins/symbol-browser/plugin.c: Use the right action group
10400         for getting popup actions (Fixes lots of assertion failures).
10402         * plugins/project-manager/plugin.c,
10403         plugins/project-manager/plugin.h: use separate action group
10404         for profie actions.
10405         
10406         * plugins/message-view/plugin.c: Disconnect session load
10407         signal on plugin deactivation (fixes a crash).
10409 2006-09-30  Naba Kumar  <naba@gnome.org>
10411         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10412         * TODO.tasks: Assigned a bounty to Massimo.
10414 2006-09-29  Naba Kumar  <naba@gnome.org>
10416         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10418 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10420         * plugins/debug-manager/debugger.c,
10421         plugins/debug-manager/plugin.c,
10422         libanjuta/interfaces/libanjuta.idl:
10423         Add a new abort command to quit debugger without waiting
10425         * plugins/gdb/debugger.c,
10426         plugins/gdb/debugger.h,
10427         plugins/gdb/plugin.c:
10428         Send a signal directly to the debugged program
10429         Implement abort command
10431         * plugins/debug-manager/debug_tree.c:
10432         Fix bug #358163
10434         * plugins/debug-manager/stack-trace.c:
10435         Fix bug #358009
10437 2006-09-29  Naba Kumar  <naba@gnome.org>
10439         * TODO.tasks: Updated.
10440         
10441         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10442         dialog.
10443         
10444         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10445         
10446         * TODO.tasks: Updated in light of the word wrapping fix
10447         in Tasks Manager. Added a test bounty entry.
10449         * TODO.tasks: Added four bounties.
10450         
10451 2006-09-28  Naba Kumar  <naba@gnome.org>
10453         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10454         Added 'customizable' parameter to
10455         anjuta_ui_add_action_group_entries() and similar functions to
10456         allow user configuration of the actions. Filter out actions that
10457         are not configurable items (such as submenu items). Now the
10458         'Customize shortcuts' dialog is much better listed.
10460         * plugins/build-basic-autotools/build-basic-autotools.c,
10461         plugins/build-basic-autotools/build-basic-autotools.h,
10462         plugins/cvs-plugin/plugin.c,
10463         plugins/cvs-plugin/plugin.h,
10464         plugins/debug-manager/breakpoints.c,
10465         plugins/debug-manager/plugin.c,
10466         plugins/debug-manager/stack_trace.c,
10467         plugins/debug-manager/watch.c,
10468         plugins/devhelp/plugin.c,
10469         plugins/document-manager/plugin.c,
10470         plugins/file-loader/plugin.c,
10471         plugins/file-manager/plugin.c,
10472         plugins/glade/plugin.c,
10473         plugins/gtodo/interface.c,
10474         plugins/gtodo/plugin.c,
10475         plugins/language-support-cpp-java/plugin.c,
10476         plugins/macro/plugin.c,
10477         plugins/macro/plugin.h,
10478         plugins/message-view/plugin.c,
10479         plugins/patch/plugin.c,
10480         plugins/profile-default/default.anjuta,
10481         plugins/project-manager/plugin.c,
10482         plugins/project-manager/plugin.h,
10483         plugins/sample1/plugin.c,
10484         plugins/search/plugin.c,
10485         plugins/subversion/plugin.c,
10486         plugins/subversion/plugin.h,
10487         plugins/symbol-browser/plugin.c,
10488         plugins/symbol-browser/plugin.h,
10489         plugins/tools/plugin.c,
10490         plugins/valgrind/plugin.c,
10491         plugins/valgrind/plugin.h: Fixed to take care of above change
10492         in API of AnjutaUI. Properly added/removed action groups in some
10493         plugins. Split action groups into customization and non-customizable
10494         groups and added them separately.
10496         * plugins/document-manager/plugin.c: Close files belonging to
10497         project when project is closed (not complete).
10498         
10499         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10500         vertical aligned cell entries.
10501         
10502         * src/anjuta-app.c: Define macros for the placeholder names.
10503         Set default widths and heights of the default placeholders,
10504         so that newly docked widgets are correclty sized.
10505         
10506         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10507         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10508         Fixed to generated correct actions addition/removal code.
10510 2006-09-25  Naba Kumar  <naba@gnome.org>
10512         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10513         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10514         class.
10515         
10516         * plugins/message-view/anjuta-msgman.c,
10517         plugins/message-view/anjuta-msgman.h,
10518         plugins/message-view/message-view.c,
10519         plugins/message-view/message-view.h,
10520         plugins/message-view/plugin.c: Serialize messages panes in
10521         session save and deserialize them in session load so that
10522         build messages persistant.
10523         
10524 2006-09-24  Johannes Schmid <jhs@gnome.org>
10526         * libanjuta/anjuta-utils.c:
10527         * plugins/message-view/message-view.c:
10528         Really fixed #355407
10530 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10532         * libanjuta/interfaces/libanjuta.idl:
10533         Change one variable sign
10535         * plugins/debug-manager/anjuta-debug-manager.glade,
10536         plugins/debug-manager/anjuta-debug-manager.ui:
10537         Few small interface changes     
10539         * plugins/debug-manager/debug_tree.h,
10540         plugins/debug-manager/watch.c,
10541         plugins/debug-manager/debugger.c,
10542         plugins/debug-manager/plugin.c
10543         plugins/gdb/debugger.c,
10544         plugins/gdb/plugin.c:
10545         Big rewrite of debugger queue
10546         Allow to cancel command
10548         * plugins/debug-manager/memory.c:
10549         Fix a bug if a command is cancelled
10551 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
10553         * plugins/gdb/debugger.c,
10554         plugins/debug-manager/debug_tree.c,
10555         plugins/debug-manager/locals.c:
10556         Restore tree representation for local variable
10557         Add argument in local variable list
10558         Use gdb variable object to get all informations
10560 2006-09-19  Naba Kumar  <naba@gnome.org>
10562         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
10563         that implements AnjutaSavePrompt class.
10565         * ChangeLog: Fixed indentation.
10566         
10567         * libanjuta/Makefile.am,
10568         libanjuta/anjuta-marshal.list,
10569         libanjuta/anjuta-shell.c,
10570         libanjuta/anjuta-shell.h,
10571         plugins/document-manager/action-callbacks.c,
10572         plugins/document-manager/action-callbacks.h,
10573         plugins/document-manager/anjuta-docman.c,
10574         plugins/document-manager/anjuta-docman.h,
10575         plugins/document-manager/plugin.c,
10576         src/anjuta.c: Impletemnted save prompt dialog to prompt for
10577         unsaved items during exit. A new signal is added in shell
10578         interface called 'save-prompt' to collect all unsaved items.
10579         Create AnjutaSavePrompt class (dialog) to process unsaved items.
10580         Fixed document manager to use the new save-prompt signal in shell
10581         and AnjutaSavePrompt object for unsaved files. Cleaned up
10582         AnjutaDocman to synchronously save new files. Fixed function
10583         names.
10585 2006-09-18  Johannes Schmid <jhs@gnome.org>
10587         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
10588         gdl requirement to 0.7.0
10590 2006-09-18  Johannes Schmid <jhs@gnome.org>
10592         * global-tags/.cvsignore:
10593         * global-tags/Makefile.am:
10594         * global-tags/create_global_tags.sh (removed):
10595         * global-tags/create_global_tags.sh.in (added):
10596         Fixed #355407
10597         
10598         * libanjuta/anjuta-launcher.c:
10599         Fixed #349374
10600         
10601         * plugins/project-manager/plugin.c:
10602         (project_manager_plugin_close_project):
10603         Fixed crasher
10604         
10605         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
10606         Fixed gtk critical
10607         
10608         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
10609         More reasonable toolbar creation/deletition though it does
10610         not completly work!
10612 2006-09-15  Johannes Schmid <jhs@gnome.org>
10614         * libanjuta/anjuta-utils.c/.h:
10615         Fixed #355168
10617 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
10619         * scintilla/ScintillaGTK.cxx
10620         Fixed doulbe freeing in Scintilla
10622 2006-09-12  Johannes Schmid  <jhs@gnome.org>
10624         * plugins/symbol-browser/an_symbol_prefs.c:
10625         Support unloading / reloading of the module (for example when
10626         closing a project and opening another one).
10628         * plugins/project-manager/plugin.c:
10629         Really fixed #355148 (Show project name in title bar)
10631 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10633         * libanjuta/plugins.c:
10634         Fixed #355156 (Show plugins in alphabetical order)
10636 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10638         * plugins/project-manager/plugin.c:
10639         Fixed #355148 (Show project name in title bar)
10641 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10643         * plugins/project-manager/plugin.c:
10644         (value_removed_project_root_uri):
10645         Fixed crasher if project cannot be opened
10647 2006-08-30 Naba Kumar  <naba@gnome.org>
10649         * plugins/language-support-cpp-java/plugin.[c,h],
10650         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10651         Impletemnted UI for auto indent.
10652         
10653 2006-08-28 Naba Kumar  <naba@gnome.org>
10654         
10655         * plugins/gvim/.cvsignore,
10656         plugins/gvim/Makefile.am,
10657         plugins/gvim/anjuta-vim-plugin.png,
10658         plugins/gvim/anjuta-vim.c,
10659         plugins/gvim/anjuta-vim.h,
10660         plugins/gvim/anjuta-vim.plugin.in,
10661         plugins/gvim/gtkvim.c,
10662         plugins/gvim/gtkvim.h,
10663         plugins/gvim/plugin.c,
10664         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
10665         in build yet.
10667 2006-08-28 Naba Kumar  <naba@gnome.org>
10669         Patch from: Massimo Corà  <maxcvs@email.it>
10670         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
10671         possible infinite loop.
10673 2006-08-22 Adam Dingle <adam@medovina.org>
10674         
10675         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
10676         to edit are shown in the preferences dialog in anjuta").
10677         Removed unused widgets from the style editor dialog.
10679 2006-08-21  Johannes Schmid <jhs@gnome.org>
10681         * plugins/symbol-browser/test-class.[cpp/h]
10682         Added missing files
10684 2006-08-18  Naba Kumar  <naba@gnome.org>
10686         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
10687         end of document loading.
10689         * plugins/language-support-cpp-java/plugin.c,
10690         plugins/sourceview/sourceview.c: Fixed plugin loading.
10692 2006-08-17  Naba Kumar  <naba@gnome.org>
10694         * plugins/language-support-cpp-java/plugin.c,
10695         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
10696         mode line parsing. Indentation parameters initialized based on
10697         mode line parameters.
10699 2006-08-16  Naba Kumar  <naba@gnome.org>
10701         * Makefile.am, plugins/editor/text_editor.c,
10702         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
10703         comments.
10705 2006-08-16 Naba Kumar  <naba@gnome.org>
10707         Patch from  Massimo Cora'  <maxcvs@email.it>:
10708         
10709         * plugins/editor/aneditor-autocomplete.cxx,
10710         plugins/editor/aneditor-calltip.cxx,
10711         plugins/symbol-browser/Makefile.am,
10712         plugins/symbol-browser/an_symbol.c,
10713         plugins/symbol-browser/an_symbol_view.c,
10714         plugins/symbol-browser/plugin.c,
10715         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
10716         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
10717         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
10718         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
10719         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
10720         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
10721         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
10722         tagmanager/get.h, tagmanager/html.c,
10723         tagmanager/include/tm_source_file.h,
10724         tagmanager/include/tm_tag.h,
10725         tagmanager/include/tm_workspace.h,
10726         tagmanager/jscript.c, tagmanager/keyword.c,
10727         tagmanager/keyword.h, tagmanager/lisp.c,
10728         tagmanager/lregex.c, tagmanager/lua.c,
10729         tagmanager/main.h, tagmanager/make.c,
10730         tagmanager/options.c, tagmanager/options.h,
10731         tagmanager/parse.c, tagmanager/parse.h,
10732         tagmanager/parsers.h, tagmanager/pascal.c,
10733         tagmanager/perl.c, tagmanager/php.c,
10734         tagmanager/python.c, tagmanager/read.c,
10735         tagmanager/read.h, tagmanager/readtags.c,
10736         tagmanager/readtags.h, tagmanager/rexx.c,
10737         tagmanager/routines.c, tagmanager/routines.h,
10738         tagmanager/ruby.c, tagmanager/scheme.c,
10739         tagmanager/sh.c, tagmanager/slang.c,
10740         tagmanager/sml.c, tagmanager/sort.c,
10741         tagmanager/sort.h, tagmanager/sql.c,
10742         tagmanager/strlist.c, tagmanager/strlist.h,
10743         tagmanager/tcl.c, tagmanager/tm_source_file.c,
10744         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
10745         tagmanager/tm_workspace.c, tagmanager/verilog.c,
10746         tagmanager/vim.c, tagmanager/vstring.c,
10747         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
10748         5.6 and namespace completion fixed.
10750         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10751         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
10753 2006-08-15 Naba Kumar  <naba@gnome.org>
10755         * libanjuta/interfaces/libanjuta.idl,
10756         plugins/editor/text-editor-iterable.c,
10757         plugins/editor/text_editor.c,
10758         plugins/sourceview/sourceview-cell.c,
10759         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
10760         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
10761         ianjuta_editor_end_action().
10762         
10763         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
10765 2006-08-13 Naba Kumar  <naba@gnome.org>
10767         * plugins/debug-manager/breakpoints.c,
10768         plugins/debug-manager/memory.c,
10769         plugins/debug-manager/registers.c,
10770         src/layout.xml: Fixed debugger widgets layout.
10772 2006-08-12 Naba Kumar  <naba@gnome.org>
10774         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
10775         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
10776         plugins/editor/editor.glade, plugins/editor/text_editor.h,
10777         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
10778         codes and dead codes. Removed automatic indentation prefs.
10780 2006-08-12  Johannes Schmid <jhs@gnome.org>
10782         * libanjuta/Makefile.am:
10783         * libanjuta/anjuta-launcher.c:
10784         * libanjuta/anjuta-launcher.h:
10785         * libanjuta/anjuta-plugin.c:
10786         * libanjuta/anjuta-plugin.h:
10787         * libanjuta/anjuta-preferences.c:
10788         * libanjuta/anjuta-preferences.h:
10789         * libanjuta/anjuta-shell.c:
10790         * libanjuta/anjuta-shell.h:
10791         * libanjuta/libanjuta.h:
10792         
10793         Made wrapper friendly:
10794         - no inline in header files (preferences_set/get)
10795         - correct signal names
10796         - correct GError** argument in anjuta_shell_freeze/thaw
10797         - include correct files in libanjuta.h
10798         
10799         * plugins/project-manager/plugin.c: 
10800         Fixed two crashers
10802 2006-08-11 Naba Kumar  <naba@gnome.org>
10804         * plugins/editor/aneditor-priv.h,
10805         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
10806         
10807         * plugins/editor/text_editor_cbs.c,
10808         plugins/sourceview/anjuta-view.c: Pass the right position for char
10809         added signal.
10810         
10811         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
10812         
10813         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
10815 2006-08-11 Naba Kumar  <naba@gnome.org>
10817         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
10818         return the right character at the iter position and get_char() to
10819         not leak memory.
10821         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
10822         to set to character offset and not byte index.
10824         * plugins/language-support-cpp-java/plugin.c: Improved
10825         auto-indentation login. Indents opening and closing braces correctly.
10827 2006-08-10  Johannes Schmid <jhs@gnome.org>
10829         * INSTALL:
10830         * autogen.sh:
10831         Required automake = 1.9
10833         * libanjuta/anjuta-children.c:
10834         * libanjuta/anjuta-children.h:
10835         * libanjuta/anjuta-encodings.h:
10836         * libanjuta/anjuta-launcher.h:
10837         * libanjuta/anjuta-plugin-description.h:
10838         * libanjuta/anjuta-preferences-dialog.h:
10839         * libanjuta/anjuta-preferences.h:
10840         * libanjuta/anjuta-session.h:
10841         * libanjuta/anjuta-status.h:
10842         * libanjuta/anjuta-ui.h:
10843         * libanjuta/anjuta-utils.c:
10844         * libanjuta/anjuta-utils.h:
10845         * libanjuta/e-splash.h:
10846         * libanjuta/glue-factory.h:
10847         * libanjuta/glue-plugin.h:
10848         * libanjuta/plugins.h:
10849         * libanjuta/resources.h:
10850         Fixed libanjuta to be able to wrap it
10851         - G_BEGIN_DECLS, G_END_DECLS
10852         - include all necessary files in libanjuta.h
10854         * plugins/gtodo/tray-icon.c:
10855         * plugins/terminal/terminal.c:
10856         Some build fixes for freebsd
10858         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10859         * plugins/sourceview/sourceview.glade:
10860         Remove auto-indent feature as it is now in language-support
10862 2006-08-09 Naba Kumar  <naba@gnome.org>
10864         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
10865         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10866         Added missing files.
10868         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
10869         get_use_spaces(), set_tabsize() and set_use_spaces().
10871 2006-08-09 Naba Kumar  <naba@gnome.org>
10873         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
10874         succeeded in activating.
10876         * plugins/document-manager/plugin.c: Added debug message.
10878         * libanjuta/interfaces/libanjuta.idl,
10879         plugins/editor/text_editor.c: Implemented get_tabsize(),
10880         get_use_spaces(), set_tabsize() and set_use_spaces().
10882         * plugins/language-support-cpp-java/Makefile.am,
10883         plugins/language-support-cpp-java/plugin.c,
10884         plugins/language-support-cpp-java/plugin.h: Used editor parameters
10885         for indentation. Added preferences page for paramenters.
10887         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
10889 2006-08-08 Naba Kumar  <naba@gnome.org>
10891         * libanjuta/interfaces/libanjuta.idl,
10892         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10893         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10894         plugins/editor/text_editor.c,
10895         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
10896         and implemented it for both scintilla and sourceview.
10898         * plugins/search/plugin.c: Use the new grab_focus() to transfer
10899         focus back to editor (happens when pressing esc in incremental
10900         search box).
10902 2006-08-08 Naba Kumar  <naba@gnome.org>
10904         * libanjuta/interfaces/libanjuta.idl,
10905         plugins/editor/text_editor.c,
10906         plugins/editor/text_editor.h,
10907         plugins/editor/text-editor-iterable.c,
10908         plugins/sourceview/sourceview-cell.c,
10909         plugins/sourceview/sourceview.c: Implemented editor attributes
10910         methods.
10911         
10912         * plugins/editor/aneditor.cxx: Disabled old indentation code.
10913         plugins/language-support-cpp-java/plugin.c: Implemented indentation
10914         code (not complete yet).
10916         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
10917         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
10918         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10919         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
10920         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10921         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
10923 2006-08-04 Naba Kumar  <naba@gnome.org>
10925         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
10926         implementation.
10927         
10928 2006-08-03  Johannes Schmid <jhs@gnome.org>
10930         * configure.in: Add a more informative text to valgrind plugin
10932         * TODO.tasks:
10933         Modified Preferences tasl
10934         * libanjuta/anjuta-plugin.c: 
10935         * libanjuta/anjuta-preferences-dialog.c: 
10936         * libanjuta/anjuta-preferences-dialog.h:
10937         * libanjuta/anjuta-preferences.c:
10938         * libanjuta/anjuta-preferences.h:
10939         * libanjuta/interfaces/Makefile.am.iface:
10940         * libanjuta/interfaces/libanjuta.idl:
10941         Added IAnjutaPreferences interface which every plugin that has preferences should
10942         implement. Call merge() and unmerge() at plugin activation/deactivation.
10943         Fixed preferences_page_remove()
10944         
10945         * plugins/build-basic-autotools/build-basic-autotools.c:
10946         * plugins/cvs-plugin/plugin.c: 
10947         * plugins/document-manager/plugin.c:
10948         * plugins/editor/plugin.c:
10949         * plugins/editor/plugin.h:
10950         * plugins/file-manager/plugin.c: 
10951         * plugins/gtodo/main.h:
10952         * plugins/gtodo/plugin.c: 
10953         * plugins/gtodo/preferences.c: 
10954         * plugins/message-view/anjuta-msgman.c: 
10955         * plugins/message-view/anjuta-msgman.h:
10956         * plugins/message-view/plugin.c:
10957         * plugins/sourceview/plugin.c: 
10958         * plugins/sourceview/plugin.h:
10959         * plugins/symbol-browser/an_symbol_prefs.c:
10960         * plugins/symbol-browser/plugin.c: 
10961         * plugins/terminal/terminal.c: 
10962         * plugins/valgrind/plugin.c
10963         * src/anjuta-app.c:
10964         
10965         Updated preference loading/unloading for all plugins
10967 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
10968         
10969         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
10970         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
10971     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
10972         recommended by the autoconf manual. 
10973         - Fixes compiling with autoconf 2.60.
10974         
10975         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
10977 2006-08-02      Johanes Schmid <jhs@gnome.org>
10979         * plugins/profile-default/plugin.c:
10980         Fixed session handling
10982 2006-08-01  Johannes Schmid <jhs@gnome.org>
10984         * configure.in
10985         * plugins/Makefile.am:
10986         Disabled devhelp and glade for now as they do not work (#341073
10987         and #341170)
10988         
10989         * plugins/profile-default/anjuta-default-profile.ui (removed):
10990         * plugins/profile-default/plugin.c:
10991         * plugins/profile-default/plugin.h:
10992         * plugins/project-manager/anjuta-project-manager.ui:
10993         * plugins/project-manager/plugin.c:
10994         * plugins/project-manager/plugin.h:
10995         Limted multiple project support #315043
10997         * libanjuta/interfaces/libanjuta.idl:
10998         Added ianjuta_profile_unload
11000 2006-07-31 Naba Kumar  <naba@gnome.org>
11002         * libanjuta/interfaces/libanjuta.idl,
11003         plugins/editor/text-editor-iterable.c,
11004         plugins/editor/text_editor.c,
11005         plugins/sourceview/anjuta-view.c,
11006         plugins/sourceview/anjuta-view.h,
11007         plugins/sourceview/sourceview.c: Fixed text iteration and 
11008         IAnjutaEditor implementations in both scintilla
11009         and sourceview. Cleand up libanjuta API: Removed redundant
11010         erase_range() method from IAnjutaEditor interface, fixed
11011         ianjuta_editor_get_text to take length instead of range (consistency).
11012         autoindentation in both sourceview and scintilla more or less works,
11013         but still disabled for now because there are still some anomalies
11014         in text iteration.
11016         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11018         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11019         API changes.
11021 2006-07-30  Johannes Schmid <jhs@gnome.org>
11023         * plugins/sourceview/anjuta-document.c:
11024         * plugins/sourceview/anjuta-document.h:
11025         * plugins/sourceview/anjuta-view.c: 
11026         * plugins/sourceview/sourceview.c:
11027         Wrote a new "char_added" implementation, I hope this one is good
11029         * plugins/sourceview/sourceview-cell.c:
11030         Fixed typo: "text_iter" instead of "iter"
11032 2006-07-30 Naba Kumar  <naba@gnome.org>
11034         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11036 2006-07-30  Johannes Schmid <jhs@gnome.org>
11038         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11039         
11040         * plugins/debug-manager/plugin.c: 
11041         * plugins/patch/plugin.c:
11042         Use IAnjutaIndicable to mark debugger position
11044         * plugins/sourceview/sourceview.c:
11045         Define colors for IAnjutaIndicable
11047 2006-07-29  Johannes Schmid <jhs@gnome.org>
11049         * plugins/debug-manager/anjuta-debug-manager.ui:
11050         * plugins/debug-manager/breakpoints.c:
11051         * plugins/debug-manager/images/Makefile.am:
11052         * plugins/debug-manager/images/run-to-cursor.png:
11053         * plugins/debug-manager/plugin.c:
11054         Added toolbar and some icons
11056         * plugins/patch/anjuta-patch.ui:
11057         * plugins/patch/patch-plugin.c:
11058         * plugins/patch/patch-plugin.glade:
11059         * plugins/patch/plugin.c:
11060         * plugins/patch/plugin.h:
11061         Improved patch plugin (GUI and function)
11063         * plugins/sourceview/sourceview.c:
11064         Fixed another Gtk-Critical
11066         * plugins/tools/anjuta-tools.ui:
11067         * plugins/tools/plugin.h:
11068         Put Patch plugin in tools menu and changed ui file
11070 2006-07-29  Johannes Schmid <jhs@gnome.org>
11072         * plugins/document-manager/plugin.c:
11073         Fixed accelator Gtk-Warning
11075         * plugins/message-view/anjuta-msgman.c: 
11076         Fixed Gtk-Warning
11078         * plugins/sourceview/anjuta-document.c:
11079         * plugins/sourceview/anjuta-document.h:
11080         * plugins/sourceview/anjuta-marshal.list:
11081         Wrote a better emitter for the char-added signal
11083         * plugins/sourceview/sourceview.c:
11084         Fixed Redo/Undo to void Gtk-Criticals
11085         
11086         * plugins/sourceview/sourceview-args.c:
11087         * plugins/sourceview/sourceview-cell.c:
11088         * plugins/sourceview/sourceview-scope.c:
11089         * plugins/sourceview/sourceview-tags.c: 
11090         Adapted to new IAnjutaIterator API
11092 2006-07-28 Naba Kumar  <naba@gnome.org>
11094         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11096         * plugins/symbol-browser/an_symbol.c,
11097         plugins/symbol-browser/an_symbol_iter.c,
11098         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11099         subclass of AnjutaSymbol so that the symbol is accessible from
11100         the iter in light of changes in IAnjutaIterable.
11102         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11103         implementation of IAnjutaIterable.
11105 2006-07-28 Naba Kumar  <naba@gnome.org>
11107         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11108         IAnjutaIterable. They were kind of useless since the interface is
11109         defined on the data object itself. Added set_position() method
11110         in IAnjutaIterable to allow setting arbitrary current index to the
11111         iter.
11112         Added erase() and erase_range() in IAnjutaEditor.
11114         * plugins/editor/text-editor-iterable.c: Fixed 
11115         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11116         methods in editor. Fixed get_line_from_position() method.
11118         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11119         code. It's disabled for now.
11121         * plugins/sourceview/sourceview-cell.c,
11122         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11123         implementation.
11125 2006-07-27  Johannes Schmid <jhs@gnome.org>
11127         * plugins/sourceview/sourceview-cell.c:
11128         Fixed IAnjutaEditorCell to work only on a single line
11129         Fixed crasher in finalize
11131         * plugins/symbol-browser/an_symbol_prefs.c:
11132         * global-tags/Makefile.am:
11133         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11134         script installation     
11136 2006-07-26 Naba Kumar  <naba@gnome.org>
11138         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11139         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11140         
11141         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11142         
11143         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11144         support plugins
11145         
11146         * plugins/editor/text-editor-iterable.c,
11147         plugins/editor/text_editor.c,
11148         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11149         method to work correctly, it was ignoring start and end parameters.
11150         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11151         emission.
11152         
11153         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11154         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11156 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11158         * plugins/symbol-browser/an_symbol_view.c,
11159         plugins/symbol-browser/an_symbol_view.h,
11160         plugins/symbol-browser/plugin.c:
11161     fix a matching case into sv_extract_type_qualifier_from_expr ()
11162     and some minor issues.
11164 2006-07-26  Johannes Schmid <jhs@gnome.org>
11166         * plugins/language-support-cpp-java/plugin.c:
11167         Fixed to work kind of with sourceview editor
11168         * plugins/sourceview/anjuta-document.c: 
11169         * plugins/sourceview/anjuta-view.c: 
11170         * plugins/sourceview/sourceview-cell.c:
11171         * plugins/sourceview/sourceview.c:
11172         Fixed IAnjutaEditorCell and "char-added" signal
11174 2006-07-24 Naba Kumar  <naba@gnome.org>
11176         * plugins/document-manager/plugin.c,
11177         plugins/document-manager/plugin.h: Initial implementedion for loading
11178         support plugins.
11179         
11180         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11181         implementation.
11182         
11183         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11184         indicators are cleared (that leaved grey texts).
11186 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11188         * libanjuta/interfaces/libanjuta.idl,
11189         plugins/debug-manager/breakpoints.c,
11190         plugins/debug-manager/memory.c,
11191         plugins/debug-manager/registers.c,
11192         plugins/debug-manager/debug_tree.c,
11193         plugins/debug-manager/debugger.c,
11194         plugins/gdb/debugger.c,
11195         plugins/gdb/debugger.h,
11196         plugins/gdb/plugin.c:
11197         Add a parameter for reporting error
11198         Add a new interface for using gdb variable object
11199         Allow to cancel commands
11200         Rewrite handling of debugger state
11202         * plugins/debug-manager/plugin.c,
11203         plugins/debug-manager/locals.c,
11204         plugins/debug-manager/locals.h,
11205         plugins/debug-manager/register.c,
11206         plugins/debug-manager/stack_trace.c,
11207         plugins/debug-manager/stack_trace.h:
11208         Create and destroy local and stack trace windows when needed
11210 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11212         * plugins/document-manager/plugin.c:
11213         Fixed "Automatic" highlighting
11215 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11217         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11219         * plugins/sourceview/anjuta-view.c:
11220         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11222 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11223         
11224         * configure.in: Check for C/C++-Compiler correctly
11226 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11228         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11230         * plugins/debug-manager/stack_trace.c:
11231         Destroy stack window when debuuger is disabled (#347414)
11232         
11233         * plugins/sourceview/anjuta-view.c:
11234         Fix a crash with popup-menu (#347412)
11236 2006-07-13 Naba Kumar  <naba@gnome.org>
11238         * plugins/editor/Makefile.am,
11239         plugins/editor/text_editor.h,
11240         plugins/editor/text-editor-iterable.h,
11241         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11242         tested yet).
11243         
11244         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11245         code.
11246         
11247         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11249 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11251         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11252         Bug #342937
11253         
11254 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11256         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11258         * libanjuta/anjuta-preferences-dialog.c:
11259         Do not use the page_num returned by gtk_notebook_append_page to
11260         remove the page as it cause bugs when pages removal is not done
11261         in LIFO.
11263         * plugins/document-manager/anjuta-docman.c:
11264         * src/anjuta-app.c:
11265         makes Anjuta display dock_items which have previously been hidden
11267 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11269         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11271         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11272         * plugins/sourceview/sourceview.c: (imark_unmark):
11273         
11274         Patches for bugs #346450 and #346295
11275         
11276         * AUTHORS: Added Fredrik
11278 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11280         * plugins/message-view/anjuta-msgman.c: 
11281         Fixed close button/icon size (like in docman)
11283 2006-06-10 Naba Kumar <naba@gnome.org>
11285         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11286         being set.
11287         
11288 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11290         * libanjuta/interfaces/libanjuta.idl:
11291         Move inspect_memory function in IAnjutaCpuDebugger interface
11292         Rename Boolean type to State
11294         * plugins/debug-manager/breakpoint.c:
11295         Rename Boolean type to State
11297         * plugins/debug-manager/Makefile.am,
11298         plugins/debug-manager/anjuta-marshal.list,
11299         plugins/debug-manager/data_view.c,
11300         plugins/debug-manager/data_view.h,
11301         plugins/debug-manager/data_buffer.c,
11302         plugins/debug-manager/data_buffer.h,
11303         plugins/debug-manager/chunk_view.c,
11304         plugins/debug-manager/chunk_view.h,
11305         plugins/debug-manager/anjuta-debug-manager.ui,
11306         plugins/debug-manager/debugger.c,
11307         plugins/debug-manager/memory.c,
11308         plugins/debug-manager/memory.h,
11309         plugins/debug-manager/plugin.c,
11310         plugins/gdb/debugger.c,
11311         plugins/gdb/debugger.h,
11312         plugins/gdb/plugin.c:
11313         Rewrite memory window using a special widget
11314         Rename Boolean type to State
11316 2006-06-08 Naba Kumar <naba@gnome.org>
11318         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11319         Do not return garbage characters and return NULL when there is no
11320         current word.
11321         
11322         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11323         work correctly.
11324         
11325         * plugins/search/search-replace.c: Fixed a mem leak.
11327 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11329         * libanjuta/anjuta-launcher.c:
11330         Added debug message (see #343522)
11331         
11332         * plugins/build-basic-autotools/build-basic-autotools.c:
11333         Patch from Günther Brammer to fix #344015
11335         * plugins/sourceview/sourceview.c:
11336         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11337         automatic highlight of build messages)
11339 2006-06-06 Naba Kumar <naba@gnome.org>
11341         * configure.in,
11342         libanjuta/interfaces/libanjuta.idl,
11343         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11344         plugins/Makefile.am,
11345         plugins/document-manager/action-callbacks.c,
11346         plugins/document-manager/plugin.c,
11347         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11348         interface for language highlight selection and langauge change
11349         signal.
11350         
11351         * plugins/language-support-cpp-java: Added language support
11352         plugin for cpp and java.
11354 2006-05-27  Naba Kumar  <naba@gnome.org>
11356         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11357         plugins/debug-manager/*, data/Makefile.am,
11358         manuals/reference/libanjuta/libanjuta.types,
11359         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11360         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11361         merged anjuta-new-debugger branch into trunck.
11362         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11364 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11365         
11366         * libanjuta/interfaces/libanjuta.idl,
11367         plugins/debug-manager/debugger.c,
11368         plugins/debug-manager/debugger.h,
11369         plugins/gdb/anjuta-gdb.plugin.in,
11370         plugins/gdb/debugger.c,
11371         plugins/gdb/debugger.h,
11372         plugins/gdb/plugin.c:
11373         Add new IAnjutaCpuDebugger interface to access cpu register
11374         Run gdb instead of /usr/local/bin/gdb
11375         
11376         * plugins/debug-manager/plugin.c,
11377         plugins/debug-manager/registers.c,
11378         plugins/debug-manager/registers.h:
11379         Rewrite register window
11380         Rename Load target menu item to Run target
11382 2006-05-07  Naba Kumar  <naba@gnome.org>
11384         * plugins/gdb.init
11385         
11386 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11388         * plugins/debug-manager/watch.c,
11389         plugins/debug-manager/breakpoint.c,
11390         plugins/debug-manager/breakpoint.h:
11391         Fix crash: disconnect save and load session signals
11393 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11395         * libanjuta/interface/libanjuta.idl,
11396         plugins/debug-manager/debugger.c,
11397         plugins/gdb/plugin.c:
11398         Add a value parameter for evaluate command
11400         * plugins/debug-manager/anjuta-debug-manager.glade:
11401         Create new dialog box for watches using glade
11403         * plugins/debug-manager/anjuta-debug-manager.ui:
11404         Move watch menu items near the end
11405         Move breakpoint menu items outside the sub menu
11407         * plugins/debug-manager/debug_tree.c,
11408         plugins/debug-manager/debug_tree.h,
11409         plugins/debug-manager/debug_tree.h,
11410         plugins/debug-manager/watch.c:
11411         Move all GUI code from watch.c to debug_tree.c
11412         Add an auto update property to watches
11413         
11414         * plugins/debug-manager/locals.c,
11415         plugins/debug-manager/locals.h,
11416         plugins/debug-manager/stack_trace.c,
11417         plugins/debug-manager/stack_trace.h,
11418         plugins/debug-manager/plugin.c:
11419         Register actions before starting debugger
11421         * plugins/gdb/debugger.c:
11422         Do not call callback function if not present
11424 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11426         * libanjuta/interfaces/libanjuta.idl,
11427         plugins/debug-manager/stack_trace.c,
11428         plugins/debug-manager/stack_trace.h,
11429         plugins/debug-manager/anjuta-debug-manager.ui,
11430         plugins/gdb/debugger.c:
11431         Add a popup menu in stack frame window
11432         Add a new frame-changed event
11433         Use MI command for getting stack informations
11434         Get filename with full path (need gdb > 6.3)
11436         * libanjuta/interfaces/libanjuta.idl,
11437         plugins/debug-manager/debug_tree.c,
11438         plugins/debug-manager/debugger.c,
11439         plugins/debug-manager/locals.c,
11440         plugins/debug-manager/locals.h,
11441         plugins/debug-manager/plugin.c,
11442         plugins/gdb/debugger.c,
11443         plugins/gdb/debugger.h,
11444         plugins/gdb/parser.c,
11445         plugins/gdb/parser.h,
11446         plugins/gdb/plugin.c,
11447         plugins/gdb/Makefile.am:
11448         Pass watch data with string instead of Watch structures
11449         Use debug_tree in local window
11450         Remove info local
11451         Remove parser.{ch}
11453         * plugins/debug-manager/breakpoints.c,
11454         plugins/debug-manager/utilities.c,
11455         plugins/debug-manager/utilities.h:
11456         Use a GtkListStore instead of a GtkTreeStore
11457         move goto_location_in_editor in utilities.c
11458         
11459 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11461         * libanjuta/interfaces/libanjuta.idl,
11462         plugins/debug-manager/anjuta-debug-manager.ui,
11463         plugins/debug-manager/breakpoints.c,
11464         plugins/debug-manager/plugin.c,
11465         plugins/gdb/debugger.c:
11466         Add a breakpoint type
11467         Add new popup menu in breakpoint window
11468         Add toggle breakpoint in editor popup menu
11469         Save and restore breakpoint enable
11470         Fix bug in clear all breakpoints
11471         Remove old useless code
11473         * plugins/debug-manager/debugger.c:
11474         Fix some problem with debugger states
11476         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11477         Update documentation
11478         
11479 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11481         * data/Makefile.am,
11482         plugins/gdb/Makefile.am,
11483         plugins/gdb/gdb.init:
11484         Move gdb.init crom data to plugins/gdb
11486         * plugins/gdb/gdb.init,
11487         libanjuta/interfaces/libanjuta.idl,
11488         plugins/debug-manager/breakpoints.c,
11489         plugins/debug-manager/debugger.c,
11490         plugins/debug-manager/plugin.c,
11491         plugins/gdb/debugger.c,
11492         plugins/gdb/plugin.c:
11493         Support pending breakpoints
11494         Rewrite debugger states
11495         Split ianjuta_debugger_log into _enable_log and _disable_log
11497         * plugins/debug-manager/start.c,
11498         plugins/debug-manager/debug_tree.c,
11499         plugins/gdb/parser.c:
11500         Remove some useless lines
11502         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11503         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11504         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11505         Update documentation
11507 2006-03-12 Naba Kumar <naba@gnome.org>
11509         * manuals/references/libanjuta/libanjuta.types: Fixed
11510         debug-manager name.
11511         
11512 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11514         * libanjuta/anjuta-debugger.c,
11515         libanjuta/anjuta-debugger.h:
11516         Remove those files
11517         
11518         * libanjuta/interfaces/libanjuta.idl,
11519         plugins/debug-mananger/breakpoints.c,
11520         plugins/debug-manager/debug_tree.c,
11521         plugins/debug-manager/debugger.c,
11522         plugins/debug-manager/plugin.c,
11523         plugins/debug-manager/registers.c,
11524         plugins/debug-manager/sharedlib.c,
11525         plugins/debug-manager/signal.c,
11526         plugins/debug-manager/stack_trace.c,
11527         plugins/debug-manager/start.c,
11528         plugins/debug-manager/watch.c,
11529         plugins/gdb/debugger.c,
11530         plugins/gdb/debugger.h,
11531         plugins/gdb/parser.c,
11532         plugins/gdb/parser.h,
11533         plugins/gdb/plugin.c:
11534         Move types definitions from libanjuta/anjuta-debugger.{ch}
11535         Rename types from AnjutaDebugger* to IAnjutaDebugger*
11536         
11537         * plugins/gdb/Makefile.am:
11538         Remove user interface from gdb plugin
11540 2006-03-12 Naba Kumar <naba@gnome.org>
11542         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
11544 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
11546         Modified Patch from Marc Maurer <uwog@uwog.net>:
11547         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
11548         Fixes #342447
11549         
11550         * plugins/sourceview/Makefile.am:
11551         * plugins/sourceview/sourceview-cell.c:
11552         * plugins/sourceview/sourceview-cell.h:
11553         * plugins/sourceview/sourceview.c: 
11554         
11555         Implemented IAnjutaEditorCell
11557 2006-05-21  Naba Kumar  <naba@gnome.org>
11559         * libanjuta/interfaces/libanjuta.idl,
11560         plugins/document-manager/action-callbacks.c,
11561         plugins/document-manager/plugin.c,
11562         plugins/editor/print.c, plugins/editor/text_editor.c,
11563         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
11564         Fixed zooming and added icons and shortcuts for zoom menu items.
11566 2006-05-21  Naba Kumar  <naba@gnome.org>
11568         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
11569         whitespaces.
11571 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11573         * plugins/document-manager/anjuta-docman.c:
11574         Fixed close button reaction by setting the correct current editor
11576 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11578         Patch from Yang Hong <yanghong@ccoss.com.cn>:
11579         * plugins/document-manager/anjuta-docman.c
11580         - Fix close button, you can close any tab as you wish now.
11581         - Fadeout mime icon as the same as close image  
11583 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11585         Patch from Marc Maurer <uwog@uwog.net>
11586         * main.c: Compile fix when NLS is enabled
11587         
11588         AUTHORS: Added Marc
11590 2006-05-20  Naba Kumar  <naba@gnome.org>
11592         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
11593         while loading abiword-2.4.4/abi project).
11595 2006-05-18 Naba Kumar  <naba@gnome.org>
11597         * libanjuta/interfaces/libanjuta.idl,
11598         plugins/document-manager/action-callbacks.c,
11599         plugins/editor/print.c,
11600         plugins/editor/text_editor.c,
11601         plugins/editor/text_editor.h,
11602         plugins/editor/text_editor_prefs.c: Fixed zooming.
11603         
11604         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
11605         interface for character iteration and IAnjutaEditorAssist interface
11606         for autocompletions and editor tips.
11608 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
11610         Patch from Günther Brammer <GBrammer@gmx.de>:
11611         * plugins/document-manager/anjuta-docman.c:
11612         Make tabs smaller but keep nice closing icon
11614         * plugins/document-manager/anjuta-docman.c:
11615         * plugins/document-manager/Makefile.am:
11616         
11617         Added nice mime-icons to the editor tabs
11619 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
11621         * configure.in: Bumped version to 2.0.3 (pre-release increment)
11622         
11623         * plugins/symbol-browser/an_symbol_view.c:
11624         - Fixed crasher
11625         - Fixed symbol searching (Yang Hong (#341997))
11626         
11627         * plugins/devhelp/htmlview.c:
11628         Fixed devhelp plugin
11629         
11630         * plugins/build-basic-autotools/build-basic-autotools.c:
11631         * plugins/search/search-replace.c:
11632         * plugins/document-manager/anjuta-docman.c:
11633         
11634         Only add a marker to a line where it makes sense!
11636 === anjuta 2.0.2 ===
11638 2006-05-15  Naba Kumar  <naba@gnome.org>
11640         * configure.in: set required versions for
11641         gdl and glade3.
11642         
11643 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11645         * plugins/glade/plugin.c:
11646         Fixed signal connection for "gtk-doc-search"
11648 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11650         * NEWS: Set release date, add known issues
11651         
11652         * libanjuta/anjuta-shell.c:
11653         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
11654         and debug other gtk-warnings/criticals)
11655         
11656         * plugins/build-basic-autotools/build-basic-autotools.c:
11657         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
11658         
11659         * plugins/sourceview/anjuta-view.c:
11660         * plugins/sourceview/sourceview-args.c:
11661         * plugins/sourceview/sourceview-scope.c:
11662         * plugins/sourceview/sourceview-tags.c:
11663         Fixed gtk-criticals (gtk_source_language_get_mime_types)
11665 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11667         * pixmaps/Makefile.am:
11668         Add preferences_general.png
11669         
11670         * plugins/devhelp/plugin.c:
11671         Fixed some more realise things
11672         
11673         * plugins/message-view/anjuta-msgman.c:
11674         Support stock icons for message panes
11675         
11676         * plugins/search/search-replace.c:
11677         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
11678          
11679         * plugins/search/search-replace_backend.c:
11680         Fixed #341359
11681         
11682         * plugins/sourceview/anjuta-document.c:
11683         * plugins/sourceview/sourceview.c:
11684         Fixed finalise and tag completion
11685         
11686         * src/anjuta-app.c:
11687         Use preferences_general icon
11689 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11691         * pixmaps/Makefile.am:
11692         Fixed EXTRA_DIST
11694 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11696         * plugins/sourceview/sourceview-prefs.c:
11697         Fixed font & color handling
11698         
11699         * plugins/symbol-browser/an_symbol_view.c:
11700         Fixed crasher
11702 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
11704         * plugins/macro/macros.xml:
11705         Fixed bug #341583 (Address of FSF)
11707 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
11709         * src/main.c:
11710         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
11711         Update: Do it the cool way...
11712         
11713 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11715         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
11716         Implement gtk-api-help signals of glade3
11717         * configure.in: Bump to glade3 2.91.2
11718         
11719         * plugins/devhelp/plugin.c:
11720         Fixed some realize stuff in the devhelp plugin
11721         
11722         * plugins/sourceview/anjuta-document.c:
11723         fixed bug with scope completion
11725 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11727         * plugins/symbol-browser/an_symbol_view.c
11728         * plugins/symbol-browser/an_symbol_prefs.c
11729         * plugins/symbol-browser/an_symbol_prefs.h
11730         * global_tags/create_global_tags.sh:
11731         
11732         Automaticly create global tags on first startup
11734 2006-05-08  Massimo Cora'  <maxcvs@email.it>
11736         * configure.in:
11737         * plugins/project-wizard/templates/Makefile.am:
11738         * (added) plugins/project-wizard/templates/cpp-logo.png:
11739         * (added) plugins/project-wizard/templates/cpp.wiz:
11740         * (added) plugins/project-wizard/templates/cpp/*:
11742         Added a generic c++ template. It's a simple hello world.
11744 2006-05-07  Massimo Cora' <maxcvs@email.it>
11746         * plugins/symbol-browser/an_symbol_view.c:
11747         fixed a stupid crasher.
11749 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
11751         * plugins/project-wizard/templates/wxwin/configure.in.tpl
11752         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
11753         
11754         Fixed WxWidgets project type
11756 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11758         * plugins/devhelp/htmlview.c: 
11759         * plugins/devhelp/plugin.c:
11760         Maybe I fixed the crash this time! I could at least not reproduce anymore!
11761         
11762         * plugins/project-wizard/install.c:
11763         Don't set a message - thanks to seb
11765 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11767         * plugins/devhelp/htmlview.c: 
11768         * plugins/symbol-browser/an_symbol_view.c:
11769         
11770         There is a weird crash in gtk_idle which I still did not completly fix!
11771         
11772         * plugins/project-wizard/install.c:
11773         Default to success instead of failure
11775 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
11777         * plugins/devhelp/htmlview.c:
11778         * plugins/devhelp/plugin.c:
11779         Fixed bug and libdevhelp issue!
11781         * plugins/project-wizard/install.c:
11782         Fixed message string!
11784 2006-05-03  Massimo Cora' <maxcvs@email.it>
11785        
11786         * plugins/symbol-browser/an_symbol_view.c:
11787         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
11789 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11791         * pixmaps/Makefile.am:
11792         * src/main.c:
11793         * anjuta.desktop.in.in
11794         
11795         GNOME Goal #2.1: Install theme-friendly icons
11797 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11799         * plugins/devhelp/htmlview.c: Reload page on reparent
11800         * plugins/document-manager/anjuta-docman.c:
11801         Present document-manager when document is selected in file-manager
11803 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11805         * plugins/symbol-broser/an_symbol_view.c:
11806         Fixed crasher in namespace exploration
11808 2006-05-01  Massimo Cora' <maxcvs@email.it>
11810         * configure.in:
11811         * plugins/valgrind/Makefile.am:
11813         Optional compiling of Valgrind plugin
11815 2006-05-01  Massimo Cora' <maxcvs@email.it>
11817         * plugins/symbol-browser/an_symbol_view.c:
11818         - modularized code. Marked with FIXME the parts which need improvement.
11819         - More comments.
11820     - Added basic namespace completion for Gtkmm type project:
11821     - namespace1::MyClass *class;
11822     - class-> [display]
11823     - Namespaces must be anyway improved.
11825 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11827         * plugins/devhelp/plugin.c: 
11828         Fixed up plugin unloading and show html widget on link selected
11829         
11830         * NEWS: Updated
11831         
11832 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11834         * plugins/devhelp/Makefile.am:
11835         * plugins/devhelp/anjuta-devhelp.plugin.in:
11836         * plugins/devhelp/htmlview.c:
11837         * plugins/devhelp/htmlview.h:
11838         * plugins/devhelp/plugin.c: 
11839         * plugins/devhelp/plugin.h:
11840         Reimplemeted devhelp plugin from scratch
11841         
11842         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
11843         Fixed crasher
11845 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
11847         * plugins/sourceview/sourceview-tags.c:
11848         complete some more tag types
11849         
11850         * plugins/valgrind/plugin.c:
11851         * plugins/valgrind/preferences.c:
11852         * plugins/valgrind/vggeneralprefs.c:
11853         
11854         Fixed lots of gtk warnings
11856 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
11858         * plugins/sourceview/sourceview-scope.c:
11859         Implemented type-ahead for scope completion
11861 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
11863         * manuals/C/Makefile.am:
11864         * manuals/Makefile.am:
11865         * plugins/document-manager/Makefile.am:
11866         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11867         * plugins/sourceview/Makefile.am:
11868         * tagmanager/c.c:
11869         
11870         Fixed distcheck
11871         
11872         * plugins/class-gen/goc_template_header: G_END_DECLS
11874 2006-05-27  Naba Kumar <naba@gnome.org>
11876         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
11877         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
11878         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
11879         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
11880         scintilla/include/Scintilla.iface,
11881         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
11882         cvs. Fixed compile flags. Removed outdated patches.
11884 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
11886         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
11888         * plugins/sourceview/anjuta-document.c:
11889         * plugins/sourceview/sourceview-args.c:
11890         * plugins/sourceview/sourceview-scope.c:
11891         
11892         Add End/Home keypresses and support completion if symbol start with '!' for example
11893         in an if statement
11895 2006-04-27 Massimo Cora' <maxcvs@email.it>
11897         * libanjuta/interfaces/libanjuta.idl:
11899         * plugins/sourceview/sourceview-scope.c:
11900         * plugins/sourceview/tag-window.c: 
11901         * plugins/sourceview/tag-window.h:
11902         * plugins/symbol-browser/an_symbol_view.c:
11903         * plugins/symbol-browser/an_symbol_view.h:
11904         * plugins/symbol-browser/plugin.c:
11905         
11906         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
11907         interface.
11908         Code and ideas for C/C++ new completion engine comes from IComplete written by
11909         Martin Stubenschrott <stubenschrott@gmx.net>.
11910         Currently the interface works only with GtkSourceView plugin.   
11911         
11912         * tagmanager/Makefile.am:
11913         * tagmanager/c.c: 
11914         * tagmanager/entry.h:
11915         * tagmanager/get.c:
11916         * tagmanager/get.h:
11917         * tagmanager/include/tm_file_entry.h:
11918         * tagmanager/include/tm_project.h:
11919         * tagmanager/include/tm_source_file.h:
11920         * tagmanager/include/tm_symbol.h:
11921         * tagmanager/include/tm_tagmanager.h:
11922         * tagmanager/include/tm_work_object.h:
11923         * tagmanager/include/tm_workspace.h:
11924         * tagmanager/parse.c:
11925         * tagmanager/read.c: 
11926         * tagmanager/read.h:
11927         * tagmanager/tm_project.c: 
11928         * tagmanager/tm_source_file.c: 
11929         * tagmanager/tm_workspace.c:
11930         
11931         Tagmanager can now parse a memory buffer and generate/update 
11932         tags into tm_workspace/tm_project on the fly, without using files.
11933         C/C++ is supported now.
11934         
11935 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
11937         * plugins/sourceview/anjuta-document.c:
11938         * plugins/sourceview/sourceview-args.c:
11939         * plugins/sourceview/sourceview-scope.c:
11940         * plugins/sourceview/sourceview.c:
11941         
11942         Fixed some memory leaks and argument completion
11944 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11946         * plugins/glade/plugin.c:
11947         
11948         Fixed glade plugin build because of API changes in glade3
11950 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11952         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11953         Updated editor section
11954         
11955         * manuals/C/anjuta-manual/interface.xml:
11956         * manuals/C/anjuta-manual/preferences.xml:
11957         * manuals/C/anjuta-manual/projects.xml:
11958         Updated manual
11959         
11960         * plugins/editor/anjuta-editor.plugin.in:
11961         Better plugin name
11963 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11965         * configure.in:
11966         * plugins/editor/anjuta-editor.plugin.in:
11967         * plugins/sourceview/sourceview.plugin.in:
11969         Build both editors and let the user decide a runtime!
11970         
11971         * plugins/sourceview/sourceview-scope.c:
11972         Fixed bug in regex to allow test()-> completions
11974 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11976         * plugins/sourceview/anjuta-document.c:
11977         * plugins/sourceview/sourceview-args.c: 
11978         * plugins/sourceview/sourceview-scope.c:
11979         * plugins/sourceview/sourceview-tags.c:
11980         * plugins/sourceview/tag-window.c: 
11981         
11982         Improved callltip windows
11984 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11986         * src/anjuta-app.c: (on_session_save):
11987         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
11988         <ricardo.jose.ferrari@gmail.com> for pointing this out!
11990 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11992         * libanjuta/anjuta-utils.c: 
11993         * plugins/cvs-plugin/cvs-execute.c:
11994         Off-by-one...
11996         * scintilla/LexInno.cxx:
11997         * scintilla/LexOpal.cxx:
11998         * scintilla/LexTCL.cxx:
12000         Added missing files from scintilla-update
12002 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12004         * configure.in:
12005         * manuals/C/Makefile.am:
12006         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12007         * manuals/C/anjuta-manual/Makefile.am:
12008         * manuals/C/anjuta-manual/anjuta-manual.xml:
12009         * manuals/C/anjuta-manual/build.xml:
12010         * manuals/C/anjuta-manual/debugger.xml:
12011         * manuals/C/anjuta-manual/execute.xml:
12012         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12013         * manuals/C/anjuta-manual/figures/arguments.png:
12014         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12015         * manuals/C/anjuta-manual/figures/file_menu.png:
12016         * manuals/C/anjuta-manual/figures/menu_main.png:
12017         * manuals/C/anjuta-manual/figures/menubar.png:
12018         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12019         * manuals/C/anjuta-manual/figures/project_info.png:
12020         * manuals/C/anjuta-manual/figures/scrshot.png:
12021         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12022         * manuals/C/anjuta-manual/figures/tool-editor.png:
12023         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12024         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12025         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12026         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12027         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12028         * manuals/C/anjuta-manual/fileoperations.xml:
12029         * manuals/C/anjuta-manual/interface.xml:
12030         * manuals/C/anjuta-manual/introduction.xml:
12031         * manuals/C/anjuta-manual/preferences.xml:
12032         * manuals/C/anjuta-manual/projects.xml:
12033         * manuals/C/anjuta-manual/tools.xml:
12034         * manuals/Makefile.am:
12035         
12036         Updated manual and faq
12038         * scintilla/CallTip.cxx:
12039         * scintilla/CallTip.h:
12040         * scintilla/CellBuffer.cxx:
12041         * scintilla/CellBuffer.h:
12042         * scintilla/ContractionState.cxx:
12043         * scintilla/Document.cxx:
12044         * scintilla/Document.h:
12045         * scintilla/DocumentAccessor.cxx:
12046         * scintilla/Editor.cxx:
12047         * scintilla/Editor.h:
12048         * scintilla/ExternalLexer.cxx:
12049         * scintilla/Indicator.cxx:
12050         * scintilla/KeyMap.cxx:
12051         * scintilla/KeyWords.cxx:
12052         * scintilla/LexAU3.cxx:
12053         * scintilla/LexBash.cxx:
12054         * scintilla/LexCPP.cxx:
12055         * scintilla/LexCaml.cxx:
12056         * scintilla/LexCsound.cxx:
12057         * scintilla/LexEiffel.cxx:
12058         * scintilla/LexGui4Cli.cxx:
12059         * scintilla/LexHTML.cxx:
12060         * scintilla/LexLua.cxx:
12061         * scintilla/LexMSSQL.cxx:
12062         * scintilla/LexOthers.cxx:
12063         * scintilla/LexPOV.cxx:
12064         * scintilla/LexPython.cxx:
12065         * scintilla/LexRuby.cxx:
12066         * scintilla/LexSQL.cxx:
12067         * scintilla/LexVB.cxx:
12068         * scintilla/Makefile.am:
12069         * scintilla/PlatGTK.cxx:
12070         * scintilla/PropSet.cxx:
12071         * scintilla/RESearch.cxx:
12072         * scintilla/RESearch.h:
12073         * scintilla/ScintillaBase.cxx:
12074         * scintilla/ScintillaGTK.cxx:
12075         * scintilla/StyleContext.h:
12076         * scintilla/ViewStyle.cxx:
12077         * scintilla/ViewStyle.h:
12078         * scintilla/XPM.cxx:
12079         * scintilla/include/KeyWords.h:
12080         * scintilla/include/Platform.h:
12081         * scintilla/include/PropSet.h:
12082         * scintilla/include/SciLexer.h:
12083         * scintilla/include/Scintilla.h:
12084         * scintilla/include/Scintilla.iface:
12085         * scintilla/include/ScintillaWidget.h:
12086         * scintilla/lexers.make:
12088         Update to scintilla 1.68
12090         * src/anjuta-app.c:
12091         Only show help items which are really availible
12093         * plugins/cvs-plugin/cvs-callbacks.c
12094         * plugins/cvs-plugin/cvs-execute.c
12095         * plugins/cvs-plugin/subversion-callbacks.c:
12096         * libanjuta/anjuta-utils.c:
12097         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12099 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12101         * plugins/project-wizard/install.c,
12102         * plugins/project-wizard/autogen.c:
12103         Add error messages if using a read only directory
12104         Improve fix for bug #339296
12106 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12108         * libanjuta/interfaces/libanjuta.idl:
12109         * plugins/document-manager/action-callbacks.c:
12110         * plugins/document-manager/plugin.c:
12111         * plugins/editor/text_editor.c:
12112         Added IAnjutaEditorGoto 
12114         * plugins/editor/aneditor.cxx:
12115         * plugins/editor/aneditor.h:
12116         * plugins/editor/text_editor.h:
12117         * plugins/editor/text_editor_prefs.c:
12118         
12119         Fixed #305076
12121 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12123         * libanjuta/interfaces/libanjuta.idl:
12124         * plugins/document-manager/action-callbacks.c:
12125         * plugins/document-manager/anjuta-docman.c:
12126         * plugins/document-manager/plugin.c:
12127         * plugins/editor/text_editor.c: 
12128         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12129         
12130         * plugins/sourceview/sourceview.c:
12131         * plugins/sourceview/sourceview.glade:
12132         Fixed some uft-8 issues and added a preference option
12133         to enable/disable gnome-vfs monitoring
12134         
12135         * scintilla/Makefile.am:
12136         * scintilla/include/Makefile.am:
12137         Fixed build
12139 2006-04-20  Massimo Cora' <maxcvs@email.it>
12141         * libanjuta/interfaces/libanjuta.idl:
12142         Remove get_current_pos () because we have get_position()
12144 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12146         * NEWS: Updated
12147         * plugins/sourceview/tag-window.c:
12148         Don't close window on PageUp/PageDown
12150 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12152         * data/Makefile.am:
12153         * manuals/reference/libanjuta/Makefile.am:
12154         
12155         Some build fixes
12156         
12157         * src/Makefile.am:
12158         * src/bacon-message-connection.c: 
12159         * src/bacon-message-connection.h: (both from gedit)
12160         * src/main.c:
12161         
12162         Fixed #312319 (Opening files when Anjuta is already open)
12164 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12166         * TODO.tasks: Updated
12167         * plugins/sourceview/anjuta-view.c: 
12168         * plugins/sourceview/anjuta-view.h:
12169         * plugins/sourceview/sourceview.c: 
12170         
12171         * configure.in: Fix --enable-plugin-scintilla
12172         
12173         Added char_added signal
12175 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12177         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12178         
12179         Fixed diff for utf8
12180         
12181         * plugins/sourceview/sourceview.c:
12182         Fixed VFS monitoring (still a bit buggy)
12183         
12184         * plugins/sourceview/sourceview-args.c:
12185         * plugins/sourceview/tag-window.c: 
12186         
12187         Better sizing for the popup-window
12189 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12191         * plugins/project-wizard/templates/gnome/src/main.c:
12192         * plugins/project-wizard/templates/gnome/src/project.glade:
12193         * plugins/project-wizard/templates/gtk/src/main.c: 
12194         * plugins/project-wizard/templates/gtk/src/project.glade:
12195         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12196         
12197         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12198         
12199 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12201         * configure.in: More removal of obsoleteness.
12202         * po/no.po:
12204 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12206         * ROADMAP:
12207         * libanjuta/anjuta-preferences.c: 
12208         * libanjuta/anjuta-utils.c: 
12209         * libanjuta/anjuta-utils.h:
12210         * plugins/message-view/message-view.c:
12211         
12212         Changed color functions and moved convert_color to anjuta-utils.h
12213         
12214         * plugins/message-view/anjuta-message-manager-plugin.glade:
12215         GnomeColorPicker -> GtkColorButton (bug #309154)
12216         
12217         * plugins/sourceview/plugin.c:
12218         * plugins/sourceview/sourceview-prefs.c:
12219         * plugins/sourceview/sourceview.glade:
12220         Added color and font preferences
12222         * plugins/sourceview/sourceview-tags.c:
12223         Only show as much choices as configured in preferences
12225 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12227         * ROADMAP, NEWS: Updated (we are far behind ;-)
12228         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12230 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12232         * configure.in:
12233         * plugins/editor/Makefile.am:
12234         * scintilla/Makefile.am
12235         
12236         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12237         
12238         * global-tags/Makefile.am:
12239         * global-tags/create_global_tags.sh:
12240         * plugins/symbol-browser/an_symbol_prefs.c:
12241         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12242         * plugins/symbol-browser/plugin.h:
12243         * tagmanager/include/tm_workspace.h:
12244         * tagmanager/tm_workspace.c:
12245         
12246         Fixed symbol-browser prefs and move global tags generation from installtion to
12247         preferences to make the life easier for distributers and to allow updates after installtion
12249         * plugins/document-manager/action-callbacks.c: 
12250         * plugins/document-manager/action-callbacks.h:
12251         * plugins/document-manager/anjuta-document-manager.ui:
12252         * plugins/document-manager/indent-util.c:
12253         * plugins/document-manager/plugin.c:
12254         * plugins/editor/text_editor.c:
12255         
12256         Moved indent stuff to document-manager
12257         
12258         * plugins/sourceview/anjuta-view.c: 
12259         * plugins/sourceview/sourceview-args.c: 
12260         * plugins/sourceview/sourceview-scope.c:
12261         * plugins/sourceview/sourceview-tags.c: 
12262         * plugins/sourceview/sourceview.c:
12263         
12264         Fixed several bugs
12265         
12266         * plugins/sourceview/sourceview.plugin (removed):
12267         * plugins/sourceview/sourceview.plugin.in:
12268         Editor is not user-activatible
12269         
12270         * plugins/sourceview/sourceview.png:
12271         Updated icon
12273 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12275         * src/anjuta-app.c: Fixed crasher on plugin unloading
12277 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12279         * plugins/sourceview/sourceview.c
12280         * plugins/sourceview/sourceview-args.c
12281         * plugins/sourceview/sourceview-args.h:
12282         
12283         Polished argument completion
12285 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12287         * plugins/message-view/anjuta-msgman.c:
12288         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12289         
12290         Show message pane on switch (does not work, anjuta_shell needs a fix)
12291         
12292         * plugins/sourceview/Makefile.am:
12293         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12294         * plugins/sourceview/sourceview-args.c: 
12295         * plugins/sourceview/sourceview-args.h:
12296         * plugins/sourceview/sourceview-private.h:
12297         * plugins/sourceview/sourceview-scope.c: 
12298         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12299         * plugins/sourceview/sourceview-tags.c:
12300         * plugins/sourceview/sourceview.c:
12301         * plugins/sourceview/tag-window.c:
12302         * plugins/sourceview/tag-window.h:
12303         
12304         Added scope and argument completion
12306 2006-04-03  Johannes Schmid <jhs@gnome.org>
12308         * TODO.tasks
12309         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12310         (on_widget_remove):
12311         Save toolbar state
12313         * plugins/sourceview/sourceview.c: (iselect_clear):
12314         Make "Delete"-key working
12316         * configure.in: #336389
12318 2006-04-03  Johannes Schmid <jhs@gnome.org>
12320         * plugins/sourceview/Makefile.am:
12321         * plugins/sourceview/anjuta-view.c:
12322         * plugins/sourceview/plugin.c: 
12323         * plugins/sourceview/sourceview-private.h:
12324         * plugins/sourceview/sourceview-scope.c:
12325         * plugins/sourceview/sourceview-scope.h:
12326         * plugins/sourceview/sourceview-tags.c: 
12327         * plugins/sourceview/sourceview-tags.h:
12328         * plugins/sourceview/sourceview.c:
12329         * plugins/sourceview/sourceview.h:
12330         * plugins/sourceview/tag-window.c:
12331         
12332         - fixed goto_file_line
12333         - scroll to cursor on undo/redo
12334         - show correct popup-menu
12335         - scope completion (not ready yet)
12337 2006-04-03  Johannes Schmid <jhs@gnome.org>
12339         * plugins/sourceview/plugin.c: 
12340         * plugins/sourceview/sourceview-tags.c:
12341         * plugins/sourceview/sourceview.c: 
12342         * plugins/sourceview/sourceview.h:
12343         * plugins/sourceview/tag-window.c:
12344         
12345         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12347 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12349         * plugins/sourceview/sourceview.c:
12350         Fixed next/previous bookmark.
12351         Toggled bookmark (set/unset).
12353 2006-04-03  Johannes Schmid <jhs@gnome.org>
12355         * plugins/document-manager/action-callbacks.c:
12356         Fixed Gtk-Warning in goto_line
12357         
12358         * plugins/sourceview/Makefile.am:
12359         * plugins/sourceview/anjuta-document.c:
12360         * plugins/sourceview/anjuta-view.c: 
12361         * plugins/sourceview/anjuta-view.h:
12362         * plugins/sourceview/sourceview-autocomplete.c:
12363         * plugins/sourceview/sourceview-autocomplete.h:
12364         * plugins/sourceview/sourceview-private.h:
12365         * plugins/sourceview/sourceview-tags.c:
12366         * plugins/sourceview/sourceview-tags.h:
12367         * plugins/sourceview/sourceview.c:
12368         * plugins/sourceview/tag-window.c:
12369         * plugins/sourceview/tag-window.h:
12370         Created a nice API for tag and completion windows
12371         
12372         * plugins/sourceview/sourceview-print.h:
12373         * plugins/sourceview/sourceview-print.c:
12374         Added printing
12375                 
12376 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12378         * plugins/sourceview/sourceview.c:
12379         Fixed typo (Sort bookmarks).
12380         
12381 2006-04-01  Johannes Schmid <jhs@gnome.org>
12383         * plugins/sourceview/anjuta-document.c:
12384         * plugins/sourceview/anjuta-document.h:
12385         * plugins/sourceview/anjuta-view.c:
12386         * plugins/sourceview/anjuta-view.h:
12387         * plugins/sourceview/sourceview-autocomplete.c:
12388         * plugins/sourceview/sourceview-autocomplete.h:
12389         * plugins/sourceview/sourceview-prefs.c:
12390         * plugins/sourceview/sourceview-prefs.h:
12391         * plugins/sourceview/sourceview-private.h:
12392         * plugins/sourceview/sourceview-tags.c:
12393         * plugins/sourceview/sourceview-tags.h:
12394         * plugins/sourceview/sourceview.c:
12395         * plugins/sourceview/sourceview.glade:
12396         * plugins/sourceview/tag-window.c: 
12397         * plugins/sourceview/tag-window.h:
12398         
12399         Improved code complete and autocomplete
12401 2006-04-01  Johannes Schmid <jhs@gnome.org>
12403         * plugins/sourceview/Makefile.am:
12404         * plugins/sourceview/bookmark.png:
12405         * plugins/sourceview/marker-attentive.png:
12406         * plugins/sourceview/marker-basic.png:
12407         * plugins/sourceview/marker-intense.png:
12408         * plugins/sourceview/marker-light.png:
12409         * plugins/sourceview/sourceview.c: 
12410         
12411         Added pixmaps for all marker types and show bookmarks
12412         
12413         * configure.in
12414         * plugins/sourceview/Makefile.am:
12415         Build sourceview on 2.14 only
12417 2006-03-31  Johannes Schmid <jhs@gnome.org>
12419         * plugins/sourceview/Makefile.am:
12420         * plugins/sourceview/anjuta-document.c:
12421         * plugins/sourceview/anjuta-view.c:
12422         * plugins/sourceview/anjuta-view.h:
12423         * plugins/sourceview/sourceview-autocomplete.c:
12424         * plugins/sourceview/sourceview-private.h:
12425         * plugins/sourceview/sourceview-tags.c:
12426         * plugins/sourceview/sourceview-tags.h:
12427         * plugins/sourceview/sourceview.c: 
12428         * plugins/sourceview/tag-window.c:
12429         * plugins/sourceview/tag-window.h:
12430         
12431         Added code completion with tag manager to the editor and fixed a save_as bug
12433 2006-03-31  Johannes Schmid <jhs@gnome.org>
12435         * src/main.c: Revert patch from Rob to allow building with
12436         Gnome 2.12
12437         * configure.in: Require at least 2.12 libraries
12439 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12441         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12443         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12444         Improve anjuta-plugin project template: Added missed files dist tarball
12445         (make dist)
12447         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12448         typo
12450 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12452         reviewed by: Johannes Schmid <jhs@gnome.org>
12454         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12455         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12456         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12457         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12458         
12459         Improve anjuta-plugin project template. Also fix for #322744
12461 2006-03-27  Johannes Schmid <jhs@gnome.org>
12463         * plugins/sourceview/sourceview-private.h:
12464         plugins/sourceview/sourceview.c:
12465         
12466         Added basic bookmark support
12468 2006-03-27  Johannes Schmid <jhs@gnome.org>
12470         * TODO.tasks:
12471         Updated
12472         
12473         Patch from Rob Bradfort <robster@debian.org>:
12474         * src/main.c: (get_command_line_args), (main):
12475         Migration from popt to GOption
12476         
12477 2006-03-26 Naba Kumar  <naba@gnome.org>
12479         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12480         size to scale itself with theme.
12482 2006-03-26 Naba Kumar  <naba@gnome.org>
12484         * plugins/file-manager/an_file_view.c,
12485         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12486         when symbolview and fileview objects are destroyed to avoid crashes
12487         after the plugins are disabled.
12489 2006-03-26 Naba Kumar <naba@gnome.org>
12491         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12492         Deleted unused file.
12493         
12494         * plugins/glade/plugin.c: Be able to close glade plugin when there
12495         there is no glade project loaded.
12496         
12497         * plugins/sourceview/sourceview.plugin,
12498         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12500 2006-03-23  Naba Kumar  <naba@gnome.org>
12502         * plugins/editor/print.c: Fixed a bug where some sections of
12503         printed/previewed text is not highlighted.
12504         
12505 2006-03-20  Johannes Schmid <jhs@gnome.org>
12507         * libanjuta/interfaces/libanjuta.idl:
12508         Added IAnjutaPrint
12509         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12510         as we do not use private apis. Show help window and startup because it does 
12511         not survive gdl
12512         
12513         * plugins/document-manager/action-callbacks.c:
12514         plugins/editor/Makefile.am:
12515         plugins/editor/text_editor.c:
12516         plugins/editor/print.c:
12517         plugins/editor/print.h:
12518         
12519         Fixed printing (nobody has missed it BTW ;-)
12520         
12521         * plugins/sourceview/sourceview.c:
12522         Fixed a crasher
12524 2006-03-20 Naba Kumar <naba@gnome.org>
12526         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12527         devhelp >= 0.9 < 0.11 versions.
12528         
12529 2006-03-20  Johannes Schmid <jhs@gnome.org>
12531         * plugins/sourceview/anjuta-document-loader.c
12532         plugins/sourceview/sourceview.c:
12533         
12534         Fixed encoding bugs
12536 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12538         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
12539         Fixed bug (line position)
12540         Give the good line position whatever the active editor.
12542 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
12544         * configure.in: Added fi to ALL_LINGUAS
12546 2006-03-19  Johannes Schmid <jhs@gnome.org>
12548         * plugins/sourceview/anjuta-document-loader.c:
12549         replace gnome_vfs_get_mime_type_for_name_and data
12551         * plugins/build-basic-autotools/build-basic-autotools.c:
12552         Fixed #335142
12554 2006-03-17  Johannes Schmid <jhs@gnome.org>
12556         * plugins/editor/editor.glade:
12557         Added style-editor again after it got lost somehow
12559 2006-03-17  Johannes Schmid <jhs@gnome.org>
12561         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
12562         configure.in: require devhelp 0.11
12563         
12564         Post 0.11 devhelp versions (CVS) do not work because of an API change...
12566         plugins/build-basic-autotools/build-basic-autotools.c:
12567         forgot a an installtion callback for the "install as root"-feature
12569 2006-03-17  Massimo Cora' <maxcvs@email.it>
12571         reviewed by: Johannes Schmid <jhs@gnome.org>
12573         * plugins/class-gen/anjuta-class-gen-plugin.glade
12574         plugins/class-gen/class_gen.c 
12575         plugins/class-gen/goc_template_header
12576         plugins/class-gen/goc_template_source
12577         
12578         Fixed bug #334663
12580 2006-03-16  Johannes Schmid <jhs@gnome.org>
12582         * plugins/sourceview/sourceview.c:
12583         Fixed "save-point" signal for undo actions
12585 2006-03-16  Massimo Cora' <maxcvs@email.it>
12586         
12587         reviewed by: Johannes Schmid <jhs@gnome.org>
12588         
12589         * plugins/document-manager/anjuta-docman.c:
12590         Implement tab drag and drop
12592 2006-03-16  Johannes Schmid <jhs@gnome.org>
12594         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
12595         plugins/build-basic-autotools/build-basic-autotools.c:
12596         
12597         Implemented "install as root"-feature (#321455)
12599 2006-03-16  Johannes Schmid <jhs@gnome.org>
12601         * mime/.cvsignore
12602         plugins/sourceview/.cvsignore
12603         plugins/tools/scripts/.cvsignore:
12604         Added/extended .cvsignore files
12605         
12606         * plugins/sourceview/sourceview-autocomplete.c:
12607         plugins/sourceview/sourceview-autocomplete.h:
12608         plugins/sourceview/sourceview-prefs.c:
12609         plugins/sourceview/sourceview-private.h:
12610         plugins/sourceview/sourceview.glade:
12611         Autcomplete just works(tm) now and respects preferences
12612         
12613         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
12614         Use better algorithm from autocomplete
12616 2006-03-15  Johannes Schmid <jhs@gnome.org>
12618         * src/anjuta-app.c:
12619         Fixed bug #304495
12621 2006-03-15  Johannes Schmid <jhs@gnome.org>
12623         * libanjuta/interfaces/libanjuta.idl:
12624         plugins/class-gen/class_gen.c:
12625         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
12626         plugins/project-manager/plugin.c:
12627         
12628         Allow to add multiple source files (#320191)
12629         
12630         * configure.in: Require gnome-build 0.1.3
12632 2006-03-14  Johannes Schmid <jhs@gnome.org>
12634         * plugins/macro/macro-utils.c: Fixed bug #333606
12635         * plugins/file-wizard/file.c: Fixed bug #333601
12637 2006-03-13  Johannes Schmid <jhs@gnome.org>
12639         * plugins/sourceview/sourceview_autocomplete.c
12640         plugins/sourceview/sourceview_autocomplete.h
12641         plugins/sourceview/sourceview.c
12642         plugins/sourceview/sourceview-private.h
12643         plugins/sourceview/sourceview-prefs.c:
12644         
12645         Cleaned up and fixed several issues
12646         
12647 2006-03-13  Johannes Schmid <jhs@gnome.org>
12649         * plugins/sourceview/Makefile.am:
12650         plugins/sourceview/sourceview-autocomplete.c
12651         plugins/sourceview/sourceview-autocomplete.h:
12652         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12653         plugins/sourceview/sourceview-private.h:
12654         plugins/sourceview/sourceview.c:
12655         
12656         Added (buggy) autocomplete feature to sourceview
12657         
12658 2006-03-12 Naba Kumar <naba@gnome.org>
12660         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
12661         libanjuta/anjuta-session.c: Added API docs.
12663 2006-03-12 Naba Kumar <naba@gnome.org>
12665         * TODO.tasks: Added couple of tasks.
12666         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
12667         Register private class as early as possible so that members could
12668         point to self class. Code clean up.
12670 2006-03-12 Naba Kumar <naba@gnome.org>
12672         * po/POTFILES.in, po/POTFILES.skip: Updated.
12674 2006-03-11 Naba Kumar <naba@gnome.org>
12676         * libanjuta/anjuta-shell.c,
12677         plugins/document-manager/anjuta-docman.c,
12678         plugins/document-manager/plugin.c,
12679         plugins/symbol-browser/an_symbol_search.c,
12680         plugins/valgrind/vgrule-list.c: Use correct signal names while
12681         creating them.
12682         
12683         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
12684         signal names and fixed enum IANJUTA_TYPE_* macro.
12686 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12688         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
12689         plugins/search/search-replace.c :
12690         Fixed bug (Bookmark the good line).
12691         Search & Replace (Mark all matched strings).
12692         
12693 2006-03-09  Johannes Schmid <jhs@gnome.org>
12695         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
12696         Completed changes from yesterday
12697         
12698         * plugins/document-manager/anjuta-document-manager.glade:
12699         plugins/editor/editor.glade
12700         plugins/editor/plugin.c: (activate_plugin)
12701         plugins/editor/text_editor.c
12702     plugins/sourceview/Makefile.am
12703         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
12704         plugins/sourceview/sourceview.glade:
12705         Completed preference changes
12707 2006-03-08  Johannes Schmid <jhs@gnome.org>
12709         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
12710         plugins/search/plugin.c: (activate_plugin):
12711         
12712         Removed Gtk-Criticals
12713         
12714         * plugins/document-manager/anjuta-document-manager.glade:
12715         plugins/document-manager/plugin.c: (on_docman_auto_save),
12716         (on_gconf_notify_timer), (prefs_init):
12717     plugins/document-manager/plugin.h:
12718         plugins/editor/text_editor.c: (text_editor_instance_init),
12719         (text_editor_dispose):
12720         plugins/editor/text_editor.h:
12721         plugins/editor/text_editor_cbs.c:
12722         plugins/editor/text_editor_cbs.h:
12723         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
12724         plugins/glade/plugin.c: (activate_plugin):
12725         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12726         plugins/sourceview/sourceview-private.h:
12727         plugins/sourceview/sourceview.c: (on_menu_popup),
12728         (sourceview_new), (ifile_open), (ifile_savable_save),
12729         (ifile_savable_save_as), (ieditor_set_popup_menu),
12730         (ieditor_get_filename), (imark_mark):
12732     Moved autosave from editor to document manager and fixed some things in 
12733     Sourceview plugin
12735 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12737         * plugins/search/anjuta-search.glade :
12738         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
12739         plugins/search/search-replace_bachend.c: Fixed a crash bug.
12740         plugins/search/search-replace.c : Fixed bug.
12741         
12742 2006-03-08  Johannes Schmid <jhs@gnome.org>
12744     * plugins/search/anjuta-search.glade
12745     Fixed widget names (glade is a bit stupid on copying widgets to other files)
12747 2006-03-07  Johannes Schmid <jhs@gnome.org>
12749         * plugins/document-manager/action-callbacks.c
12750         plugins/document-manager/anjuta-document-manager.glade
12751         plugins/document-manager/plugin.c: (prefs_init),
12752         (activate_plugin):
12753         plugins/editor/Makefile.am:
12754         plugins/editor/editor.glade:
12755         plugins/editor/plugin.c: (on_style_button_clicked),
12756         (activate_plugin), (dispose):
12757         plugins/editor/style-editor.c:
12758         
12759         Startet to seperate document-manager and editor preferences
12761         * plugins/search/Makefile.am:
12762         plugins/search/anjuta-search.glade:
12763         plugins/search/search-replace.c:
12764         
12765         Moved search GUI to search-plugin
12766                 
12767         * plugins/sourceview/sourceview-prefs.c:
12768         plugins/sourceview/sourceview-prefs.h:
12769         plugins/sourceview/sourceview-private.h:
12770         plugins/sourceview/sourceview.c: 
12771         plugins/sourceview/sourceview.h:
12772         plugins/sourceview/Makefile.am:
12773         plugins/sourceview/anjuta-document.h:
12774         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
12775         plugins/sourceview/plugin.c: 
12776         
12777         Added some preferences to sourceview and fixed vfs_monitor
12778         
12779         * tagmanager/c.c: (parseParens): 
12780         Removed annoying debug message
12781         
12782         * libanjuta/interfaces/libanjuta.idl: 
12783         Removed IAnjutaEditorFactory::create_style_editor()
12785 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12787         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
12788         Search : Bookmark all matched lines.
12790 2006-03-06  Johannes Schmid <jhs@gnome.org>
12792         * plugins/class-gen/anjuta-class-gen.plugin.in
12793         plugins/file-loader/plugin.c: (sort_wizards)
12794         (on_create_submenu), (activate_plugin)
12795         plugins/file-wizard/anjuta-file-wizard.plugin.in
12796         plugins/glade/anjuta-glade.plugin.in
12797         plugins/project-import/anjuta-project-import.plugin.in
12798         plugins/project-wizard/anjuta-project-wizard.plugin.in:
12799         
12800         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
12801         sorted alphabeticly
12802         
12803         * plugins/project-wizard/templates/mkfile.wiz:
12804         Use configured project directory instead of ~/myproject
12805         
12806         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
12807         (ifile_open):
12808         Show markers (again) and monitor uri
12810 2006-03-06  Naba Kumar  <naba@gnome.org>
12812         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
12813         typedefs separately so that forward linking would work.
12814         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
12816 2006-03-05  Naba Kumar  <naba@gnome.org>
12818         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
12819         passing Enums and Structs in signals. Define struct _Name in
12820         generated code, so that forward referencing.
12821         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
12822         
12823         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
12824         
12825 2006-03-05  Naba Kumar  <naba@gnome.org>
12827         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
12828         support. Generate GType definitions for enums in generated codes
12829         so that enums could be passed as signal params.
12830         
12831 2006-03-04  Naba Kumar  <naba@gnome.org>
12833         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
12834         Restored cvs-moved revision files. They were originally marked
12835         deleted at their older locations. Now they are restored at
12836         their new locations. The changeset is one that was committed
12837         as part of document-manager, editor, search and print plugins
12838         separation from editor plugin.
12839         
12840 2006-03-03  Johannes Schmid <jhs@gnome.org>
12842         * plugins/sourceview/*:
12843         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
12844         poiting this out!
12846 2006-03-04  Naba Kumar  <naba@gnome.org>
12848         * plugins/gdb/*: Deleted removed files (see previous changlog
12849         entry for files list).
12850         
12851 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
12853         * plugins/debug-mananger/breakpoints.c,
12854         plugins/debug-manager/breakpoints.h,
12855         plugins/debug-manager/debug_tree.c,
12856         plugins/debug-manager/debug_tree.h,
12857         plugins/debug-manager/info.c,
12858         plugins/debug-manager/info.h,
12859         plugins/debug-manager/locals.c,
12860         plugins/debug-manager/locals.h,
12861         plugins/debug-manager/memory.c,
12862         plugins/debug-manager/memory.h,
12863         plugins/debug-manager/registers.c,
12864         plugins/debug-manager/registers.h,
12865         plugins/debug-manager/sharedlib.c,
12866         plugins/debug-manager/sharedlib.h,
12867         plugins/debug-manager/signal.c,
12868         plugins/debug-manager/signal.h,
12869         plugins/debug-manager/stack_trace.c,
12870         plugins/debug-manager/stack_trace.h,
12871         plugins/debug-manager/watch.c,
12872         plugins/debug-manager/watch.h,
12873         plugins/debug-manager/Makefile.am:
12874         Move from gdb plugin to debug manager plugin
12876         * plugins/debug-manager/anjuta-debug-manager.glade,
12877         plugins/debug-manager/anjuta-debug-manager.ui:
12878         Move all user interface from gdb to debug manager
12880         * plugins/debug-manager/utilities.c,
12881         plugins/debug-manager/utilities.h:
12882         Remove some unused code
12883         Add useful code from gdb plugin
12885         * plugins/debug-manager/start.c,
12886         plugins/debug-manager/start.h:
12887         Include code of attach_process
12888         Add more code to start the debugger
12890         * plugins/debug-manager/plugin.c,
12891         plugins/debug-manager/plugin.h,
12892         plugins/debug-manager/anjuta-debug-manager.plugin.in:
12893         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
12895         * plugins/debug-manager/debugger.c,
12896         plugins/debug-manager/debugger.h:
12897         Implement a queue of debugger command
12899         * plugins/gdb/actions.c,
12900         plugins/gdb/actions.h,
12901         plugins/gdb/watch_cbs.c,
12902         plugins/gdb/watch_cbs.h,
12903         plugins/gdb/watch_gui.c,
12904         plugins/gdb/watch_gui.h:
12905         Removed 
12907         * plugins/gdb/debugger.c,
12908         plugins/gdb/debugger.h,
12909         plugins/gdb/gdbmi.c,
12910         plugins/gdb/gdbmi.h,
12911         plugins/gdb/utilities.c,
12912         plugins/gdb/utilities.h,
12913         plugins/gdb/Makefile.am,
12914         plugins/gdb/anjuta-gdb.plugin.in:
12915         Implement necessary functions
12917         * plugins/gdb/parser.c,
12918         plugins/gdb/parser.h:
12919         Code for parsing variable previously in debug_tree.c
12921         * plugins/gdb/anjuta-gdb.glade,
12922         plugins/gdb/anjuta-gdb.ui:
12923         Remove user interface
12925         * plugins/gdb/gdbmi-test.c:
12926         Need update
12928         * plugins/gdb/anjuta-gdb.plugin.png:
12929         Try an improved icon for gdb (archer fish)
12931         * libanjuta/anjuta-debugger.c,
12932         libanjuta/anjuta-debugger.h,
12933         libanjuta/interfaces/libanjuta.idl,
12934         libanjuta/interfaces/anjuta-idl-compiler.pl,
12935         libanjuta/Makefile.am:
12936         Add declaration used in new IAnjutaDebugger interface
12938         * manuals/reference/libanjuta.types,
12939         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
12940         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
12941         Update documentation
12943 2006-03-02  Naba Kumar  <naba@gnome.org>
12945         * manuals/reference/libanjuta/Makefile.am,
12946         manuals/reference/libanjuta/libanjuta-docs.sgml,
12947         manuals/reference/libanjuta/libanjuta-sections.txt,
12948         manuals/reference/libanjuta/libanjuta.types,
12949         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12950         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
12951         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12952         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12953         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12954         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12955         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12956         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12957         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
12958         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12959         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12960         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
12961         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12962         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12963         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12964         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
12965         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
12966         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12967         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12968         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12969         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12970         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12971         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12972         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12973         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12974         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12975         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12976         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12977         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12978         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
12979         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12980         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12981         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12982         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12983         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
12984         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12985         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
12986         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
12987         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12988         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12989         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
12990         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12991         manuals/reference/libanjuta/tmpl/plugins.sgml,
12992         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12993         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12994         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12995         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12996         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12997         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12998         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12999         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13000         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13001         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13002         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13003         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13004         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13005         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13006         documentation.
13008 2006-02-28  Naba Kumar <naba@gnome.org>
13010         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13011         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13012         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13013         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13014         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13015         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13016         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13017         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13018         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13019         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13020         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13021         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13022         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13023         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13025 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13027         * plugins/sourceview/sourceview.c:
13028         Select to brace, select block.
13030 2006-02-28  Johannes Schmid <jhs@gnome.org>
13032         * plugins/file-wizard/Makefile.am
13033         plugins/file-wizard/action-callbacks.c (removed)
13034         plugins/file-wizard/action-callbacks.h (removed)
13035         plugins/file-wizard/anjuta-file-wizard.ui
13036         plugins/file-wizard/plugin.c: (activate_plugin),
13037         (deactivate_plugin)
13038         plugins/file-wizard/plugin.h:
13039         Removed Edit->Insert Text submenu (replace by macros plugin)
13040         
13041         * plugins/sourceview/sourceview.c: (sourceview_new),
13042         (ieditor_set_popup_menu):
13043         Fixed some more bugs
13044         
13045         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13047 2006-02-28  Naba Kumar <naba@gnome.org>
13049         * plugins/file-manager/an_file_view.c,
13050         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13051         rows also and with delay 1 sec (the color and timout value should
13052         probably be picked up from some system wide preference key).
13054 2006-02-28  Naba Kumar <naba@gnome.org>
13056         * libanjuta/interfaces/libanjuta.idl,
13057         plugins/document-manager/action-callbacks.c,
13058         plugins/document-manager/plugin.c,
13059         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13060         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13061         Added interface checks in document manager and enable/disable
13062         menus based on supported interface.
13063         
13064         * plugins/project-import/anjuta-project-import.glade: Set some
13065         resonable size for the import dialog.
13067  2006-02-27  Naba Kumar  <naba@gnome.org>
13069         * libanjuta/interfaces/libanjuta.idl,
13070         plugins/document-manager/action-callbacks.c,
13071         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13072         and eol conversion actions.
13074 2006-02-27  Johannes Schmid <jhs@gnome.org>
13075         
13076         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13077         * plugins/file-manager/an_file_view.c
13078         plugins/file-manager/plugin.h:  Added tooltips
13079         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13081 2006-02-26  Naba Kumar  <naba@gnome.org>
13083         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13084         plugins/build-basic-autotools/build-basic-autotools.c,
13085         plugins/build-basic-autotools/build-basic-autotools.h,
13086         plugins/build-basic-autotools/executer.c,
13087         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13088         disable indicator highlights preferences from message manager to
13089         build plugin. Implemented message indicator highlights in build tool.
13090         
13091         * plugins/editor/text_editor.c: Fixed indicators.
13093 2006-02-26  Johannes Schmid <jhs@gnome.org>
13095         * plugins/sourceview/sourceview.c:
13096         - Fixed some bugs
13097         - Added markers
13098         * plugins/subversion/svn_auth.c:
13099         Fixed username/password authentification but there might be a memory corruption
13101 2006-02-26  Naba Kumar  <naba@gnome.org>
13103         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13104         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13105         libanjuta/anjuta-launcher.h: Added documentation.
13107 2006-02-24  Naba Kumar  <naba@gnome.org>
13109         * plugins/editor/text_editor.c: Fixed change in API in
13110         IAnjutaEditorSelection::set().
13111         
13112 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13114         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13115         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13116         libanjuta/interfaces/libanjuta.idl :
13117         Search in sourceview editor (Select in buffer).
13120 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13122         * plugins/sourceview/sourceview.c :
13123         Fixed Replace, to_upper, to_lower.
13124         
13125         * plugins/search/search-replace_backend.c :
13126         Renamed header name.
13128 2006-02-22  Naba Kumar  <naba@gnome.org>
13130         * libanjuta/anjuta-plugin-description.c,
13131         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13132         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13133         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13134         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13135         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13136         
13137         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13138         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13139         
13140 2006-02-21  Naba Kumar  <naba@gnome.org>
13142         * libanjuta/interfaces/libanjuta.idl,
13143         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13144         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13145         interface for editor.
13147 2006-02-21  Naba Kumar  <naba@gnome.org>
13149         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13151         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13152         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13154 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13156         * GTKSOURCEVIEW EDITOR
13157         plugins/sourceview/sourceview.c :
13158         Fixed copy and Goto Line.
13159         
13160         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13161         plugins/macro/plugin.c :
13162         Fixed Insert key word and Insert macro.
13164 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13166         * plugins/document-manager/anjuta-docman.c:
13167         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13168         
13169         * configure.in:
13170         plugins/Makefile.am:
13171         plugins/sourceview/.cvsignore:
13172         plugins/sourceview/Makefile.am:
13173         plugins/sourceview/plugin.c: :
13174         plugins/sourceview/plugin.h:
13175         plugins/sourceview/sourceview.c: 
13176         plugins/sourceview/sourceview.h:
13177         plugins/sourceview/sourceview.plugin:
13178         plugins/sourceview/sourceview.plugin.in:
13179         plugins/sourceview/sourceview.png:
13181         Added sourceview editor plugin
13183 2006-02-19 Naba Kumar  <naba@gnome.org>
13185         * libanjuta/interfaces/libanjuta.idl,
13186         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13187         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13188         plugins/cvs-plugin/cvs-interface.c,
13189         plugins/document-manager/action-callbacks.c,
13190         plugins/document-manager/action-callbacks.h,
13191         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13192         plugins/search/plugin.c, plugins/search/search-replace.c,
13193         plugins/search/search-replace_backend.c,
13194         plugins/subversion/subversion-actions.c,
13195         plugins/subversion/subversion-callbacks.c,
13196         plugins/tools/editor.c, plugins/tools/execute.c,
13197         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13198         few fatal warnings.
13200 2006-02-15 Naba Kumar  <naba@gnome.org>
13202         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13203         within another.
13204         
13205         * libanjuta/interfaces/libanjuta.idl,
13206         plugins/document-manager/anjuta-docman.c,
13207         plugins/document-manager/plugin.c,
13208         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13209         unnecessary parameters from IAnjutaEditor interface and used proper
13210         types instead of 'gpointer'. Fixed various compiler warnings.
13211         
13212         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13213         file
13215 2006-02-12 Naba Kumar  <naba@gnome.org>
13217         * po/POTFILES.in: Updated.
13218         
13219 2006-02-11 Naba Kumar  <naba@gnome.org>
13221         * plugins/editor/properties.[cxx,h],
13222         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13223         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13224         to sci_prop_*(), because they were conflicting with external
13225         functions (in some ssl library).
13226         
13227 2006-02-08 Naba Kumar  <naba@gnome.org>
13229         Patch from Massimo Cora  <maxcvs@email.it>:
13230         * plugins/valgrind/anjuta-valgrind.schemas,
13231         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13232         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13233         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13234         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13235         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13236         plugins/valgrind/vgtoolview.c,
13237         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13238         before running the debugging session. I've added also a
13239         preference in Anjuta Preferences where you can specify
13240         the path to the valgrind binary. The default is /usr/bin/valgrind.
13241         Now it displays a dialog with the error. [it can be -program
13242         exited- or -file loaded or end of input-]. Some valgrind 3.x
13243         compatibility.
13244         
13245 2006-01-29 Naba Kumar  <naba@gnome.org>
13247         Patch from Massimo Cora  <maxcvs@email.it>:
13248         * configure.in, plugins/Makefile.am,
13249         plugins/valgrind/*: Valgrind plugin (requires
13250         binutils-dev and valgrind to be installed.
13252 2005-01-24 Johannes Schmid <jhs@gnome.org>
13254         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13255         plugins/tools/variables.c:
13256         Added current directory to possible variables
13258         * Patch from Günther Brammer <gbrammer@gmx.de>
13259         plugins/document-manager/anjuta-docman.c:
13260         Fix a crash on opening a file
13262         AUTHORS: Added Günther Brammer
13264 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13266         * libanjuta/anjuta-launcher.c:
13267         Fix a bug in AnjutaLauncher when output is bigger than buffer
13268         Probably fix bug #315188 and #305134
13270 2005-12-28      Johannes Schmid <jhs@gnome.org>
13271         
13272         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13273         * src/about.c: Use new gtk about dialog
13274         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13275         Updated anjuta_ui_add_action_group_entries call
13276         
13277         Patch from Jean Breford <jean.breford@normalesup.org>
13278         and Markus Habermehl <bmh1980de@yahoo.de>:
13279         
13280         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13281         * AUTHORS: Added Jean and Markus
13283 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13284         * plugins/search/search-replace.c :
13285         Bookmark all matched lines.
13286         * plugins/search/search-replace_backend.c :
13287         Fixed bug (Search in all project files).
13289 2005-12-21      Johannes Schmid <jhs@gnome.org>
13290         
13291         * plugins/search/plugin.c:
13292         Fixed signal names
13293         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13294         investigation needed.
13295         
13296         AUTHORS: Added Ross Goldner
13298 2005-12-19  Ross Golder  <ross@golder.org>
13300         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13301         application/xml MIME type.
13303 2005-12-18  Johannes Schmid <jhs@gnome.org>
13304         
13305         po/POTFILES.in: Updated files after directory changes
13306         HACKING: Removed outdated section 3 (anoncvs)
13308 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13310         * plugins/build-basic-autotools/build-basic-autotools.c:
13311         Save all files in editor before running a command
13313         * plugins/tools/execute.c:
13314         Use document manager plugin instead of each editor for
13315         saving all files
13317 2005-12-15  Johannes Schmid <jhs@gnome.org>
13319         * plugins/document-manager/action-callbacks.c:
13320         (on_save_all1_activate), (on_swap_activate)
13321         plugins/document-manager/anjuta-docman.c:
13322         (on_save_as_filesel_response), (on_notebook_switch_page):
13323         
13324         Fixed some remaining issues in document-manger
13326 2005-12-15      Johannes Schmid <jhs@gnome.org>
13328         * plugins/profile-default/default.anjuta:
13329         Load Search plugin and Message Manager by default
13331 2005-12-14  Johannes Schmid <jhs@gnome.org>
13332         
13333         * plugins/editor/text_editor.c
13334         libanjuta/anjuta-utils.c:
13335         
13336         Check if files differ when gnome-vfs monitoring is used.
13337         (Bug #309688)
13339 2005-12-13  Johannes Schmid <jhs@gnome.org>
13341         * plugins/document-manager/plugin.c:
13342         Only save modified files in ianjuta_file_savable_save() for document-manager
13343         as discussed on mailing list.
13344         
13345         * plugins/cvs-plugin/cvs-callbacks.c:
13346         Fixed dialog handling for empty log message
13348 2005-12-13  Johannes Schmid <jhs@gnome.org>
13350         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13351         
13352         * plugins/project-manager/* Removed ununsed files
13353         
13354         * plugins/symbol-browser/an_symbol_iter.c
13355         plugins/build-basic-autotools/build-basic-autotools.c
13356         plugins/build-basic-autotools/executer.c
13357         plugins/class-gen/class_gen.c
13358         plugins/class-inheritance/class-inherit.c
13359         plugins/cvs-plugin/cvs-actions.c
13360         plugins/cvs-plugin/cvs-interface.c
13361         plugins/debug-manager/attach_process.
13362         plugins/devhelp/plugin.c
13363         plugins/document-manager/plugin.c
13364         plugins/document-manager/indent_util.c
13365         plugins/editor/properties.cxx
13366         plugins/editor/aneditor.cxx
13367         plugins/editor/style-editor.c
13368         plugins/editor/text_editor.c
13369         plugins/macro/macro_db.c
13370         tagmanager/c.c:
13371         
13372         Use DEBUG_PRINT for debug messages
13374         libanjuta/anjuta-debug.h: Include config.h
13375         
13376         HACKING: Updated (BTW: does anyone read this?)
13377         
13378 2005-12-12  Johannes Schmid <jhs@gnome.org>
13380         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13381         * plugins/gdb/debugger.c
13382         
13383         Fix a crasher in gdb plugin
13384         
13385         * plugins/gtodo/plugin.c
13386         plugins/search/plugin.c
13387         
13388         Fixed bug #305301
13389         
13390         * plugins/document-manager/anjuta-docman.c:
13391         
13392         Fixed error markers 
13393         
13394         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13395         
13396         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13397         
13398         * plugins/document-manager/anjuta-docman.c:
13399         highlight changed files in docman popup-menu
13400         * plugins/gdb/debug-tree.c:
13401         plugins/gdb/debugger.c
13402         Do not corupt entire "locals" tree when variable pointer have
13403         additional info and arrays/strucs/unions correctly.
13404         
13406 2005-12-11  Johannes Schmid <jhs@gnome.org>
13408         * plugins/document-manager/anjuta-docman.c
13409         plugins/document-manager/plugin.c
13410         plugins/editor/text_editor.c:
13411         
13412         AUTHORS: Added Johan Ersvik
13414         Fixed "is-dirty" bug and tab ordering
13416 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13417         
13418         * plugins/editor/aneditor-autocomplete.cxx
13419         plugins/editor/aneditor-calltip.cxx
13420         plugins/editor/aneditor-priv.h
13421         plugins/symbol-browser/an_symbol.c
13422         plugins/symbol-browser/an_symbol_view.c
13423         tagmanager/entry.h
13424         tagmanager/tm_symbol.c
13425         tagmanager/tm_tag.c
13426         tagmanager/include/tm_symbol.h
13427         tagmanager/include/tm_tag.h
13428         tagmanager/c.c
13430         Better pointer recognition in tagmanager and symbol browser
13432 2005-12-11  Johannes Schmid <jhs@gnome.org>
13434         * plugins/search/*: New search plugin derived from search code in old editor
13435         plugin.
13436         
13437         * plugins/document-manager/*: new document-manger which is now seperated from
13438         editor to allow implementation of other editor widgets. Code is mostly derived
13439         from old editor plugin
13441         * plugins/print/* new print plugin which is not fully implemented in the
13442         moment
13444         * plugins/editor/text_editor.c: Added lots of interface code
13445         
13446         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13447         IAnjutaEditorFactory and extended IAnjutaEditor
13448         
13449         * configure.in, plugins/Makefile.am updated build system for new
13450         plugins
13452         This is a huge commit which might still contain some bugs and also has
13453         some fixmes. Things that are not working are the search toolbar because it
13454         does not use the same backend as any other searching function and printing
13455         (easy to fix) because it did not yet implement IAnjutaPrintable.
13457 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13459         * plugins/project-wizard/property.c:
13460         Use newer GtkFileChooser instead of GtkFileSelection with
13461         GnomeFileEntry to avoid a bug
13463         * plugins/project-wizard/install.c:
13464         Avoid an endless loop if project directory is not writable
13465         
13466         * plugins/project-wizard/druid.c:
13467         Allow creating project in empty directory without a
13468         warning
13470 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13471         
13472         Patch from Massimo Cora <maxcvs@email.it>
13473         * plugins/class-inheritence/class-inherit.c
13474         plugins/class-inheritence/plugin.c
13475         plugins/class-inheritence/plugin.h
13476         configure.in
13477         
13478         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13479         no longer supported!
13481 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13482         
13483         Patch from Johan Ersvik <jersvik@fastmail.fm>
13484         * plugins/message-view/message-view.c
13485         plugins/build-basic-autotools/build-basic-autotools.c
13486         plugins/build-basic-autotools/automake-c.filters
13488         This patch correct regex-filters for newer automake
13489         versions
13491 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13493        * plugins/tools/execute.c:
13494        Detect variables inside a word
13496 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13498         * libanjuta/anjuta-status.[ch],
13499         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13500         plugins/editor/anjuta-docman.c :
13501         New anjuta-status procedure.
13503 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13505         *Modified Files:
13506         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13507         plugins/editor/Makefile.am
13508         plugins/editor/anjuta-document-manager.glade
13509         plugins/editor/plugin.c plugins/editor/plugin.h
13510         plugins/editor/text_editor.c plugins/editor/text_editor.h
13511         *Added Files:
13512         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13513         plugins/editor/indent-util.c plugins/editor/indent-util.h
13514         plugins/editor/indent_test.c :
13515         Set and Preview indent preferences parameters.
13516         Saved indent user parameters.
13518 2005-10-27  Naba Kumar  <naba@gnome.org>
13520         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13521         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13522         theme color for saved documents.
13523         
13524 2005-10-26  Naba Kumar  <naba@gnome.org>
13526         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13527         list. Fixed bug #316731.
13528         
13529 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13531         * tagmanager/tm_symbol.c: Fixed bug #315218
13533 2005-10-23  Adam Weinberger  <adamw@gnome.org>
13535         * plugins/build/build_file.c
13536           plugins/build-basic-autotools/build-basic-autotools.c
13537           plugins/tools/execute.c
13538           plugins/build/compile.c
13539           plugins/build/configurer.c
13540           plugins/debug-manager/plugin.c
13541           plugins/editor/plugin.c
13542           plugins/editor/print.c
13543           plugins/editor/text_editor.c
13544           plugins/file-loader/plugin.c
13545           plugins/file-manager/an_file_view.c
13546           plugins/symbol-browser/an_symbol_view.c
13547           plugins/gdb/debugger.c
13548           plugins/gdb/plugin.c
13549           plugins/glade/plugin.c
13550           plugins/macro/macro-actions.c
13551           plugins/macro/plugin.c
13552           plugins/profile-default/plugin.c
13553           plugins/project-manager/plugin.c
13554           plugins/project-manager/project_import.c
13555           plugins/symbol-browser/plugin.c
13556           plugins/tools/execute.c
13557           src/anjuta.c
13558           src/anjuta-actions.h
13559           src/shell.c:
13560           Correct spacing errors before and after "...".
13562 2005-10-20  Naba Kumar  <naba@gnome.org>
13564         * plugins/gdb/debugger.c: Fixed attach/detach process to
13565         updated UI properly.
13566         
13567 2005-10-18  Naba Kumar  <naba@gnome.org>
13569         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
13570         #171314 too).
13571         
13572 2005-10-13  Naba Kumar  <naba@gnome.org>
13573         
13574         * plugins/project-mkfile-import/*: Removed separate import wizard for
13575         makefile based projects (because single widzard handles all wizards).
13577         * plugins/project-import/project-import.c: Made wizard window
13578         transient to main window.
13580         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
13581         
13582         * AUTHORS: Added Eric's name in contributors list.
13583         
13584         * configure.in, plugins/Makefile.am,
13585         plugins/project-import/Makefile.am,
13586         plugins/project-import/anjuta-project-import.glade,
13587         plugins/project-import/project-import.c,
13588         plugins/project-import/project-import.h: Import wizard now detects
13589         both makefile and automake projects together instead of separate wizard.
13590         
13591         * plugins/project-wizard/templates/java/project.anjuta,
13592         plugins/project-wizard/templates/mkfile/project.anjuta,
13593         plugins/project-wizard/templates/python/project.anjuta,
13594         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
13595         name to make it appropriate.
13597 2005-10-11  Naba Kumar  <naba@gnome.org>
13599         * configure.in: Fixed glade3 version requirement.
13601 2005-09-29  Alexander Shopov  <ash@contact.bg>
13603         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
13605 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
13607         * plugins/subversion/svn_auth.c
13608         plugins/subversion/anjuta_subversion.glade:
13609         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
13611 2005-09-22  Naba Kumar  <naba@gnome.org>
13613         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
13615         * configure.in,  plugins/Makefile.am
13616         plugins/project-manager/anjuta-project-manager.plugin.in,
13617         plugins/project-manager/plugin.c,
13618         (added) plugins/project-mkfile-import/.cvsignore,
13619         (added) plugins/project-mkfile-import/Makefile.am,
13620         (added) plugins/project-mkfile-import/
13621             anjuta-project-mkfile-import-plugin.png,
13622         (added) plugins/project-mkfile-import/
13623             anjuta-project-mkfile-import.glade,
13624         (added) plugins/project-mkfile-import/
13625             anjuta-project-mkfile-import.plugin.in,
13626         (added) plugins/project-mkfile-import/plugin.c,
13627         (added) plugins/project-mkfile-import/plugin.h,
13628         (added) plugins/project-mkfile-import/project-mkfile-import.c,
13629         (added) plugins/project-mkfile-import/project-mkfile-import.h,
13630         plugins/project-wizard/templates/Makefile.am,
13631         (added) plugins/project-wizard/templates/mkfile-logo.png,
13632         (added) plugins/project-wizard/templates/mkfile.wiz,
13633         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
13634         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
13635         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
13636         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
13637         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
13638         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
13639         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
13640         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
13641         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
13642         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
13643         (added) plugins/project-wizard/templates/mkfile/src/main.c:
13644         Added makefile based project import wizard and wizard template.
13646 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
13648         * libanjuta/anjuta-launcher.c: Reduced false password detections
13650 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13652         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
13653         messages correctly.a
13655 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13656         
13657         * scintilla/Makefile.am: Changed scintilla library to noinst
13658         * pixmaps/Makefile.am: Install password.png
13659         * libanjuta/anjuta-launcher.c: Changed password detection
13660         to be able to access GNOME CVS with ssh.
13661         
13662 2005-08-31  Naba Kumar  <naba@gnome.org>
13664         * plugins/glade/plugin.c: Set transient window for the widget
13665         dialogs.
13666         
13667 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
13669         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
13671 2005-08-10  Naba Kumar  <naba@gnome.org>
13673         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
13674         as shortcut key for execute.
13676         * src/about.c: Clean up.
13677         
13678         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
13679         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
13680         entry boxes.
13681         
13682 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13684         * plugins/editor/search-replace_backend.c :
13685         Fixed search in File Patterns.
13687 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
13689         * plugins/gdb/Makefile.am: Fixed a make -j x bug
13690         
13691 2005-08-04  Naba Kumar  <naba@gnome.org>
13693         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13694         for pango-1.8 rendering bug.
13695         
13696 2005-08-03  Naba Kumar  <naba@gnome.org>
13698         * plugins/glade/plugin.c: Proper names for plugin widgets.
13699         
13700         * plugins/subversion/anjuta-subversion.glade,
13701         plugins/subversion/svn-auth.c: Fixed authentication dialog and
13702         string allocations. Use passed default values when available.
13703         Set proper focus and dialog default response. Destroy dialog after use.
13704         Return error when appropriate.
13706 2005-08-02  Naba Kumar  <naba@gnome.org>
13708         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13709         for pango-1.8 rendering bug.
13710         
13711 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
13713         * scintilla/Makefile.am: Fixed a make -j x bug
13714         
13715 2005-08-02  Johannes Schmid <jhs@gnome.org>
13716         
13717         * plugins/subversion/svn-auth.c: Added username/password 
13718         auto function.
13720 2005-08-01  Naba Kumar  <naba@gnome.org>
13722         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
13723         checks for character width calculations.
13724         
13725 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13727         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
13729 2005-07-31  Naba Kumar  <naba@gnome.org>
13731         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
13732         messup with pango 1.8. Fixed bug #311846.
13734 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13736         * plugins/gdb/memory.c : Fixed bug 305082.
13737         
13738         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13739         plugins/project-wizard/templates/gcj.wiz,
13740         plugins/project-wizard/templates/gnome.wiz,
13741         plugins/project-wizard/templates/gtk.wiz,
13742         plugins/project-wizard/templates/java.wiz,
13743         plugins/project-wizard/templates/python.wiz,
13744         plugins/project-wizard/templates/wxwin.wiz,
13745         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
13747 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
13749         * plugins/tools/execute.c:
13750         Correct a crash if editor is closed while a tool still use it.
13752 2005-07-28  Naba Kumar  <naba@gnome.org>
13754         * scintilla/*: Updated scintilla from their latest CVS.
13756 2005-07-27  Naba Kumar  <naba@gnome.org>
13758         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
13759         plugins/build-basic-autotools/build-basic-autotools.c,
13760         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
13761         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
13762         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
13763         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
13764         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
13765         plugins/message-view/plugin.c, plugins/patch/plugin.c,
13766         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
13767         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13768         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
13769         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
13770         argument to anjuta_ui_add_action_group_entries() and
13771         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
13772         Fixed all plugins to pass translation domain. This fixes untranslated
13773         UI bugs. 
13775 2005-07-27  Naba Kumar  <naba@gnome.org>
13777         * plugins/class-inheritance/class-callbacks.c,
13778         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
13779         proper system colors.
13781 2005-07-26  Naba Kumar  <naba@gnome.org>
13783         * ROADMAP: Updated and added more tasks.
13785 2005-07-25  Naba Kumar  <naba@gnome.org>
13787         * ROADMAP: Updated and added more tasks.
13788         
13789 2005-07-24  Naba Kumar  <naba@gnome.org>
13791         * HACKING: Fixed format.
13793 2005-07-24  Naba Kumar  <naba@gnome.org>
13795         * ROADMAP: Fixed format.
13796         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
13798 2005-07-24  Naba Kumar  <naba@gnome.org>
13800         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
13801         * data/properties/cpp.properties: Added *.c++ as file extension for c++
13803 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
13805         * plugins/tools/dialog.c, plugins/tools/dialog.h:
13806         Correct wrong sensitivity setting
13807         
13808         * plugins/tools/tool.c: Correct a crash when removing overridden tool
13809         
13810         * plugins/tools/variable.c:     Add variables for project manager
13812 2005-07-23  Naba Kumar  <naba@gnome.org>
13814         * ROADMAP: updated.
13816 2005-07-23 Naba Kumar  <naba@gnome.org>
13818         * plugins/subversion/Makefile.am,
13819         plugins/subversion/svn-auth.c,
13820         plugins/subversion/svn-auth.h: Added subversion authentication code
13821         stubs.
13822         
13823         * plugins/subversion/subversion-callbacks.c,
13824         plugins/subversion/subversion-callbacks.h,
13825         plugins/subversion/svn-backend-priv.h,
13826         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
13827         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
13828         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
13829         Added file mode line.
13831 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
13833         * configure.in: Added 'gl' to ALL_LINGUAS.
13835 2005-07-21 Naba Kumar  <naba@gnome.org>
13837         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
13838         the active sources and kill the running process without emitting
13839         signals (which could be fatal because the object is being destroyed).
13840         Incidentally, fixed the crash that happens when stopping an active
13841         debugger session. Disabled debug prints and code clean up.
13842         Fixed bug #305587.
13843         
13844         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
13845         message view object, because that prevents many unprocessed outputs
13846         from the cvs command from being appended in view. Does not set NULL
13847         to mesg_view private member (not required) so that any pending outputs
13848         to view is processed.Fixed bug #172666.
13850         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
13851         type in supported list.
13852         
13853 2005-07-18  Adam Weinberger  <adamw@gnome.org>
13855         * plugins/file-manager/anjuta-file-manager-plugin.glade:
13856           grammar/spelling fixes.
13858 2005-07-17 Naba Kumar  <naba@gnome.org>
13860         * (new) plugins/project-wizard/templates/terminal/cvsignore,
13861         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
13862         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
13863         plugins/project-wizard/templates/anjuta-plugin.wiz,
13864         plugins/project-wizard/templates/gcj.wiz,
13865         plugins/project-wizard/templates/gnome.wiz,
13866         plugins/project-wizard/templates/gtk.wiz,
13867         plugins/project-wizard/templates/gtkmm.wiz,
13868         plugins/project-wizard/templates/java.wiz,
13869         plugins/project-wizard/templates/python.wiz,
13870         plugins/project-wizard/templates/terminal.wiz,
13871         plugins/project-wizard/templates/terminal/Makefile.am,
13872         plugins/project-wizard/templates/terminal/po/Makefile.am,
13873         plugins/project-wizard/templates/terminal/src/Makefile.am,
13874         plugins/project-wizard/templates/wxwin.wiz,
13875         plugins/project-wizard/templates/xlib-dock.wiz,
13876         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
13877         wizards and updated .wiz files to install them in newly created
13878         projects.
13880 2005-07-16 Naba Kumar  <naba@gnome.org>
13882         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
13883         
13884         * plugins/file-manager/an_file_view.c,
13885         plugins/file-manager/plugin.c: Added file manager preferences to
13886         show/hide files ignored by version control (e.g. cvsignore).
13887         
13888         * plugins/editor/text_editor.c: Initialize vfs info struct.
13889         
13890         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
13891         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
13892         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
13893         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
13894         omf-install/.cvsignore, pixmaps/.cvsignore,
13895         plugins/file-manager/anjuta-file-manager-plugin.glade,
13896         scintilla/.cvsignore, scintilla/include/.cvsignore,
13897         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
13898         tagmanager/python.c: Updated.
13900 2005-07-16 Naba Kumar  <naba@gnome.org>
13902         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
13903         Fixed python parser to parser class methods.
13905 2005-07-15 Naba Kumar  <naba@gnome.org>
13907         * plugins/project-wizard/property.c: Used parenthesis to remove
13908         ambiguty.
13909         
13910         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13911         plugins/project-wizard/templates/gcj.wiz,
13912         plugins/project-wizard/templates/gnome.wiz,
13913         plugins/project-wizard/templates/gtk.wiz,
13914         plugins/project-wizard/templates/gtkmm.wiz,
13915         plugins/project-wizard/templates/java.wiz,
13916         plugins/project-wizard/templates/python.wiz,
13917         plugins/project-wizard/templates/terminal.wiz,
13918         plugins/project-wizard/templates/wxwin.wiz,
13919         plugins/project-wizard/templates/xlib-dock.wiz,
13920         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
13921         and names.
13923 2005-07-15 Naba Kumar  <naba@gnome.org>
13925         * plugins/project-wizard/templates/java.wiz,
13926         plugins/project-wizard/templates/java/Makefile.am,
13927         plugins/project-wizard/templates/java/project.anjuta,
13928         plugins/project-wizard/templates/python.wiz,
13929         plugins/project-wizard/templates/python/Makefile.am,
13930         plugins/project-wizard/templates/python/project.anjuta: Use different
13931         project files for java and python module where debugger is not
13932         included in the list of plugins.
13934 2005-07-15 Naba Kumar  <naba@gnome.org>
13936         * configure.in, plugins/project-wizard/templates/Makefile.am,
13937         plugins/project-wizard/templates/gcj-logo.png,
13938         plugins/project-wizard/templates/gcj.wiz,
13939         plugins/project-wizard/templates/gcj/.cvsignore,
13940         plugins/project-wizard/templates/gcj/Makefile.am,
13941         plugins/project-wizard/templates/gcj/configure.in.tpl,
13942         plugins/project-wizard/templates/gcj/src/.cvsignore,
13943         plugins/project-wizard/templates/gcj/src/Makefile.am,
13944         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
13945         plugins/project-wizard/templates/java-logo.png,
13946         plugins/project-wizard/templates/java.wiz,
13947         plugins/project-wizard/templates/java/configure.in.tpl,
13948         plugins/project-wizard/templates/java/po/Makefile.am,
13949         plugins/project-wizard/templates/java/po/POTFILES.in,
13950         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
13951         plugins/project-wizard/templates/java/src/main.java,
13952         plugins/project-wizard/templates/python-logo.png,
13953         plugins/project-wizard/templates/python.wiz,
13954         plugins/project-wizard/templates/python/.cvsignore,
13955         plugins/project-wizard/templates/python/Makefile.am,
13956         plugins/project-wizard/templates/python/configure.in.tpl,
13957         plugins/project-wizard/templates/python/po/.cvsignore,
13958         plugins/project-wizard/templates/python/po/Makefile.am,
13959         plugins/project-wizard/templates/python/po/POTFILES.in,
13960         plugins/project-wizard/templates/python/src/.cvsignore,
13961         plugins/project-wizard/templates/python/src/Makefile.am,
13962         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
13963         plugins/project-wizard/templates/python/src/main.py: Added Generic
13964         gcj and python project wizards. Fixed Generic java project to
13965         use _JAVA primary. Update gnome-build from cvs for them to work
13966         correctly.
13968 2005-07-12 Naba Kumar  <naba@gnome.org>
13970         * plugins/project-manager/plugin.c: Automatically determine
13971         project backend by probing.
13972         
13973 2005-07-04 Naba Kumar  <naba@gnome.org>
13975         * Makefile.am: Do not install old anjuta.glade file which conflicts
13976         with newer src/anjuta.glade.
13978 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
13980         * plugins/an_symbol_prefs.c:
13981         Sort list of available symbol files
13983 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
13985         * plugins/build-basic-autotools.c:
13986         Fixed #307810
13987         
13988         * plugins/gtodo/libgtodo.c:
13989         Possible fix for #307800
13991         * libanjuta/anjuta-encodings.c
13992         libanjuta/anjuta-launcher.c
13993         libanjuta/anjuta-preference-dialog.c
13994         libanjuta/anjuta-preferences.c
13995         libanjuta/anjuta-ui.c
13996         libanjuta/anjuta-util.c
13997         libanjuta/cell-renderer-captioned-image.c
13998         libanjuta/plugin.c:
13999         
14000         Patch from de_lupus@pandora.be (Kristof Vansant):
14001         Replaced deprecated gnome-i18n.h
14002         Closed #309153
14004 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14005         
14006         * plugins/subversion/anjuta-subversion.glade
14007         plugins/subversion/anjuta-subversion.ui
14008         plugins/subversion/plugin.c
14009         plugins/subversion/subversion-actions.c
14010         plugins/subversion/subversion-callbacks.h
14011         plugins/subversion/subversion-callbacks.c
14012         plugins/subversion/svn-backend-priv.h
14013         plugins/subversion/svn-backend.h
14014         plugins/subversion/svn-backend.c
14015         plugins/subversion/svn-thread.h
14016         plugins/subversion/svn-thread.c:
14017         
14018         Implemented Subversion diff
14019         
14020 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14021         
14022         * plugins/build-basic-autotools/build-basic-autotools.c:
14023         Fixed crash bug! Might be useful to release 2.0.2 soon
14024         because this bug will crash any build which produces errors
14025         or warnings
14027 === Anjuta 2.0.1 ===
14029 2005-06-27 Naba Kumar  <naba@gnome.org>
14031         * plugins/tools/execute.c: Formated code.
14032         
14033 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14035         * plugins/build-basic-autotools/build-basic-autotools.c:
14036         Remove two memory leaks
14037         Check command output versus untranslated strings too
14039         * plugins/tools/execute.c:
14040         Remove two memory leaks
14041         Check command output versus untranslated strings too
14042         Remove description message
14044         * plugins/tools/fileop.c:
14045         Escape tool name in xml configuration file
14047 2005-05-26 Naba Kumar  <naba@gnome.org>
14049         * configure.in: Bumped version to 2.0.1
14050         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14052         * plugins/tools/execute.c: Fixed clickable messages.
14053         * NEWS: Updated.
14055         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14056         Deactivate glade plugin when last glade project is closed. Reorder
14057         glade widgets in layout. Change glade project when user selects a
14058         new project. Removed project from the list when user closes it. Fixed
14059         glade project file loading from URI. Save and restored loaded glade
14060         projects in/from session.
14062         * plugins/class-gen/action-callbacks.c,
14063         plugins/class-gen/anjuta-class-gen-plugin.glade,
14064         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14065         plugins/file-wizard/anjuta-file-wizard.glade,
14066         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14067         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14068         "Add to project" correctly. Use the source file path returned after
14069         adding to project. Fixed memory leaks. Deactivate wizard plugins
14070         after use.
14071         
14072         * plugins/project-manager/plugin.c,
14073         plugins/project-wizard/anjuta-project-wizard.glade,
14074         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14075         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14076         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14077         project-wizard preference page to anjuta app, because they are
14078         more appropriated as general preferences. Renamed username and
14079         useremail properties keys.
14080         
14081         * po/POTFILES.in: Updated.
14083         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14084         saved at closing.
14085         
14086         * plugins/file-loader/plugin.c: Do not use static variable to store
14087         created submenu in factory. Fixed crash in anjuta exit.
14088         
14089 2005-05-24 Naba Kumar  <naba@gnome.org>
14091         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14092         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14093         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14094         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14095         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14096         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14097         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14098         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14099         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14100         
14101         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14102         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14103         plugins/build-basic-autotools/build-basic-autotools.c,
14104         plugins/build-basic-autotools/build-basic-autotools.h,
14105         plugins/build-basic-autotools/executer.c,
14106         plugins/build-basic-autotools/executer.h,
14107         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14108         plugins/tools/variable.c: Added an extra argument to
14109         anuta_util_dialog_input() to pass default value. Save/load project
14110         configure and execution parameters in/from session.
14112         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14113         symbol browser is loaded.
14114         
14115         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14116         freeze/thaw.
14118         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14119         deactivate would not start shell.
14121 2005-05-24 Naba Kumar  <naba@gnome.org>
14123         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14124         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14125         libegg/egg-submenu-action.c, libegg/test-actions.c,
14126         plugins/build-basic-autotools/build-basic-autotools.c,
14127         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14128         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14129         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14130         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14131         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14132         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14133         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14134         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14135         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14136         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14138 2005-05-24 Naba Kumar  <naba@gnome.org>
14140         * data/properties/styles.properties: Fixed defalt font.
14142         * plugins/editor/search-replace.c,
14143         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14144         project openness wihtout activating project-manager plugin (i.e.
14145         using anjuta_shell_get()).
14146         
14147         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14148         - Completed add_source(), add_group() and add_target() methods of
14149         IAnjutaProjectManager.
14150         - Change their definition to return the added element (or NULL).
14151         - Used interface API for project main menus and 'add to project'
14152         from file-manager context menu.
14153         - Select proper default target/group when prompting for adding
14154         source/target/group.
14155         - Do not expand all nodes in selection tree when default selection
14156         are given (eases navigation in big projects).
14157         - Code clean ups.
14158         - Marked strings for translation.
14160 2005-05-23 Naba Kumar  <naba@gnome.org>
14162         * src/anjuta-app.c: Save menu accelerators on change.
14163         * NEWS: Updated.
14164         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14165         save-as dialog (leading to crash later).
14167 2005-05-22 Naba Kumar  <naba@gnome.org>
14169         * NEWS: Updated.
14170         * AUTHORS: Added developers for other projects. Updated.
14171         * TODO.tasks: Updated.
14172         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14173         
14174 2005-05-22 Naba Kumar  <naba@gnome.org>
14176         * plugins/tools/execute.c: Make parsable lines distinct by adding
14177         a "Click me" description in the message. Allow tools to open arbibrary
14178         file in editory using gdb-styled annotation (The line starts with two
14179         \032 characters followed by the file:line).
14180         
14181         * plugins/tools/scripts/prepare-changelog.pl,
14182         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14183         ChangeLog file itself and open it.
14185 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14187         * plugins/tools/execute.c:
14188         Parse output in message pane
14189         Correct a crash on plugin deactivation
14191         * plugins/tools/fileop.c,
14192         plugins/tools/tool.c,
14193         plugins/tools/tool.h:
14194         Load only valid tools
14196 2005-06-21  Naba Kumar  <naba@gnome.org>
14198         * anjuta.spec.in: Fixed devel package requirement.
14200         * plugins/message-view/message-view.c: Scroll message on next/previous.
14202         * TODO.tasks: Updated.
14204         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14205         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14206         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14207         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14208         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14209         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14210         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14211         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14213         * libanjuta/anjuta-preferences.c,
14214         plugins/build-basic-autotools/build-basic-autotools.c,
14215         plugins/build-basic-autotools/executer.c,
14216         plugins/class-gen/action-callbacks.c,
14217         plugins/class-gen/action-callbacks.h,
14218         plugins/class-gen/class_gen.c,
14219         plugins/cvs-plugin/cvs-interface.c,
14220         plugins/debug-manager/attach_process.c,
14221         plugins/debug-manager/plugin.c,
14222         plugins/debug-manager/utilities.c,
14223         plugins/debug-manager/utilities.h,
14224         plugins/editor/aneditor-autocomplete.cxx,
14225         plugins/editor/aneditor.cxx,
14226         plugins/editor/search-replace.c,
14227         plugins/editor/search-replace_backend.c,
14228         plugins/gdb/breakpoints.c,
14229         plugins/gdb/registers.c,
14230         plugins/patch/plugin.c,
14231         plugins/project-wizard/druid.c,
14232         plugins/project-wizard/install.c,
14233         plugins/subversion/plugin.c,
14234         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14235         codes.
14237         * plugins/class-gen/action-callbacks.c,
14238         plugins/project-wizard/parser.c,
14239         plugins/project-wizard/property.c,
14240         plugins/project-wizard/values.c,
14241         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14243         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14244         alphabetically
14246 2005-06-20  Naba Kumar  <naba@gnome.org>
14248         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14249         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14250         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14251         
14252         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14253         exit idle function.
14254         
14255         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14256         Fixed possible memory corruption.
14258         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14259         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14260         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14261         progress bar increment and added progress status for symbol refresh
14262         and project loading.
14263         
14264         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14265         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14266         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14267         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14268         bar.
14270         * TODO.tasks: Updated.
14272 2005-06-19  Naba Kumar  <naba@gnome.org>
14274         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14275         Fixed warning.
14276         
14277         * plugins/project-import/project-import.c: Deactivate plugin when done.
14278         
14279 2005-06-18  Naba Kumar  <naba@gnome.org>
14281         * plugins/profile-default/plugin.c: Fixed error when loading another
14282         project while a project is still loaded.
14283         
14284         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14285         signal from gnome-build to popup group properties.
14286         
14287         * src/anjuta.c: Load default session by default.
14289         * po/POTFILES.in: Added missing files.
14290         
14291         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14292         activate plugin on load (activate it separately). Connect to activate
14293         and deactivate signals for housekeeping, so that if plugins are
14294         activated or deactivate externally, they are properly recorded.
14295         
14296         * plugins/profile-default/plugin.c: Save profile before a project
14297         is loaded so that it could be restored when project is closed.
14298         
14299         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14301 2005-06-17  Naba Kumar  <naba@gnome.org>
14303         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14304         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14305         for project. The plugins loaded for the project is restored when project
14306         is loaded next time.
14307         
14308         * TODO.tasks: Updated.
14309         
14310 2005-06-15  Naba Kumar  <naba@gnome.org>
14312         * plugins/tools/scripts/find-fixmes.pl,
14313         (new) plugins/tools/scripts/translation-status.pl,
14314         plugins/tools/scripts/tools-2.xml.in,
14315         plugins/tools/scripts/Makefile.am,
14316         plugins/tools/scripts/prepare-changelog.pl: Added translation
14317         status script. Completed find-fixmes.pl script. Fixed bugs.
14319         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14320         tool path.
14322 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14324         * plugins/message-view/anjuta-message-manager-plugin.glade :
14325         renamed "messages.tag.position" to "messages.tab.position".
14326         plugins/message-view/anjuta-msgman.c : 
14327         Messages tab position prefrences.
14328         
14329 2005-06-14  Naba Kumar  <naba@gnome.org>
14331         * (new) plugins/tools/scripts/find-fixmes.pl,
14332         (new) plugins/tools/scripts/tools-2.xml.in,
14333         (new) plugins/tools/scripts/Makefile.am,
14334         (new) plugins/tools/scripts/prepare-changelog.pl,
14335         plugins/tools/plugin.h, plugins/tools/fileop.c,
14336         plugins/tools/Makefile.am, configure.in: Added system tools.
14338 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14340         * plugins/tools/editor.c:
14341         Take care of creating .anjuta directory if missing
14343 2005-06-10  Naba Kumar  <naba@gnome.org>
14345         * configure.in: Increased gnome-build required to version 0.1.2.
14346         
14347         * plugins/project-manager/plugin.c: Fixed target/group removal.
14348         Fixed memory leaks.
14349         
14350 2005-06-10  Naba Kumar  <naba@gnome.org>
14352         * plugins/project-manager/plugin.c: Implemented target/group
14353         configuration (update gnome-build module from cvs).
14354         
14355 2005-06-07  Naba Kumar  <naba@gnome.org>
14357         Patch from: Massimo Cora'  <maxcvs@email.it>:
14358         * plugins/class-inheritance/Makefile.am,
14359         plugins/class-inheritance/class-inherit.c,
14360         plugins/class-inheritance/class-inherit.h,
14361         plugins/class-inheritance/plugin.c,
14362         plugins/class-inheritance/plugin.h,
14363         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14364         expanded view of classes in hierarchy canvas (collapsable again).
14365         
14366 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14368         * scintilla/patches/scintilla-64-bit.diff (added)
14369         * plugins/patch/patch-plugin.c:
14370         Conditional build for GTK 2.4 and GTK 2.6
14372 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14374         * plugins/tools/anjuta-tools.glade,
14375         plugins/tools/editor.c,
14376         plugins/tools/plugin.h,
14377         plugins/tools/fileop.c:
14378         Add a check box to edit an user script
14379         Correct a few memory leak
14381         * plugins/tools/execute.c,
14382         plugins/tools/tool.c,
14383         plugins/tools/tool.h:
14384         Move utility remove_mnemonic function in tool.c
14385         Small fix
14387 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14389         Patch from sbrabec@suse.cz:
14390         * configure.in
14391         scintilla/include/Scintilla.h:
14392         
14393         Fix 64-Bit warnings in gcc 4
14395 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14396         
14397         * plugins/patch/patch_plugin.c
14398         plugins/patch/patch.h
14399         plugin/patch/patch-plugin.glade
14400         plugin/patch/Makefile.am:
14401         
14402         Changed patch plugin to use libglade and new gtk 2.6 widgets
14404 2005-05-31  Naba Kumar  <naba@gnome.org>
14406         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14407         * plugins/editor/text_editor.c: Don't show error
14408         for empty files.
14409         
14410 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14411         
14412         * plugins/message-view/anjuta-message-manager.ui,
14413         plugins/message-view/anjuta-msgman.c,
14414         plugins/message-view/anjuta-msgman.h,
14415         plugins/message-view/message-view.c,
14416         plugins/message-view/message-view.h,
14417         plugins/message-view/plugin.c:
14418         Add a popup menu in messages panes
14419         Move save message pane option in it
14421 2005-05-28  Naba Kumar  <naba@gnome.org>
14423         * data/properties/styles.properties: Fixed default font
14424         names and sizes.
14426         * plugins/editor/style-editor.c: cleanup.
14427         
14428 2005-05-25  Naba Kumar  <naba@gnome.org>
14430         * plugin/gdb/plugin.c: Start gdb even if the program does
14431         not exists. Fixes bug #305074
14432         
14433 2005-05-24  Naba Kumar  <naba@gnome.org>
14435         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14436         * configure.in: graphviz pkgconfig path.
14438 2005-05-24  Naba Kumar  <naba@gnome.org>
14440         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14441         * TODO.tasks: Updated.
14442         
14443 2005-05-22  Naba Kumar  <naba@gnome.org>
14445         * anjuta.spec.in: Fixed spec file
14446         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14448 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14449         
14450         * TODO.tasks: Updated.
14452         * plugins/message-view/anjuta-message-manager.ui,
14453         plugins/message-view/message-view.c,
14454         plugins/message-view/message-view.h,
14455         plugins/message-view/plugin.c:
14456         Add shortcut for next and previous message
14457         Add a save message menu item
14458         Fix a bug in previous message
14460 2005-05-21  Naba Kumar  <naba@gnome.org>
14462         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14463         doc/Makefile.am, global-tags/create_global_tags.sh,
14464         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14465         and rpm package creation. Fixed installation paths.
14466         
14467         * plugins/editor/anjuta-document-manager.glade,
14468         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14469         and indent options.
14470         
14471         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14473 2005-05-21  Naba Kumar  <naba@gnome.org>
14475         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14476         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14477         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14478         tagmanager/Makefile.am: Fixed paths configure variables to take
14479         automake configure variables instead of hardcoding.
14481         * global-tags/tm_global_tags.c: Formated code.
14483         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14484         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14485         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14486         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14487         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14488         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14489         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14490         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14491         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14493 2005-05-20  Naba Kumar  <naba@gnome.org>
14495         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14496         and fixed rpm spec file (more testing required).
14497         
14498         * data/gdb.init: Don't set gdb prompt.
14499         
14500         * mime/Makefile.am: run update-mime-data only on system-wide install.
14501         
14502         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14504 2005-05-19  Naba Kumar  <naba@gnome.org>
14506         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14507         while it's not visible.
14509         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14510         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14511         
14512 2005-05-19  Naba Kumar <naba@gnome.org>
14514         * configure.in: Fixed subversion checks. Added
14515         --disable-plugin-subversion and --disable-plugin-glade
14516         configure flags to manually turn off their plugin builds.
14518         * plugins/editor/plugin.c: Save and restore current editor line
14519         positions in session.
14521 2005-05-18  Naba Kumar  <naba@gnome.org>
14523         * AUTHORS: Fixed email address.
14524         
14525         * libanjuta/anjuta-utils.c,
14526         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14527         when the projectmanager toplevel is not a window. Check for valid
14528         gtkwindow type before using the passed window as parent for anjuta
14529         dialogs.
14531 2005-05-17  Naba Kumar  <naba@gnome.org>
14533         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
14534         
14535         * plugins/cvs-plugin/Makefile.am,
14536         plugins/devhelp/plugin.c,
14537         plugins/file-loader/Makefile.am,
14538         plugins/macro/Makefile.am,
14539         plugins/message-view/Makefile.am,
14540         plugins/patch/Makefile.am,
14541         plugins/project-manager/Makefile.am,
14542         plugins/subversion/Makefile.am,
14543         plugins/symbol-browser/Makefile.am: Removed -module flags
14544         from libtool flags
14546         * MAINTAINERS: Added file so that I could recieve bugzilla
14547         reports.
14549         * plugins/glade/plugin.c: Fixed compile error.
14551 === Anjuta 2.0.0 ===
14553 2005-05-15  Naba Kumar  <naba@gnome.org>
14555         * configure.in: Adjusted gdl version requirement. Bumped anjuta
14556         version to 2.0.0.
14558         * plugins/symbol-browser/an_symbol_view.c,
14559         plugins/symbol-browser/plugin.c,
14560         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
14561         symbols have been updated. Reset file symbols when update
14562         occurs. Fixed memory leaks.
14564         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14565         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
14566         
14567 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
14569         * plugins/tools/anjuta-tools.glade:
14570         Remove unused parameter dialog
14572         * plugins/tools/dialog.c,
14573         plugins/tools/fileop.c,
14574         plugins/tools/fileop.h,
14575         plugins/tools/tool.c,
14576         plugins/tools/tool.h,
14577         plugins/tools/variable.c:
14578         Add a few comments and cleanups
14580         * plugins/tools/editor.c,
14581         plugins/tools/editor.h:
14582         Remove code from previous plugin and add comments
14583         Use main window as parent (instead of tool list)
14585         * plugins/tools/execute.c,
14586         plugins/tools/execute.h:
14587         Remove code from previous plugin and add comments
14588         Fix warnings
14590 2005-05-14  Naba Kumar  <naba@gnome.org>
14592         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
14593         release.
14594         
14595         * configure.in: Fixed
14596         
14597         * plugins/class-inheritance/class-inheritance.png: New icon.
14598         
14599         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
14600         screws up when reparented.
14602 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14604         * plugins/editor/search-replace.c,
14605         plugins/editor/search-replace_backend.c
14606         plugins/project-manager/plugin.c : Clear find pane if searching same 
14607         expression. Clean code.
14609 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
14611         * configure.in: Added ne in ALL_LINGUAS
14612         
14613 2005-05-13  Naba Kumar  <naba@gnome.org>
14615         * configure.in: Fixed glade-3 version.
14616         
14617         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
14618         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
14619         plugins/gdb/watch.c: Update locals, watch and frame document on
14620         frame change.
14622 2005-05-12  Naba Kumar  <naba@gnome.org>
14624         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
14625         scope autocompletion when the function definition is incomplete.
14626         
14627         * plugins/class-gen/anjuta-class-gen.plugin.in,
14628         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14629         plugins/gdb/plugin.c,
14630         plugins/glade/anjuta-glade.plugin.in,
14631         plugins/project-import/anjuta-project-import.plugin.in,
14632         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
14633         titles for the wizards.
14635 2005-05-11  Naba Kumar  <naba@gnome.org>
14637         * configure.in, plugins/debug-manager/Makefile.am,
14638         plugins/debug-manager/plugin.c,
14639         (added) plugins/debug-manager/images/.cvsignore,
14640         (added) plugins/debug-manager/images/Makefile.am,
14641         (added) plugins/debug-manager/images/detach-16.png,
14642         (added) plugins/debug-manager/images/detach.png,
14643         (added) plugins/debug-manager/images/step-into-16.png,
14644         (added) plugins/debug-manager/images/step-into.png,
14645         (added) plugins/debug-manager/images/step-out-16.png,
14646         (added) plugins/debug-manager/images/step-out.png,
14647         (added) plugins/debug-manager/images/step-over-16.png,
14648         (added) plugins/debug-manager/images/step-over.png,
14649         plugins/gdb/Makefile.am,
14650         plugins/gdb/breakpoints.c,
14651         plugins/gdb/plugin.c,
14652         (added) plugins/gdb/images/.cvsignore,
14653         (added) plugins/gdb/images/Makefile.am,
14654         (added) plugins/gdb/images/breakpoint.png,
14655         (added) plugins/gdb/images/locals.png,
14656         (added) plugins/gdb/images/stack.png,
14657         (added) plugins/gdb/images/watch.png: Fixed breakpoints
14658         'remove all'. Added debugger icons.
14660         * plugins/editor/text_editor.c: Fixed file monitor.
14662         Patch from: Massimo Cora'  <maxcvs@email.it>
14663         * plugins/patch/anjuta-patch-plugin.png,
14664         plugins/class-gen/Makefile.am,
14665         plugins/class-gen/action-callbacks.c,
14666         plugins/class-gen/class_gen.c,
14667         plugins/class-gen/class_logo.xpm: Implemented vcs
14668         file addions. New icons by Fabio Zecchini
14670 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14672         * libanjuta/interfaces/libanjuta.idl
14673         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
14674         plugins/editor/search-replace_backend.c
14675         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
14677 2005-05-11  Naba Kumar  <naba@gnome.org>
14678         
14679         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
14680         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
14681         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
14682         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
14683         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
14684         memory leaks.
14685         
14686         * plugins/symbol-browser/an_symbol_prefs.c,
14687         plugins/symbol-browser/an_symbol_search.c,
14688         plugins/symbol-browser/an_symbol_view.c,
14689         plugins/symbol-browser/an_symbol_view.h,
14690         plugins/symbol-browser/plugin.c: Fixed memory leaks.
14692 2005-05-11  Naba Kumar  <naba@gnome.org>
14694         * libanjuta/anjuta-shell.c: Fixed runtime warning.
14695         
14696         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
14697         progress bar location at create time, instead of hardcoding.
14698         
14699         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
14700         Added mini splash screen.
14701         
14702         * plugins/editor/text_editor.c: Do not produce warning when file
14703         monitor could not be created.
14704         
14705         * plugins/profile-default/plugin.c: Save project session on exit.
14706         Show mini splash with progress bar at profile load.
14708 2005-05-10  Naba Kumar  <naba@gnome.org>
14710         * configure.in, manuals/Makefile.am: Fixed compile flags.
14711         Disable outdated manuals builds.
14712         
14713         * global-tags/Makefile.am: Uninstall tags files on
14714         'make uninstall'
14715         
14716         * libegg/Makefile.am: Use configured deprecated flags.
14717         
14718         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14719         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14720         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
14721         Updated.
14722         
14723         * mime/Makefile.am: Take DESTDIR into account.
14724         
14725         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
14726         
14727         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
14728         on scope autocompletion.
14729         
14730         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14731         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
14732         shared libs and static libs paths for debugging. Order them
14733         correctly.
14734         
14735         * po/POTFILES.in: Updated.
14737 2005-05-09  Naba Kumar  <naba@gnome.org>
14739         * libanjuta/interfaces/libanjuta.idl,
14740         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
14741         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
14742         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
14743         Implemented debugger source directory search and emits location changed
14744         signal with absolute path of the file.
14746         * plugins/tools/tool.c: Fixed compile errors.
14747         
14748 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
14750         * plugins/tools/anjuta-tools.glade,
14751         plugins/tools/dialog.h,
14752         plugins/tools/dialog.c,
14753         plugins/tools/plugin.c,
14754         plugins/tools/editor.c:
14755         Improve graphical user interface
14756         Remove old code
14757         Correct an error on close
14758         Some cleanups
14760         * plugins/tools/fileop.c,
14761         plugins/tools/tool.h,
14762         plugins/tools/tool.c:
14763         Change the tool internal structure
14764         Support having tools configuration in several places
14766 2005-05-08  Naba Kumar  <naba@gnome.org>
14768         * plugins/gdb/actions.c,
14769         (removed) plugins/gdb/registers_cbs.c,
14770         (removed) plugins/gdb/registers_cbs.h,
14771         (removed) plugins/gdb/registers_gui.c,
14772         (removed) plugins/gdb/sharedlib_cbs.c,
14773         (removed) plugins/gdb/sharedlib_cbs.h,
14774         (removed) plugins/gdb/sharedlib_gui.c,
14775         (removed) plugins/gdb/signals_cbs.c,
14776         (removed) plugins/gdb/signals_cbs.h,
14777         (removed) plugins/gdb/signals_gui.c: Removed dead files.
14779 2005-05-08  Naba Kumar  <naba@gnome.org>
14781         * plugins/build-basic-autotools/executer.c: Fixed programs
14782         listing dialog.
14783         
14784         * plugins/debug-manager/Makefile.am,
14785         plugins/debug-manager/anjuta-debug-manager.glade,
14786         plugins/debug-manager/plugin.c,
14787         plugins/gdb/Makefile.am: Used libglade for programs listing
14788         dialog.
14789         
14790         * (added) plugins/gdb/pointer.png: Stack pointer image.
14791         
14792         * libanjuta/anjuta-marshal.list,
14793         pixmaps/Makefile.am,
14794         plugins/gdb/actions.c,
14795         plugins/gdb/actions.h,
14796         plugins/gdb/anjuta-gdb-plugin.ui,
14797         plugins/gdb/anjuta-gdb.glade,
14798         plugins/gdb/breakpoints.c,
14799         plugins/gdb/breakpoints.h,
14800         plugins/gdb/debug_tree.c,
14801         plugins/gdb/debug_tree.h,
14802         plugins/gdb/debugger.c,
14803         plugins/gdb/debugger.h,
14804         plugins/gdb/gdbmi-test.c,
14805         plugins/gdb/gdbmi.c,
14806         plugins/gdb/gdbmi.h,
14807         plugins/gdb/info.c,
14808         plugins/gdb/info.h,
14809         plugins/gdb/locals.c,
14810         plugins/gdb/locals.h,
14811         plugins/gdb/memory.c,
14812         plugins/gdb/memory.h,
14813         plugins/gdb/plugin.c,
14814         plugins/gdb/plugin.h,
14815         plugins/gdb/registers.c,
14816         plugins/gdb/registers.h,
14817         plugins/gdb/registers_cbs.c,
14818         plugins/gdb/registers_cbs.h,
14819         plugins/gdb/registers_gui.c,
14820         plugins/gdb/sharedlib.c,
14821         plugins/gdb/sharedlib.h,
14822         plugins/gdb/sharedlib_cbs.c,
14823         plugins/gdb/sharedlib_cbs.h,
14824         plugins/gdb/sharedlib_gui.c,
14825         plugins/gdb/signals.c,
14826         plugins/gdb/signals.h,
14827         plugins/gdb/signals_cbs.c,
14828         plugins/gdb/signals_cbs.h,
14829         plugins/gdb/signals_gui.c,
14830         plugins/gdb/stack_trace.c,
14831         plugins/gdb/stack_trace.h,
14832         plugins/gdb/utilities.c,
14833         plugins/gdb/utilities.h,
14834         plugins/gdb/watch.c,
14835         plugins/gdb/watch.h,
14836         plugins/gdb/watch_cbs.c,
14837         plugins/gdb/watch_cbs.h,
14838         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
14839         it for all debugger component updates and listing. Implemented
14840         user custom debugger command window. Fixed all debugger components
14841         to work correctly. Implemented debugger as GObject. Removed
14842         deprecated codes.
14843         
14844 2005-05-06  Naba Kumar  <naba@gnome.org>
14845         
14846         * TODO.tasks: Updated.
14847         
14848         * plugins/build-basic-autotools/Makefile.am,
14849         plugins/file-loader/Makefile.am,
14850         plugins/profile-default/Makefile.am,
14851         plugins/sample1/Makefile.am,
14852         plugins/symbol-browser/images/Makefile.am,
14853         src/Makefile.am: Fixed 'make distcheck' errors.
14855         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
14856         updates.
14858         * tagmanager/tm_workspace.c: Include prototypes in getting
14859         scope members.
14861 2005-05-06  Naba Kumar  <naba@gnome.org>
14863         * TODO.tasks: Updated.
14864         
14865         * configure.in, plugins/cvs-plugin/Makefile.am,
14866         plugins/debug-manager/Makefile.am,
14867         plugins/devhelp/Makefile.am,
14868         plugins/editor/Makefile.am,
14869         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
14870         
14871         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
14872         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
14873         interfaces.
14874         
14875         * tagmanager/tm_workspace.c,
14876         tagmanager/include/tm_workspace.h,
14877         plugins/editor/aneditor-autocomplete.cxx,
14878         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
14879         to return all matching tag types when no name is given instead of
14880         returning empty array.
14881         
14882         * plugins/symbol-browser/Makefile.am,
14883         (added) plugins/symbol-browser/an_symbol.c,
14884         (added) plugins/symbol-browser/an_symbol.h,
14885         plugins/symbol-browser/an_symbol_info.c,
14886         plugins/symbol-browser/an_symbol_info.h,
14887         (added) plugins/symbol-browser/an_symbol_iter.c,
14888         (added) plugins/symbol-browser/an_symbol_iter.h,
14889         plugins/symbol-browser/an_symbol_search.c,
14890         plugins/symbol-browser/an_symbol_view.c,
14891         plugins/symbol-browser/an_symbol_view.h,
14892         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
14893         plugins/symbol-browser/plugin.c,
14894         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
14895         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
14896         plugin and implemented IAnjutaIterable interface for symbol search
14897         and iteration.
14899         * plugins/class-inheritance/Makefile.am,
14900         plugins/class-inheritance/class-inherit.c,
14901         plugins/class-inheritance/class-inherit.h,
14902         plugins/class-inheritance/plugin.h: Use the newly added
14903         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
14904         get rid of libanjuta-ctags.la dependencies.
14906 2005-05-02  Naba Kumar  <naba@gnome.org>
14908         * plugins/class-inheritance/class-inherit.c,
14909         plugins/class-inheritance/plugin.c,
14910         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
14911         be found for a class. Formated code.
14913         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
14914         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
14915         of editor tabs.
14916         
14917 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
14919         * libanjuta/anjuta-launcher.c:
14920         Keep trying sending data until all bytes have been written
14922         * plugins/tools/anjuta-tools.glade,
14923         plugins/tools/editor.c:
14924         Add a combo box to defined data from stdin
14926         * plugins/tools/execute.c:
14927         Send data in stdin if needed
14928         Code cleanups
14930         * plugins/tools/fileop.c,
14931         plugins/tools/tool.h,
14932         plugins/tools/tool.c:
14933         Store, load and save stdin data
14934         Use tools-2.xml instead of tools.xml
14936         * plugins/tools/plugin.c,
14937         plugins/tools/plugin.h:
14938         Code cleanups
14940         * plugins/tools/dialog.c,
14941         plugins/tools/dialog.h:
14942         Few code cleanups
14944         * plugins/tools/variable.c,
14945         plugins/tools/variable.h:
14946         Add editor related variables
14947         Code cleanups
14949 2005-04-29  Naba Kumar  <naba@gnome.org>
14951         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
14953         * plugins/editor/text_editor.c: Fixed line marker interpretation.
14954         
14955         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14956         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
14957         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
14958         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
14959         working on gdb MI interface. Completed MI parser interface.
14961         Patch from  Massimo Cora <maxcvs@email.it>:
14962         * plugins/class-inheritance/Makefile.am,
14963         plugins/class-inheritance/class-inherit.c,
14964         plugins/class-inheritance/class-inherit.h,
14965         plugins/class-inheritance/plugin.c,
14966         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
14967         Used system theme for colors. Display class members on mouse click.
14968         
14969 2005-04-28  Naba Kumar  <naba@gnome.org>
14971         * plugins/symbol-browser/an_symbol_prefs.c
14972         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
14973         implementation to create/add/remove custom tags files in symbol
14974         brower preferences.
14976         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
14977         EXTRA_DIST.
14979         * plugins/project-import/project-import.c: Fixed memory leaks and
14980         use correct debug prints.
14981         
14982         * TODO.tasks: Updated.
14983         
14984 2005-04-27  Naba Kumar  <naba@gnome.org>
14986         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
14987         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
14988         scintilla/Makefile.am: Fixed 'make distcheck' errors.
14990         * plugins/editor/anjuta-docman.c,
14991         plugins/editor/anjuta-docman.h,
14992         plugins/editor/plugin.c: Emit editor-added signal from docman
14993         and connect signals to new editor correctly.
14995         * plugins/class-inheritance/plugin.c,
14996         plugins/symbol-browser/plugin.c: Added stock icons.
14997         
14998         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14999         plugins/build-basic-autotools/executer.c,
15000         plugins/build-basic-autotools/executer.h: Added missing files
15001         for the execute programs implementation.
15003 2005-04-26  Naba Kumar  <naba@gnome.org>
15004         
15005         * TODO.tasks: Updated.
15007         * plugins/file-loader/plugin.c,
15008         plugins/project-import/anjuta-project-import.plugin.in,
15009         plugins/project-import/plugin.c,
15010         plugins/project-import/project-import.c,
15011         plugins/project-import/project-import.h: Be able to import older
15012         anjuta projects.
15014 2005-04-26  Naba Kumar  <naba@gnome.org>
15016         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15017         removing it from the shell.
15019         * libanjuta/anjuta-shell.c,
15020         libanjuta/anjuta-shell.h,
15021         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15022         so that widget additions are freezed or thaw using a pending queue.
15023         Fixded UI flicker while loading projects.
15025 2005-04-26  Naba Kumar  <naba@gnome.org>
15027         * TODO.tasks: Updated.
15028         
15029         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15030         IAnjutaBuildable interface.
15031         
15032         * plugins/build-basic-autotools/Makefile.am,
15033         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15034         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15035         plugins/build-basic-autotools/build-basic-autotools.c,
15036         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15037         interface and UI for executing project/file programs. Implemented
15038         IAnjutaFile interface so that executables could be opened directly.
15039         
15040         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15041         Authors line (Reserved for external plugins, which do not have a way to
15042         show their credits).
15043         
15044         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15045         [File Loader] group for menu labels (default to "Name" if it is not
15046         defined.
15047         
15048         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15049         for executing external commands.
15051 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15053         * plugins/project-wizard/property.c:
15054         Correct a memory leak
15056         * libanjuta/interfaces/libanjuta.idl,
15057         plugins/editor/text_editor.c:
15058         Add erase_all and replace_selection function to IAnjutaEditor
15060         * plugins/tools/anjuta-tools.glade,
15061         plugins/tools/fileop.c,
15062         plugins/tools/editor.c,
15063         plugins/tools/tool.c
15064         plugins/tools/tool.h:
15065         Add shortcut and icon 
15067         * plugins/tools/variable.c,
15068         plugins/tools/variable.h:
15069         Add a variable asking parameters at run time
15071         * plugins/tools/execute.c:
15072         Add a warning message for missing document manager
15073         Add replace buffer and replace selection output
15074         Correct an error in popup output
15076         * plugins/tools/plugin.c,
15077         plugins/tools/plugin.h,
15078         plugins/tools/anjuta-tools.ui,
15079         src/anjuta.ui:
15080         Few clean up
15081         Attach tools menu to a new place
15083 2005-04-25  Naba Kumar  <naba@gnome.org>
15085         * libanjuta/plugins.c, src/about.c, src/about.h,
15086         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15087         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15088         plugins (about box for plugins) menu.
15090 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15092         *  plugins/editor/search-replace.c :
15093         Displayed full path in Search pane window. 
15094         Bug 300231 : Selected line in Search pane window .
15095                 
15096 2005-04-23  Naba Kumar  <naba@gnome.org>
15098         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15100 2005-04-22  Naba Kumar  <naba@gnome.org>
15102         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15103         
15104         * plugins/project-wizard/templates/java.wiz,
15105         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15106         to create bytecodes (.class) files.
15107         
15108         * plugins/symbol-browser/an_symbol_info.c,
15109         plugins/symbol-browser/an_symbol_info.h,
15110         plugins/symbol-browser/an_symbol_search.c,
15111         plugins/symbol-browser/an_symbol_view.c,
15112         plugins/symbol-browser/plugin.c,
15113         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15114         in file symbol list.
15116 2005-04-22  Naba Kumar  <naba@gnome.org>
15118         * TODO.tasks: Updated.
15119         
15120         * plugins/class-inheritance/Makefile.am,
15121         plugins/subversion/Makefile.am: Do not install plugin files when
15122         plugin build condition is false.
15123         
15124         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15125         plugins/build-basic-autotools/build-basic-autotools.c,
15126         plugins/build-basic-autotools/build-basic-autotools.h,
15127         plugins/file-loader/anjuta-loader-plugin.ui,
15128         plugins/file-loader/dnd.c,
15129         plugins/file-loader/plugin.c,
15130         plugins/file-loader/plugin.h,
15131         plugins/project-manager/anjuta-project-manager.ui,
15132         plugins/project-manager/plugin.c: Added open file and build context
15133         menu in project manager context menu.
15135 2005-04-22  Naba Kumar  <naba@gnome.org>
15137         * configure.in: Added message output showing conditional plugins to
15138         build or not.
15139         
15140         * src/layout.xml: Added layout for class-inheritance plugin widget.
15141         
15142         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15143         plugin name to remove redundant terms.
15144         
15145         * TODO.tasks: Updated.
15146         
15147         * configure.in,
15148         plugins/symbol-browser/Makefile.am,
15149         plugins/symbol-browser/an_symbol_view.c,
15150         (removed) plugins/symbol-browser/sv_class.xpm,
15151         (removed) plugins/symbol-browser/sv_function.xpm,
15152         (removed) plugins/symbol-browser/sv_macro.xpm,
15153         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15154         (removed) plugins/symbol-browser/sv_private_var.xpm,
15155         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15156         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15157         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15158         (removed) plugins/symbol-browser/sv_public_var.xpm,
15159         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15160         (removed) plugins/symbol-browser/sv_static_var.xpm,
15161         (removed) plugins/symbol-browser/sv_struct.xpm,
15162         (removed) plugins/symbol-browser/sv_unknown.xpm,
15163         (removed) plugins/symbol-browser/sv_variable.xpm,
15164         (added) plugins/symbol-browser/images/.cvsignore,
15165         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15166         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15167         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15168         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15169         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15170         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15171         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15172         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15173         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15174         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15175         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15176         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15177         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15178         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15179         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15180         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15181         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15182         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15183         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15184         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15185         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15186         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15187         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15188         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15189         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15190         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15191         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15192         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15193         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15194         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15195         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15196         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15197         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15198         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15199         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15200         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15201         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15202         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15203         pixmaps and added new icons (taken from monodevelop).
15205 2005-04-21  Naba Kumar  <naba@gnome.org>
15207         Patch from  Massimo Cora <maxcvs@email.it>:
15209         * configure.in, plugins/Makefile.am
15210         (new) plugins/class-inheritance/.cvsignore,
15211         (new) plugins/class-inheritance/Makefile.am,
15212         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15213         (new) plugins/class-inheritance/class-inherit.c,
15214         (new) plugins/class-inheritance/class-inherit.h,
15215         (new) plugins/class-inheritance/plugin.c,
15216         (new) plugins/class-inheritance/plugin.h,
15217         (new) plugins/class-inheritance/class-inheritance.png: Added class
15218         inheritance plugin.
15219         
15220         Changes by naba: Added pkgconfig check for graphviz and conditionally
15221         build graphviz.
15222         
15223         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15225 2005-04-20  Naba Kumar  <naba@gnome.org>
15227         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15228         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15229         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15230         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15231         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15232         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15233         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15234         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15235         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15236         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15237         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15238         
15239         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15240         message view management.
15242         * libanjuta/anjuta-children.[ch],
15243         plugins/build-basic-autotools/build-basic-autotools.c,
15244         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15245         Removed anjuta_children_init() function,
15246         because it is done automatically when first invoked. Introduced
15247         anjuta_children_recover() to recover the child signalling. Fixed
15248         child exit management to correctly recover the exit status.
15249         
15250         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15251         to properly shutdown the launcher and to kill the running process
15252         (without emitting any signal).
15253         
15254         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15255         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15256         gdb and program instance.
15258 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15260         * plugins/editor/search-replace.c :
15261         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15263 2005-04-18  Naba Kumar  <naba@gnome.org>
15265         * TODO.tasks: Marked completed items.
15266         
15267         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15268         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15269         plugins/project-manager/plugin.c: Prompt user for the debugging
15270         target (select from a list of project's executable targets) and
15271         correctly start debugger. Take care of libtool wrapping when the
15272         target selected is libtool target. Fixed debugger menu items
15273         sensitivity.
15275 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15277         * plugins/tools/execute.c,
15278         plugins/tools/execute.h:
15279         Implement save all files before running a command
15280         Implement all options for stdout and stderr except replace buffer
15281         Allow running several tools
15283         * plugins/tools/plugin.c:
15284         Move anjuta launcher in execute.c
15286         * plugins/tools/tools.h,
15287         plugins/tools/variable.c:
15288         Small changes
15290 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15292         * plugins/tools/anjuta-tools.glade:
15293         Add new properties in tool editor dialog
15294         Cosmetic improvements
15295         
15296         * plugins/tools/anjuta-tools.ui:
15297         Attach tool menu as a build menu
15299         * plugins/tools/dialog.c:
15300         Set tool menu item sensitivity in tool list
15301         Fix bugs
15303         * plugins/tools/editor.c,
15304         plugins/tools/editor.h,
15305         plugins/tools/fileop.c,
15306         plugins/tools/tool.c,
15307         plugins/tools/tool.h:
15308         Add new properties (active, save file...)
15309         Most of them are still not implemented
15311         * plugins/tools/execute.c,
15312         plugins/tools/execute.h:
15313         Reorganize code to support multiple run
15314         Support run in terminal
15315         
15316         * plugins/tools/plugin.c
15317         plugins/tools/plugin.h:
15318         Move message handling in execute.c
15320         * plugins/tools/variable.h,
15321         plugins/tools/variable.c:
15322         Add useful variables
15323         
15324 2005-04-13  Naba Kumar  <naba@gnome.org>
15326         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15327         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15328         
15329 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15331         * plugins/tools/dialog.c plugins/tools/tool.c :
15332         Fixed bugs.
15334 2005-04-06  Naba Kumar  <naba@gnome.org>
15336         * src/anjuta.c: Load default session only when
15337         "anjuta.session.load.last" preference is enabled.
15338         
15339 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15341         * plugins/tools/Makefile.am,
15342         plugins/tools/variable.c,
15343         plugins/tools/variable.h:
15344         Add new code for handling variables
15346         * plugins/tools/anjuta-tools.glade:
15347         Improve tool editor dialog
15348         Add variable selection dialog
15350         * plugins/tools/dialog.c,
15351         plugins/tools/dialog.h,
15352         plugins/tools/plugin.c,
15353         plugins/tools/plugin.h:
15354         Add variable object
15355         Add a function to get it
15357         * plugins/tools/editor.c:
15358         Add gui code for variable selection dialog
15360         * plugins/tools/execute.c:
15361         Use variables for executing command
15362         
15363         * Naba: Compile warning fixes.
15365 2005-04-06  Naba Kumar  <naba@gnome.org>
15367         * TODO.tasks: Marked completed items.
15368         
15369 2005-04-06  Naba Kumar  <naba@gnome.org>
15371         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15372         compile error.
15373         
15374         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15376 2005-04-04  Naba Kumar  <naba@gnome.org>
15378         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15379         inside Main window.
15380         
15381 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15383         * plugins/tools/Makefile.am,
15384         plugins/tools/anjuta-tools.plugin.in,
15385         plugins/tools/anjuta-tools.ui,
15386         plugins/tools/anjuta-tools.gladei,
15387         plugins/tools/anjuta-tools-plugin.png,
15388         plugins/tools/plugin.c,
15389         plugins/tools/plugin.h,
15390         plugins/tools/dialog.c,
15391         plugins/tools/dialog.h,
15392         plugins/tools/fileop.c,
15393         plugins/tools/fileop.h,
15394         plugins/tools/tool.c,
15395         plugins/tools/tool.h,
15396         plugins/tools/editor.c,
15397         plugins/tools/editor.h,
15398         plugins/tools/execute.c,
15399         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15400         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15401         Not fully working
15403         * anjuta-tools.[ch]: Removed old tools code.
15404         
15405 2005-04-01  Steve Murphy  <murf@e-tools.com>
15407         * configure.in: Added "rw" to ALL_LINGUAS.
15409 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15411         * Modified Files:
15412         manuals/C/anjuta-manual/fileoperations.xml
15413         Added Files:
15414         manuals/C/anjuta-manual/figures/search_expr.png
15415         manuals/C/anjuta-manual/figures/search_expr_basic.png
15416         manuals/C/anjuta-manual/figures/search_file_list.png
15417         manuals/C/anjuta-manual/figures/search_file_pattern.png
15418         manuals/C/anjuta-manual/figures/search_replace.png
15419         manuals/C/anjuta-manual/figures/search_setting.png
15420         manuals/C/anjuta-manual/figures/search_target.png
15421         manuals/C/anjuta-manual/figures/search_target_action.png
15422         manuals/C/anjuta-manual/figures/search_target_in.png
15423         Removed Files:
15424         manuals/C/anjuta-manual/figures/find_files.png
15425         manuals/C/anjuta-manual/figures/find_replace.png
15426         manuals/C/anjuta-manual/figures/find_text.png :
15427         Updated Anjuta manual (File Operations)
15429 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15431         * manuals/C/anjuta-manual/fileoperations.xml,
15432         manuals/C/anjuta-manual/figures/open_file.png,
15433         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15434         manuals/C/anjuta-manual/figures/prefs_print.png,
15435         manuals/C/anjuta-manual/figures/print_dlg.png,
15436         manuals/C/anjuta-manual/figures/print_preview.png.
15437         * Added Files:
15438         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15439         manuals/C/anjuta-manual/figures/display_macro.png,
15440         manuals/C/anjuta-manual/figures/insert_text.png,
15441         manuals/C/anjuta-manual/figures/keyword_macro.png,
15442         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15443         manuals/C/anjuta-manual/figures/save_as_file.png :
15444         Updated Anjuta Manual (File Operations)
15446 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15448         * plugins/editor/action-callbacks.c,
15449           plugins/file-loader/plugin.c,
15450           plugins/gtodo/main.c,
15451           plugins/project-wizard/druid.c:
15452           Fix spelling/grammar errors. Fixes bugs
15453           169068, 169137, 169138, and 169139.
15455 2005-03-21  Naba Kumar  <naba@gnome.org>
15457         Patch from: Massimo Cora' <maxcvs@email.it>:
15458         
15459         * plugins/editor/Makefile.am
15460         plugins/editor/anjuta-docman.c,
15461         (added) plugins/editor/editor-tooltips.c,
15462         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15463         editor tabs to show full path.
15465 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15466         
15467         * plugins/subversion/svn-backend.c:
15468         Removed "apr-0/" from include because this is 
15469         already included in SVN_INCLUDE and broke building if
15470         apr >= 1.0 was installed.
15472 2005-03-18  Naba Kumar  <naba@gnome.org>
15474         Patch from: Massimo Cora' <maxcvs@email.it>:
15476         * plugins/editor/action-callbacks.c,
15477         plugins/editor/aneditor-calltip.cxx,
15478         plugins/editor/aneditor-priv.h,
15479         plugins/editor/aneditor.cxx,
15480         plugins/editor/aneditor.h,
15481         plugins/editor/anjuta-document-manager.ui: Added calltip
15482         activation from menu.
15484 2005-03-16  Naba Kumar  <naba@gnome.org>
15486         Patch from: Massimo Cora' <maxcvs@email.it>:
15487         
15488         * plugins/class-gen/action-callbacks.c,
15489         plugins/class-gen/anjuta-class-gen-plugin.glade,
15490         plugins/class-gen/class_gen.c,
15491         plugins/class-gen/class_gen.h,
15492         plugins/class-gen/class_logo.xpm,
15493         plugins/class-gen/plugin.c: Create files without project
15494         being open. Add to project support. And other enhancements.
15496 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15498         * anjuta.glade,
15499           plugins/debug-manager/utilities.c,
15500           plugins/file-loader/plugin.c,
15501           plugins/gdb/utilities.c,
15502           plugins/profile-default/plugin.c,
15503           plugins/project-import/project-import.c,
15504           src/anjuta-actions.h:
15505           Spelling/grammar fixes.
15507 2005-03-13  Naba Kumar  <naba@gnome.org>
15508         
15509         * plugins/editor/action-callbacks.c,
15510         plugins/editor/action-callbacks.h,
15511         plugins/editor/anjuta-document-manager.ui,
15512         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15513         submenu. Moved menuitems from Format to View->Editor.
15514         
15515         * src/action-callbacks.c, src/action-callbacks.h,
15516         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15517         layout and lock layout menus in View submenu. Get rid of
15518         Settings->Layout Manager menu.
15519         
15520         * plugins/project-import/anjuta-project-import.plugin.in:
15521         Fixed icon name
15523         * global-tags/Makefile.am,
15524         global-tags/create_global_tags.sh,
15525         plugins/editor/aneditor-autocomplete.cxx,
15526         plugins/editor/aneditor-priv.h,
15527         plugins/editor/aneditor.cxx,
15528         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15529         in editor and made it work in global symbols also.
15530         
15531         * src/anjuta-app.c: Always use priority texts besides icons style
15532         for toolbars, because other styles look horible for Anjuta (fixme).
15534 2005-03-11  Naba Kumar  <naba@gnome.org>
15536         * configure.in: Removed test for iconv.
15538         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
15539         before scintilla widget is realized.
15540         
15541         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
15542         for Update menuitem.
15543         
15544         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
15545         already applied in scintilla main stream.
15546         
15547         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
15548         and notified scintilla developer.
15549         
15550 2005-03-10  Naba Kumar  <naba@gnome.org>
15552         * src/action-callbacks.c: Removed reference to src/help.h (dead
15553         file).
15555         * plugins/editor/text_editor.c: Removed reference to
15556         src/launcher.h (a dead file).
15558         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
15559         src/controls.c, src/controls.h, src/fileselection.c,
15560         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
15561         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
15562         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
15563         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
15564         src/session.h, src/support.c, src/support.h, src/toolbar.c,
15565         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
15566         Removed these dead files from CVS.
15569 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15571         * plugins/file-wizard/action-callbacks.c : Added error message.
15572         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
15575 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
15576         
15577         * plugins/cvs-plugin/cvs-callbacks.c
15578         plugins/cvs-plugin/plugin.c:
15579         Fixed preferences page init and busy handling
15580         
15581         * plugins/subversion/plugin.c:
15582         Fixed preferences page init
15584 2005-03-09  Naba Kumar  <naba@gnome.org>
15586         * plugins/Makefile.am, plugins/glade/Makefile.am,
15587         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
15588         enabled glade plugin in Anjuta. The plugin is built only when
15589         glade3 is installed.
15590         
15591 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15593         * plugins/project-wizard/templates/java.wiz
15594         plugins/project-wizard/templates/java-logo.png (*)
15595         plugins/project-wizard/templates/java/*
15596         plugins/project-wizard/templates/Makefile.am
15597         configure.in:
15598         
15599         Add Java project type. It generates a autoconf/automake
15600         project which is compiled using gcj. It requires automake 
15601         > 1.4 (1.9 is known to work) to work!
15602         
15603         (*) still awaiting response from the gcj team if we
15604         may use their logo.
15605         
15606 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15607         
15608         * plugins/project-import/*
15609         plugins/Makefile.am
15610         configure.in:
15611         Added project import plugin. Might be a bit buggy and limited
15612         but works for now.
15613         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15614         Icon from old pixmaps dir
15616 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15618         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
15619         plugins/macro/macro-util.c, plugins/macro/macros.xml :
15620         Added C Custom_Indent line macro.
15621         Cleaned macros.xml
15623 2005-03-09  Naba Kumar  <naba@gnome.org>
15625         * TODO.tasks: Added new message-manager tasks.
15626         
15627         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15628         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15629         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15630         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15631         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15632         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15633         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15634         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15635         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15636         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15637         
15638         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
15639         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
15640         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
15641         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
15642         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
15643         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
15644         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
15645         Removed debugger widgets from shell on debugger shutdown. Added
15646         scrolled windows for docked widgets. Removed unnecessary widget refs
15647         and unrefs. Destroy widgets correctly on debugger shutdown.
15648         
15649         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
15650         with project description title. Removed frame shadow.
15651         
15652         * plugins/project-wizard/druid.c: Initializes tooltips.
15653         
15654         * scintilla/Makefile.am: Fixed comiple error.
15656 2005-03-08  Adam Weinberger  <adamw@gnome.org>
15658         * plugins/class-gen/anjuta-class-gen-plugin.glade,
15659           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
15661 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15663         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15664         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15665         plugins/macro/macro-util.c, plugins/macro/macro-util.h
15666         plugins/macro/macros.xml, plugins/macro/plugin.c :
15667         Moved cursor at the '|' position defined in macros.
15669 2005-03-07  Naba Kumar  <naba@gnome.org>
15671         * plugins/subversion/Makefile.am: Fixed build error.
15673         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
15674         types (perl, python, shellscript).
15675         
15676         * plugins/editor/plugin.c: Fixed to show all highlight options.
15677         
15678 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15680         * TODO.tasks : updated tasks.
15681         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
15683 2005-03-07  Naba Kumar  <naba@gnome.org>
15685         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
15686         or disable subversion file-manager submenu. If "Subvesion" is also
15687         valid directory, we should also check for it.
15689         * configure.in: Disable cygwin macro until someone fixes the
15690         autoconf warnings.
15691         
15692         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
15693         backward compatibility.
15694         
15695 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15697         * src/about.c : Cleaned code.
15698         * plugins/macro/macros.xml : Added "do_while" C macro.
15699         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
15700         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
15701         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
15702         Closed registers, shared libraries, kernel signals dialogs with ESC key.
15703         
15704 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15706         * plugins/class-gen/plugin.c:
15707         Removed "return" to activate project_root_uri watching.
15709 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15711         * plugins/Makefile.am
15712         plugins/subversion/*:
15713         Added subversion plugin. Add, Remove, Commit and Update work
15714         everything else needs work.
15715         
15716         * plugins/terminal/terminal.c
15717         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
15718         we still have focus problems with the editor.
15720 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15722         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
15723         
15724 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15726         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
15728 2005-03-04  Naba Kumar  <naba@gnome.org>
15730         Patch from Massimo Cora' <maxcvs@email.it>:
15732         * plugins/class-gen/Makefile.am,
15733         plugins/class-gen/action-callbacks.c,
15734         plugins/class-gen/action-callbacks.h,
15735         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
15736         plugins/class-gen/anjuta-class-gen.plugin.in,
15737         plugins/class-gen/class_gen.c,
15738         plugins/class-gen/class_gen.h,
15739         (removed) plugins/class-gen/clsGen.c,
15740         (added) plugins/class-gen/goc_template_header,
15741         (added) plugins/class-gen/goc_template_source,
15742         plugins/class-gen/plugin.c,
15743         plugins/class-gen/plugin.h: Refactored class gen code.
15744         Added GOCBuilder code. Fixed UI. Implemented plugin.
15746 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
15748         * plugins/project-wizard/property.c
15749         plugins/project-wizard/install.c
15750         plugins/project-wizard/druid.c
15751         plugins/editor/goto_line.c
15752         plugins/editor/plugin.c
15753         plugins/gtodo/add_edit_item.c
15754         plugins/gtodo/ligtodo.c
15755         plugins/gtodo/main.c
15756         plugins/gtodo/preferences.c:
15757         Fixed #167559, #167534, #167266, #167357
15758         (Bad English in strings...)
15759         
15760         Thanks to Adam Weinberger and Thierry Moisan for
15761         reporting!
15763 2005-03-03  Naba Kumar  <naba@gnome.org>
15765         * libegg/Makefile.am, libegg/menu/Makefile.am,
15766         (added) libegg/egg-submenu-action.c,
15767         (added) libegg/menu/egg-submenu-action.h: Created a new action for
15768         submenu (used for wizard listing).
15769         
15770         * plugins/file-loader/anjuta-loader-plugin.ui
15771         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
15772         and toolbar.
15773         
15774         * plugins/editor/action-callbacks.c,
15775         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
15776         ctrl+tabbing because it was interfaring with focus navigation.
15777         Focus editor on "Esc" in incremental search entry. Cleanups.
15778         
15779         * plugins/file-manager/an_file_view.c,
15780         plugins/symbol-browser/plugin.c,
15781         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
15782         Cleanups.
15783         
15784         * plugins/profile-default/plugin.c,
15785         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
15786         for sesssion load.
15787         
15788         * (removed) scintilla/patches/a64-crash-fix.patch,
15789         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
15790         scintilla patches.
15792 2005-03-03  Naba Kumar  <naba@gnome.org>
15794         * HACKING: Fixed typos.
15795         
15796         * plugins/editor/aneditor-indent.cxx: Clean up.
15797         
15798         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
15799         Enable/disable save, undo and redo actions depending on state
15800         of the editor.
15801         
15802 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15804         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
15805         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
15806         Displayed search_incremental status.
15808         * Removed plugins/editor/search_incremental.[ch]
15810 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
15811         
15812         * plugins/cvs-plugin/cvs-execute.c
15813         plugins/cvs-plugin/cvs-callbacks.c:
15814         - Use weak reference on mesg_view and reuse tab if
15815         it still exists to avoid cluttering message manager.
15816         - Fixed bug in cvs remove
15817         
15818         README, HACKING: Updated
15819         
15820         configure.in: Added check for libsvn
15822 2005-02-29  Naba Kumar  <naba@gnome.org>
15823         
15824         * plugins/file-manager/an_file_view.c,
15825         plugins/symbol-browser/an_symbol_view.c,
15826         plugins/symbol-browser/plugin.c: Hide column headers (they
15827         are redundant).
15829 2005-02-29  Naba Kumar  <naba@gnome.org>
15831         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15832         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15833         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15834         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15835         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15836         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15837         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15838         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15839         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15840         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15842         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
15843         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
15844         (added) libanjuta/anjuta-session.[hc],
15845         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15846         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
15847         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
15848         src/main.c:
15849         
15850         Implemented session management. Implemented session
15851         container class. Added session notifications from shell. Implemented
15852         session save/load in editor, file-loader, default-profile-plugin
15853         and anjuta-app. Fixed window sizing and restoration. Cleaned up
15854         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
15855         and maximized states in session. Implemented project session
15856         management.
15858 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15860         * plugins/class-gen/action-callbacks.[ch],
15861         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
15862         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
15863         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
15864         with Escape key.
15866 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
15867         
15868         * plugins/project-wizard/anjuta-project-wizard.glade,
15869         plugins/project-wizard/druid.c:
15870         Add some padding in tab label in project selection page
15871         
15872         * plugins/project-wizard/druid.c,
15873         plugins/project-wizard/parser.c:
15874         Search for project template recursively
15875         Add ~/.anjuta/project to the search paths
15877 2005-02-26  Naba Kumar  <naba@gnome.org>
15879         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
15880         * plugins/file-loader/plugin.c: Fixed crash bug.
15881         * libanjuta/plugins.c: Fixed memory leak.
15882         
15883 2005-02-26  Naba Kumar  <naba@gnome.org>
15884         
15885         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
15886         "UserActivatable" attribute for plugins. This attribute if set to
15887         "no" will prevent users from activating/deactivating it from
15888         plugins dialog. Added a toggle button in plugins dialog to toggle
15889         the plugins list between list of activatable plugins (default) to
15890         list of all plugins. anjuta_plugin_select() now only selects the
15891         plugin. Added anjuta_plugins_select_and_activate() method that will
15892         select and activate it.
15893         
15894         * plugins/profile-default/Makefile.am,
15895         plugins/profile-default/anjuta-default-profile.ui,
15896         plugins/profile-default/plugin.c,
15897         plugins/profile-default/plugin.h,
15898         plugins/project-manager/anjuta-project-manager.ui,
15899         plugins/project-manager/plugin.c,
15900         plugins/project-manager/plugin.h:
15901         
15902         Anjuta projects (*.anjuta) files define the profile of respective
15903         projects. Profile is a set of related plugins required for the
15904         project to open. Moved "close project" action from Project Manager
15905         to Profile Manager plugin. Implemented loading and unloading of
15906         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
15907         (instead of Project Manager) now handles opening of *.anjuta files.
15908         Close Project menuitem is now moved to File submenu (being
15909         consistent with Anjuta 1.x versions and avoiding creating Project
15910         submenu when project manager is not loaded).
15911         
15912         * src/anjuta-actions.h: Fixed short-cut key for Help content.
15913         
15914         * src/anjuta.ui: Fixed place holder for projects.
15915         
15916         * (new) plugins/profile-default/default.anjuta: default startup
15917         profile. Removed the hardcoded plugins loading in
15918         DefaultProfilePlugin.
15920         * anjuta.anjuta,
15921         plugins/project-wizard/templates/terminal/project.anjuta:
15922         Implemented project format in newly created projects.
15924         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
15925         plugins/class-gen/anjuta-class-gen.plugin.in,
15926         plugins/cvs-plugin/anjuta-cvs.plugin.in,
15927         plugins/editor/anjuta-document-manager.plugin.in,
15928         plugins/file-loader/anjuta-loader.plugin.in,
15929         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15930         plugins/gdb/anjuta-gdb.plugin.in,
15931         plugins/glade/anjuta-glade.plugin.in,
15932         plugins/message-view/anjuta-message-manager.plugin.in,
15933         plugins/profile-default/anjuta-default-profile.plugin.in,
15934         plugins/project-manager/anjuta-project-manager.plugin.in,
15935         plugins/project-wizard/anjuta-project-wizard.plugin.in:
15936         Defined UserActivatable attributes. Added supported types attribute.
15938         * plugins/project-wizard/anjuta-project-wizard.glade
15939         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
15940         "Project Wizard" in preferences title.
15942         * TODO.tasks: Updated.
15943         
15944         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
15945         Updated.
15946         
15947 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15949         * plugins/file-wizard/anjuta-file-wizard.glade
15950         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
15951         
15952         Integrated License macros, cleaned file.c.
15953         
15954 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
15955         
15956         * plugins/macor/macro-util.c: Fixed crash bugs if email or
15957         username can not be found correctly.
15959 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15961         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
15962         plugins/macro/macros.xml :
15963         
15964         Added Headers macros. Cleaned file.c
15966 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15968         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
15969         plugins/macro/macros.xml :
15970         
15971         Fixed a bug. Added Header macro.
15973         
15974 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15976         * plugins/file-wizard/action-callbacks.c, 
15977         plugins/file-wizard/file.c, plugins/macro/macro-util.c
15978         plugins/macro/macros.xml :
15979         
15980         Added FileName, Header template macros.
15981         
15982 2005-02-24  Naba Kumar  <naba@gnome.org>
15983         
15984         * plugins/patch/patch-plugin.c: Fixed a function call.
15985         
15986         * src/anjuta.c, src/main.c: Save and load default session.
15987         
15988 2005-02-24  Naba Kumar  <naba@gnome.org>
15990         * libanjuta/interfaces/libanjuta.idl,
15991         plugins/message-view/anjuta-msgman.c,
15992         plugins/message-view/anjuta-msgman.h,
15993         plugins/message-view/plugin.c: Added and implemented
15994         set_view_title() method.
15995         
15996         * plugins/build-basic-autotools/build-basic-autotools.c,
15997         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
15998         build context pooling. Maximum 3 contexts are reused. Additional
15999         contexts are created when all are busy.
16001 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16003         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16004         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16005         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16006         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16008         Added Copyright, Changelog macros.
16009                 
16010 2005-02-23  Naba Kumar  <naba@gnome.org>
16012         Patch from Massimo Cora' <maxcvs@email.it>:
16013         * plugins/Makefile.am,
16014         plugins/patch/Makefile.am,
16015         (added) plugins/patch/anjuta-patch-plugin.png,
16016         (added) plugins/patch/anjuta-patch.plugin.in,
16017         (added) plugins/patch/anjuta-patch.ui,
16018         plugins/patch/patch-plugin.c,
16019         (added) plugins/patch/patch-plugin.h,
16020         (added) plugins/patch/plugin.c,
16021         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16022         architecture.
16024 2005-02-23  Naba Kumar  <naba@gnome.org>
16026         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16027         file-loader/plugin.c, profile-default/plugin.c:
16028         Implemented "activated" and "deactivated" signals for plugin class.
16029         Renamed *_location() functions to *_id(), because location is
16030         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16031         anjuta_plugins_unload_plugin().
16032         
16033         * class-gen/plugin.c: Fixed complier warning and utility function call.
16034         
16035         * debug-manager/plugin.c: Unload debugger plugin correctly.
16036         
16037         * project-manager/plugin.c:     Fixed compiler warnings.
16038         
16039         * plugins/project-wizard/templates/gnome/.cvsignore,
16040         plugins/project-wizard/templates/gnome/po/.cvsignore,
16041         plugins/project-wizard/templates/gnome/src/.cvsignore,
16042         plugins/project-wizard/templates/gtk/po/.cvsignore,
16043         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16044         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16045         
16046         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16047         build (we need to fix this thing).
16048         
16049 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16051         * plugins/macro/macro-action.[ch]
16052         plugins/macro/macro-edit.c
16053         plugins/macro/macro-dialog.c
16054         plugins/macro/macro-db.[ch]
16055         plugins/macro/plugin.[ch]
16056         plugins/macro/macro-util.[ch] (added)
16057         
16058         Cleaned up macro plugin and preview expanded macros.
16060 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16062         * plugins/cvs-plugin/cvs-interface.c:
16064         Fixed option setting when using no compression and not 
16065         ignoring .cvsrc
16067 2005-02-23  Naba Kumar  <naba@gnome.org>
16068         
16069         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16070         geometry on exit and startup (only if there is no geometry from the
16071         session).
16073         * TODO.tasks: Updated.
16074         
16075         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16076         
16077         * manuals/reference/libanjuta/Makefile.am,
16078         manuals/reference/libanjuta/libanjuta-docs.sgml,
16079         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16080         documentation for writing project templates.
16082 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16084         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16085         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16086         
16087         Expansion keywords in macros. 
16089 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16091         * plugins/file-wizard/action-callbacks.c,
16092         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16093         plugins/macro/macros.xml :
16094         
16095         Inserting text by macro plugin
16096         In progress ...
16098 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16100         * plugins/macro/plugin.c
16101         plugins/cvs-plugin/plugin.c:
16102         
16103         Fixed interfaces (use static)
16105 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16106         
16107         * plugins/macro/macro-actions.[ch]
16108         plugins/macro/plugin.c
16109         libanjuta/interfaces/libanjuta.idl:
16110         
16111         Implemented IAnjutaMacro interface to be used by file-wizard
16112         
16113         * plugins/cvs-plugin/plugin.c
16114         libanjuta/interfaces/libanjuta.idl:
16115         
16116         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16117         for all version control systems and not only for cvs.
16119 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16121         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16122         insert_macro.
16123         
16124         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16127 2005-02-21  Naba Kumar  <naba@gnome.org>
16129         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16130         IAnjutaDebugger interface.
16131         
16132         * plugins/debug-manager/anjuta-debug-manager.ui,
16133         plugins/debug-manager/attach_process.c,
16134         plugins/debug-manager/attach_process.h,
16135         plugins/debug-manager/plugin.c,
16136         plugins/debug-manager/plugin.h,
16137         plugins/gdb/actions.c,
16138         plugins/gdb/actions.h,
16139         plugins/gdb/anjuta-gdb-plugin.ui,
16140         plugins/gdb/breakpoints.c,
16141         plugins/gdb/breakpoints.h,
16142         plugins/gdb/debugger.c,
16143         plugins/gdb/debugger.h,
16144         plugins/gdb/memory.c,
16145         plugins/gdb/plugin.c,
16146         plugins/gdb/plugin.h,
16147         plugins/gdb/sharedlib.h,
16148         plugins/gdb/sharedlib_cbs.c,
16149         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16150         correctly between debug-manager and debugger. Implemented debugger
16151         interface in gdb plugin. Fixed action names. Added UI updating.
16152         Start and stop debugger (does not work yet). Fixed UI merging.
16153         Fixed debugger plugin handling in debug-manager.
16155 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16157         * plugins/editor/aneditor-autocomplete.cxx:
16158         
16159         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16160         crash with C++ "template" keyword.
16162 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16164         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16165         Fixed bug (Closed macro dialogs with Esc key).
16166         
16167 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16168         
16169         * plugins/project-wizard/xlib.wiz,
16170         plugins/project-wizard/xlib-logo.png,
16171         plugins/project-wizard/xlib/*:
16172         Port old xlib anjuta project on new project wizard
16173         
16174         * plugins/project-wizard/xlib-dock.wiz,
16175         plugins/project-wizard/xlib-dock/*:
16176         Port old xlib dock anjuta project on new project wizard
16177         
16178         * plugins/project-wizard/wxwin.wiz,
16179         plugins/project-wizard/wxwin-logo.png,
16180         plugins/project-wizard/wxwin/*:
16181         Port old wxwin anjuta project on new project wizard
16182         
16183         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16184         necessary changes for the new templates.
16185         
16186 2005-02-18  Naba Kumar  <naba@gnome.org>
16188         * plugins/Makefile.am: Added class-gen
16189         
16190 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16192         * plugins/project-wizard/header.c:
16193         Fix a bug in sorting of project categories
16195 2005-02-18  Naba Kumar  <naba@gnome.org>
16197         Patch from Massimo Cora  <maxcvs@email.it>:
16198         
16199         * plugins/class-gen/.cvsignore,
16200         plugins/class-gen/Makefile.am,
16201         (added) plugins/class-gen/action-callbacks.c,
16202         (added) plugins/class-gen/action-callbacks.h,
16203         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16204         (added) plugins/class-gen/class_gen.c,
16205         (added) plugins/class-gen/class_gen.h,
16206         (added) plugins/class-gen/plugin.c,
16207         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16208         new architecture.
16209         
16210         * plugins/project-manager/plugin.c: implemented add_source().
16212 2005-02-17  Naba Kumar  <naba@gnome.org>
16214         * plugins/file-loader/plugin.c: Fixed possible crash.
16215         
16216         * src/action-callbacks.c, src/action-callbacks.h,
16217         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16219 2005-02-17  Naba Kumar  <naba@gnome.org>
16220         
16221         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16222         plugins/project-wizard/templates/gnome.wiz,
16223         plugins/project-wizard/templates/gtk.wiz,
16224         plugins/project-wizard/templates/gtkmm.wiz,
16225         plugins/project-wizard/templates/terminal.wiz,
16226         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16227         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16228         plugins/project-wizard/templates/gnome/src/callbacks.c,
16229         plugins/project-wizard/templates/gnome/src/callbacks.h,
16230         plugins/project-wizard/templates/gnome/src/main.c,
16231         plugins/project-wizard/templates/gtk/src/callbacks.c,
16232         plugins/project-wizard/templates/gtk/src/callbacks.h,
16233         plugins/project-wizard/templates/gtk/src/main.c,
16234         plugins/project-wizard/templates/gtkmm/src/main.cc,
16235         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16236         to generate licence correctly (without any extra newlines). Removed
16237         IncludeGNUHeader macro definition and added proper licence property.
16238         Fixed project directory paths in file contents.
16240 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16242         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16243         Closed macro dialogs with Esc key.
16245 2005-02-16  Naba Kumar  <naba@gnome.org>
16247         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16248         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16249         plugins/project-wizard/templates/gnome/src/callbacks.c,
16250         plugins/project-wizard/templates/gnome/src/callbacks.h,
16251         plugins/project-wizard/templates/gnome/src/main.c,
16252         plugins/project-wizard/templates/gtk/src/main.c,
16253         plugins/project-wizard/templates/gtkmm/src/main.cc,
16254         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16255         macros to avoid blank newlines.
16257 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16259         * plugins/project-wizard/autogen.c:
16260         Correct a problem when having property value in UTF-8
16262         * plugins/project-wizard/druid.c:
16263         Correct a bug when reselecting a new project (all pages
16264         must be removed)
16266         * plugins/project-wizard/property.c:
16267         Avoid having default invalid properties
16269         * plugins/project-wizard/templates/terminal.wiz,
16270         plugins/project-wizard/templates/terminal/po/ChangeLog,
16271         plugins/project-wizard/templates/terminal/src/main.c:
16272         Remove command for testing run function
16273         Move destination directory to second page and include
16274         project name. Add exist tag. Remove unused properties.
16276 2005-02-16  Naba Kumar  <naba@gnome.org>
16278         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16279         plugins/debug-manager/anjuta-debug-manager.ui,
16280         plugins/debug-manager/plugin.c,
16281         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16282         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16283         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16284         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16285         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16286         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16287         (removed) src/anjuta_info.c,
16288         (removed) src/anjuta_info.h,
16289         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16290         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16291         (added) plugins/gdb/actions.c,
16292         (added) plugins/gdb/actions.h: Completed initial
16293         porting of debugger to new architecture. Fixed many of the debugger
16294         functions.
16296         * plugins/file-loader/plugin.c: Detect some important mime ourself
16297         to avoid inconsistencies when mime system isn't working.
16298         
16299 2005-02-16  Naba Kumar  <naba@gnome.org>
16301         * plugins/editor/Makefile.am,
16302         (added) plugins/editor/aneditor-autocomplete.cxx,
16303         (added) plugins/editor/aneditor-calltip.cxx,
16304         (added) plugins/editor/aneditor-indent.cxx,
16305         (added) plugins/editor/aneditor-priv.h,
16306         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16307         different smaller chunks to make it easy to maintain.
16309 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16311         * plugins/project-wizard/druid.c :
16312         
16313         Found system Email address if not defined in Preferences.
16315 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16316         
16317         * plugins/project-wizard/gtkmm.wiz
16318         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16319         plugins/project-wizard/gtkmm/*
16320         
16321         Added GTKmm (C++) project type
16323 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16325         * plugins/message-view/plugin.c
16326         plugins/message-view/message-view.c
16327         TODO.gtodo:
16328         Implemented next/prev action
16330 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16332         * plugins/project-wizard/templates/libglade2.* :
16333         Removed libglade2 project.
16334         
16335         * plugins/project-wizard/templates/gtk* :
16336         Removed interface.[ch] & support.[ch].
16337         
16338 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16340         * plugins/project-wizard/anjuta-project-wizard.glade,
16341         plugins/project-wizard/property.[ch],
16342         plugins/project-wizard/templates/anjuta-plugin.wiz :
16343         Added a new property ("iconfile").
16345 2005-02-14  Naba Kumar  <naba@gnome.org>
16347         * plugins/project-wizard/install.c,
16348         plugins/project-wizard/plugin.c,
16349         plugins/project-wizard/templates/anjuta-plugin.wiz,
16350         plugins/project-wizard/templates/gnome.wiz,
16351         plugins/project-wizard/templates/gtk.wiz,
16352         plugins/project-wizard/templates/libglade2.wiz,
16353         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16354         newly created projects and open them. Fixed message buffering in
16355         wizard.
16357 2005-02-14  Naba Kumar  <naba@gnome.org>
16359         * src/about.c, pixmaps/Makefile.am,
16360         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16361         
16362         * mime/gnome-mime-application-x-anjuta.png,
16363         pixmaps/anjuta_icon.png,
16364         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16365         done by 9-speed at:
16366         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16367         
16368 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16370         * configure.in,
16371         plugins/project-wizard/templates/libglade2-logo.png,
16372         plugins/project-wizard/templates/libglade2.wiz,
16373         plugins/project-wizard/templates/libglade2/* :
16374         Add Glade2 project
16377 2005-02-14  Naba Kumar  <naba@gnome.org>
16379         * TODO.tasks: Updated.
16380         
16381         * plugins/editor/anjuta-docman.c,
16382         plugins/editor/text_editor.c,
16383         plugins/editor/text_editor.h,
16384         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16385         for file modification, but it is still not functioning.
16387 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16389         * plugins/project-wizard/values.c,
16390         plugins/project-wizard/values.h,
16391         plugins/project-wizard/property.c,
16392         plugins/project-wizard/property.h,
16393         plugins/project-wizard/druid.c:
16394         Rewrite mandatory property check
16395         Add check of exist property
16396         Rewrite handling of cached property page
16398 2005-02-13  Naba Kumar  <naba@gnome.org>
16400         Patch from Igor Kovalenko  <garrison@mail.ru>:
16401         * tagmanager/tm_workspace.c: Improved performance.
16403 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16405         *plugins/project-wizard/templates/*.wiz,
16406         plugins/project-wizard/druid.c,
16407         plugins/project-wizard/templates/terminal/src/main.c,
16408         plugins/project-wizard/templates/gtk/src/*.[ch],
16409         plugins/project-wizard/templates/gtk/src/Makefile.am,
16410         plugins/project-wizard/templates/gnome/src/*.[ch],
16411         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16412         Add Copyright date & Email address,
16413         Correct terminal project.
16414         
16415 2005-02-12  Naba Kumar  <naba@gnome.org>
16417         * plugins/project-wizard/property.c: Fixed hidden
16418         properties to take values.
16420         * plugins/project-wizard/file.[ch]: Renamed
16421         true/false enum values to fix compile error
16422         (conflict with other definition).
16423         
16424         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16425         even when mime type detection fails (for example, when Anjuta is
16426         installed in non-system prefix).
16428 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16430         * plugins/project-wizard/values.c,
16431         plugins/project-wizard/values.h:
16432         Rewrite file with more comments
16434         * plugins/project-wizard/druid.c,
16435         plugins/project-wizard/druid.h,
16436         plugins/project-wizard/autogen.c,
16437         plugins/project-wizard/autogen.h,
16438         plugins/project-wizard/druid.c,
16439         plugins/project-wizard/druid.h:
16440         Add more comments
16441         Use values instead of properties
16442         Move default properties to druid.c
16444         * plugins/project-wizard/install.c,
16445         plugins/project-wizard/install.h:
16446         Use values instead of properties
16447         Add a check to avoid overwriting files
16449         * plugins/project-wizard/parser.c,
16450         plugins/project-wizard/property.c,
16451         plugins/project-wizard/property.h:
16452         Update to use new values
16453         Add an "exist" attribute to check if a directory already exist
16455         * plugins/project-wizard/anjuta-project-wizard.glade:
16456         Change project selection page (GtkTextView => GtkLabel,
16457         GtkTable => GtkVBox)
16459         * plugins/project-wizard/templates/terminal.wiz:
16460         Move destination directory on second page
16461         
16462         * plugins/project-wizard/action.c:
16463         Add a few comments
16465 2005-02-12  Naba Kumar  <naba@gnome.org>
16467         * plugins/file-manager/an_file_view.c,
16468         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16469         views. Created dynamic update date of view depending on project
16470         changes -- similar to file-manager view.
16471         
16472         * plugins/devhelp/plugin.c: Load help on idle.
16473         
16474         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16475         autoformat' to proper location in preferences.
16476         
16477         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16478         compatibility.
16479         
16480         * plugins/editor/plugin.c: Fixed accel name.
16482 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16484         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16485         plugins/project-wizard/templates/gnome.wiz,
16486         plugins/project-wizard/templates/gtk.wiz,
16487         plugins/project-wizard/anjuta-project-wizard.glade,
16488         plugins/project-wizard/autogen.c:
16489         Add Username & Email address in Project preferences.
16491 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16493         *plugins/project-wizard/templates/gnome-logo.png,
16494         plugins/project-wizard/templates/gnome.wiz,
16495         plugins/project-wizard/templates/gnome/* :
16496         Add Gnome project
16498 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16500         * plugins/project-wizard/templates/terminal/src/main.c, 
16501         plugins/project-wizard/templates/terminal/src/main.c,
16502         plugins/project-wizard/templates/terminal/src/main.[ch] :
16503         Insert License in projects
16504         
16505 2005-02-11  Naba Kumar  <naba@gnome.org>
16507         * TODO.tasks: Added message manager task.
16508         
16509         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16510         
16511         * plugins/editor/plugin.c: Use bookmark stock icons.
16512         
16513         * plugins/message-view/anjuta-message-manager.ui,
16514         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16516 2005-02-10  Naba Kumar  <naba@gnome.org>
16518         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16519         
16520 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16522         * global-tags/Makefile.am
16523         Error during 'make install'
16525 2005-02-09  Naba Kumar  <naba@gnome.org>
16527         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16528         missing file.
16529         
16530 2005-02-08  Naba Kumar  <naba@gnome.org>
16532         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
16533         
16534         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
16535         Show busy cursur when updating global tags in preferences.
16537         * configure.in: Fixed.
16538         
16539 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16541         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
16542           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
16543          
16544         - Fixed anjuta-plugin project (glade)
16546 2005-02-08  Naba Kumar  <naba@gnome.org>
16548         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
16549         Fixed automatic indentations.
16551         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
16552         Global tags are now segregated into smaller api tags, which can be
16553         selectively loaded from symbol browser preferences.
16555         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
16556         Implemented IProjectManager interface in project-manager. Mostly getter
16557         methods for now, but need to add add() and remove() methods to add
16558         or remove project elements.
16560         * plugins/gdb/debug_tree.c: Small fix.
16562         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
16563         plugins/symbol-browser/an_symbol_info.c,
16564         plugins/symbol-browser/an_symbol_info.h,
16565         plugins/symbol-browser/an_symbol_search.c,
16566         plugins/symbol-browser/an_symbol_search.h,
16567         plugins/symbol-browser/an_symbol_view.c,
16568         plugins/symbol-browser/an_symbol_view.h,
16569         plugins/symbol-browser/plugin.c,
16570         plugins/symbol-browser/plugin.h,
16571         tagmanager/c.c,
16572         tagmanager/entry.h,
16573         tagmanager/tm_project.c,
16574         tagmanager/tm_symbol.c,
16575         tagmanager/tm_tag.c,
16576         tagmanager/tm_workspace.c,
16577         tagmanager/vstring.c,
16578         tagmanager/include/tm_tag.h,
16579         tagmanager/include/tm_workspace.h:
16580         
16581         - Fixed tagmanager parsing of source files to parse for typedefines and
16582         properly record element scopes. Implemented scope autocompletion
16583         (autocompletion on '.', '->', '::' and ':'. The functionality is not
16584         fully working. It was based on older patch for Anjuta 1.2.2 in SF
16585         patch list (author is unknown).
16586         - Implemented symbol-browser preferences for dynamically loading and
16587         saving tags API segments.
16588         - Fixed symbol-search to use tagmanager directly instead of depending
16589         on symbol-view for tags list.
16590         - Fixed symbol-view to create the tree using TMSymbol tree directly.
16591         - Fixed TMSymbol to create the complete tags tree instead of letting the
16592         symbol-view created the root nodes.
16593         - Changed project tags cache name to .tm_project2.cache because the
16594         newer format records additional scope information.
16595         
16596 2005-02-07  Naba Kumar  <naba@gnome.org>
16598         * plugins/editor/style-editor.c,
16599         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
16600         and GtkFontButton instead of deprecated widgets in
16601         style editor.
16602         
16603 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
16605         * plugins/project-wizard/action.c,
16606         plugins/project-wizard/action.h,
16607         plugins/project-wizard/autogen.c,
16608         plugins/project-wizard/autogen.h,
16609         plugins/project-wizard/file.c,
16610         plugins/project-wizard/file.h,
16611         plugins/project-wizard/install.c,
16612         plugins/project-wizard/install.h,
16613         plugins/project-wizard/parser.h,
16614         plugins/project-wizard/parser.c,
16615         plugins/project-wizard/property.c,
16616         plugins/project-wizard/property.h,
16617         plugins/project-wizard/plugin.h,
16618         plugins/project-wizard/plugin.c,
16619         plugins/project-wizard/values.c,
16620         plugins/project-wizard/values.h:
16621         Replace C++ comments by C comments
16623         * plugins/project-wizard/autogen.c,
16624         plugins/project-wizard/autogen.h:
16625         Add a run time check of autogen version.
16626         Add UserName variable.
16628         * plugins/project-wizard/anjuta-project-wizard.glade,
16629         plugins/project-wizard/header.c,
16630         plugins/project-wizard/druid.c,
16631         plugins/project-wizard/druid.h:
16632         Sort project in alphabetic order.
16633         Correct selection troubles in notebooks.
16635         * plugins/project-wizard/parser.c:
16636         Add some check when reading the project header block.
16638 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16640         * plugins/project-wizard/action.c,
16641         plugins/project-wizard/action.h,
16642         plugins/project-wizard/autogen.c,
16643         plugins/project-wizard/autogen.h,
16644         plugins/project-wizard/file.c,
16645         plugins/project-wizard/file.h,
16646         plugins/project-wizard/install.c,
16647         plugins/project-wizard/parser.h,
16648         plugins/project-wizard/parser.c,
16649         plugins/project-wizard/property.c,
16650         plugins/project-wizard/property.h,
16651         plugins/project-wizard/values.c,
16652         plugins/project-wizard/values.h,
16653         Add a space between function name and open.
16655         * plugins/project-wizard/plugin.h,
16656         plugins/project-wizard/plugin.c,
16657         plugins/project-wizard/install.c,
16658         Avoid a crash if the user close the message view used by the .
16660         * plugins/project-wizard/anjuta-project-wizard,
16661         plugins/project-wizard/druid.c,
16662         plugins/project-wizard/druid.h,
16663         plugins/project-wizard/header.h,
16664         plugins/project-wizard/header.c,
16665         Add a text view with the description of each.
16666         Add a tab for each project.
16667         Replace some C++ comments to C comments.
16669 2005-02-05  Naba Kumar  <naba@gnome.org>
16671         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
16672         New icon from Sebastien Granjoux .
16673         
16674 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16676         * libanjuta/anjuta-preferences.c:
16677         Set file property even without a focus out event (file selected 
16678         the browse dialog)
16680 2005-02-04  Naba Kumar  <naba@gnome.org>
16682         * plugins/glade/plugin.c: Fixed glade function calls.
16683         * configure.in: Fixed a typo.
16684         * TODO.tasks: Updated.
16686 2005-02-03  Naba Kumar  <naba@gnome.org>
16688         * plugins/project-manager/plugin.c: Fixed memory corruption.
16690         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
16691         build error.
16692         
16693         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
16694         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16695         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
16696         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16698         * libanjuta/interfaces/libanjuta.idl,
16699         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
16700         interface.
16701         
16702         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
16704         Patch from Massimo Cora <maxcvs@email.it>:
16705         * plugins/editor/plugin.c: Fixed update UI for created buffers.
16706         
16707 2005-02-01  Naba Kumar  <naba@gnome.org>
16709         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
16710         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
16711         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
16712         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
16713         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
16714         from sourceforge -- a64 crash fixes (correct typing for GType)
16715         and fixes compile errors in sun.
16717         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
16718         paste (shift+insert) in terminal.
16720 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
16722         * configure.in: Add «nb» to ALL_LINGUAS.
16724 2005-02-01  Naba Kumar  <naba@gnome.org>
16726         * TODO.tasks, TODO: Updated todo tasks.
16727         
16728         * plugins/editor/anjuta-document-manager.glade: Improved search
16729         relace dialog.
16730         
16731         * TODO.tasks: Fixed xml format.
16732         
16733         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
16734         work yet).
16735         
16736         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
16737         cleanups.
16738         
16739         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
16740         format during save (removed unwanted text nodes). Fixed scrollbars.
16742 2005-01-31  Naba Kumar  <naba@gnome.org>
16744         * libanjuta/interfaces/libanjuta.idl,
16745         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
16746         Implemented append() method for IAnjutaEditor interface and fixed
16747         various bugs with text insertions (cvs diff and macro insertions).
16748         
16749         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
16750         automatic indentation.
16751         
16752         * plugins/editor/action-callbacks.c,
16753         plugins/editor/action-callbacks.h,
16754         plugins/editor/anjuta-docman.c,
16755         plugins/editor/anjuta-document-manager.ui,
16756         plugins/editor/plugin.c,
16757         plugins/editor/text_editor.c,
16758         plugins/editor/text_editor.h,
16759         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
16760         Fixed highlight issues.
16762         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
16763         macro.
16764         
16765         * plugins/symbol-browser/an_symbol_view.c: Force update project.
16767         * data/properties/*: Updated properties files from scite. Created
16768         styles.properties to override the scite styles.
16769         
16770         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
16772         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
16773         
16774 2005-01-30  Naba Kumar  <naba@gnome.org>
16776         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
16777         unused definitions.
16778         
16779         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
16780         
16781         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
16782         plugins/editor/text_editor.c,
16783         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
16784         fixed linuwidth preference setting, fixed insert text interface
16785         implementation. Improved automatice-indentation for cpp lexer.
16786         
16787         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
16789 2005-01-29  Naba Kumar  <naba@gnome.org>
16791         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
16792         option in update dialog as default. Improved import dialog. Sized
16793         log dialog.
16795         * configure.in: Fixed underquoted warning from autoconf.
16796         
16797         * plugins/editor/action-callbacks.c,
16798         plugins/editor/aneditor.cxx,
16799         plugins/editor/aneditor.h,
16800         plugins/editor/anjuta-document-manager.glade,
16801         plugins/editor/plugin.c,
16802         plugins/editor/plugin.h,
16803         plugins/editor/text_editor.c,
16804         plugins/editor/text_editor.h,
16805         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
16806         for Editor and fixed all preferences syncronization and notifys for
16807         visible prefs (in editor preferences page).
16808         
16809         * plugins/file-loader/plugin.c: Load recent files on idle.
16811 2005-01-28  Naba Kumar  <naba@gnome.org>
16813         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16814         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
16816         * plugins/editor/action-callbacks.c,
16817         plugins/editor/action-callbacks.h,
16818         plugins/editor/aneditor.cxx,
16819         plugins/editor/aneditor.h,
16820         plugins/editor/anjuta-document-manager.ui,
16821         plugins/editor/plugin.c,
16822         plugins/editor/text_editor.c,
16823         plugins/editor/text_editor.h,
16824         plugins/editor/text_editor_cbs.c,
16825         plugins/editor/text_editor_cbs.h,
16826         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
16827         Text editor.
16829         Patch from Massimo Cora <maxcvs@email.it>:
16830         * plugins/editor/an_symbol_search.c,
16831         plugins/editor/an_symbol_search.c: Fixed crash bugs.
16832         
16833 2005-01-27  Naba Kumar  <naba@gnome.org>
16834         
16835         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
16836         minimum size request to 200.
16838         * plugins/symbol-browser/an_symbol_info.c,
16839         plugins/symbol-browser/an_symbol_info.h,
16840         plugins/symbol-browser/an_symbol_search.c,
16841         plugins/symbol-browser/an_symbol_search.h,
16842         plugins/symbol-browser/an_symbol_view.c,
16843         plugins/symbol-browser/an_symbol_view.h,
16844         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
16845         pixbuf retrieval. Fixed runtime warning. Code clean up.
16847 2005-01-27  Naba Kumar  <naba@gnome.org>
16849         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
16850         src/anjuta.ui, (new) plugins/glade/.cvsignore,
16851         (new) plugins/glade/Makefile.am,
16852         (new) plugins/glade/anjuta-glade-plugin.png,
16853         (new) plugins/glade/anjuta-glade.plugin.in,
16854         (new) plugins/glade/anjuta-glade.ui,
16855         (new) plugins/glade/plugin.c,
16856         (new) plugins/glade/plugin.h,
16857         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
16858         now until glade3 works properly.
16860         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
16861         they are generated.
16862         
16863 2005-01-26  Naba Kumar  <naba@gnome.org>
16865         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
16866         Added mime icon for anjuta projects.
16867         
16868         patch from Massimo Cora <maxcvs@email.it>:
16869         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
16870         an_symbol_search.h, an_symbol_view.c, plugin.c:
16871         Fix/implement objects destroying/freeing.
16873 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
16874         
16875         * src/action-callback.[ch], src/anjuta-actions.h:
16876         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
16877         because it has not been updated for years and we know have a devhelp plugin
16878         which can do the job much better.
16879         * TODO.tasks: Updated done items
16881 2005-01-25  Naba Kumar  <naba@gnome.org>
16883         * autogen.sh: Fixed to generate interface files.
16885         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
16886         session save filenames.
16887         
16888         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
16889         
16890 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
16892         * plugins/project-wizard/Makefile.am,
16893         plugins/project-wizard/install.c,
16894         plugins/project-wizard/install.h,
16895         plugins/project-wizard/parser.c,
16896         plugins/project-wizard/parser.h,
16897         plugins/project-wizard/templates/terminal.wiz:
16898         Add action list block in wizard template
16899         * plugins/project-wizard/file.c,
16900         plugins/project-wizard/autogen.c:
16901         Small fixes
16903 2005-01-23  Naba Kumar  <naba@gnome.org>
16905         * configure.in: Fixed build error.
16907 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
16909         * plugins/project-wizard/druid.c,
16910         plugins/project-wizard/parser.c,
16911         plugins/project-wizard/property.c: Rewrite parser with
16912         better error handling
16914 2005-01-22  Naba Kumar  <naba@gnome.org>
16916         * plugins/symbol-browser/plugin.c: Changed c++ coments
16917         to c commnets and formated code to anjuta coding styles.
16918         
16919 2005-01-21  Naba Kumar  <naba@gnome.org>
16921         * configure.in, autogen.sh: Fixed build errors in newer automake.
16922         
16923         * plugins/editor/anjuta-docman.c: Do not emit change editor
16924         signal while in dispose.
16926         Patch from: Massimo Corà <maxcvs@email.it>
16927         * plugins/symbol-browser/Makefile.am,
16928         plugins/symbol-browser/an_symbol_view.c,
16929         plugins/symbol-browser/an_symbol_view.h,
16930         plugins/symbol-browser/plugin.c,
16931         plugins/symbol-browser/plugin.h,
16932         plugins/symbol-browser/test-symbol-browser.c,
16933         (new) plugins/symbol-browser/an_symbol_info.c,
16934         (new) plugins/symbol-browser/an_symbol_info.h,
16935         (new) plugins/symbol-browser/an_symbol_search.c,
16936         (new) plugins/symbol-browser/an_symbol_search.h:
16937         Added a cool real-time symbol-search-view in symbol browser.
16939 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
16940         
16941         * plugin/macro/plugin.c
16942         plugin/macro/anjuta-macro-plugin.ui
16943         plugin/macro/macro-db.[ch]
16944         plugin/macro/macro-dialog.[ch]
16945         plugin/macro/macro-actions.[ch]
16946         plugin/macro/macro-edit.[ch]
16947         plugin/macro/plugin.[ch]:
16948         
16949         Implemented three menu items as Naba proposed:
16950         Edit->Macro->
16951                 Insert Macro: Pops of a border-less window to enter a shortcut
16952                 Add Macro: Same as Manage Macro => New
16953                 Manage Macros: Full-features macro dialog
16955 2005-01-20  Naba Kumar  <naba@gnome.org>
16957         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
16958         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
16959         libanjuta/anjuta-shell.h,
16960         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
16961         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16962         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
16963         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16964         src/main.c, src/shell.c: Implemented command line args processing
16965         and session management. Fixed geometry restoration.
16967 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
16968         
16969         * plugins/macro/macro-db.c,
16970         plugins/macros.xml:
16971         Cleaned up XML interface and use attributes now for name, category and 
16972         shortcut. CDATA is used to avoid xml errors inside of macros.
16974 2005-01-19  Naba Kumar  <naba@gnome.org>
16976         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
16978 2005-01-18  Naba Kumar  <naba@gnome.org>
16979         
16980         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
16981         to work.
16983         * scintilla/*: Updated scintilla to current cvs and updated
16984         scintilla patches.
16985         
16986 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16987         
16988         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
16989         plugins/cvs-plugin/cvs-actions.c:
16990         Added "Whole project" infrastructure but it does not
16991         work because I did not find a way to get the current project's
16992         root dir.
16994 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16996         * plugins/cvs-plugin/Makefile.am
16997         plugins/cvs-plugin/anjuta-cvs.plugin.in
16998         plugins/cvs-plugin/cvs-actions.c
16999         plugins/cvs-plugin/cvs-callbacks.c
17000         plugins/cvs-plugin/cvs-interface.[ch] (added)
17001         plugins/cvs-plugin/plugin.c:
17002         
17003         Added IAnjutaCVS interface and improved cvs plugin. There
17004         is still some work to do on cvs import and to add a current
17005         project toggle.
17007 2005-01-17  Naba Kumar  <naba@gnome.org>
17009         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17010         
17011         * configure.in: Fixed build errors.
17013         * data/Makefile.am,     (removed) data/README.stock_libs,
17014         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17015         (removed) data/header.c, (removed) data/stock_libs.anj,
17016         (removed) data/x-anjuta-project.desktop,
17017         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17019         * libanjuta/anjuta-plugin-description.c,
17020         libanjuta/anjuta-shell.c: Updated documentations.
17022         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17023         
17024         * libanjuta/anjuta-launcher.c,
17025         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17026         x86_64 systems.
17028 2005-01-17  Naba Kumar  <naba@gnome.org>
17029         
17030         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17031         plugins/project-wizard/templates/gtk.wiz,
17032         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17033         Updated templates to new format.
17034         
17035         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17036         * plugins/project-wizard/druid.c,
17037         plugins/project-wizard/parser.c,
17038         plugins/project-wizard/property.c,
17039         plugins/project-wizard/property.h,
17040         plugins/project-wizard/templates/terminal.wiz,
17041         plugins/project-wizard/templates/terminal/AUTHORS,
17042         plugins/project-wizard/templates/terminal/ChangeLog,
17043         plugins/project-wizard/templates/terminal/NEWS,
17044         plugins/project-wizard/templates/terminal/README,
17045         plugins/project-wizard/templates/terminal/project.anjuta,
17046         plugins/project-wizard/templates/terminal/src/main.c:
17047         Moveed code related to property types from druid.c and parser.c to 
17048         property.c. Changed tag from "<string ..." to
17049         "<property type="string..."     and so on. Rewrite parser
17050         (warning still in progress). Added list property. Changed
17051         terminal project to avoid using autogen on some file (much 
17052         faster) using the autogen attribute. Add a license list box in
17053         terminal project (just as an example). _label in item list is
17054         optional now.
17056 2005-01-16  Naba Kumar  <naba@gnome.org>
17058         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17059         plugins/edtior/anjuta-docman.c: Fixed build errors.
17060         
17061         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17062         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17063         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17064         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17065         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17066         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17067         libanjuta/resources.h,
17068         plugins/build-basic-autotools/build-basic-autotools.c,
17069         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17070         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17071         plugins/gtodo/plugin.c, src/Makefile.am,
17072         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17073         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17074         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17075         should be handled in respective plugins. Added API documentations.
17077         * libanjuta-docs.sgml, libanjuta-sections.txt,
17078         libanjuta.types,
17079         (added) tmpl/anjuta-debug.sgml,
17080         (added) tmpl/anjuta-launcher.sgml,
17081         tmpl/anjuta-plugin.sgml,
17082         tmpl/anjuta-preferences.sgml,
17083         tmpl/anjuta-shell.sgml,
17084         (added) tmpl/anjuta-status.sgml,
17085         (removed) tmpl/anjuta-stock.sgml,
17086         tmpl/anjuta-utils.sgml,
17087         (removed) tmpl/defaults.sgml,
17088         (removed) tmpl/fileselection.sgml,
17089         (removed) tmpl/gnomefilelist.sgml,
17090         tmpl/ianjuta-buildable.sgml,
17091         (added) tmpl/ianjuta-debugger-manager.sgml,
17092         (added) tmpl/ianjuta-debugger.sgml,
17093         tmpl/ianjuta-document-manager.sgml,
17094         tmpl/ianjuta-editor.sgml,
17095         tmpl/ianjuta-file.sgml,
17096         tmpl/ianjuta-loader.sgml,
17097         tmpl/ianjuta-markable.sgml,
17098         tmpl/ianjuta-message-view.sgml,
17099         (added) tmpl/ianjuta-project-manager.sgml,
17100         (added) tmpl/ianjuta-todo.sgml,
17101         (added) tmpl/ianjuta-wizard.sgml,
17102         tmpl/libanjuta-iface-marshallers.sgml,
17103         tmpl/libanjuta-unused.sgml,
17104         (removed) tmpl/pixmaps.sgml,
17105         tmpl/plugins.sgml,
17106         (removed) tmpl/properties.sgml,
17107         tmpl/resources.sgml: Updated API documentations.
17109 2005-01-15  Naba Kumar  <naba@gnome.org>
17111         * libanjuta/anjuta-launcher.c: Added API docs.
17112         
17113         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17114         plugins/project-wizard/templates/gtk.wiz,
17115         plugins/project-wizard/templates/terminal.wiz,
17116         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17117         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17118         plugins/project-wizard/templates/gtk/src/main.c,
17119         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17120         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17121         template files.
17123         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17124         * plugins/project-wizard/anjuta-project-wizard.glade,
17125         plugins/project-wizard/autogen.c,
17126         plugins/project-wizard/druid.c,
17127         plugins/project-wizard/druid.h,
17128         plugins/project-wizard/file.c,
17129         plugins/project-wizard/file.h,
17130         plugins/project-wizard/install.c,
17131         plugins/project-wizard/parser.c,
17132         plugins/project-wizard/plugin.c,
17133         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17134         setting the default project directory. Fix HIDDEN property, it's
17135         working but I think we could make this cleaner. Removed the
17136         copy of the string in mandatory_property. Add an optional autogen
17137         attribute, to force or avoid using autogen on some files, default
17138         without any attribute is autodetect.+ Replace the script tag with
17139         a normal file tag and an attribute execute.
17140         
17141 2005-01-14  Naba Kumar  <naba@gnome.org>
17143         * plugins/editor/action-callbacks.c,
17144         plugins/editor/search_incremental.c,
17145         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17146         works now.
17147         
17148         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17149         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17150         tabs.
17152 2005-01-12  Naba Kumar  <naba@gnome.org>
17154         * configure.in,
17155         plugins/project-wizard/templates/Makefile.am,
17156         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17157         plugins/project-wizard/templates/anjuta-plugin.wiz,
17158         (added) plugins/project-wizard/templates/gtk-logo.png,
17159         (added) plugins/project-wizard/templates/gtk.wiz,
17160         (added) plugins/project-wizard/templates/terminal-logo.png,
17161         plugins/project-wizard/templates/terminal.wiz,
17162         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17163         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17164         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17165         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17166         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17167         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17168         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17169         (added) plugins/project-wizard/templates/gtk/src/main.c,
17170         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17171         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17172         GTK+ project templated and fixed other templates. Updated template
17173         logos.
17175 2005-01-12  Naba Kumar  <naba@gnome.org>
17177         * plugins/macro/anjuta-macro.glade: Improved GUI.
17178         
17179 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17181         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17182         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17183         * plugins/cvs-plugin/cvs.[ch] (removed)
17184         Removed old unused files
17185         
17186         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17187         * plugins/cvs-plugin/cvs-actions.c
17188         * plugins/cvs-plugin/Makefile.am:
17189         Seperate callback functions for better error
17190         handling. Cleaned up code.
17191         
17192         * plugins/macro/macros.xml: removed corrupt cvs
17193         macros for now.
17195 2005-01-10  Naba Kumar  <naba@gnome.org>
17197         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17198         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17199         and leaks.
17201 2005-01-09  Naba Kumar  <naba@gnome.org>
17203         * libegg/egg-recent-action.c, libegg/test-actions.c,
17204         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17205         recent files models.
17206         
17207         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17208         two models -- one for projects and other for regular files and show
17209         both in recent files menu. Changed recent files group from "anjuta"
17210         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17211         when adding the URI in recent files.
17212         
17213         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17214         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17215         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17216         * plugins/macro/macros.xml: Fixed xml errors.
17218 2005-01-08  Naba Kumar  <naba@gnome.org>
17219         
17220         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17221         libegg/test-actions.c, libegg/menu/Makefile.am,
17222         libegg/menu/egg-recent-action.h: Added a new action for
17223         recent files.
17225         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17226         Fixed dispose. Cleanup.
17227         
17228         * plugins/file-loader/anjuta-loader-plugin.ui,
17229         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17230         Use the new action for recent files. Added recent files in
17231         toolbar.
17233         * plugins/project-wizard/druid.c: Show busy cursor and
17234         de-sensitize druid buttons during page change.
17235         
17236         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17237         * plugins/project-wizard/Makefile.am,
17238         plugins/project-wizard/druid.c,
17239         plugins/project-wizard/druid.h,
17240         plugins/project-wizard/install.c,
17241         plugins/project-wizard/plugin.c,
17242         plugins/project-wizard/plugin.h,
17243         plugins/project-wizard/property.c,
17244         plugins/project-wizard/property.h,
17245         (added) plugins/project-wizard/values.c,
17246         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17247         objects (in values.c and values.h) containing the values of all
17248         properties. The NPWProperty objects now keep their values in this
17249         object which is persistant for one activation of the plugin, so the
17250         user keeps all the values even if he goes backward. Used an anjuta
17251         message view to list all files copied by the project wizard.
17253 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17255         * plugins/macro/plugin.[ch],
17256         plugins/macro/macro-dialog.[ch]
17257         plugins/macro/macro-edit.[ch]
17258         plugins/macro/macro-db.[ch]
17259         plugins/macro/macro-actions.[ch]
17260         plugins/macro/anjuta-macro.plugin.in
17261         plugins/macro/anjuta-macro.glade
17262         plugins/macro/anjuta-macro.png
17263         plugins/macro/Makefile.am
17264         plugins/macro/macros.xml
17265         plugins/macro/anjuta-macro.ui (all added)
17266         configure.in
17267         plugins/Makefile.am:
17268         Added new macro plugins
17269         
17270         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17271         New icon
17272         
17273         * manuals/reference/template (removed)
17274         Removed old api reference
17275         
17276         * plugins/message-view/message-view.c:
17277         "Fixed" crash in on_row_deleted and added a
17278         comment that I cannot work this way. We will
17279         have to change everything a bit to avoid losing
17280         memory there.
17281         
17282         * plugins/text-editor/text_editor.c:
17283         Update line number width on file save
17286 2005-01-07  Naba Kumar  <naba@gnome.org>
17288         * plugins/project-wizard/anjuta-project-wizard.glade,
17289         plugins/project-wizard/druid.c,
17290         plugins/project-wizard/templates/anjuta-plugin.wiz,
17291         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17292         Display page description in bold. Fixed mandatory field check.
17294         * configure.in,
17295         libanjuta/libanjuta-1.0.pc.in,
17296         plugins/project-wizard/druid.c,
17297         plugins/project-wizard/parser.c,
17298         plugins/project-wizard/property.h,
17299         plugins/project-wizard/templates/anjuta-plugin.wiz,
17300         plugins/project-wizard/templates/terminal.wiz,
17301         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17302         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17303         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17304         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17305         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17306         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17307         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17308         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17309         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17310         plugins/project-wizard/templates/terminal/configure.in.tpl,
17311         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17312         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17313         a new property type -- hidden. Fixed terminal and anjuta-plugin
17314         project templates.
17316 2005-01-07  Naba Kumar  <naba@gnome.org>
17318         * templates/anjuta-plugin.wiz,
17319         templates/terminal.wiz,
17320         templates/terminal/Makefile.am.tpl,
17321         templates/terminal/autogen.sh,
17322         (Removed) templates/terminal/configure.ac.tpl,
17323         (Added) templates/.cvsignore,
17324         (Added) templates/Makefile.am,
17325         (Added) templates/anjuta-plugin/.cvsignore,
17326         (Added) templates/anjuta-plugin/Makefile.am,
17327         (Added) templates/anjuta-plugin/src/.cvsignore,
17328         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17329         (Added) templates/terminal/.cvsignore,
17330         (Added) templates/terminal/Makefile.am,
17331         (Added) templates/terminal/configure.in.tpl,
17332         (Added) templates/terminal/po/.cvsignore,
17333         (Added) templates/terminal/po/ChangeLog,
17334         (Added) templates/terminal/po/Makefile.am,
17335         (Added) templates/terminal/po/POTFILES.in,
17336         (Added) templates/terminal/src/.cvsignore,
17337         (Added) templates/terminal/src/Makefile.am,
17338         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17339         project wizard. Fixed configure/po/Makefile template errors.
17341 2005-01-06  Naba Kumar  <naba@gnome.org>
17343         * configure.in: Added project templates.
17344         * plugins/project-wizard/templates/*: Added to project and renamed
17345         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17346         for the project templates (so that they do not conflict with autotools
17347         build. Created proper configure.ac.tpl and autogen.sh for project
17348         templates.
17349         
17350 2005-01-06  Naba Kumar  <naba@gnome.org>
17352         * plugins/project-wizard/anjuta-project-wizard.glade,
17353         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17354         Fixed file list parsing and to take absolute file paths (for example,
17355         from an icon selected previously). Used toggle buttons for boolean
17356         properties. Check if all mandatory fields are given before going
17357         forward in the wizard. Use scrollable viewport for listing property
17358         widgets incase the list goes out of wizard's size. Added tooltips
17359         as descriptions of the property widgets. And other fixes.
17361         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17362         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17363         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17364         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17365         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17366         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17367         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17368         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17369         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17370         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17371         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17372         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17373         Restructured template files.
17375 2005-01-06  Naba Kumar  <naba@gnome.org>
17377         * configure.in: Added check for autogen.
17378         
17379         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17380         in dispose.
17381         
17382         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17383         Do not emit changed signal when in dispose.
17385         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17386         symbol-view widget has been destroyed.
17387         
17388         * src/anjuta-app.c: Set null to preference, status and ui object
17389         pointers when they are destroyed.
17391         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17392         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17393         Added boolean, integer and file property types.
17394         
17395         * plugins/project-wizard/Makefile.am,
17396         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17397         project wizard templates.
17399 2005-01-04  Naba Kumar  <naba@gnome.org>
17401         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17402         added widgets.
17403         
17404         * plugins/editor/aneditor.cxx,
17405         plugins/editor/anjuta-docman.c,
17406         plugins/editor/plugin.c,
17407         plugins/editor/text_editor.c:
17408         Removed unnecessary ref/unref of scintilla.
17409         
17410         * plugins/message-view/anjuta-msgman.c,
17411         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17412         make close button similar to document manager.
17413         
17414         * plugins/project-manager/plugin.c,
17415         plugins/project-manager/plugin.h: Removed dead codes. Removed
17416         unnecessary ref/unref.
17417         
17418         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17419         instead of hard refs.
17421 2005-01-03  Naba Kumar  <naba@gnome.org>
17423         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17424         generate() methods for IAnjutaBuildable interface.
17426         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17427         IAnjutaBuildable inteface.
17429         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17430         to destroy build context when message view is destroyed.
17431         
17432         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17433         a ref to it and unref in destructor. AnEditor class wants to be the
17434         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17435         comparisions.
17436         
17437         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17438         complicate the scene. Removed editor widget from AnjutaDocman when
17439         the widget is destroyed.
17440         
17441         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17442         from shell. It will be removed from shell when the widget is destroyed.
17443         
17444         * plugins/editor/text_editor.c: Added debug codes to track object
17445         finalizations.
17447         * plugins/message-view/anjuta-msgman.c: Remove message view on
17448         widget destroy. Destroy message view on remove. Removed all views
17449         correctly.
17450         
17451         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17452         from container.
17454 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17456         * plugins/file-wizard/action-callbacks.c,
17457         plugins/file-wizard/anjuta-file-wizard.glade,
17458         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17459         Insert Licence, copyright, header template ...
17460         
17461 2005-01-02  Naba Kumar  <naba@gnome.org>
17463         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17464         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17465         anjuta_status_add_widget() to allow setting busy cursor on non
17466         toplevel windows.
17468         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17470         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17471         mime types to take text/source also.
17472         
17473         * plugins/editor/anjuta-docman.c,
17474         plugins/editor/anjuta-docman.h,
17475         plugins/editor/plugin.c,
17476         plugins/editor/text_editor.c,
17477         plugins/editor/text_editor.h,
17478         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17479         AnjutaStatus and set busy cursor on editors.
17481         * plugins/file-loader/Makefile.am,
17482         plugins/file-loader/plugin.c,
17483         (added) plugins/file-loader/dnd.c,
17484         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17486         * src/anjuta.c: Hide anjuta window before destruction.
17488         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17489         * configure.in, plugins/Makefile.am,
17490         (removed) plugins/project-wizard/appwiz_page1.c,
17491         (removed) plugins/project-wizard/appwiz_page2.c,
17492         (removed) plugins/project-wizard/appwiz_page3.c,
17493         (removed) plugins/project-wizard/appwiz_page4.c,
17494         (removed) plugins/project-wizard/appwizard.c,
17495         (removed) plugins/project-wizard/appwizard.h,
17496         (removed) plugins/project-wizard/appwizard_cbs.c,
17497         (removed) plugins/project-wizard/appwizard_cbs.h,
17498         (removed) plugins/project-wizard/appwizard_gui.c,
17499         (removed) plugins/project-wizard/gnome_project.c,
17500         (removed) plugins/project-wizard/gnome_project.h,
17501         (removed) plugins/project-wizard/wizard_gui.c,
17502         (removed) plugins/project-wizard/wizard_gui.h,
17503         (added) plugins/project-wizard/.cvsignore,
17504         (added) plugins/project-wizard/Makefile.am,
17505         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17506         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17507         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17508         (added) plugins/project-wizard/applogo.png,
17509         (added) plugins/project-wizard/appwizard.png,
17510         (added) plugins/project-wizard/autogen.c,
17511         (added) plugins/project-wizard/autogen.h,
17512         (added) plugins/project-wizard/druid.c,
17513         (added) plugins/project-wizard/druid.h,
17514         (added) plugins/project-wizard/file.c,
17515         (added) plugins/project-wizard/file.h,
17516         (added) plugins/project-wizard/header.c,
17517         (added) plugins/project-wizard/header.h,
17518         (added) plugins/project-wizard/install.c,
17519         (added) plugins/project-wizard/install.h,
17520         (added) plugins/project-wizard/parser.c,
17521         (added) plugins/project-wizard/parser.h,
17522         (added) plugins/project-wizard/plugin.c,
17523         (added) plugins/project-wizard/plugin.h,
17524         (added) plugins/project-wizard/property.c,
17525         (added) plugins/project-wizard/property.h: Removed old application-wizard
17526         codes and added new template based (autogen based) project wizard
17527         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17529 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17531         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17532         * plugins/cvs-plugin/cvs-execute.c:
17533         Fix cvs_log which did not work because of some
17534         glade problem
17535         Patch from Mark R. Pariente <markpariente@cmu.edu>
17536         - Fix message highlighting
17538 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17539         
17540         * template/*,
17541         date/template/*,
17542         configure.in:
17543         Removed template stuff completly because we dicussed to implement
17544         a macro system for Edit->Insert Text
17546 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17547         
17548         * plugins/editor/aneditor.cxx,
17549         plugins/editor/text_editor.c:
17550         Set line number width dynamically
17551         * src/about.c:
17552         Prepered new GTK 2.6 about dialog
17554 2004-12-30  Naba Kumar  <naba@gnome.org>
17556         patch from: Massimo Corà  <maxcvs@email.it>
17557         * plugins/editor/aneditor.cxx: Highlights correct function
17558         argument in recursive calltips.
17560 2004-12-30  Naba Kumar  <naba@gnome.org>
17562         * plugins/symbol-browser/plugin.c,
17563         libanjuta/interfaces/libanjuta.idl,
17564         plugins/editor/text_editor.c: Fixed editor markers and added a new
17565         marker (BASIC) to indicate line numbers. Fixed symbol browser to
17566         mark the line visited.
17567         
17568         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
17569         libegg/Makefile.am, libegg/eggcomboselect.c,
17570         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
17571         widget for use with symbol view in toolbar.
17572         
17573         * plugins/cvs-plugin/anjuta-cvs.ui,
17574         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
17575         placeholder for cvs plugin context menu in filemanager.
17576         
17577 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17578         
17579         * plugins/cvs-plugin/plugin.c:
17580         Show popup menu only if the file is contained in
17581         a directory containing a "CVS" directory
17583 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17584         
17585         * plugins/cvs-plugin/cvs-action.[ch],
17586         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17587         * plugins/cvs-plugin/anjuta-cvs.ui,
17588         * plugins/cvs-plugin/plugin.c:
17589         Implemented "Import"
17590         
17591         Patch from Mark R. Pariente <markpariente@cmu.edu>:
17592         Added right-click-menu for file-manager
17594 2004-12-26  Naba Kumar  <naba@gnome.org>
17596         * src/action-callbacks.c, src/action-callbacks.h,
17597         src/anjuta-actions.h, src/anjuta-app.c,
17598         src/anjuta.ui: Added fullscreen action.
17600         * plugins/cvs-plugin/cvs-actions.c,
17601         plugins/cvs-plugin/plugin.c,
17602         plugins/cvs-plugin/plugin.h: Watches current editor,
17603         project and file manager selection in plugin
17604         implementation.
17605         
17606 2004-12-26  Naba Kumar  <naba@gnome.org>
17608         * src/anjuta-app.c, src/anjuta.c, src/main.c,
17609         src/action-callbacks.c: Fixed app finalization. Added a
17610         command line arg --proper-shutdown (-p), which when set
17611         will release all plugins and their resources (this option
17612         is mainly for debugging).
17613         
17614         * plugins/file-loader/plugin.c: Fixed filename duplications
17615         in recent files history.
17616         
17617         * plugins/profile-default/plugin.c: Disabled problematic
17618         plugins for now to load at startup.
17619         
17620         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
17621         annoying debug prints.
17622         
17623 2004-12-23  Naba Kumar  <naba@gnome.org>
17625         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
17626         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17627         plugins/cvs-plugin/anjuta-cvs.ui,
17628         plugins/cvs-plugin/cvs-actions.c,
17629         plugins/cvs-plugin/cvs-actions.h,
17630         plugins/cvs-plugin/cvs-execute.c,
17631         plugins/cvs-plugin/cvs-execute.h,
17632         plugins/cvs-plugin/Makefile.am,
17633         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
17634         Added cvs log command.
17636 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
17637         
17638         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
17639         default
17641 2004-12-20  Naba Kumar  <naba@gnome.org>
17643         patch from: Massimo Corà  <maxcvs@email.it>
17644         * plugins/editor/aneditor.cxx: Added recursive calltips.
17646 2004-12-20  Naba Kumar  <naba@gnome.org>
17647         
17648         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
17649         Show busy cursor during loading and unloading.
17650         
17651 2004-12-19  Naba Kumar  <naba@gnome.org>
17653         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
17654         memory leaks. Disabled debug print.
17656         * plugins/symbol-browser/an_symbol_view.c,
17657         plugins/symbol-browser/plugin.c,
17658         plugins/symbol-browser/plugin.h: Fixed loading and unloading
17659         problems. Creates SymbolView object every time when the
17660         plugin is activated.
17662         * plugins/project-manager/plugin.c: Close project when
17663         deactivating.
17664         
17665 2004-12-18  Naba Kumar  <naba@gnome.org>
17667         * po/POTFILES.in: Removed commented lines.
17668         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
17669         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
17670         * plugins/gdb/plugin.c: Fixed compile error.
17671         
17672         Patch from: Mark R. Pariente  <mark@demar.com.tr>
17673         * libegg/eggcellrendererkeys.c: Fixed compile error.
17674         
17675 2004-12-18  Naba Kumar  <naba@gnome.org>
17677         * plugins/file-loader/plugin.c: Fixed loading bug.
17678         
17679         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
17680         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17681         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
17682         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
17683         and corruptions. Fixed loading and unloading of plugins.
17684         
17685 2004-12-17  Naba Kumar  <naba@gnome.org>
17686         
17687         * plugins/file-loader/Makefile.am,
17688         plugins/file-loader/plugin.c,
17689         plugins/project-manager/plugin.c: Fixed memory corruption
17690         and disposition codes. Added missing plugin.h in Makefile.am.
17692 2004-12-16  Naba Kumar  <naba@gnome.org>
17694         * plugins/symbol-browser/an_symbol_view.c,
17695         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
17696         codes. Fixed memory leaks and corruptions.
17698         * plugins/build-basic-autotools/build-basic-autotools.c
17699         plugins/editor/anjuta-docman.c,
17700         plugins/editor/text_editor.c,
17701         plugins/file-loader/plugin.c,
17702         plugins/file-manager/plugin.c,
17703         plugins/file-wizard/plugin.c,
17704         plugins/message-view/anjuta-msgman.c,
17705         plugins/message-view/anjuta-msgman.h,
17706         plugins/message-view/message-view.c,
17707         plugins/message-view/plugin.c,
17708         plugins/message-view/plugin.h,
17709         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
17711         * src/about.c, src/about.h, src/action-callbacks.c,
17712         src/action-callbacks.h, src/anjuta-actions.h,
17713         src/anjuta-app.c, src/anjuta-app.h,
17714         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
17715         src/anjuta.c, src/anjuta.h, src/getline.c, 
17716         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
17717         src/start-with.c, src/start-with.h: Fixed emacs modes.
17719         * src/layout.xml: Brought document manager in front.
17720         
17721 2004-12-15  Naba Kumar  <naba@gnome.org>
17723         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
17724         properly removed.
17725         
17726         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
17727         finalization. Added a method to unload all plugins and destroy them.
17728         Fixed memory leaks.
17729         
17730         * plugins/sample1/plugin.c: Proper finalization code and renamed
17731         functions to proper names.
17732         
17733         * plugins/build-basic-autotools/build-basic-autotools.c,
17734         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
17736         * src/shell.c: Unload all plugins on exit, so that memory profilers
17737         can detect memory leaks in plugins.
17739 2004-12-13  Naba Kumar  <naba@gnome.org>
17741         * plugins/devhelp/plugin.c: Delay widget initialization, now that
17742         docking is working.
17743         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
17744         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
17746 2004-12-11  Naba Kumar  <naba@gnome.org>
17748         * data/properties/anjuta.properties: Fixed font size.
17749         * plugin/build-basic-autotools/build-basic-autotools: Added initial
17750         compile file function. There are some fixmes there.
17751         * plugins/message-view/anjuta-msgman.c,
17752         * plugins/message-view/message-view.c: Fixed bugs and clean up.
17753         
17754 2004-12-08  Naba Kumar  <naba@gnome.org>
17756         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
17757         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
17758         to escape quotes in a string.
17759         
17760         * plugins/cvs-plugin/cvs-actions.c,
17761         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
17762         cvs diff command.
17764         * plugins/build-basic-autotools/build-basic-autotools.c,
17765         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
17766         filters.
17767         
17768 2004-12-07  Naba Kumar  <naba@gnome.org>
17770         * plugins/build-basic-autotools/build-basic-autotools.c,
17771         plugins/build-basic-autotools/automake-c.filters: Completed directory
17772         tracking. Double click on Errors and warnings now work as expected.
17774         * plugins/build-basic-autotools.c: Added codes to track build directory
17775         so that absolute path of the files could be determined.
17777 2004-12-06  Naba Kumar  <naba@gnome.org>
17779         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
17780         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
17781         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
17782         
17783 2004-12-05  Naba Kumar  <naba@gnome.org>
17785         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
17786         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
17787         
17788         * plugins/cvs-plugin/plugin.c,
17789         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
17790         
17791 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
17792         
17793         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17794         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
17795         plugins/cvs-plugin/cvs-execute.[ch]:
17796         Implemented cvs status and cvs diff
17797         Known bugs:
17798         - rdiff command is not correct
17799         - Must find a way to allow selection of directies AND files 
17800         in GtkFileChooser
17802 2004-12-03  Naba Kumar  <naba@gnome.org>
17804         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
17805         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
17806         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
17807         session.properties file if it is for the first time.
17808         
17809 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
17810         
17811         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
17812         commit.
17813         
17814         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
17815         plugins/cvs-plugin/anjuta-cvs.ui:
17816         Implemented update/commit and changed menu layout 
17818 2004-12-02  Naba Kumar  <naba@gnome.org>
17820         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
17821         property name (for cvs path property). Beautified dialogs.
17823 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
17824         
17825         * plugins/message-view/anjuta-msgman.c: Changed callback name
17826         and changed switch-page handling.
17827         
17828         * plugins/cvs-plugin/cvs-actions.c:
17829         * plugins/cvs-plugin/cvs-execute.c:
17830         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17831         - Implemented cvs add and cvs removed - both working now
17832         - Created a useful preferences page
17833         
17835 2004-11-30  Naba Kumar  <naba@gnome.org>
17837         * libanjuta/anjuta-status.c: Fixed runtime warning.
17838         
17839         * plugins/editor/Makefile.am:
17840         plugins/editor/anjuta-document-manager.glade,
17841         plugins/editor/plugin.c
17842         plugins/editor/plugin.h
17843         plugins/editor/style-editor.c (new, moved from src/),
17844         plugins/editor/style-editor.h (new, moved from src/),
17845         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
17846         settings in preferences.
17848         * plugins/editor/text_editor.c,
17849         plugins/editor/text_editor.h: Do not take unused args in
17850         text_editor_get_props().
17852         * src/style-editor.c, src/style-editor.h: Removed, moved to
17853         plugins/editor/ directory.
17855 2004-11-29  Naba Kumar  <naba@gnome.org>
17857         * plugins/editor/text_editor_cbs.c: Emit click signal in
17858         IAnjutaMarkable.
17859         * libanjuta/anjuta-status.c: More spacing between items.
17860         
17861 2004-11-29  Naba Kumar  <naba@gnome.org>
17863         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
17864         
17865         * libanjuta/interfaces/libanjuta.idl,
17866         plugins/debug-manager/anjuta-debug-manager.plugin.in,
17867         plugins/debug-manager/plugin.c,
17868         plugins/gdb/breakpoints.c,
17869         plugins/gdb/breakpoints.h,
17870         plugins/gdb/debugger.c,
17871         plugins/gdb/debugger.h,
17872         plugins/gdb/plugin.c,
17873         plugins/gdb/plugin.h,
17874         plugins/gdb/utilities.c,
17875         plugins/gdb/utilities.h: Code cleanups and partial implementation of
17876         toggle breakpoint margin clicks.
17878 2004-11-28  Naba Kumar  <naba@gnome.org>
17880         * TODO.tasks: Fixed indentations.
17881         * plugins/gtodo/libgtodo.c: Save with indentation.
17882         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
17883         * plugins/project-manager/plugin.c: Fixed runtime warnings.
17884         * libanjuta/anjuta-status.c: Fixed busy cursors.
17885         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
17886         * po/POTFILES.in: Updated.
17887         
17888 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
17889         
17890         * plugins/editor/anjuta-document-manager.glade,
17891           plugins/editor/search-replace.[c,h], 
17892           plugins/editor/search-replace_backend.h
17893           plugins/editor/search-preferences.[c,h] :
17894           Saved Search-Preferences (gconf),
17895           Basic search by default.
17897 2004-11-22  Naba Kumar  <naba@gnome.org>
17899         * configure.in: Fixed build error.
17901 2004-11-21  Naba Kumar  <naba@gnome.org>
17903         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
17904         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
17905         Added AnjutaStatus class to libanjuta.
17906         Added anjuta_shell_get_status() method.
17907         
17908         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
17909         and fixed marshaller generation.
17910         
17911         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
17912         "updade_ui" signals to IAnjutaEditor interface.
17913         
17914         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
17915         
17916         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
17917         regexes.
17918         
17919         * plugins/class-gen/clsGen.c: Intial port.
17920         
17921         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
17922         name.
17923         
17924         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
17925         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17926         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
17927         Implemented status update. Emits "update_ui" and "char_added" signals.
17928         Added view preferences.
17929         
17930         * plugins/file-loader/plugin.c: Added open with plugins in open with
17931         menus.
17932         
17933         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
17934         
17935         * plugins/message-view/anjuta-msgman.c,
17936         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
17937         to close correct message view rather than current view.
17939 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
17940         
17941         * plugins/cvs-plugin/cvs-actions.c
17942         plugins/cvs-plugin/plugin.[ch]
17943         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17944         Implemented cvs add but ran into a launcher/message_view
17945         problem because of a limitation of the idl compiler
17947 2004-11-19  Naba Kumar  <naba@gnome.org>
17949         * plugins/project-manager/plugin.c: Displays a progress window during
17950         project load.
17951         
17952         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
17953         Fixed UI separators.
17954         
17955         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
17956         UI placeholder.
17957         
17958         * plugins/project-manager/anjuta-project-manager.ui,
17959         plugins/project-manager/plugin.[c,h]: Added add/remove context
17960         menus and implemented them. Added file manager merge menu.
17962 2004-11-18  Naba Kumar  <naba@gnome.org>
17964         * TODO.tasks: Updated.
17965         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
17966         plugins/message-view/message-view.c: Fixed finalize and dispose
17967         methods.
17968         * plugins/debugger/*: Removed from cvs (development now in
17969         debug-manager).
17971 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
17973         Reviewed by Naba Kumar  <naba@gnome.org>:
17974         
17975         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
17976         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17977         plugins/gdb/breakpoints.c: all marker related stuff moved from
17978         editor and docman interfaces to IAnjutaMarkable
17980 2004-11-17  Naba Kumar  <naba@gnome.org>
17982         * TODO.tasks: Updated.
17983         
17984         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
17985         
17986         * libegg/egg-combo-action.c: Block changed signal when changing model.
17987         
17988         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
17989         Emit changed signal. Removed dead codes.
17990         
17991         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
17992         that recent files history do not duplicate.
17993         
17994         * plugins/symbol-browser/an_symbol_view.c,
17995         plugins/symbol-browser/an_symbol_view.h,
17996         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
17997         Fixed a bug.
17999 2004-11-15  Naba Kumar  <naba@gnome.org>
18001         * plugins/project-manager/plugin.c: Opens targets on double click.
18002         
18003         * plugins/message-view/message-view.c,
18004         plugins/file-manager/anjuta-file-manager-plugin.glade,
18005         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18006         Added proper class finalization
18007         and disposition. Added preferences notifications and callbacks to
18008         change info/warning/error colors.
18009         
18010         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18011         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18012         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18013         Implemented finalize method for AnjutaApp. Code cleanups.
18014         
18015         * plugins/message-view/plugin.c: Static parent_class.
18016         
18017 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18018         * plugins/editor/search-replace.[c,h], 
18019           plugins/editor/search-replace_backend.c
18020           Update search entry in main toolbar.
18021           Clean code.
18023 2004-11-11  Naba Kumar  <naba@gnome.org>
18025         * TODO.tasks: Updated.
18027         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18028         and completed on-the-fly-change preferences. Removed "changed"
18029         signal as it is no longer necessary (use notify for similar
18030         purpose to monitor individual preferences).
18032         
18033         * plugins/editor/anjuta-document-manager.glade: Added view menu
18034         preferences so that they are registered.
18035         
18036         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18037         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18038         connection to "changed" signal of preferences and implemented
18039         notifications for some editor preferences. More to implement.
18041 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18042         * plugins/editor/print.c
18043         Fixed bug 1047624 : Add line number every X lines.
18045 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18046         * plugins/editor/search-replace.c
18047         Fixed a crash bug (995755) when searching "%n"
18049 2004-11-09  Naba Kumar  <naba@gnome.org>
18051         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18052         Fixed to refresh categories list on file load.
18054 2004-11-08  Naba Kumar  <naba@gnome.org>
18055         
18056         * configure.in, plugins/Makefile.am,
18057         plugins/profile-default/plugin.c: Added cvs plugin in build.
18058         
18059         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18060         
18061         * plugins/debug-manager/.cvsignore: Added file to ignore.
18062         
18063         * plugins/debug-manager/Makefile.am: Removed dead codes.
18064         
18065         * src/anjuta.ui: Added placeholder for version control UI.
18067 2004-11-08  Naba Kumar  <naba@gnome.org>
18069         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18070         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18071         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18072         Updated.
18074         * global-tags/Makefile.am: Fixed make error.
18076         * plugins/profile-default/plugin.c: Added debug-manager
18077         and gdb plugins to load at startup so that debugger
18078         windows are docked properly. They will be removed
18079         later when we figure out runtime docking.
18081         * plugins/sample1/*: Restored to last working state.
18083         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18084         windows in lower pane. Named the windows appropriately.
18086         * ChangeLog: Fixed format.
18087         
18088 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18090         * libanjuta/interfaces/libanjuta.idl,
18091         libanjuta/anjuta-marshal.c,
18092         plugins/Makefile.am,
18093         plugins/debug-manager/plugin.c,
18094         plugins/editor/plugin.c,
18095         plugins/editor/text_editor.c,
18096         plugins/gdb/breakpoints.c,
18097         plugins/gdb/debugger.c,
18098         plugins/gdb/plugin.c,
18099         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18101 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18102         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18103         plugins/editor/search-replace.c,
18104         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18105         Search and Replace; Show result in find pane
18106           
18107 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18108         
18109         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18110         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18111         (added features: starting debugger and loading of core/executable,
18112         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18113         partially works)
18115 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18116         
18117         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18118         my cvs-plugin files...
18119         I hope I have rescued everything possible.
18120         
18121         * Naba: Could you please fix sample1 because I messed it up to 
18122         but there should be a histroy of this directory we should commit
18124 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18125         
18126         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18127         infrastructure
18128         * plugins/cvs-plugin/plugin.c,
18129         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18130         Added preferences dialog (not yet complete)
18132 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18133         
18134         * global-tags/Makefile.am, mime/Makefile.am:
18135         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18136         
18137         * template/xmltemplate.[ch],
18138         template/xmlstrings.[ch],
18139         template/autotools.[ch] removed,
18140         template/prj_template.[ch] removed,
18141         template/lang_template.[ch] removed,
18142         template/lib_template.[ch] removed,
18143         template/Makefile.am adjusted,
18144         template/dtds/lang.dtd removed, 
18145         template/dtds/lib.dtd removed,
18146         template/dtds/prj.dtd removed,
18147         template/dtds/autotools.dtd removed,
18148         data/template/lib/* removed,
18149         data/template/language/* removed,
18150         data/template/library/* removed,
18151         data/template/project/* removed,
18152         date/template/Makefile.am adjusted:
18153         Remove everything except text-templates to replace hardcoded 
18154         Edit->Insert texts with dynamic loaded.
18156         * plugins/cvs-plugin/plugin.[ch],
18157         plugins/cvs-actions.[ch],
18158         plugins/Makefile.am,
18159         plugins/cvs-plugin/Makefile.am,
18160         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18161         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18162         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18163         Added initial cvs-plugin code
18165 2004-10-21  Naba Kumar  <naba@gnome.org>
18166         
18167         * libanjuta/anjuta-plugin.c,
18168         plugins/build-basic-autotools/build-basic-autotools.c,
18169         plugins/debugger/plugin.c,
18170         plugins/devhelp/plugin.c,
18171         plugins/editor/anjuta-docman.c,
18172         plugins/editor/goto_line.c,
18173         plugins/editor/plugin.c,
18174         plugins/editor/search-replace.c,
18175         plugins/editor/text_editor.c,
18176         plugins/file-loader/plugin.c,
18177         plugins/file-manager/plugin.c,
18178         plugins/file-wizard/file.c,
18179         plugins/file-wizard/plugin.c,
18180         plugins/gdb/plugin.c,
18181         plugins/gtodo/plugin.c,
18182         plugins/message-view/anjuta-msgman.c,
18183         plugins/profile-default/plugin.c,
18184         plugins/project-manager/plugin.c,
18185         plugins/sample1/plugin.c,
18186         plugins/terminal/terminal.c: Defined all global variables static,
18187         particularly class parent_class variables. They were getting
18188         confused at link time.
18190         * libanjuta/plugins.c: Do not unload plugins when they are
18191         deactivated. Simply cache them for later activation. Unloading
18192         modules have some problem with shared libs using static class
18193         registration. Fixed hash type for installed plugins. Eventually,
18194         we want to add "CanUnload" attribute for .plugin files (in
18195         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18196         be unloaded from memory. Those plugins declaring CanUnload=false
18197         will not be unloaded from memory and will be put in the cache. Those
18198         not declaring anything or declaring CanUnload=true, will be unloaded
18199         from memory when they are deactivated.
18201         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18202         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18203         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18204         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18205         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18206         activation, deactivation. Fixed memory leaks.
18208 2004-10-20  Naba Kumar  <naba@gnome.org>
18210         * TODO.tasks: Updated.
18211         
18212         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18213         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18214         macro for adding interfaces to plugin types. Code cleanup.
18215         
18216         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18217         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18218         
18219         * plugins/build-basic-autotools/build-basic-autotools.c,
18220         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18221         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18222         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18223         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18224         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18225         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18226         plugins/project-manager/plugin.c,
18227         plugins/symbol-browser/an_symbol_view.c,
18228         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18229         newly defined macro to add interfaces to plugin types.
18231         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18233 2004-10-20  Naba Kumar  <naba@gnome.org>
18235         * TODO.tasks: Added task list.
18236         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18237         default values.
18239 2004-10-19  Naba Kumar  <naba@gnome.org>
18241         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18242         
18243         * plugins/editor/action-callbacks.c,
18244         plugins/editor/action-callbacks.h,
18245         plugins/editor/anjuta-docman.c,
18246         plugins/editor/anjuta-docman.h,
18247         plugins/editor/anjuta-document-manager.ui,
18248         plugins/editor/file_history.c,
18249         plugins/editor/file_history.h,
18250         plugins/editor/plugin.c: Added file history browsing.
18251         
18252         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18253         
18254         * plugins/message-view/anjuta-message-manager.ui,
18255         plugins/message-view/plugin.c: Added document manager context menu.
18256         
18257         * plugins/symbol-browser/an_symbol_view.c,
18258         plugins/symbol-browser/an_symbol_view.h,
18259         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18260         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18261         document manager context menu.
18262         
18263         * scintilla/*, scintilla/include/*: Updated to current cvs.
18264         
18265 2004-10-19  Naba Kumar  <naba@gnome.org>
18267         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18268         placeholder for debugger UI.
18269         
18270         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18271         * plugins/file-manager/plugin.c: Fixed loading bug.
18272         
18273         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18274         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18275         Initializes gconf database with default values when the
18276         values are not defined. Use bool and int prefs separately.
18278         * plugins/editor/plugin.c: Added encoding preferences.
18279         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18281         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18282         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18283         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18284         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18286 2004-10-18  Naba Kumar  <naba@gnome.org>
18288         * po/POTFILES.in: Updated.
18289         
18290         * libanjuta/anjuta-ui.c: Corrected debug messages.
18291         
18292         * libegg/egg-combo-action.c, libegg/test-actions.c,
18293         libegg/menu/egg-combo-action.h: Fixed combo action.
18294         
18295         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18296         Fixed format.
18297         
18298         * plugins/editor/action-callbacks.[c,h],
18299         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18300         Implemented file swap. Removed dead codes.
18301         
18302         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18303         dead codes.
18304         
18305         * plugins/symbol-browser/an_symbol_view.[c,h],
18306         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18307         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18308         Implemented file symbols. Implemented goto file line when symbol is
18309         selected.
18310         
18311         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18312         
18313 2004-10-10  Naba Kumar  <naba@gnome.org>
18315         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18316         
18317         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18318         
18319         * plugins/debugger/.cvsignore,
18320         (added) plugins/debugger/Makefile.am,
18321         (added) plugins/debugger/anjuta-debugger.glade,
18322         (added) plugins/debugger/anjuta-debugger.plugin.in,
18323         (added) plugins/debugger/anjuta-debugger.plugin.png,
18324         (added) plugins/debugger/anjuta-debugger.ui,
18325         plugins/debugger/attach_process.c,
18326         (removed) plugins/debugger/attach_process_cbs.c,
18327         (removed) plugins/debugger/attach_process_cbs.h,
18328         (removed) plugins/debugger/breakpoints.c,
18329         (removed) plugins/debugger/breakpoints.h,
18330         (removed) plugins/debugger/debug_tree.c,
18331         (removed) plugins/debugger/debug_tree.h,
18332         (removed) plugins/debugger/debugger.c,
18333         (removed) plugins/debugger/debugger.h,
18334         (removed) plugins/debugger/memory.c,
18335         (removed) plugins/debugger/memory.h,
18336         (added) plugins/debugger/plugin.c,
18337         (added) plugins/debugger/plugin.h,
18338         (removed) plugins/debugger/registers.c,
18339         (removed) plugins/debugger/registers.h,
18340         (removed) plugins/debugger/registers_cbs.c,
18341         (removed) plugins/debugger/registers_cbs.h,
18342         (removed) plugins/debugger/registers_gui.c,
18343         (removed) plugins/debugger/sharedlib.c,
18344         (removed) plugins/debugger/sharedlib.h,
18345         (removed) plugins/debugger/sharedlib_cbs.c,
18346         (removed) plugins/debugger/sharedlib_cbs.h,
18347         (removed) plugins/debugger/sharedlib_gui.c,
18348         (removed) plugins/debugger/signals.c,
18349         (removed) plugins/debugger/signals.h,
18350         (removed) plugins/debugger/signals_cbs.c,
18351         (removed) plugins/debugger/signals_cbs.h,
18352         (removed) plugins/debugger/signals_gui.c,
18353         (removed) plugins/debugger/stack_trace.c,
18354         (removed) plugins/debugger/stack_trace.h,
18355         (added) plugins/debugger/utilities.c,
18356         (added) plugins/debugger/utilities.h,
18357         (removed) plugins/debugger/watch.c,
18358         (removed) plugins/debugger/watch.h,
18359         (removed) plugins/debugger/watch_cbs.c,
18360         (removed) plugins/debugger/watch_cbs.h,
18361         (removed) plugins/debugger/watch_gui.c,
18362         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18363         
18364         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18365         Added debugger gdb backend plugin.
18366         
18367         * plugins/message-view/plugin.c: Registered all message stock icons.
18368         
18369         * plugins/profile-default/plugin.c: Loads debugger plugin.
18370         
18371         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18373 2004-10-08  Naba Kumar  <naba@gnome.org>
18375         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18376         information.
18377         
18378         * plugins/symbol-browser/.cvsignore,
18379         plugins/symbol-browser/Makefile.am,
18380         plugins/symbol-browser/an_symbol_view.c,
18381         plugins/symbol-browser/an_symbol_view.h,
18382         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18383         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18384         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18385         plugins/symbol-browser/plugin.c,
18386         plugins/symbol-browser/plugin.h,
18387         plugins/symbol-browser/sv_class.xpm,
18388         plugins/symbol-browser/sv_function.xpm,
18389         plugins/symbol-browser/sv_macro.xpm,
18390         plugins/symbol-browser/sv_private_fun.xpm,
18391         plugins/symbol-browser/sv_private_var.xpm,
18392         plugins/symbol-browser/sv_protected_fun.xpm,
18393         plugins/symbol-browser/sv_protected_var.xpm,
18394         plugins/symbol-browser/sv_public_fun.xpm,
18395         plugins/symbol-browser/sv_public_var.xpm,
18396         plugins/symbol-browser/sv_static_fun.xpm,
18397         plugins/symbol-browser/sv_static_var.xpm,
18398         plugins/symbol-browser/sv_struct.xpm,
18399         plugins/symbol-browser/sv_unknown.xpm,
18400         plugins/symbol-browser/sv_variable.xpm,
18401         plugins/symbol-browser/test-symbol-browser.c,
18402         plugins/Makefile.am: Implemented Symbol
18403         browser plugin.
18404         
18405         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18406         
18407         * plugins/build-basic-autotools/Makefile.am,
18408         plugins/devhelp/Makefile.am,
18409         plugins/editor/Makefile.am,
18410         plugins/file-loader/Makefile.am,
18411         plugins/file-manager/Makefile.am,
18412         plugins/file-wizard/Makefile.am,
18413         plugins/gtodo/Makefile.am,
18414         plugins/message-view/Makefile.am,
18415         plugins/profile-default/Makefile.am,
18416         plugins/project-manager/Makefile.am
18417         plugins/sample1/Makefile.am,
18418         plugins/terminal/Makefile.am,
18419         scintilla/Makefile.am,
18420         libegg/Makefile.am,
18421         launcher/Makefile.am,
18422         libanjuta/Makefile.am,
18423         src/Makefile.am,
18424         tagmanager/Makefile.am,
18425         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18426         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18427         files. Also fixed library dependencies.
18428         
18429         * plugins/editor/aneditor.cxx: Disabled unused codes.
18430         * plugins/file-manager/an_file_view.c: Added copyright.
18431         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18432         
18433         * plugins/profile-default/plugin.c: Can load plugins by location.
18434         * plugins/project-manager/plugin.c: Remove project_root_uri value
18435         when project is closed.
18436         
18437 2004-10-06  Naba Kumar  <naba@gnome.org>
18439         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18440         
18441         * libanjuta/interfaces/libanjuta.idl,
18442         plugins/editor/text_editor.c: Added get_length()
18443         and get_current_word() methods in IAnjutaEditor interface.
18444         
18445         * libegg/Makefile.am: Added test_actions target.
18446         
18447         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18448         
18449         * plugins/build-basic-autotools/build-basic-autotools.c,
18450         plugins/file-loader/plugin.c,
18451         plugins/message-view/message-view.c: Added code to go to file and
18452         line number,
18453         
18454         * plugins/devhelp/plugin.c: Context sensitive help now works.
18455         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18456         uri as line number and goes to that line number.
18457         
18458         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18459         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18460         gtodo_client_load() method to load from a diffrent file. Watched 
18461         project root directory in plugin to open TODO.tasks of the project.
18462         
18463         * plugins/project-manager/plugin.c: Updates project UI
18464         sensitive/insensitive.
18466         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18467         anjuta-shell program to test plugins.
18468         
18469         * src/anjuta-app.c: Registered UI accels.
18470         
18471 2004-09-28  Naba Kumar  <naba@gnome.org>
18473         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18474         method.
18475         
18476         * src/anjuta-app.c: Implemented present widget method.
18477         
18478         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18479         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18480         
18481         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18482         added editor.
18483         
18484         * plugins/editor/text_editor.c: Connects to preferences changed signal
18485         correctly.
18486         
18487 2004-09-28  Naba Kumar  <naba@gnome.org>
18488         
18489         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18490         print code.
18491         
18492         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18493         size to 5 pix.
18494         
18495         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18496         in changed signal callback.
18497         
18498         * plugins/editor/action-callbacks.c: Implemented save_all action
18499         callback. Removed dead code. Do save_as when saving a new file.
18500         Implemented incremental search.
18501         
18502         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18503         
18504         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18505         
18506         * src/anjuta-app.c: Registers UI accelerators.
18507         
18508 2004-09-27  Naba Kumar  <naba@gnome.org>
18510         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18511         
18512         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18513         plugins/devhelp/anjuta-devhelp.plugin.in,
18514         plugins/file-loader/anjuta-loader.plugin.in,
18515         plugins/file-manager/anjuta-file-manager.plugin.in,
18516         plugins/gtodo/anjuta-gtodo.plugin.in,
18517         plugins/project-manager/anjuta-project-manager.plugin.in,
18518         plugins/terminal/anjuta-terminal.plugin.in:
18519         Gave proper plugin names.
18521         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18522         error when regex fail.
18523         
18524         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18525         Added help and context search. Watches current editor. More menus
18526         in Help submenu. Update UI (sensitive when required) properly.
18527         
18528         * plugins/editor/anjuta-document-manager.ui,
18529         plugins/devhelp/anjuta-devhelp.ui,
18530         plugins/message-view/anjuta-message-manager.ui,
18531         src/anjuta.ui: Goto menu actions are in separate submenu.
18532         
18533         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
18534         Removed unimplemented UI elements.
18535         
18536         * src/anjuta-app.c: Larger (and normal) icon size.
18537         
18538         * src/layout.xml: Task manager plugin along with document (in middle).
18539         
18540         * plugins/editor/plugin.c, plugins/file-loader.c,
18541         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
18542         in gtkactions. Enable/disable UI properly.
18543         
18544 2004-09-26  Naba Kumar  <naba@gnome.org>
18546         * po/POTFILES.in: Updated, added missing files.
18548         * .cvsignore: Updated.
18549         
18550         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
18551         a new function to get User input text.
18552         
18553         * libanjuta/resources.[c,h]: Added a function to created sized image.
18554         
18555         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
18556         from filename, as thats the correct representation.
18557         
18558         * plugins/build-basic-autotools/Makefile.am,
18559         (added) plugins/build-basic-autotools/automake-c.filters,
18560         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18561         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
18562         Rearragned UI elements in the build menu. Added codes to read build
18563         filter rules from external file. Implemented all build, configure,
18564         autogen commands. Watches current editor and project.
18565         
18566         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
18567         Added editor changed signal and exports current editor value.
18568         Fixed parameter names. Fixed get_uri() interface implementation to
18569         return correct uri.
18570         
18571         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
18572         elements.
18573         
18574         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
18575         
18576         * plugins/file-manager/an_file_view.c,
18577         plugins/file-manager/an_file_view.c: Exports file uri correctly.
18578         
18579         * plugins/file-wizard/file.c: Reads uri correctly.
18580         
18581         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
18582         sets the page to the new view.
18583         
18584         * plugins/message-view/message-view.c: Unrefs the tree model when done.
18585         Fixed signal connecting.
18586         
18587         * plugins/project-manager/plugin.c: Changed "project_root_directory"
18588         to "project_root_uri" and exports as uri.
18589         
18590 2004-09-24  Naba Kumar  <naba@gnome.org>
18592         * libanjuta/anjuta-ui.c: Fixed a crash bug.
18593         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
18594         in correct way.
18595         * plugins/file-manager/plugin.c: Fixed crash in unloading.
18596         * plugins/file-loader/plugin.c: Added comments.
18597         * plugins/build-basic-autotools/plugin.c: Added comments.
18598         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
18599         
18600         * libanjuta/interfaces/libanjuta.idl,
18601         plugins/message-view/anjuta-msgman.c,
18602         plugins/message-view/message-view.c,
18603         plugins/message-view/message-view.h,
18604         plugins/message-view/plugin.c: Buffering and appending messages have
18605         been separated. message-view implementations cleaned up. Signals
18606         Emissions fixed. Messages now displayed in summary and details show
18607         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
18608         API.
18609         
18610         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
18611         preferences.
18612         
18613         * plugins/build-basic-autotools/Makefile.am,
18614         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
18615         parsing of output to create message summaries. Uses new message view
18616         API.
18617         
18618         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
18619         preferences to make dialog box smaller.
18620         
18621         * plugins/editor/search-replace.c: Fixed compile error with change
18622         in IAnjutaMessageView API.
18623         
18624 2004-09-21  Naba Kumar  <naba@gnome.org>
18626         * plugins/Makefile.am: Deletes old (installed) plugins before
18627         installing new ones.
18628         
18629         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18630         plugins/build-basic-autotools/build-basic-autotools.c,
18631         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
18632         file URI from filemanager. Only disables/enables build submenu in file
18633         manager, instead of merging/unmerging.
18634         
18635         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
18636         non-text files.
18637         
18638         * plugins/file-loader/anjuta-loader-plugin.ui,
18639         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18640         Implemented "Open with" file manager submenu. Displays error message
18641         when file can not be opened.
18642         
18643         * plugins/file-manager/an_file_view.c: Renamed
18644         file_manager_current_filename value name to file_manager_current_uri
18645         and exports proper URI.
18646         
18647         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
18649 2004-09-19  Naba Kumar  <naba@gnome.org>
18651         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18652         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
18653         save point signal to change editor tabs. Fixed accels.
18654         
18655         * plugins/file-loader/plugin.c: Fixed accels.
18657         * plugins/project-manager/plugin.c: Added target selection callback.
18658         
18659         * plugins/project-manager/plugin.c: Added URI activation.
18660         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
18661         Fixed dialog and closed it on ok. Fixed a crash bug.
18662         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
18664         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
18665         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
18666         plugins/file-loader/anjuta-loader-plugin.ui,
18667         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18668         Added recent files in file loade plugin.
18669         
18670         * ChangeLog: Fixed entry dates.
18671         
18672 2004-09-18  Naba Kumar  <naba@gnome.org>
18674         * plugins/devhelp/plugin.c: Added UI sensitization and removed
18675         an unnecessary GtkFrame.
18676         
18677 2004-09-17  Naba Kumar  <naba@gnome.org>
18679         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
18681         * TODO: Updated.
18682         
18683         * data/Makefile.am: Disabled installing old mime info.
18684         
18685         * mime/anjuta.applications, mime/anjuta.keys: Updated.
18686         
18687         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
18688         plugins/editor/anjuta-document-manager.ui,
18689         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18690         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
18691         Added Editor context popup menu.
18692         
18693         * plugins/project-manager/anjuta-project-manager-plugin.png:
18694         Update image.
18695         
18696         * plugins/project-manager/anjuta-project-manager.plugin.in:
18697         Support .anjuta mime type.
18698         
18699         * plugins/project-manager/plugin.c: Exports "project_root_directory"
18700         value.
18701         
18702         * plugins/file-manager/plugin.c: Watches "project_root_directory"
18703         value.
18704         
18705         * src/layout.xml, plugins/profile-default/plugin.c:
18706         Added project manager plugin for startup.
18708 2004-09-16  Naba Kumar  <naba@gnome.org>
18709         
18710         * anjuta.prj: Updated.
18711         
18712         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
18713         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
18714         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
18715         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
18716         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
18717         plugins/terinal/Makefile.am, src/Makefile.am,
18718         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
18719         Fixed makefile syntax errors.
18721 2004-09-16  Naba Kumar  <naba@gnome.org>
18723         * configure.in, src/layout.xml,
18724         plugins/profile-default/plugin.c,
18725         libanjuta/interfaces/libanjuta.idl,
18726         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
18727         
18728         * configure.in, plugins/Makefile.am,
18729         plugins/project-manager/.cvsignore, 
18730         plugins/project-manager/Makefile.am,
18731         plugins/project-manager/anjuta-project-manager-plugin.png,
18732         plugins/project-manager/anjuta-project-manager.plugin.in,
18733         plugins/project-manager/anjuta-project-manager.ui,
18734         plugins/project-manager/plugin.c,
18735         plugins/project-manager/plugin.h: Added project manager plugin
18736         based on gnome-build.
18737         
18738         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
18739         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
18740         
18741         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
18742         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18743         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
18744     
18745 2004-09-16  Naba Kumar  <naba@gnome.org>
18747         * plugins/editor/action-callbacks.c: Fixed compile error.
18748         
18749 2004-09-15  Naba Kumar  <naba@gnome.org>
18751         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
18752         
18753         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
18754         New improved splace with nicer progress.
18755         
18756         * configure.in, plugins/Makefile.am,
18757         (added) file-wizard/.cvsignore,
18758         (added) file-wizard/Makefile.am,
18759         (added) file-wizard/action-callbacks.c,
18760         (added) file-wizard/action-callbacks.h,
18761         (added) file-wizard/anjuta-file-wizard-plugin.png,
18762         (added) file-wizard/anjuta-file-wizard.glade,
18763         (added) file-wizard/anjuta-file-wizard.plugin.in,
18764         (added) file-wizard/anjuta-file-wizard.ui,
18765         (added) file-wizard/file.c,
18766         (added) file-wizard/file.h,
18767         (added) file-wizard/plugin.c,
18768         (added) file-wizard/plugin.h:
18769         Created new file wizard and added it. The wizard takes care of text
18770         bit insertions and new files creation.
18772         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18773         plugins/editor/action-callbacks.h,
18774         plugins/editor/anjuta-document-manager.glade,
18775         plugins/editor/anjuta-document-manager.ui,
18776         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18777         (removed) plugins/editor/file.[c,h]: Removed text insertions and
18778         new files code and moved into a new plugin (file wizard).
18779         
18780         * libanjuta/plugins.[c,h]: Added plugins selection function.
18781         
18782         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
18783         get_position(), insert() in IAnjutaEditor interface. Added
18784         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
18785         interface (for wizard plugins).
18787         * plugins/file-loader/anjuta-loader-plugin.ui,
18788         plugins/file-loader/plugin.c: Added wizard launcher interface which
18789         scans for plugins implement IAnjutaWizard interface and presents the
18790         list to user for selection. The selected plugin is then activated
18791         for the wizard.
18793         * libanjuta/interfaces/.cvsignore: Updated.
18794         * plugins/message-view/.cvsignore: Updated.
18795         * plugins/launcher/*: Removed as launcher has already been moved to
18796         libanjuta as class.
18798         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18799         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18800         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18801         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18802         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
18803         Updated API documentations.
18805 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
18807         * configure.in: Added Punjabi to ALL_LINGUAS
18809 2004-07-29  Naba Kumar  <naba@gnome.org>
18811         * configure.in: Added file-loader plugin Makefile path and
18812         fixed devhelp version requirement.
18814 2004-07-28  Naba Kumar  <naba@gnome.org>
18816         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
18817         terminal/preferences-terminal.png (added), message-view/*.png (added),
18818         message-view/*.xpm (added), editor/*.png (added),
18819         editor/*.xpm (added), plugins/editor/Makefile.am,
18820         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
18821         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
18822         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
18823         respective plugins directories.
18825         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
18826         pixmaps/block-end-16.png, pixmaps/block-end.png
18827         pixmaps/block-start-16.png, pixmaps/block-start.png
18828         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
18829         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
18830         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
18831         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
18832         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
18833         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
18834         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
18835         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
18836         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
18837         pixmaps/preferences-editor.png, pixmaps/undock.png
18838         pixmaps/error-next-16.png, pixmaps/error-next.png
18839         pixmaps/error-prev-16.png, pixmaps/error-prev.png
18840         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
18841         pixmaps/preferences-terminal.png: Deleted
18843         * libanjuta/properties* (removed), plugins/editor/properties* (added),
18844         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18845         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
18846         plugins/editor/anjuta-document-manager.plugin.in,
18847         plugins/editor/anjuta-document-manager.ui,
18848         plugins/editor/plugin.c, plugins/editor/print.c,
18849         plugins/editor/search-replace_backend.c,
18850         plugins/editor/search_preferences.h,
18851         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
18852         Moved properties souce files to editor plugin as it not required in
18853         libanjuta. Other editor fixes.
18855         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
18856         libegg/dock/* (removed)
18857         : Restored GDL external dependencies and removed libegg dock
18858         sources, because gdl is being developed.
18859         
18860         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
18861         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
18862         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
18863         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
18864         libanjuta/plugins.c, libanjuta/plugins.h,
18865         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
18866         gconf system. Shell now takes docking positions. Added more utility
18867         functions. Added plugins query function. And other fixes.
18869         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
18870         
18871         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
18872         plugin to load files based on mime type.
18873         
18874         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
18875         
18876         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
18877         plugins/file-manager/plugin.c: File manager now uses file loader to
18878         open files.
18880         * plugins/message-view/anjuta-msgman.c,,
18881         plugins/message-view/message-view.c,
18882         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
18884         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
18885         plugins/terminal/terminal.c, src/Makefile.am,
18886         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
18887         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
18888         
18889         * libegg/dock/*: Removed directory.
18890         
18891 2004-07-28  Naba Kumar  <naba@gnome.org>
18893         * configure.in: Reduced gnome-print version requirement.
18894         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
18896 2004-07-21  Ray Strode  <rstrode@redhat.com>
18897         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
18898         new mime sytem.
18900 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
18901         
18902         * plugins/editor/search-replace.c: Some fixes
18903         * plugins/terminal/Makefile.am:
18904         Patch from: Alexey Rusakov <ktirf@users.sf.net>
18906 2004-05-19  Naba Kumar  <naba@gnome.org>
18908         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
18909         compiler warning.
18911 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
18913         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
18914         Implemented IAnjutaSavable
18915         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
18917 2004-05-17  Naba Kumar  <naba@gnome.org>
18919         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
18920         plugins/build-basic-autotools/.cvsignore,
18921         plugins/build-basic-autotools/Makefile.am,
18922         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
18923         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18924         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18925         plugins/build-basic-autotools/build-basic-autotools.c,
18926         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
18927         build plugin.
18928         
18929         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
18930         definition.
18931         
18932         * plugins/file-manager/an_file_view.c,
18933         plugins/file-manager/anjuta-file-manager.ui,
18934         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
18935         Added context menu UI.
18936         
18937         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
18938         in view menu.
18940 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
18941         
18942         * libanjuta/anjuta-preferences.[ch]: 
18943         Added save/load_gconf functions
18944         * src/action_callbacks.[ch], src/preferences.c: 
18945         Load global prefs from gconf at startup and save them
18946         on exit. Prefs load and save correctly but something resets
18947         them to default after loading...
18948         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
18949         Somehow the linker does not find save/load_gconf functions
18950         in libanjuta. Must be a stupid mistake, I would be glad
18951         if someone could fix that.
18952         * manuals/reference/libanjuta-sections.txt: Added new
18953         preferences functions and removed gnome-filelist
18954         * plugins/file-manager/anjuta-file-manager-plugin.glade:
18955         * plugins/file-manager/plugin.c:
18956         Added root-path property
18958 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
18959         
18960         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
18961         they are not longer needed.
18962         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
18963         anjuta-sections.txt: Remove references to the files
18964         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
18965         Use new nautilus icons for file-manager, looks incredible
18966         cool!
18968 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18969         
18970         * plugins/editor/anjuta-docman.c: gchar* to 
18971         const gchar* in arguments
18972         * plugins/editor/text_editor.c: Implemented IAnjutaFile
18973         Interface
18974         * plugins/file-manager/an_file_view.c: Open files on
18975         double-click. Does not work yet because it does not
18976         find IAnjutaFile interface in document manager
18978 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18979         
18980         * plugins/editor/anjuta-docman.c
18981         * plugins/editor/text_editor.c:
18982         Made close button working, made multiple selection in
18983         File/Open dialog possble, fixed crash bug if file cannot
18984         be opened.
18986 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18987         
18988         * plugins/editor/action-callbacks.c
18989         * plugins/editor/anjuta-docman.c
18990         * plugins/editor/anjuta-docman.h
18991         * plugins/editor/search-replace.c
18992         * plugins/editor/search-replace_backend.c
18993         * plugins/editor/text_editor.c
18994         * plugins/editor/text_editor.h:
18995         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
18996         able to open all files, use uri instead of full_filename, fixed
18997         many bugs.
19000 2004-05-13  Naba Kumar  <naba@gnome.org>
19002         * plugins/message-view/anjuta-message-manager-plugin.glade:
19003         HIG compliant.
19005         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19006         management.
19008         * pixmaps/anjuta_splash.png: Added border.
19009         
19010         * plugins/editor/anjuta-document-manager.png: New icon.
19011         
19012         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19013         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19014         
19015         plugins/editor/Makefile.am,
19016         plugins/editor/search-replace.c,
19017         plugins/editor/search-replace.h,
19018         plugins/editor/search-replace_backend.c,
19019         plugins/editor/search-replace_backend.h,
19020         plugins/editor/search_preferences.h,
19021         plugins/editor/search_preferences.c: Merged changes from
19022         ANJUTA_1_2_0 branch.
19023         
19024         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19025         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19026         operational.
19028         * plugins/terminal/Makefile.am,
19029         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19030         dialog.
19031         
19032         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19033         submenu.
19035 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19036         * plugins/message-view/plugin.c: Fixed glade file loading
19037         Removed "Show messages" menu item
19038         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19039         twice because of this load system layout hack.
19040         * libanjuta/anjuta-ui.h: Removed #include config.h
19041         * libanjuta/libanjuta.pc: Fixed path and depencies
19042         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19043         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19044         * libanjuta/properties.cxx : #include "properties_cxx.h"
19045         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19047 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19048         * plugins/message-view/*: Fixed message view preferences
19049         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19050         * anjuta.glade: Removed messages stuff
19052 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19053         
19054         * Removed libanjutamm, it is now hosted on SF.net:
19055         cvs.sf.net/cvsroot/anjuta/libanjutamm
19057 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19058         
19059         * libanjutamm/*
19060         Added some experimental code to add support for C++ plugins.
19061         Nothing works yet and it is likely that it will disappear but
19062         I have some questions to murrayc and he wants to see the code.
19064 2004-05-11  Naba Kumar  <naba@gnome.org>
19066         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19068         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19069         hightlight style menu actions.
19071         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19072         manuals/reference/libanjuta/plugin-description-file.sgml,
19073         manuals/reference/libanjuta/writing-plugins.sgml,
19074         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19075         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19076         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19078         * src/anjuta-app.c: Always load system layout for now.
19080         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19081         
19082         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19083         manuals/reference/libanjuta/libanjuta-sections.txt,
19084         manuals/reference/libanjuta/libanjuta.types,
19085         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19086         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19087         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19088         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19089         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19090         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19091         Updated documentation.
19093         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19094         plugins/profile-default/plugin.c, src/layout.xml:
19095         Created terminal plugin.
19096          
19097         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19098         (new) plugins/file-manager/.cvsignore,
19099         plugins/file-manager/an_file_view.c,
19100         plugins/file-manager/plugin.c,
19101         plugins/file-manager/plugin.h: Moved preferences to separate
19102         glade file and added cvsignore file.
19103         
19104         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19105         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19106         from the branch. I tried it     but there were way too many conflicts.
19107         
19108         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19109         
19110         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19111         util functions required during the merge.
19112         
19113         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19114         interface.
19115         
19116         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19117         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19118         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19119         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19120         Merged with ANJUTA_1_2_0 branch.
19122 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19124         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19126 2004-05-07  Naba Kumar  <naba@gnome.org>
19128         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19130         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19131         Added preferences reading and loading.
19132         
19133         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19134         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19135         libanjuta/fileselection.c, libanjuta/fileselection.h,
19136         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19137         
19138         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19140         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19141         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19142         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19143         data/macros/autogen.sh, data/macros2/autogen.sh
19144         data/properties/ada.properties, data/properties/anjuta.properties,
19145         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19146         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19147         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19148         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19149         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19150         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19151         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19152         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19153         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19154         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19155         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19156         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19157         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19158         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19159         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19160         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19161         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19162         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19163         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19164         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19165         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19166         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19167         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19168         (added) scintilla/scintilla-marshal.c,
19169         (added) scintilla/scintilla-marshal.h,
19170         (added) scintilla/scintilla-marshal.list,
19171         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19172         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19173         (added) scintilla/patches/scintilla-calltip-align.patch,
19174         (added) scintilla/patches/scintilla-minor.patch,
19175         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19177 2004-05-06  Naba Kumar  <naba@gnome.org>
19179         * (added) plugins/file-manager/Makefile.am,
19180         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19181         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19182         (added) plugins/file-manager/anjuta-file-manager.ui,
19183         (added) plugins/file-manager/plugin.c,
19184         (added) plugins/file-manager/plugin.h,
19185         (removed) plugins/file-manager/an_file_view.h,
19186         plugins/Makefile.am, configure.in,
19187         plugins/file-manager/an_file_view.c: Created file manager plugin.
19188         
19189         * plugins/profile-default/plugin.c: Added file manager plugin in default
19190         profile.
19191         
19192         * libanjuta/Makefile.am: Fixed dependencies.
19193         * pixmaps/anjuta_splash.png: New splash screen.
19195 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19196         
19197         * template/template.c/h: Added in-line doc
19198         * manuals/reference/template/*: Added template documentation
19199         * configure.in: Build template docs
19201 2004-05-05  Naba Kumar  <naba@gnome.org>
19203         * autogen.sh: Added commands to generate initial interfaces.
19204         
19205         * libanjuta/Makefile.am,
19206         (removed)libanjuta/anjuta-plugin-parser.c,
19207         (removed)libanjuta/anjuta-plugin-parser.h,
19208         (added)libanjuta/anjuta-plugin-description.c,
19209         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19210         plugin description.
19211         
19212         * libanjuta/anjuta-plugin.c,
19213         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19214         
19215         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19216         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19217         widget add_widget() method.
19218         
19219         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19220         and moved plugin sets loading in profile plugins.
19221         
19222         * libanjuta/interfaces/.cvsignore,
19223         (removed)libanjuta/interfaces/Makefile.am,
19224         libanjuta/interfaces/libanjuta.idl,
19225         libanjuta/interfaces/anjuta-idl-compiler.pl,
19226         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19227         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19228         (removed)libanjuta/interfaces/ianjuta-editor.c,
19229         (removed)libanjuta/interfaces/ianjuta-editor.h,
19230         (removed)libanjuta/interfaces/ianjuta-file.c,
19231         (removed)libanjuta/interfaces/ianjuta-file.h,
19232         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19233         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19234         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19235         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19236         *.h and Makefile.am files. They are autogenerated. Interfaces are
19237         by anjuta-idl-compiler.pl from libanjuta.idl file.
19238         
19239         * manuals/reference/libanjuta/Makefile.am,
19240         manuals/reference/libanjuta/anjuta-architecture.sgml,
19241         manuals/reference/libanjuta/libanjuta-docs.sgml,
19242         manuals/reference/libanjuta/libanjuta-sections.txt,
19243         manuals/reference/libanjuta/libanjuta.types,
19244         manuals/reference/libanjuta/plugin-description-file.sgml,
19245         manuals/reference/libanjuta/writing-plugins.sgml,
19246         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19247         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19248         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19249         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19250         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19251         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19252         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19253         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19254         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19255         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19256         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19257         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19258         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19259         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19260         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19261         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19262         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19263         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19264         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19265         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19266         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19267         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19268         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19269         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19270         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19271         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19272         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19273         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19274         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19275         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19276         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19277         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19278         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19279         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19280         interfaces template sgmls.
19281         
19282         * plugins/Makefile.am,
19283         plugins/devhelp/anjuta-devhelp.plugin.in,
19284         plugins/devhelp/plugin.c,
19285         plugins/editor/action-callbacks.c,
19286         plugins/editor/anjuta-document-manager.plugin.in,
19287         plugins/editor/plugin.c,
19288         plugins/editor/plugin.h,
19289         plugins/editor/text_editor.c,
19290         plugins/sample1/plugin.c,
19291         plugins/message-view/anjuta-message-manager.plugin.in,
19292         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19293         placement. Fixed other errors.
19294         
19295         * (added)plugins/profile-default/.cvsignore,
19296         (added)plugins/profile-default/Makefile.am,
19297         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19298         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19299         (added)plugins/profile-default/anjuta-default-profile.ui,
19300         (added)plugins/profile-default/plugin.c,
19301         (added)plugins/profile-default/plugin.h: Added a default new
19302         profile plugin.
19303         
19304         * src/Makefile.am,
19305         src/action-callbacks.c,
19306         src/anjuta-app.c,
19307         src/anjuta.c,
19308         src/main.cpp: Fixed necessary changes for libanjuta
19310 2004-05-04  Naba Kumar  <naba@gnome.org>
19312         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19313         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19314         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19315         placement for default widgets placements.
19317 2004-05-03  Naba Kumar  <naba@gnome.org>
19319         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19320         manuals/reference/libanjuta/libanjuta-docs.sgml,
19321         manuals/reference/libanjuta/plugin-description-file.sgml,
19322         manuals/reference/libanjuta/writing-plugins.sgml:
19323         Wrote more sections in writing-plugins document and fixed errors.
19325 2004-05-03  Naba Kumar  <naba@gnome.org>
19327         * libanjuta/interfaces/libanjuta.idl: Added interface
19328         IAnjutaFileManager.
19329         
19330         * manuals/reference/libanjuta/anjuta-architecture.dia,
19331         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19332         architecture diagram.
19333         
19334         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19335          manuals/reference/libanjuta/libanjuta-docs.sgml,
19336         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19337         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19338         Wrote writing-plugins document and separated chapters into
19339         separate sgml files.
19340         
19341         * plugins/file-manager/an_file_view.c,
19342         plugins/file-manager/an_file_view.h: New and improved directory
19343         rendering.
19345 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19347         * anjuta.glade: re-designed the new file dialog
19348         * anjuta_dialogs_strings.c: new strings from the new file dialog
19350 2004-04-30  Naba Kumar  <naba@gnome.org>
19352         * libanjuta/interfaces/Makefile.am.iface,
19353         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19354         
19355         * libanjuta/interfaces/libanjuta.idl: Updated.
19357         * libanjuta/interfaces/Makefile.am.iface,
19358         libanjuta/interfaces/libanjuta.idl: Updated.
19360 2004-04-29  Naba Kumar  <naba@gnome.org>
19361         
19362         * libanjuta/interfaces/Makefile.am.iface,
19363         libanjuta/interfaces/libanjuta.idl: Updated.
19365 2004-04-29  Naba Kumar  <naba@gnome.org>
19367         * libanjuta/interfaces/giface-idlc-c.pl,
19368         libanjuta/interfaces/libanjuta.idl: Upgraded.
19369         * libanjuta/interfaces/Makefile.am.iface: Added.
19370         
19371 2004-04-28  Naba kumar  <naba@gnome.org>
19373         * libanjuta/interfaces/giface-idlc-c.pl,
19374         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19375         definitions and wrote a compiler.
19376         
19377 2004-04-28  Naba Kumar  <naba@gnome.org>
19379         * libanjuta/anjuta-shell.c: Fixed docs.
19380         * libanjuta/interfaces/Makefile.am,
19381         libanjuta/interfaces/ianjuta-file.c,
19382         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19383         
19384         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19385         
19386         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19388         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19389         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19390         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19391         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19392         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19393         * src/anjuta-app.c: Fixed bug.
19395 2004-04-27  Naba Kumar  <naba@gnome.org>
19397         * libanjuta/anjuta-preferences-dialog.c,
19398         manuals/Makefile.am: Fixed document bugs and enabled docs
19399         building.
19401         * libanjuta/anjuta-preferences-dialog.c,
19402         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19403         More documentation.
19404         
19405         * libanjuta/anjuta-preferences.c,
19406         manuals/reference/libanjuta/libanjuta-docs.sgml,
19407         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19408         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19409         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19410         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19411         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19412         Wrote more documentations.
19414         * (removed) plugins/message-view/imessage-view.c,
19415         (removed) plugins/message-view/ianjuta-msgman.c,
19416         plugins/message-view/Makefile.am,
19417         plugins/message-view/anjuta-msgman.c,
19418         plugins/message-view/anjuta-msgman.h,
19419         plugins/message-view/message-view.c,
19420         plugins/message-view/message-view.h,
19421         plugins/message-view/plugin.c,
19422         plugins/message-view/plugin.h: Moved interface implementations
19423         in their respective classes and used correct macros to
19424         defined class types.
19426         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19427         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19428         AnjutaUI from GtkUIManager instead of GtkDialog.
19430         * manuals/reference/libanjuta/Makefile.am,
19431         manuals/reference/libanjuta/libanjuta-docs.sgml,
19432         manuals/reference/libanjuta/libanjuta-sections.txt,
19433         manuals/reference/libanjuta/libanjuta.types,
19434         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19435         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19436         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19437         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19438         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19439         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19440         Wrote more documentation, fixed typos, added architecture
19441         diagram, updated object types etc.
19443         * plugins/editor/text_editor.c: Fixed interface implementation.
19445 2004-04-26  Naba Kumar  <naba@gnome.org>
19447         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19448         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19449         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19450         architecture diagram and a new chapter on plugins description file.
19452 2004-04-25  Naba Kumar  <naba@gnome.org>
19454         *  libanjuta/anjuta-children.h,
19455         libanjuta/anjuta-plugin.c,
19456         libanjuta/anjuta-plugin.h,
19457         libanjuta/anjuta-preferences.c,
19458         libanjuta/anjuta-shell.c,
19459         libanjuta/anjuta-shell.h,
19460         libanjuta/e-splash.c,
19461         libanjuta/e-splash.h,
19462         manuals/reference/libanjuta/Makefile.am,
19463         manuals/reference/libanjuta/libanjuta-docs.sgml,
19464         manuals/reference/libanjuta/libanjuta-sections.txt,
19465         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19466         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19467         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19468         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19469         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19470         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19471         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19472         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19473         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19474         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19475         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19476         manuals/reference/libanjuta/tmpl/defaults.sgml,
19477         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19478         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19479         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19480         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19481         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19482         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19483         manuals/reference/libanjuta/tmpl/plugins.sgml,
19484         manuals/reference/libanjuta/tmpl/properties.sgml,
19485         manuals/reference/libanjuta/tmpl/resources.sgml,
19486         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19487         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19488         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19489         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19490         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19491         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19493         Added more template files and wrote more documentation.
19495 2004-04-24  Andras Timar  <timar@gnome.hu>
19497         * configure.in: Added hu to ALL_LINGUAS.
19499 2004-04-23  Naba Kumar  <naba@gnome.org>
19500         
19501         * configure.in: Fixed compile error.
19502         
19503         * libanjuta/anjuta-children.c,
19504         libanjuta/anjuta-children.h,
19505         libanjuta/anjuta-preferences.c,
19506         libanjuta/anjuta-preferences.h,
19507         libanjuta/anjuta-shell.c,
19508         libanjuta/anjuta-ui.c,
19509         libanjuta/anjuta-ui.h,
19510         manuals/reference/libanjuta/Makefile.am,
19511         manuals/reference/libanjuta/libanjuta-docs.sgml,
19512         manuals/reference/libanjuta/libanjuta.types,
19513         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19514         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19515         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19516         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19517         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19518         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19519         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19520         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19521         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19522         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19523         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19524         manuals/reference/libanjuta/tmpl/defaults.sgml,
19525         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19526         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19527         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19528         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19529         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19530         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19531         manuals/reference/libanjuta/tmpl/plugins.sgml,
19532         manuals/reference/libanjuta/tmpl/properties.sgml,
19533         manuals/reference/libanjuta/tmpl/resources.sgml,
19534         plugins/sample1/plugin.c: Added libanjuta API documentation.
19536 2004-04-22  Naba Kumar  <naba@gnome.org>
19538         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
19539         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19540         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19541         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
19542         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
19543         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
19544         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
19545         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
19546         (removed) libegg/eggradiotoolbutton.c,
19547         (removed) libegg/eggseparatortoolitem.c,
19548         (removed) libegg/eggtoggletoolbutton.c,
19549         (removed) libegg/eggtoolbar.c,
19550         (removed) libegg/eggtoolbutton.c,
19551         (removed) libegg/eggtoolitem.c,
19552         (removed) libegg/prop-editor.c,
19553         (removed) libegg/test-actions.c,
19554         (removed) libegg/test-drag.c,
19555         (removed) libegg/test-merge.c,
19556         (removed) libegg/test-toolbar.c,
19557         libegg/menu/Makefile.am,
19558         (removed) libegg/menu/egg-accel-dialog.h,
19559         (removed) libegg/menu/egg-action-group.h,
19560         (removed) libegg/menu/egg-action.h,
19561         libegg/menu/egg-entry-action.h,
19562         (removed) libegg/menu/egg-markup.h,
19563         (removed) libegg/menu/egg-menu-merge.h,
19564         (removed) libegg/menu/egg-menu.h,
19565         (removed) libegg/menu/egg-radio-action.h,
19566         (removed) libegg/menu/egg-toggle-action.h,
19567         (removed) libegg/menu/howitshouldwork.txt,
19568         (removed) libegg/toolbar/.cvsignore,
19569         (removed) libegg/toolbar/Makefile.am,
19570         (removed) libegg/toolbar/TODO,
19571         (removed) libegg/toolbar/eggradiotoolbutton.h,
19572         (removed) libegg/toolbar/eggseparatortoolitem.h,
19573         (removed) libegg/toolbar/eggtoggletoolbutton.h,
19574         (removed) libegg/toolbar/eggtoolbar.h,
19575         (removed) libegg/toolbar/eggtoolbutton.h,
19576         (removed) libegg/toolbar/eggtoolitem.h,
19577         (removed) libegg/toolbar/prop-editor.h,
19578         (removed) libegg/toolbar/toolbar-api.txt,
19579         (removed) libegg/toolbar/toolbar-ideas.txt,
19580         plugins/devhelp/anjuta-devhelp.ui,
19581         plugins/devhelp/plugin.c,
19582         plugins/editor/action-callbacks.c,
19583         plugins/editor/action-callbacks.h,
19584         plugins/editor/anjuta-docman.c,
19585         plugins/editor/anjuta-document-manager.ui,
19586         plugins/editor/plugin.c,
19587         P plugins/message-view/Makefile.am,
19588         plugins/message-view/anjuta-message-manager.ui,
19589         plugins/message-view/plugin.c,
19590         plugins/sample1/anjuta-sample.ui,
19591         plugins/sample1/plugin.c,
19592         src/action-callbacks.c,
19593         src/action-callbacks.h,
19594         src/anjuta-actions.h,
19595         src/anjuta-app.c,
19596         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
19597         Gtk actions and UIManager. Fixed all plugins to use this.
19598         
19599         * manuals/reference/gtkdoc-scangobj.diff,
19600         manuals/reference/libanjuta/Makefile.am,
19601         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19602         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19603         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19604         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19605         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
19607         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
19608         
19609 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
19610         
19611         * plugins/message-view/imessage-view.c
19612         * plugins/message-view/ianjuta-msgman.c:
19613         Added interfaces
19615 2004-04-17  Adam Weinberger  <adamw@gnome.org>
19617         * configure.in: Added en_CA to ALL_LINGUAS.
19619 2004-04-08  Naba Kumar  <naba@gnome.org>
19621         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
19622         libanjuta/interfaces/Makefile.am,
19623         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
19624         message manager and message view interfaces.
19626         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
19627         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19628         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19629         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
19630         src/anjuta-app.c: Used 'activate' and
19631         'deactivate' virtual methods for plugins. Fixed installed plugins
19632         dialogs. Added remove_widget() method for AnjutaShell.
19634         * libanjuta/interfaces/Makefile.am,
19635         libanjuta/interfaces/ianjuta-document-manager.c,
19636         libanjuta/interfaces/ianjuta-document-manager.h,
19637         libanjuta/interfaces/ianjuta-editor.c,
19638         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
19639         and editor interfaces.
19641         * plugins/devhelp/plugin.c,
19642         plugins/message-view/anjuta-message-manager.plugin.in,
19643         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
19644         plugins/sample1/plugin.c: Updated plugins implementation to
19645         reflect the changes.
19647 2004-04-07  Naba Kumar  <naba@gnome.org>
19649         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
19650         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
19651         libanjuta/interfaces/ianjuta-editor.h,
19652         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
19653         plugins/editor/anjuta-docman.c,
19654         plugins/editor/anjuta-document-manager.plugin.in,
19655         plugins/editor/plugin.c, plugins/sample1/plugin.c,
19656         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
19657         Added supported interfaces for plugins. Tested plugin interfaces
19658         through sample plugin.
19659         
19660 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
19661         
19662         * template/Makefile.am, data/templates/library/Makefile.am
19663         Fixed some automake-1.7 incompatibilities
19664         * template/xmltemplate.c: Small fix
19666 2004-02-23  Naba Kumar  <naba@gnome.org>
19668         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
19669         Added plugins manager dialog.
19670         
19671         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
19672         library dependencies.
19673         
19674         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
19675         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
19676         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
19677         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
19678         geometry command line option.
19679         
19680 2004-02-16  Naba Kumar  <naba@gnome.org>
19682         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
19683         Added interfaces and IAnjutaEditor editor interface.
19684         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
19685         interface.
19686         * libanjuta/anjuta-shell.h: Fixed bug.
19687         
19688 2004-02-13  Naba Kumar  <naba@gnome.org>
19690         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
19691         
19692 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
19693         
19694         * data/template/*/.cvsignore:
19695         Avoid all these ? in cvs output
19697 2004-02-13  Naba Kumar  <naba@gnome.org>
19699         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
19700         includes and linking.
19702         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
19703         and set required version to devhelp 0.8. This devhelp version
19704         can be acquired from gnome cvs branch devhelp branch
19705         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
19707         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
19708         src/actions-callbacks.c: Added Dock Manager settings menu item.
19710         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
19711         * plugins/devhelp/plugin.c: Fixed a linking bug.
19712         
19713         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
19714         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
19715         external GDL dependency and used libegg codes.
19716         
19717 2004-02-12  Naba Kumar  <naba@gnome.org>
19719         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
19720         Added devhelp plugin, but it can't be used without a
19721         patch in devhelp. So it's disabled for now.
19723         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
19724         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
19725         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
19726         Update cvsignore files.
19728         * libanjuta/plugins.c, widgets/e-splash.c:
19729         Fixed plugins loading to show splash icons.
19730         
19731         * plugins/message-view/anjuta-message-manager.plugin.in,
19732         plugins/message-view/plugin.c: Fixed plugin registered name.
19734         * plugins/message-view/anjuta-message-view.png,
19735         plugins/sample1/anjuta-sample-plugin.png: Update images.
19737         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
19738         src/main.c: Fixed layout loading.
19740         * plugins/devhelp/Makefile.am: Fixed error.
19742         * (removed) widgets/*, libanjuta/plugins.h,
19743         src/main.c: Transfered widgets to libanjuta/.
19744         
19745         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
19746         toplevel directory to created only one library as libanjuta-egg.
19748         * data/Makefile.am: Fixed build error.
19750         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
19751         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
19752         libegg/.cvsignore: Added egg dock widget.
19754         * gdl/*: Removed as they are now available in libegg.
19755         
19756 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
19758         * plugins/editor/anjuta-docman.c:
19759         Use stock close icon on tab close button
19761 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
19762         
19763         * data/template/Makefile.am
19764         data/template/language/Makefile.am
19765         data/template/library/Makefile.am
19766         data/template/text/Makefile.am
19767         data/template/project/Makefile.am
19768         data/template/project/terminal/Makefile.am
19769         configure.in: Created Makefile to install templates
19771 2004-02-11  Naba Kumar  <naba@gnome.org>
19773         * plugins/editor/action-callbacks.c,
19774         plugins/editor/anjuta-document-manager.ui,
19775         plugins/editor/plugin.c
19776         plugins/message-view/anjuta-message-manager.ui,
19777         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
19778         
19779 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
19780         
19781         * plugins/message-view/*: MessageView plugin is now loaded
19782         The menu items are still dummies.
19784 2004-02-09  Naba Kumar  <naba@gnome.org>
19786         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
19787         generation.
19788         
19789         * libanjuta/anjuta-preferences.h: Added some documentation.
19790         
19791         * libanjuta/anjuta-shell.h: Removed dead codes.
19792         
19793         * (removed) manuals/reference/gtkdoc-scangobj,
19794         manuals/reference/gtkdoc-scangobj.diff,
19795         manuals/reference/libanjuta/.cvsignore,
19796         manuals/reference/libanjuta/Makefile.am,
19797         manuals/reference/libanjuta/README.inline-doc,
19798         manuals/reference/libanjuta/README.sections,
19799         manuals/reference/libanjuta/libanjuta-docs.sgml,
19800         manuals/reference/libanjuta/libanjuta-sections.txt,
19801         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19802         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19803         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19804         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19805         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19806         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19807         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19808         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19809         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19810         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19811         manuals/reference/libanjuta/tmpl/defaults.sgml,
19812         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19813         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19814         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19815         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19816         manuals/reference/libanjuta/tmpl/plugins.sgml,
19817         manuals/reference/libanjuta/tmpl/properties.sgml,
19818         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
19819         of scan program. Updated templates.
19821         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
19822         editor action callbacks data.
19823         
19824         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
19825         scintilla object ref/unref.
19827 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
19828         
19829         * template/*: Added new xml based template system
19830         * template/dtds/*: Dtds to validate xml files of the template systems
19831         * data/template/*: Some sample template files
19832         Still needs some work but builds fine!
19834 2004-02-06  Naba Kumar  <naba@gnome.org>
19836         * cofigure.in, manuals/Makefile.am,
19837         (added) manuals/reference/*: Added API documentation
19838         structure (gtk-doc based).
19840         * libanjuta/libanjuta.h: Updated
19841         
19842 2004-02-05  Naba Kumar  <naba@gnome.org>
19843         
19844         * configure.in: Sets correct dependencies and
19845         uses gdl external library.
19847         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
19848         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
19849         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
19850         libanjuta/fileselection.h, libanjuta/glue-factory.c,
19851         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
19852         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
19853         and added file dialogs.
19855         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
19856         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
19857         Build dynamic libraries for libegg.
19859         * plugins/Makefile.am, plugins/editor/Makefile.am,
19860         plugins/editor/action-callbacks.c, 
19861         plugins/editor/action-callbacks.h,
19862         plugins/editor/anjuta-docman.c,
19863         plugins/editor/anjuta-docman.h
19864         plugins/editor/anjuta-document-manager.plugin.in
19865         plugins/editor/anjuta-document-manager.png
19866         plugins/editor/anjuta-document-manager.ui
19867         plugins/editor/file.c
19868         plugins/editor/file.h
19869         plugins/editor/plugin.c
19870         plugins/editor/print.c
19871         plugins/editor/print.h
19872         plugins/editor/search-replace.c
19873         plugins/editor/search_incremental.c
19874         plugins/editor/search_incremental.h
19875         plugins/editor/text_editor.c
19876         plugins/editor/text_editor.h
19877         plugins/editor/text_editor_cbs.c
19878         plugins/editor/text_editor_menu.h
19879         plugins/sample1/Makefile.am
19880         plugins/sample1/anjuta-sample-plugin.png
19881         plugins/sample1/anjuta-sample.plugin.in
19882         plugins/sample1/anjuta-sample.ui
19883         plugins/sample1/plugin-sample1.c
19884         plugins/sample1/plugin.c
19885         plugins/sample1/plugin.h: Created sample
19886         plugin and fixed editor plugin.
19888         * printing/*: Removed.
19890         * scintilla/Makefile.am: Builds dynamic library.
19892         * src/Makefile.am, src/action-callbacks.c,
19893         src/action-callbacks.h, (removed) src/an_symbol_view.c,
19894         src/anjuta-actions.h, src/anjuta-app.c,
19895         src/anjuta-app.h, src/anjuta-callbacks.c,
19896         src/anjuta-callbacks.h, (removed) src/anjuta.c,
19897         (removed) src/anjuta.h, src/anjuta.ui,
19898         src/layout.xml, src/main.c, src/preferences.h,
19899         src/utilities.c: Debuggged and finally made plugins
19900         loadable.
19902         * global-tags/Makefile.am: Fixed build error.
19904 2004-02-03  Naba Kumar  <naba@gnome.org>
19906         * configure.in: Users GDL from external package.
19907         * plugins/*: Added many new plugins (not ready though).
19908         * src/*: Removed many files (which have been transfered in plugins/).
19909         
19910 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
19912         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19914 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19916         * configure.in: Added editor plugins
19917         
19918         * plugins/Makefile.am, src/search-replace_backend.h,
19919         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
19920         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
19921         
19922         * Added: plugins/editor/search_incremental.c, 
19923         plugins/editor/search_incremental.h
19925         * Update search-replace in plugins/editor
19926         
19927 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
19928         
19929         * plugins/message-view/message-view.c: Some code clean-up
19931 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19933         * Added: search_incremental[ch]
19934         
19935         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
19936         src/mainmenu_callbacks.c, src/toolbar.c
19937         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
19938         
19939         * Incremental Search
19941 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19942         
19943         * plugins/message-view/anjuta-msgman.[c/h]:
19944         Added message manager for easier message handling with a
19945         similar interface as docman. Of course you can still use
19946         MessageView standalone.
19947         * plugins/Makefile.am: Added message-view because it compiles
19948         without errors.
19950 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19951         
19952         * plugins/message-view/*: Added message-view plugin 
19953         (still incomplete) 
19954         * configure.in: Added plugins/message-view/Makefile
19956 2004-01-03  Naba Kumar  <naba@gnome.org>
19958         * libanjuta/*.c: Added new files and updated old ones.
19959         * plugins/editor/*: Added editor plugin.
19960         * configure.in: Added editor plugin and moved editor related
19961         files into it.
19963 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
19965         * src/Makefile.am: Added search-replace_backend.[ch]
19966         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19967         find_replace.[ch]
19968         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19969         src/search-replace_backend.c, src/search-replace_backend.h,
19970         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19971         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19972         src/toolbar_callbacks.c
19973         * The advanced Search/Replace functionality now replaces the older
19974         Find/Replace stuff.
19975         * The Search/Replace functionality can be interrupted during a long
19976         Search/Replace;
19977         
19978 2003-12-11  Naba Kumar  <naba@gnome.org>
19980         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
19981         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
19982         errors.
19983         * Makefile.am, libanjuta/*: Added new module.
19984         * src/Makefile.am: Fixed linking error.
19985         * src/watch_cbs.c: Debugger clean up.
19986         * configure.in: Added libanjuta-2.0.pc
19988         * configure.in, libanjuta/Makefile.am,
19989         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
19990         libanjuta instead.
19992 2003-12-11  Naba Kumar  <naba@gnome.org>
19994         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19996         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
19997         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
19998         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
19999         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20000         The user can now give a name at the creation of a new file and
20001         insert automatically (user choice) header, gpl notice, header
20002         template. The file extension is added automatically according
20003         to the selected type of file. The various insert functions have
20004         been moved from mainmenu-callback.c to file.c. The cursor is now
20005         moved after an insert operation. Removes also useless code in
20006         memory.c and search-replace.c
20007         
20008 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20010         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20011         sortable headers, process tree, removal of path and process params
20012         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20013         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20014         code cleanup
20016 2003-12-10  Naba Kumar  <naba@gnome.org>
20018         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20019         
20020 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20022         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20024 2003-11-28  Naba Kumar  <naba@gnome.org>
20026         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20027         
20028         * manuals/de/*: Added german translation docs.
20029         
20030         * configure.in, Makefile.am, src/Makefile.am,
20031         libegg/*/*: Added libegg library.
20032         
20033         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20034         installation directory.
20035         
20036         * src/text_editor_cbs.c: Fixed closing of file.
20038 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20039                                                                                 
20040         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20042 2003-09-05  Naba Kumar  <naba@gnome.org>
20044         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20045         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20046         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20047         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20048         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20049         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20050         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20051         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20052         using libegg. Initial commit -- compiles but is not complete.
20054 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20056         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20058 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20060         * configure.in: Removed "ta" from ALL_LINGUAS.
20062 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20064         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20066 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20068         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20070 2004-04-24  Andras Timar  <tmar@gnome.hu>
20072         * configure.in: Added hu to ALL_LINGUAS.
20074 2004-04-14  Naba Kumar  <naba@gnome.org>
20076         * src/Makefile.am, printing/Makefile.am,
20077         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20078         because we are still using GtkCombo and build breaks with gtk-2.4.
20079         
20080 2004-04-13  Naba Kumar  <naba@gnome.org>
20082         * NEWS: Updated.
20083         * anjuta.spec.in: Fixed build error.
20084         * po/POTFILES.in: Updated.
20085         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20087 2004-04-11  Naba Kumar  <naba@gnome.org>
20089         * NEWS: Updated.
20090         * AUTHORS: Updated.
20091         * configure.in: Added ga in ALL_LINGUAS.
20092         * ChangeLog: Fixed dates.
20093         
20094 2004-04-09  Naba Kumar  <naba@gnome.org>
20096         * src/print.c: Fixed buffer styling bug when printing with
20097         selection.
20099         * data/properties/anjuta.properties: Defined only one base font and
20100         used courier instead of lucidatypewriter, because most newer systems are
20101         unlikely to have it (bug #885023, #925956, #890473).
20102         
20103         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20104         warning.
20105         
20106         * src/an_file_view.c: Fixed possible crash bug.
20108 2004-04-07  Naba Kumar  <naba@gnome.org>
20110         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20111         gtk_main_quit() etc..), so that atexit() functions are not called
20112         (which is apparently done to free up memory and we don't need to
20113         do that at this point). Incidentally, something also happens in the
20114         atexit call which freezes the UI for far too long when the application
20115         exits and we want to avoid that..
20116         * src/glade_iface.c: Fixed compiler warning.
20117         
20118 2004-04-06  Naba Kumar  <naba@gnome.org>
20120         * src/project_dbase_gui.c: Fixed errors.
20122         * src/registers_gui.c: Fixed possible crash bug.
20123         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20124         * src/signals.[c,h]: Used tree view and glade file for dialog.
20125         * src/Makefile.am, src/about.c, src/an_file_view.c,
20126         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20127         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20128         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20129         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20130         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20131         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20132         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20133         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20134         src/launcher.h, src/main.c, src/main_menubar.c,
20135         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20136         src/message-manager-private.cc, src/message-manager.cc,
20137         src/preferences.c, src/project_config.c, src/project_dbase.c,
20138         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20139         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20140         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20141         src/search-replace.c, src/search-replace_backend.c,
20142         src/search_incremental.c, src/search_preferences.c,
20143         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20144         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20145         src/signals_gui.c, src/source.c, src/src_paths.c,
20146         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20147         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20148         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20149         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20150         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20151         tagmanager/Makefile.am, scintilla/include/SString.h,
20152         widgets/Makefile.am, widgets/gnomefilelist.c:
20154         Removed all deprecated codes and substituted
20155         with newer APIs. Fixed some possible crash bugs where cell renderers
20156         were being shared.
20157         
20158         * scintilla/patches/scintilla-minor.patch: Minor patch.
20160 2004-04-06  Naba Kumar  <naba@gnome.org>
20162         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20163         tree after all the files have been added (and not everytime a file
20164         is added in the project). Also fixed some memory corruption
20165         (possibly bug #900478).
20166         
20167         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20168         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20169         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20170         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20171         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20172         qualifier wherever appropriate.
20174 2004-04-05  Naba Kumar  <naba@gnome.org>
20176         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20177         switch terminal echo on/off. Debugger requires it off, while the
20178         rest requires it on.
20180         * src/search-replace.c: sets search direction and action (in addtion
20181         to target) for find in files.
20182         
20183 2004-04-02  Naba Kumar  <naba@gnome.org>
20185         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20187         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20188         src/an_symbol_view.c: Added an gtk events loop for
20189         displaying project loading status (for loading large projects) and
20190         debugger program starting ... just to give an impression of fastness :-).
20192         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20194         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20195         crash bug, which occurs when opening and closing a large project
20196         repeatedly.
20197         
20198         * src/attach_process.c: Fixed a comiple error for old gcc.
20199         
20200         * src/launcher.c: Prints proper error message when launcher child
20201         could not be executed and exits properly. Fixed a crash
20202         bug (bug #926606).
20203         
20204         * src/resources.c, src/utilities.c, src/glade_iface.c,
20205         src/debugger.c, src/attach_process.c: Properly exits forked children
20206         when they could not be executed.
20207         
20208 2004-04-01  Naba Kumar  <naba@gnome.org>
20210         * src/search-replace.c: Fixed a crash bug (bug #921893).
20212 2004-03-31  Naba Kumar  <naba@gnome.org>
20214         * anjuta.glade: Added a note on compiler options dialog ->support
20215         dialog telling that supports are only available for file mode.
20217         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20218         src/anjuta_cbs.c:
20219         Improved shutdown time delay by bypassing project closing
20220         and unloading plugins.
20222         * src/build_file.c, data/properties/anjuta.properties: Added a property
20223         to toggle on/off for going to first error automatically.
20225 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20227         * src/debugger.c: fixed core file loading
20228         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20229         for long lines (bugs #700968 and #911376)
20230         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20231         #917982.
20232         * src/anjuta.c: Focuses current AnEditor correctly.
20234 2004-03-30  Naba Kumar  <naba@gnome.org>
20236         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20237         * AUTHORS: Updated with all contributors names.
20238         * NEWS: Updated.
20239         * src/about.c: Reads contributors names from AUTHORS file.
20240         * manuals/C/anjuta-manual/authors.xml: Points to online
20241         contributors list.
20242         
20243 2004-03-29  Naba Kumar  <naba@gnome.org>
20245         * data/properties/ada.properties: Fixed syntax colors. Patch
20246         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20247         (bug #923474).
20249         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20250         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20251         generated projects, so that their pixmap files are
20252         found properly (bug #919903).
20253         
20254         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20255         anjuta.
20257         * src/source.c: Installs .glade file of libgllade
20258         projects in $(datadir)/$(package)/glade (part of bug #861038).
20259         
20260         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20261         in compiler options (bug #883837).
20262         
20263         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20264         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20265         
20266 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20268         * anjuta/src/search-replace.c: fixed another crash bug in
20269         "Find Usage"
20270         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20271         breakpoint property fix
20273 2004-03-29  Naba Kumar  <naba@gnome.org>
20275         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20276         (new) manuals/C/anjuta-advanced-tutorial/*:
20277         Added menu entry for 'Anjuta Advanced Tutorial'
20278         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20280 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20281         
20282         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20283         Fixed bug #908941  ('Open' starts in wrong directory)
20284         
20285 2004-03-26  Naba Kumar  <naba@gnome.org>
20287         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20288         compile error and bug #905738 with terminal.
20290         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20291         src/search-replace.[h,c], src/search_incremental.[h,c],
20292         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20293         src/text_editor.[c,h]: Fixed compiler warnings.
20294         
20295         * src/search-replace.c: Fixed a memory corruption (possible
20296         fix for bug #921893, but not yet confirmed).
20297         
20298         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20299         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20300         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20301         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20303 2004-03-25  Naba Kumar  <naba@gnome.org>
20305         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20306         crash bug with attach process dialog and made the dialog closable
20307         with 'esc'.
20308         
20309         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20310         always display within the margin.)
20311         
20312         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20313         the old breakpoint when it's properties are updated
20314         (creating a new updated one).
20315         
20316 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20318         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20319         displayed for wrong file.
20320         * src/breakpoints.c: conditional breakpoints
20321         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20322         "Find in Files..." disabling policy
20324 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20326         * src/build_file.c: Fixed bug #874380
20327         Goto the first error if it exists.
20329 2004-03-24  Naba Kumar  <naba@gnome.org>
20331         * src/anjuta.c: Fixed to get correct child exit status
20332         using mask (bug #905738).
20333         
20334         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20335         Aligned buttons in the New file dialog,
20336         set default response to OK, entry box activates default response,
20337         ESC closes dialog and hides on delet_event.
20339 2004-03-19  Naba Kumar  <naba@gnome.org>
20341         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20342         tree).
20344 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20346         * src/search-replace.c: fixed "Find Usage" crash when no project open
20348 2004-03-17  Naba Kumar  <naba@gnome.org>
20350         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20351         Fixed the generated projects to read m4 directory if the directory
20352         exists (bug #917781).
20353         
20354 2004-03-12  Naba Kumar  <naba@gnome.org>
20356         * HACKING: Fixed formatting for auto-parsing.
20358 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20359         
20360         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20361         rework (bug #890609)
20363 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20364         
20365         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20367 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20368         
20369         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20370         * src/search_preferences.c: Fixed typo.
20371         
20372 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20373         
20374         * src/search-replace.c: improved Search&Replace
20375         For the moment "Replace All" does not work with non opened files
20376         but Anjuta should not crash now ! ??? 
20377         
20378 2004-02-26  Naba Kumar  <naba@gnome.or>
20380         * src/source.c: Fixed to pass cflags correctly
20381         and suppress the automake's default cflags.
20382         bug #816130, #801056, #782798, #773459
20383         
20384         * data/properties/anjuta.properties: Do not defualt to -k make option.
20385         bug #875486.
20387         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20388         bug #877683.
20389         
20390         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20391         
20392         * src/message-manager-private.cc: Disabled debug messages.
20393         
20394 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20396         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20398 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20399         * anjuta.glade, src/search-replace.c:
20400         Reduced Search&Replace dialog, bug #902636.
20401         
20402 2004-02-23  Naba Kumar  <naba@gnome.or>
20404         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20405         (bug #866143).
20407 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20408         
20409         * src/search_incremental.c: Fixed bug #900903
20411 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20412         
20413         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20414         src/anjuta.c: Fixed bugs #890609 and #890609
20416 2004-02-23  Naba Kumar  <naba@gnome.or>
20418         * src/message-manager.cc: Disconnects menuitem signal properly.
20419         Fixed bug #901723.
20420         
20421         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20422         bug #900897.
20423         
20424 2004-02-20  Naba Kumar  <naba@gnome.org>
20426         * src/message-manager-private.[c,h]: Implemented keypress
20427         event for the terminal and resets it when ctrl c or ctrl d
20428         is pressed. But it doesn't seem to be working on keypress.
20429         Added a workaround to let it work on key release instead.
20430         (bug #878357).
20431         
20432         * src/search-replace: Fixed compiler warnings.
20433         
20434 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20436         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20437         Use defined file name when saving new files (fixes bug #898105)
20438         Don't change filename when clicking on a directory
20439         
20440         BTW: Happy birthday to me :-)
20441         
20442 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20443         
20444         * src/search-replace.c: Fixed a crash bug 
20445         Crash on Find & Replace (#887833)
20446         
20447 2004-02-18  Naba Kumar  <naba@gnome.org>
20449         * src/executer.c: Fixed a crash bug.
20450         
20451         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20452         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20453         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20454         instead of GtkWindow (Part of bug #671596).
20455         
20456         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20457         src/registers_gui.c, src/registers_cbs.[h,c],
20458         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20459         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20460         src/compiler_options.c, src/an_file_view.c, start-with.c,
20461         src/anjuta-tools.c, help.c:
20463         Added "close" buttons on all
20464         dialogs (HIG) and fixed to properly response to ESC close
20465         (Part of bug #671596).
20467         * src/launcher.c: Disabled printing of long debug lines.
20468         
20469         * src/utilities.h: Fixed a compiler warning.
20470         
20471 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20473         * src/anjuta.c: "Save all" action now asks for filenames for new files
20474         (fixes bug #898111)
20476 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20478         * anjuta.glade, src/text_editor.c:
20479         Fixed a typo in Hello World indentation style 
20480         Fixed misuse of translated strings when looking for style
20481         This entry fixes bug #876037
20483 2004-02-16  Naba Kumar  <naba@gnome.org>
20485         * src/utilities.c: Fixed return value when dest file could
20486         not be created.
20488         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20489         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20490         internal function to compare files.
20491         
20492 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20494         * src/message-manager-private.cc:
20495         Set bold color as foreground color in terminal
20496         (fixes bug #864924)
20498         * src/aneditor.cxx:
20499         Use font style defined for message indicators in
20500         preferences/messages
20501         (fixes bug #885032)
20503 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20505         * src/build_project.c:
20506         Use build.silent option from preferences (fixes bug #895726)
20507         
20508 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20510         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20512 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20513         
20514         Patch from Massimo Corà <maxcvs@email.it>:
20515         * scintilla/LexCPP.cxx: Support "///" comments
20517 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20518         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20519         src/search_replace.h, src/search-replace_backend.h
20520         anjuta.glade
20521         
20522         * Added: src/search_preferences.c, src/search_preferences.h
20523         Allow the user to save search/replace settings and give them names.
20525 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20526         
20527         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20528         scintilla/ScintillaGTK.cxx:
20529         Hopefully fixed AMD 64 crash bug by using correct marshaller
20531 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
20533         * src/preferences.c: Save GtkOptionMenu properties properly
20534         * src/text_editor.c: Fixes editor mispell of fold.symbols property
20536 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20537         
20538         * configure.in, src/Makefile.am, scintilla/Makefile.am:
20539         Fixed libiconv issue
20540         * NEWS: Updated
20542 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20543         
20544         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
20545         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
20546         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
20547         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
20548         src/sharedlib_gui.c:
20549         Debugger speed-up, replaced deprecated GtkCList
20551 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
20553         * src/text-editor.c: Use stock gtk+ close button for editor tabs
20555 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
20557         * configure.in: Added "sq" to ALL_LINGUAS.
20559 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
20561         * configure.in: Added "ko" to ALL_LINGUAS.
20563 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20565         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
20566         src/search_incremental.c, src/search_incremental.h: 
20567         Search_incremental code cleanup
20569 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20571         * scintilla/*/*: Updated scintilla to CVS
20572         * Added: scintilla/Readme.sync
20573         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
20574         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
20575         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
20576         scintilla/ScintillaGTK.cxx,
20577         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
20578         scintilla/include/Scintilla.iface: Updated.
20580 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20582         * search-replace_backend.[ch], search_incremental[ch]: Added
20583         
20584         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20585         find_replace.[ch]: Removed.
20586         
20587         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20588         src/search-replace_backend.c, src/search-replace_backend.h,
20589         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20590         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20591         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
20592         functionality now replaces the older Find/Replace stuff. The Search/Replace
20593         functionality can be interrupted during a long Search/Replace.
20595 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
20597         * widgets/gnomefilesel.c: Fix use of previously freed memory on
20598         selecting ".." and "." from file selector. 
20600 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
20602         * anjuta.glade: Fixed wrong "fold.symbols" property
20604 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20605         
20606         * src/project_dbase_gui.c: Alphabetical order ;-)
20607         * src/compiler_options.c: Fixed bug #867539
20608         * src/launcher.c: Workaround for bugs #864922, #849928,
20609         #846386 and #845782: The launcher no longer hangs but does
20610         not get the exit status correctly sometimes.
20611         * Changes suggested by Bosik are obviously already in without
20612         any Changelog entry (ClsGen.c, project_dbase_gui.c)
20613         * NEWS, README, anjuta.prj, configure.in: 
20614         Changed version to 1.2.1
20615         
20616         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
20617         * anjuta_dialogs_strings.c, anjuta.glade: 
20618         Fixed bugs #860906, #859329
20619         
20620         Patch from grzegol@pld-linux.org
20621         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
20622         freedesktop.org standard)
20624 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20625         
20626         Patch from Stefano Vallarino <stevalla@libero.it>:
20627         * src/source.[c/h]: Fixes cpp sample file to conform to 
20628         ISO/IEC 14882, C++-Standard 
20630 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
20632         Review by Johannes Schmid <jhs@cvs.gnome.org>
20633         * src/build_file.[ch]: Add build_execute_shell_command which executes the
20634         command using sh -c.
20635         * src/compile.c: Use build_execute_shell_command when compiling single
20636         files.
20638 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20639         
20640         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
20641         * src/breakpoints.c: Code cleanup, workaroud for possible 
20642         launcher bug
20643         * src/src_paths.c: Update debugger dirs on directory change
20645 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
20647         Review by Johannes Schmid <jhs@cvs.gnome.org>
20648         * src/attach_process.c, src/attach_process.h, anjuta.glade:
20649         sortable headers, process tree, removal of path and process params
20650         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20651         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20652         code cleanup
20654 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20655         
20656         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20657         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
20658         Add a dialog for "New file" which lets the user set the 
20659         filename and to add copyright/header templates to the file
20660         * Review: Changed function names to contain modules name (file_)
20662 2003-12-09  Naba Kumar  <naba@gnome.org>
20664         * setup-gettext: Fixed a typo.
20665         * scintilla/Makefile.am: Fixed a build error for SMP systems.
20667 ---- Released version 1.2.0 ---
20669 2003-12-08  Naba Kumar  <naba@gnome.org>
20671         * src/preferences.c: Fixed compiler error.
20672         * global_tags/create_global_tags.sh: Fixed to install properly
20673         even when system.tags could not be generated.
20674         * NEWS: Updated.
20676 2003-12-06  Naba Kumar  <naba@gnome.org>
20678         * setup-gettext: Fixed to not generate intl directory with gettextize.
20680         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
20681         * src/anjuta.c: Filters out unnecessary files from find in files
20682         command.
20683         
20684         * NEWS: Updated.
20685         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
20686         * src/widzard_gui.c: Added horiz scrollbar for desc text.
20687         
20688 2003-12-04  Naba Kumar  <naba@gnome.org>
20689         
20690         * src/gnome_project.c: Enables debug and optimization flags for
20691         new projects.
20692         
20693         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
20694         
20695         * src/project_dbase_gui.c: combined header and c files for
20696         file selector.
20697         
20698         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
20699         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
20701 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20703         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20705 2003-11-29  Naba Kumar  <naba@gnome.org>
20707         * configure.in, anjuta.prj: Bumped version to 1.2.0.
20708         * NEWS: Updated.
20710 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
20711         
20712         * src/main_menubar.c: Now files cannot be opened twice in recently
20713         file menu
20715 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
20717         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
20719 2003-11-28  Naba Kumar  <naba@gnome.org>
20721         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
20722         
20723 2003-11-27  Naba Kumar  <naba@gnome.org>
20725         * src/breakpoints.c, src/launcher.c, src/find_text.c,
20726         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
20727         
20728         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
20729         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
20730         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
20731         checkbox in project wizard (project options page) to enable/disable
20732         source code generation with glade(mm).
20733         
20734         * NEWS: Updated
20735         
20736 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
20738         * src/dnd.c: Opening files with special characters in the name.
20740 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
20742         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
20743         a long time.
20745 2003-11-18  Naba Kumar  <naba@gnome.org>
20747         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
20748         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
20749         src/project_import.c, plugins/patch/patch-plugin.c:
20750         Fixed g_signal_diconnect calls to pass correct data.
20751         (Fixed possible crash in project imports).
20752         
20753         * NEWS: Updated.
20754         
20755 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
20757         Reviewed by Naba Kumar  <naba@gnome.org>
20758         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
20759         and debugger. Sets default settings for pty in launcher.
20760         * data/gdb.init: Removed charset work around (now works with user's
20761         native charset)
20762         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
20764 2003-11-18  Naba Kumar  <naba@gnome.org>
20766         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
20767         names of 'index' to 'idx'.
20768         
20769 2003-11-17  Naba Kumar  <naba@gnome.org>
20771         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
20772         * src/project_dbase.c: Prompts user for unsaved project files
20773         when project is closed.
20774         
20775 2003-11-16  Naba Kumar  <naba@gnome.org>
20777         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
20778         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
20779         older gcc.
20780         
20781 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
20782         
20783         * src/anjuta.c: Fixed crash related to tag == NULL while 
20784         anjuta is exiting
20786 2003-11-11  Naba Kumar  <naba@gnome.org>
20788         * src/glade_iface.c: Avoids error conditions for glade or glademm not
20789         found. It simply doesn't generate the c/c++ codes and continues with
20790         just a warning.
20791         * NEWS: Updated.
20792         
20793 2003-11-10  Naba Kumar  <naba@gnome.org>
20795         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
20796         'Start with dialog'.
20798         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
20799         German translation of anjuta-tutorial.
20800         
20801         * src/launcher.c: Fixed an encoding bug with GIOChannels.
20802         * NEWS: Updated.
20804 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20806         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
20807         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
20808         the syntax highlighting in Preferences, the automatic syntax
20809         highlighting is now selected. When the debugger is stopped and the
20810         breakpoints window not closed, the gtk_tree_view in this window is
20811         now made unsensitive.
20813 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
20815         * src/preferences.h, src/preferences.c, anjuta.glade:
20816         Fixed translation bug in preferences by using GtkOptionMenu
20817         * anjuta.prj: Project version 1.1.98
20819 ---------------- Released version 1.1.98 ----------------
20821 2003-11-07  Naba Kumar  <naba@gnome.org>
20823         * anjuta.spec.in: Revived docs package and combined all docs into
20824         one package.
20825         * configure.in: Bumped version to 1.1.98 rc2
20826         * NEWS: Updated.
20827         * anjuta.spec.in: Fixed scrollkeepr-update command.
20828         * anjuta.spce.in: Fixed file permissions.
20830 2003-11-06  Naba Kumar  <naba@gnome.org>
20832         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
20833         menus to activate anjuta helps.
20834         
20835         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
20836         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
20837         manuals/C/anjuta-faqs/legal.xml (added),
20838         manuals/C/anjuta-faqs/Makefile.am,
20839         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20840         manuals/C/anjuta-faqs/.cvsignore,
20841         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
20842         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
20843         manuals/C/anjuta-tutorial/legal.xml (added),
20844         manuals/C/anjuta-tutorial/Makefile.am,
20845         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20846         manuals/C/anjuta-tutorial/.cvsignore,
20847         manuals/C/anjuta-manual/*.sgml (removed),
20848         manuals/C/anjuta-manual/*.xml (added),
20849         manuals/C/anjuta-manual/Makefile.am,
20850         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20851         manuals/C/anjuta-manual/.cvsignore,
20852         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
20853         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
20854         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
20855         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
20856         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
20857         manuals/ja/anjuta-faqs/legal.xml (added),
20858         manuals/ja/anjuta-faqs/Makefile.am,
20859         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
20860         manuals/ja/anjuta-faqs/.cvsignore,
20861         manuals/ja/anjuta-manual/*.sgml (removed),
20862         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
20863         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
20864         manuals/ja/anjuta-manual/*.xml (added),
20865         manuals/ja/anjuta-manual/Makefile.am,
20866         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
20867         manuals/ja/anjuta-manual/.cvsignore,
20868         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
20869         manuals/sgmldocs.make (removed),
20870         manuals/xmldocs.make (added), manuals/omf.make (added),
20871         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
20872         documentations to newer docbook xml documentations. Converted 
20873         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
20874         Enabled manulas installations.
20875         
20876         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
20878 2003-11-05  Naba Kumar  <naba@gnome.org>
20880         * data/gdb.init: Sets host's charset to ascii to solve debugger
20881         freeze up due to uninitialized strings in target program.
20883         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
20884         Fixed a crash bug with 'Add expression in watch'. Bug #822017
20885         
20886         * NEWS: Updated.
20887         
20888         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
20889         src/launcher.c: Turns off echo in spawned pty to fix debugger.
20891 2003-11-04  Naba Kumar  <naba@gnome.org>
20893         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
20894         problems.
20895         
20896         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20897         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
20898         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20899         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
20900         in file headers.
20901         
20902         * src/search-replace.c: Fixed infinite loop bug.
20903         * start-with.c: Fixed a crash bug with "Open last project".
20904         
20905         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
20906         * scintilla/Makefile.am: Fixed compiler option.
20907         
20908 2003-10-16  Naba Kumar  <naba@gnome.org>
20910         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20911         * src/text_editor.c: Fixed autoformat.
20912         
20913 2003-10-15  Naba Kumar  <naba@gnome.org>
20915         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
20916         of CTRL+number.
20917         
20918 2003-10-09  Naba Kumar  <naba@gnome.org>
20920         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
20921         
20922 2003-10-08  Naba Kumar  <naba@gnome.org>
20924         * src/source.c: Fixed a GETTEXT typo error.
20925         * anjuta.glade: Made 'Sorted in order you open them' default option
20926         for editor tabs.
20928         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20929         * anjuta.glade, data/properties/anjuta.properties:
20930         Fixed the freeze of the "Preferences" combos at the first Anjuta
20931         init is generated by:
20932                 - a not complete translation of preferences.c file
20933                 - a difference between 2 names in anjuta.glade and
20934                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
20935                 - the same name given to 3 combos (anjuta.glade).
20936                 
20937         * src/find_text.c: If the "whole document" mode is selected,
20938         a new search will select the next occurrence (Bug #764954).
20939         It is now possible to use the shortcuts to search next or previous
20940         occurrence even if the search dialog has the focus.     Bug #790318
20941         
20942         * src/main_menubar_def.h: "Select code block" shortcut; the new
20943         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
20944         (Bug #811016).
20946         Patch from: Richard Lee  <r.h.lee@comcast.net>
20947         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
20948         tagmanager/tm_workspace.c: The following is a patch to fix a
20949         seemingly random occurence where Anjuta would crash when a
20950         certain key was pressed.
20952 2003-09-29  Naba Kumar  <naba@gnome.org>
20954         * src/find_in_files.c: Ignores binary by default. Disabled the option
20955         of NOCVS search, because launcher does not use sh and hence can not
20956         pipe.
20957         
20958         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
20959         "clean before build" state in project session and not in account session,
20960         otherwise the state gets reflected to other projects causing annoyance.
20961         
20962         * src/compiler_options.c: Fixed a bug where compiler options were always
20963         claimed 'modified'.
20965         * src/build_project.c, data/properties/anjuta.properties,
20966         src/commands.[h]: Fixed a bad bug where clean-before-build
20967         doesn't work.
20968         
20969         * scintilla/patches/research-cvs-nolog.diff,
20970         scintilla/patches/scintilla-ac-gtk2-port.diff,
20971         scintilla/patches/scintilla-ac-sort-fix.diff,
20972         scintilla-optimization.diff: Removed, because they are already in
20973         scintilla CVS.
20974         
20975         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
20976         2003-09-29).
20978         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
20979         scintilla/LexYAML.cxx: Added new scintilla lexers.
20980         
20981         * TODO, NEWS: Updated.
20983         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20984         * src/utilities.c: Fixed typo bugs.
20986 2003-09-26  Naba Kumar  <naba@gnome.org>
20988         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
20989         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
20990         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
20991         text_editor_find() and Fixed I-Search wrapping.
20992         * src/debugger.c: Fixed to pass a newline after a debugger
20993         command (which was broken since the launcher was refactored.
20994         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
20996 2003-09-25  Naba Kumar  <naba@gnome.org>
20998         * src/toolbar_callbacks.c: Fixed start of incremental search.
20999         
21000         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21001         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21002         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21003         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21004         menu and implementation.
21006 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21008         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21009         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21010         variables in Locals window.
21012 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21014         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21015         * src/utilities.[ch] : Fix a tooltip bug in 
21016         anjuta_util_toolbar_append_stock(), the label appeared instead of
21017         the tooltip text. Remove label from arguments of the function
21018         because label is included in the stock icon data.
21019         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21020         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21021         * FIXME: translation file should be updated because of label text removal.
21023 2003-09-24  Naba Kumar  <naba@gnome.org>
21025         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21026         
21027         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21028         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21029         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21030         stdout and stderr. Also buffered output and check-for-password
21031         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21032         with password prompts. Checkes for password prompts from all outputs.
21033         
21034         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21035         which takes a string (which could be utf8 also) and converts into
21036         utf8 string.
21037         
21038         * src/main.c: Connects kernel signals after gnome_program_init().
21039         
21040         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21041         * src/message-manager.c: Fixed bug #787026 by converting the strings
21042         to proper UTF8.
21043         
21044 2003-09-22  Naba Kumar  <naba@gnome.org>
21046         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21047         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21048         GtkCList and using GtkTreeView instead. Added the patch.
21049         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21050         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21051         
21052 2003-09-19  Naba Kumar  <naba@gnome.org>
21054         * printing/print.c: Proper UTF8 printing support.
21055         * src/main.c: moved kernel signal connects at the
21056         end of application initialization.
21057         
21058 2003-09-18  Naba Kumar  <naba@gnome.org>
21060         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21061         (new) lexers.make, (new) lexers: Update scintilla to latest
21062         scintilla CVS (2003-09-18), added new lexers, automated
21063         lexers makefiles sections and scintilla update. Added
21064         patches. Optimized pango rendering. Fixed a crash bug
21065         in scintilla.
21066         
21067         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21068         patch to remove cvs log command from RESearch.cxx file.
21069         * scintilla/patches/scintilla-pango-always.diff:
21070         Fixed file name.
21071         * scintilla/RESearch.cxx: Removed spurious cvs log command
21072         and logs.
21073         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21074         
21075         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21076         * src/dnd.c: Fixed a crash bug with DND.
21077         
21078 2003-09-15  Naba Kumar  <naba@gnome.org>
21080         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21081         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21082         src/toolbar_callbacks.c: Added an additional parameter to
21083         text_editor_goto_line() funtion which decides if the line should
21084         be made visible (if it's under fold).
21085         
21086         * src/style-editor.c: Fixed a compiler warning.
21087         * src/message-manager.cc: Calls parent method correctly.
21089         * src/preferences.h: Fixed prent class.
21090         
21091         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21092         * src/project_dbase.c: Fixed bug #713210.
21093         
21094 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21095                                                                                 
21096         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21098 2003-09-11  Naba Kumar  <naba@gnome.org>
21100         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21101         * src/style-editor.c: Fixed bug #769130 (Crash on font
21102         selection dialog).
21103         
21104         * src/message-manger.[h,cc]: Made AnMessageManager
21105         derived from GtkFrame and removed deprecated code.
21106         
21107         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21108         compiler warnings.
21109         
21110 2003-09-09  Naba Kumar  <naba@gnome.org>
21112         * src/Makefile.am: Addded rules for built sources.
21113         
21114 2003-09-08  Naba Kumar  <naba@gnome.org>
21116         * (new) src/anjuta-marshalers.list: Added marshalers definition
21117         file.
21118         
21119         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21120         and CXXFLAGS are not overwriten by automake's default.
21121         * src/style-editor.c: Added 'operators' in the style editor.
21122         
21123         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21124         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21125         * src/message-manager-private.cc, src/message-manager.cc:
21126         Converts message going into message into UTF-8 endoding.
21127         * src/main.c: Uses UTF-8 codeset for localization.
21128         
21129 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21131         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21132         
21133 2003-09-08  Naba Kumar  <naba@gnome.org>
21135         * TODO: Updated.
21136         
21137         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21138         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21139         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21140         The combo entries were updated if the same data with a different
21141         case exist in the combo list. The combo entries are now case sensitive. 
21142         Search&Replace bug; First search ,max actions = 0 ==> now max
21143         actions = 100.
21144         
21145 2003-09-08  Naba Kumar  <naba@gnome.org>
21147         * TODO: Updated.
21148         * src/utilities.[c,h]: a function takes contant args.
21149         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21150         Now the child terminated signal is emitted properly.
21151         * src/Makefile.am: Used $(top_srcdir) for referring to 
21152         scintilla objects.
21153         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21154         definitions file which will generate anjuta-marshalers.[c,h] files.
21155         * src/.cvsignore: Updated.
21156         * src/build_project.c: Changed su command to preserve quotes.
21157         * src/anjuta-tools.c, tagmanager/tm_project.c,
21158         tagmanager/tm_workspace.c: Use standard tmp file.
21159         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21160         so that users could report bugs easily.
21161         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21162         
21163         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21164         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21165         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21166         src/attach_process.c, src/breakpoints.c, src/commands.c,
21167         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21168         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21169         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21170         src/memory.c, src/message-manager-private.c, src/preferences.c,
21171         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21172         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21173         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21174         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21175         Fixed compile warnings and cleanup.
21176         
21177         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21178         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21179         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21180         Removed libzvt usage and implemented child spawing differently. Launcher is
21181         now proper GObject, which can be created multiple times (and can be
21182         operated in parallel).
21184         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21185         * src/project_import_gui.c, src/project_import_cbs.c,
21186         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21187         (crash on project import). Removed deprecared codes.
21188         
21189 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21190         
21191         * src/cvs.c: Fixed cvs output bug.
21193 2003-09-03  Naba Kumar  <naba@gnome.org>
21195         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21196         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21197         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21198         src/text_editor_cbs.c: Implements --
21199                 If the debugger is started
21200                         A double click in the margin add or remove a breakpoint
21201                         A single click activate or deactivate the breakpoint
21202                 else
21203                         A double click in the margin add or remove a bookmark
21205 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21206         
21207         Reviewed by Naba Kumar  <naba@gnome.org>
21208         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21209         User is now able to choose a branch on cvs update for project.
21210         Cleaned up variable names.
21212 2003-09-03  Naba Kumar  <naba@gnome.org>
21214         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21215         src/Makefile.am: Added lexers.
21216         * scintilla/*/*: Updated...
21217         * src/an_symbol_view.c: Fixed a crash bug.
21218         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21219         and build bugs.
21220         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21221         * src/source.c: Fixed project generation bug with gettext code.
21222         * tagmanager/tm_project.c: Fixed a crash bug.
21223         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21224         bug when there is no project open. Bug #____.
21225         * src/source.c: Fixed a bug with build failure with non-gnome
21226         project with glade-generated source (eg. gtk2). Bug #____.
21227         * NEWS: Updated...
21229 2003-08-22  Naba Kumar  <naba@gnome.org>
21231         Patch from: Rob Bradford  <rob@debianplanet.org>
21232         * data/Makefile.am: Fixed to install properly during
21233         package building.
21234         
21235         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21236         * src/debug-tree.c: Fixed a crash bug.
21237         * src/compiler_options.c: Takes care of linking the missing pieces;
21238         C flags, libs, optimization options, debug and profile.
21240         Patch from: Enver ALTIN  <ealtin@casdb.com>
21241         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21242         
21243 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21245         Reviewed by Naba Kumar  <naba@gnome.org>
21246         * src/project_dbase.c: Fixed bugs #778263 and #778413
21247           Adding multiple files to project should work now.
21249 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21251         Reviewed by Naba Kumar  <naba@gnome.org>
21252         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21253         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21254         for Locals window.
21256 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21258         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21260 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21262         * src/text_editor.c: Fix translatable string (#113934).
21264 2003-07-04  Naba Kumar  <naba@gnome.org>
21266         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21267         bug when there is no project open. Bug #____.
21268         
21269         * src/source.c: Fixed a bug with build failure with non-gnome
21270         project with glade-generated source (eg. gtk2). Bug #____.
21272 2003-06-26  Naba Kumar  <naba@gnome.org>
21274         * src/anjuta.h: Removed reference to windows-dialog.h.
21275         * src/message-manager-private.[cc,h]: Fixed doulbe click
21276         activation of messages to properly jump at the destination.
21277         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21278         * src/toolbar.c: Code clean-ups.
21279         
21280         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21281         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21282         
21283         * src/message-manager-private.[cc,h]: Removed dead codes.
21284         
21285         * (new) data/properties/css.properties,
21286         data/properties/anjuta.properties, data/properties/Makefile.am:
21287         Added CSS syntax hiliting properties.
21288         
21289         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21290         * src/debugger.c: Clean ups.
21291         * src/lexer.h: Added CSS lexer definition.
21292         
21293         * Makefile.am: Installs destop file properly.
21294         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21295         * NEWS: Updated for 1.1.97 release.
21296         * src/main_menubar_def.h: Changed some non working shortcuts.
21297         
21298 2003-06-24  Naba Kumar  <naba@gnome.org>
21300         * src/search-replace.c: Shows the dialog properly, even when it is
21301         hidden behind another window.
21302         
21303         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21304         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21305         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21306         and code clean up.
21307         
21308         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21309         setup wizard dialogs.
21310         
21311         * src/debugger.c: Removed a redundant call to
21312         debugger_update_controls().
21313         * src/compiler_options.c, src/launcher.c: code cleanup.
21314         * src/executer.c: Fixed execution bug with 'Set Program params...".
21315         
21316 2003-06-23  Naba Kumar  <naba@gnome.org>
21318         * widgets/e-splash.c: Removed border around the splash image.
21319         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21320         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21321         * src/cvs.c: Added a frame around commit log text widget.
21322         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21323         crash bug associated with translated combo box list in preferences
21324         dialog (in different locale other than en_US). Used widget names
21325         to pass the combo list items.
21326         * po/POTFILES.in: Updated.
21327         * src/launcher.c: Creates the zvt terminal at startup (and not
21328         every time a build is done) -- speeds up buld operations.
21329         * src/file_history.c: Should be if() conditional instead of
21330         assertion check.
21331         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21332         Disabled useless warnings.
21333         * src/project_dbase.c: Fixed bonobo 2 project name.
21334         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21335         and uses correct glade-2 for file generation.
21336         
21337 2003-06-21  Naba Kumar  <naba@gnome.org>
21339         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21340         And disables autocomple show for numbers (very annoying).
21341         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21342         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21343         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21344         from view menu and adjust the controls accordingly.
21345         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21346         only OK button.
21347         * src/project_dbase.[c,h]: Removed show_local flag processing.
21348         * src/message-manager.[c,h]: Reorganized messages tabs in more
21349         sensible order.
21350         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21351         Also added PCRE dependency.
21352         
21353 2003-06-20  Naba Kumar  <naba@gnome.org>
21355         * pixmaps/anjuta_splash.png: New splash.
21356         from Jean Schurger  <yshartk@schurger.org>
21357         
21358         * src/controls.c: De-sensitize run-to-cursor when debugger
21359         is not running.
21360         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21361         
21362         * src/message-manager-private.cc: Fixed to properly jump at
21363         the right file:line.
21364         
21365         * src/appwiz_page1.c: Fixed to correctly determine the project
21366         trpe from the wizard.
21367         
21368 2003-06-20  Naba Kumar  <naba@gnome.org>
21370         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21371         * src/watch_gui.c: Code cleanups.
21372         * src/debugger.[c,h], src/stack_trace.[c,h],
21373         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21374         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21375         Removed direct access to stack_trace private data, Increased debugger
21376         command size from 256 to 1024 (to be on safer side). Also implemented
21377         row-activated signle for seting frame and viewing the source.
21378         * src/debugger.c: Avoids starting program and stopping debugger
21379         when starting debugger and stopping program, respectively.
21380         
21381         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21382         Reverted codes to start debugger automatically
21383         The file is brought to the state just after the branching 
21384         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21385         some code clean ups.
21386         
21387         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21388         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21389         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21390         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21391         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21392         src/project_dbase.c: Code clean ups.
21393         
21394         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21395         (Projects dir) so that correct $HOME/Projects path is set when
21396         anjuta is run for the first time.
21397         
21398 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21400         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21402 2003-06-13  Naba Kumar  <naba@gnome.org>
21404         * src/stack_trace_cbs.c: Moved variable declaration at the
21405         top of the block (bug #737867)
21406         
21407         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21408         just CFLAGS and CXXFLAGS (bug #743617).
21409         
21410         * src/create_global_tags.sh: Fixed shell script to properly
21411         detect installed *-config files.
21412         
21413 2003-06-12  Naba Kumar  <naba@gnome.org>
21415         * src/preferences.[c,h]: Added methods for custom widgets in
21416         preferences: using custom set/get methods for them.
21417         
21418         * src/anjuta-encoding.c: Implemented up/down of the encodings
21419         in the list and property saves correctly.
21420         
21421         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21422         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21423         the beginning of a file.
21425         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21426         * src/aneditor.cxx, src/aneditor.h,
21427         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21428         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21429         src/mainmenu_callbacks.h: Allows the operator to select the current
21430         word or the current line (Request: 680801). It puts also
21431         sensitive/unsensitive several select/comment menu items.
21433         * src/breakpoints.c: Presets by default the current line for a
21434         defined breakpoint.
21436 2003-06-11  Naba Kumar  <naba@gnome.org>
21438         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21439         color (red highlight) now cosistent for inactive tabs also.
21440         
21441         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21442         'Advanced search and replace' in Edit->Search submenu.
21443         
21444         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21445         wrappings '\' where     they were missing.
21446         
21447         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21448         message is now more descriptive and details the correct thing to do
21449         for GNOME2 desktop.
21450         
21451 2003-06-10  Naba Kumar  <naba@gnome.org>
21453         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21454         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21455         Removed any reference to particular version of automake/autoconf
21456         so that they could work with newer versions (Bug #659394).
21458         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21459         src/anjuta.c: Added coded to add/remove supported encodings.
21460         
21461         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21462         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21463         src/project_import.c, src/project_type.c, src/project_type.h,
21464         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21465         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21466         from the project wizard.
21468 2003-06-06  Naba Kumar  <naba@gnome.org>
21470         Patch from Etay Meiri  <etay-m@bezeqint.net>
21471         * src/compiler_options.c: Fixed bugs related to clean before
21472         build patch.
21473         
21474         * anjuta.desktop.in.in: Added commandline options.
21475         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21476         -dP and -A flags of CVS update into different options.
21477         
21478 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21480         * configure.in: Removed "ta" from ALL_LINGUAS.
21482 2003-06-02  Naba Kumar  <naba@gnome.org>
21484         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21485         return NULL for undefined properties and "" for defined but empty
21486         strings. It was creating many problems where both are assumed to be
21487         same. And besides, it doesn't matter to differentiate the two (the
21488         problem with preferences was due to a different bug).
21490         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21491         correctly. Also, s/props_build_in/props_built_in/g.
21492         
21493         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21494         list.
21495         
21496         * src/an_file_view.c: Unrefed pixbufs when done with them.
21498         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21499         (removed) file_text.png: Added and removed pixmaps.
21500         
21501 2003-05-30  Naba Kumar  <naba@gnome.org>
21503         * anjuta.glade: Fixed encodings preferences dialog
21504         
21505 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21506         
21507         Reviewed by Naba Kumar  <naba@gnome.org>
21508         
21509         * src/build_project.c src/clean_project/c: perform a clean before
21510         build, if required. Show the message manager on clean.
21511         * src/compiler_options.c: save the new options when window is closed
21512         and flag project to be cleaned before the next build.
21513         * src/project_dbase.c: added a 'clean before build' flag to project
21515 2003-05-29  Naba Kumar  <naba@gnome.org>
21517         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21518         dialog.
21519         
21520         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21521         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21522         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21523         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21524         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21525         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21526         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21527         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21528         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21530         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21531         Removed unused icons references.
21533 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
21535         Reviewed by Naba Kumar  <naba@gnome.org>
21536         
21537         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
21538           src/compiler_options.c, src/debugger.c, src/find_replace.c,
21539           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
21540           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
21541           src/toolbar_callbacks.c: HIG compliant dialogs.
21543         * src/utilities.c: anjuta_button_new_with_stock_image() and
21544           anjuta_dialog_add_button() stolen from gedit.
21546         * src/main_menubar_def.h: Fixed mnemonics.
21548 2003-05-26  Naba Kumar  <naba@gnome.org>
21550         * src/project_dbase_gui.c: Added header files filter for add file
21551         dialog box. Disabled project window to be transient window.
21552         
21553         * src/message-manager.cc: Disabled message manager window to be
21554         transient window.
21555         
21556         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
21557         a file could not be loaded.
21558         
21559         * src/project_dbase.c: Fixed a bug with GUI editor command
21560         where empty string is returned.
21561         
21562         * src/Makefile.am, src/preferences.h, src/text_editor.c
21563         src/text_editor.h, (new) src/anjuta-encodings.h,
21564         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
21565         Added encoding support and to handle characters encoding correctly
21566         by auto detecting it during load. Added preferences for selecting
21567         the encoding during save.
21569         * src/preferences.c, src/resources.c: Removed debug messages.
21571         Patch from: Alexander Nedotsukov <bland@mail.ru>
21572         * src/getline.c: Fixed many fatal bugs for FreeBSD.
21574 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21575         * src/anjuta.c: Try to sow the splash image more often.
21577 2003-05-20  Naba Kumar  <naba@gnome.org>
21579         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21580         * src/debug_tree.c: Colorize the modified locals during
21581         debugging and call memory analyze from the debugger.
21582         * src/breakpoints.c: The color is now different for the enabled
21583         and disabled breakpoints. Anjuta now can erase several
21584         breakpoints defined at the same line. The markers are updated
21585         according to the enable/disable action.
21586         
21587         Patch from Etay Meiri  <etay-m@bezeqint.net>
21588         * src/launcher.c: Fixes launcher freeze up bug during build.
21590 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
21592         Reviewed by Naba Kumar  <naba@gnome.org>
21593         * scintilla/PropSet.h: Change member variables from private to protected.
21594         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
21595         to PropSetFile class, which return a gchar * (and can therefore indicate
21596         whether properties are empty or do not exist) and make prop_get and
21597         prop_get_expanded use them.
21598         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
21599         that the result of of prop_get cannot be an empty string.
21601 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
21603         Reviewed by Naba Kumar  <naba@gnome.org>
21604         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
21605         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
21606         src/text_editor_cbs.c: When saving all the files in the project, the
21607         text editors are now only rehighlighted once instead of once for each
21608         file saved.
21610 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21611         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21612         * src/anjuta.desktop.in.in: Support startup notification.
21613 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21614         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21615         * src/anjuta.desktop.in.in: Support startup notification.
21618 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
21620         Reviewed by Naba Kumar  <naba@gnome.org>
21621         
21622         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
21623         memory leak from glade_xml_new call. Removed gxml field from Executer
21624         struct as only used in create_executer_dialog and then destroyed.
21625         
21626         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
21627         
21628         * src/configurer.c: Fix warning trying to connect signal to non-existent
21629         environment entry in configure dialog and fix crash when closing the
21630         window.
21631         
21632         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
21633         gnome_date_edit_get_time instead.
21634         
21635         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
21636         in view menu required renumbering elsewhere.
21638 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
21640         Reviewed by Naba Kumar  <naba@gnome.org>
21641         
21642         * src/breakpoints.c: fixed an error when removing breakpoint
21643         * src/controls.c: 'run to cursor' is sensitive when debugger not active
21644         * src/debugger.c: changes to the way the debugger is activated
21645         * src/debugger.h: clean ups
21647 2003-05-13  Naba Kumar  <naba@gnome.org>
21649         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21650         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
21651         src/memory.h: A new version of memory and the interface
21652         is now integrated in anjuta.glade
21654 2003-05-09  Naba Kumar  <naba@gnome.org>
21656         * configure.in: Bumped required gtk version to 2.0.8.
21657         
21658 2003-05-06  Naba Kumar  <naba@gnome.org>
21660         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
21662 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21663         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
21665 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21666         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
21667         , tagmanager/c.c: Support for ProC and RDB files.
21669 2003-05-06  Naba Kumar  <naba@gnome.org>
21671         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
21672         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
21673         Uncomment (Box & Stream), Select the current function,
21674         authorize the "Quit" button of the GotoLine window
21676 2003-05-05  Naba Kumar  <naba@gnome.org>
21678         * src/watch_gui.h: CVS added new file.
21680         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
21682         Patch from Etay Meiri <etay-m@bezeqint.net>
21683         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
21684         src/mainmenu_callbacks.c, src/message-manager.cc,
21685         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
21686         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
21687         Ported stack trace to GNOME2 and added it in the message manager
21688         pane.
21690 2003-05-02  Naba Kumar  <naba@gnome.org>
21692         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
21693         
21694         * src/preferences.[h,c]: Fixed preferences to save only one copy of
21695         preferences property.
21696         
21697         * anjuta.prj: Fixed multiple preferences saved data.
21698         
21699         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
21700         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
21701         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
21702         scintilla/include/Platform.h, scintilla/include/PropSet.h,
21703         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
21704         Upgraded scitilla from CVS with faster window repaint
21705         and more bugfixes.
21706         
21707         Patch from  Etay Meiri  <etay-m@bezeqint.net>
21708         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
21709         and code cleanups
21710         
21711 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
21713         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
21714         the window if messages are appended to the end and the scrollbar is
21715         at the end.
21717 2003-04-29  Naba Kumar  <naba@gnome.org>
21719         * configure.in: Removed omf-install from Makefiles list.
21721 2003-04-28  Naba Kumar  <naba@gnome.org>
21723         * po/POTFILES.in: Remvoded deleted files.
21724         
21725         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
21726         pixmaps/windows-style-undocked.png: Added setup wizard's images.
21728         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
21729         is executed as detached) is not set properly.
21730         
21731 2003-04-25  Naba Kumar  <naba@gnome.org>
21732         
21733         * anjuta.prj: Updated.
21734         * src/anjuta_info.c: Fixed text wrapping and column view.
21735         * data/welcome.txt.in: Removed unaligned characters.
21736         
21737 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21738         * src/main_menubar.c: Disable setup dialog.
21740 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21741         * src/breakpoints.c; Fixed compilation with older GCC
21742         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
21743         * HACKING: Spelling fixes (Suggested by Stephen Knight)
21745 2003-04-18  Naba Kumar  <naba@gnome.org>
21747         * anjuta.prj: Updated (includes compiler options).
21748         
21749         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
21750         function from anjuta.c (it was already available in anjuta-tools.c).
21751         
21752 2003-04-18  Naba Kumar  <naba@gnome.org>
21754         * src/about.c, THANKS: Updated
21755         
21756         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
21757         
21758         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
21759         properly from the project session before updating the file
21760         view.
21761         
21762         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
21763         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
21764         dialog settings (as it will not be required once GDL is in place) and
21765         added file view filters in the settings sub-menu.
21767 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21768         * HACKING: Updated
21769         * configure.in: Disable cast checks on final build.
21771 2003-04-17  Naba Kumar  <naba@gnome.org>
21773         * src/build_project.c: Fixed a compilation error.
21775         * src/launcher.c: Removed commnets.
21776         
21777         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
21778         properties from editor tab to indentation tab and fixed a property
21779         label for proper i18n translation. Fixed typos in project config
21780         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
21781         sorting and reordering in compiler options dialog.
21782         
21783         * src/compiler_options.c: Implemented _save() function to save the
21784         options (which was pending).
21785         
21786         * src/build_project.c: Destroys install-as-root dialog when it is done.
21787         
21788         * src/an_symbol_view.c: Change "event" event to "event-after" so
21789         that symbol row is selected first before the popup is shown.
21790         
21791 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21793         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
21794         file in CVS/Entries. (Reviewed and applied by Biswa)
21796 2003-04-16  Naba Kumar  <naba@gnome.org>
21798         * aneditor.cxx: use unicode everytime (fixed unicode related
21799         bugs).
21801         * anjuta.prj: Fixed UI editor name (blank to use default) and
21802         anjuta version.
21803         
21804         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
21805         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
21806         Editor preferences page.
21808 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21809         * src/anjuta.[ch], src/print.c: Fixed warnings
21810         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
21811         * configure.in: Profiling support with gprof
21813 2003-04-16  Naba Kumar  <naba@gnome.org>
21815         Patch from Gaëtan de Menten  <ged@bugfactory.org>
21816         * src/launcher.c: Fixed cvs dialog.
21817         
21818 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
21819         
21820         * src/message-manager-private.cc: Fixed double-click on first line of 
21821         output to properly select a line.
21822         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
21823         because still was a deprecatd GtkCTreeNode and always NULL anyway.
21825 2003-04-15  Naba Kumar  <naba@gnome.org>
21827         * src/message-manager-private.cc: Fixed the glade filename typo.
21829 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21830         * scintilla/*, data/properties/*: Scintilla CVS merge
21831         * anjuta.prj: Removed unnecessary files.
21832         * scintilla/PlatGTK.cxx: Force Pango fonts always
21833         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
21834         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
21835         for preferences.
21836         * configure.in: Change version no. for 1.1.1 (alpha release)
21837         * configure.in: Added '--with-pref-suffix' option.
21838         * config.guess, config.sub: Removed from CVS.
21840 2003-04-15  Naba Kumar  <naba@gnome.org>
21842         Patch from Timothee Besset  <ttimo@idsoftware.com>
21843         * Makefile.am: Fixed a shell script error during intallation.
21844         
21845 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21847         Reviewed by Naba Kumar  <naba@gnome.org>
21848         * src/message-manager.cc: Added popup-menu to TreeView and fixed
21849         set_wm_class to use "anjuta" instead of "an.
21850         * src/message-manager-private.cc: Headers are hidden again.
21852 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21853         * src/project_dbase_gui.c: Memory corruption fix.
21854         * anjuta.prj: Updated project file
21856 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21857         * an_file_view.c: Connect to event-after signal rather than event so that
21858         selection is updated first and thus context menu is for the right file.
21859         Reviewed and applied by Biswa.
21861 2003-04-14  Naba Kumar  <naba@gnome.org>
21863         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
21864         
21865         * src/auncher.c: More child exit fixes
21866         from Timothee Besset  <ttimo@idsoftware.com>
21868 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21869         
21870         Reviewed by Naba Kumar  <naba@gnome.org>
21871         
21872         * src/message-manager.[c/h], src/message-manager-private[c/h],
21873                 anjuta.[c/h]: Ported message-manager to Gtk2
21874         
21875         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21876         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
21877         src/clean_project.c, src/compile.c, src/configurer.c,
21878         src/controls.c, src/cvs.c, src/debugger.c,
21879         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21880         src/project_import.c, src/search-replace.c: Changed name from
21881         AnjutaMessageManager to AnMessageManager to avoid too long type
21882         and funtion names.
21884 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21885         * src/launcher.c: Fix build won't stop problem - TTimo
21886         * TODO: Updated
21887         * pixmaps/anjuta_splash.c: New splash screen prototype.
21888         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
21889         * src/compiler_options.c: Mute pkgconfig errors.
21890         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
21892 2003-04-10  Naba Kumar  <naba@gnome.org>
21894         * configurer.[c,h]: Fixed dialog to close properly.
21895         * src/project_dbase.c, widgets/gnomefilelist.c: Added
21896         debugging asserts.
21897         
21898 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21899         * anjuta.prj: Removed unnecessary files, load with 1.2.0
21900         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
21901         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
21902         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
21903         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
21904         src/makefile.am: Move gdl to it's own directory.
21905         * global-tags/create_global_tags.sh: Silently ignore SDL error.
21907 2003-04-09  Naba Kumar  <naba@gnome.org>
21909         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
21910         branch.
21912 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21913         * src/anjuta-tools.c: Use CDATA for saving tools data.
21914         * anjuta.glade, src/search-replace.c: Port from branch.
21915         * widgets/e-splash.*, src/main.c: Better splash screen.
21916         * configure.in, widgets/gdl*: Import GDL widgets.
21917         * ROADMAP: Updated roadmap.
21918         * src/an_file_view.c: Use GDL icons for file tree.
21920 2003-04-09  Naba Kumar  <naba@gnome.org>
21922         * anjuta.glade: Added (hidden) initial setup-wizard window.
21923         
21924         Patch from: Vitaly  <vvv@rfniias.ru>
21925         * src/preferences.c: Fixes a bug with libglace widget access with
21926         translated strings.
21928         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21929         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
21930         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21931         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
21932         src/toolbar_callbacks.[c,h],
21933         src/memory.c, src/message-manager-private.cc,
21934         src/message-manager-private.h, src/message-manager.cc,
21935         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
21936         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
21937         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
21938         watch window to a subwindow in the notebook
21940 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21941         * ROADMAP: Updated roadmap.
21943 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
21945         * configure.in: Added Belarusian to ALL_LINGUAS.
21947 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21948         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
21949         Henry Jia
21950         * ROADMAP: Added roadmap for HEAD.
21952 2003-03-29  Naba Kumar  <naba@gnome.org>
21954         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
21955         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
21956         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
21957         (new) pixmaps/start-with-wizard.png,
21958         (new) pixmaps/start-with-import.png,
21959         (new) pixmaps/start-with-open.png Added Start with dialog which pops
21960         up on anjuta start-up to give quick access to opening file/project or
21961         creation wizards.
21963         * src/main.c: Sets proper data directory for the gnome
21964         program.
21966 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21967         * src/text_editor.c: Fixed error/warning indicators.
21969 2003-03-24  Naba Kumar  <naba@gnome.org>
21971         * README: Correct version.
21972         
21973 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
21975         * configure.in: Added checks to see if were building on FreeBSD
21976         systems.  Sets -DFREEBSD if we are, and also attempts to find
21977         gmake if the host system is FreeBSD.
21979         * src/getline.c: New file used to provide the getline function,
21980         which isnt available on a FreeBSD system.  The function is only
21981         defined if FREEBSD is defined.
21983         * src/Makefile.am: Added getline.c to anjuta_SOURCES
21985         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
21986         configure.in sets this to gmake on FreeBSD systems, and make
21987         on everything else.
21989 2003-03-23  Naba Kumar  <naba@gnome.org>
21991         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
21992         
21993         * anjuta.spec.in: Fixed spec file for correct file paths and
21994         corrected rpmbuild.
21996         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
21997         the rpm build command separately now.
21998         
21999         * src/anjuta.c, windows-dialog.c: Added some more window management
22000         stuffs (not still fully working, though).
22002         * TODO: Updated.
22004 2003-03-22  Naba Kumar  <naba@gnome.org>
22006         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22008 2003-03-21  Naba Kumar  <naba@gnome.org>
22010         * README: Removed Andy Piper's name from the active maintainers
22011         list on his request.
22012         
22013         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22014         preferences.
22015         
22016         * src/anjuta-tools.c: Fixed compiler errors.
22018         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22019         show bugs.
22020         
22021         * src/commands.c, src/src_paths.c, src/style-editor.c,
22022         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22023         becuase they are now hidden by default (from glade editing).
22024         
22025         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22026         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22027         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22028         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22029         basic windows managements.
22030         
22031 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22032         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22033         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22034         Enver ALTIN (a.k.a. skyblue)
22036 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22037         * tagmanager/*: Added ignore-list for symbols. This will make
22038         parsing more accurate for projects. Doc updates needed.
22040 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22041         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22042         * launcher/Makefile.am: Link to correct libraries
22043         * src/launcher.c: Do not allow NULL shell
22045 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22046         * src/debug_tree.c: Improve debug tree view.
22048 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22050         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22051         'Run Configure Script' and 'Execute Program'. Increase minimum width
22052         of Configure dialog.
22053         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22054         list widget by setting a model and adding a column and renderer.
22055           Actually store the nocvs toggle button in FindInFiles data structure.
22056           Handle selection changes via changed signal rather than row_activated.
22057           Use response signal for handling the close and find buttons.
22058           Close window when escape is pressed.
22059         * find_replace.c: Close window when escape is pressed.
22060         * find_text.c: Close window when escape is pressed in find dialog as
22061         well as wrap search question, where now Yes is the default button.
22063 2003-03-05  Naba Kumar  <naba@gnome.org>
22065         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22067         * src/message-manager-private.cc: Fixed a bug with vte conditional
22068         compilation.
22069         * anjuta.glade: Hides all windows in glade file.
22071 2003-03-05  Naba Kumar  <naba@gnome.org>
22073         * src/an_file_view.c: Fixed a compilation warning.
22074         * src/message-manager-private.cc: Conditional compilation for vte
22075         API.
22076         
22077 2003-02-28  Naba Kumar  <naba@gnome.org>
22079         * configure.in, anjuta.spec.in: Updated dependency packages version.
22080         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22081         * src/preferences.c: Added debug assertions.
22082         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22083         editor to enable/disable bringing the recent editor tabs first.
22084         
22085         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22086         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22087         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22088         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22089         and     bug fixes. Also code clean ups.
22090         
22091         * (new) src/search-replace.[h,c]: New search replace implementation
22092         from ANJUTA_1_0_0 branch.
22093         
22094         * (new) src/windows-dialog.[h,c]: New windows management class
22095         [work in progress].
22097 2003-02-28  Naba Kumar  <naba@gnome.org>
22099         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22100         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22101         src/appwizard.c, src/build_file.c, src/build_project.c,
22102         src/clean_project.c, src/compile.c, src/configurer.c,
22103         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22104         src/message-manager-dock.c, src/message-manager-dock.h,
22105         src/message-manager-private.cc, src/message-manager.cc,
22106         src/preferences-dialog.c, src/preferences-dialog.h,
22107         src/preferences.c, src/preferences.h, src/project_dbase.c,
22108         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22109         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22110         src/utilities.c, src/utilities.h:
22111         
22112         Widgetized Preferences and gave proper function names.
22114         * src/executer.c: Fixed a session loading bug.
22115         
22116 2003-02-27  Naba Kumar  <naba@gnome.org>
22118         * printing/print.c: Fixed printing font bug that failed to load the
22119         proper fonts.
22120         
22121         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22122         
22123         * TODO, anjuta.prj: Updated.
22125 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22127         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22128         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22129         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22130         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22131         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22132         fixed omf errors
22134 2003-02-25  Naba Kumar  <naba@gnome.org>
22136         * Makefile.am: Excluded omf-install from installation as the docs are
22137         not ready.
22138         
22139         TODO: Updated.
22140         
22141         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22142         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22143         property names and added new editor properties and code cleanups.
22144         Also added new project properties.
22145         
22146         * src/compiler_options.[h,c]: Added pkg-config packages supports
22147         and fixed bugs.
22148         
22149         * src/glade_iface.h: Cleanups.
22150         
22151         * src/launcher.c: Used timer instead of idle to scan.
22152         
22153         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22154         src/project_config.[h,c], src/project_import.c: Implemented project
22155         property to define GUI editor and to handle it.
22156         
22157         * src/preferences.c: i18n fixes.
22158         
22159         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22160         unused (and old) pixmaps.
22161         
22162         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22163         
22164 2003-02-25  Naba Kumar  <naba@gnome.org>
22166         * src/message-manager-private.[h,cc], src/preferences.c,
22167         anjuta.glade, anjuta_dialog_strings.c: Implemented
22168         gnome terminal profiles for the terminal preferences and moved the
22169         addition of terminal preferences in the terminal constructor.
22170         
22171         * anjuta.prj: Updated.
22173 2003-02-24  Naba Kumar  <naba@gnome.org>
22175         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22176         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22177         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22178         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22179         preferences dialog.
22181         * TODO: Updated.
22183         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22184         text selection and child re-spawning.
22186         * src/pixmaps.h: Removed unused pixmaps definitions.
22187         
22188 2003-02-23  Naba Kumar  <naba@gnome.org>
22190         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22191         the project tree/window.
22193         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22194         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22195         Correct the use of a variable and implemented session save/load
22196         for tree expansion states.
22197         
22198         * src/main_menubar_def.h: Fixed shortcuts keys.
22199         
22200         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22201         
22202         * anjuta.prj: Updated.
22203         
22204 2003-02-22  Naba Kumar  <naba@gnome.org>
22206         * src/debug_tree.[c,h]: GNOME2 port from 
22207         Etay Meiri <etay-m@bezeqint.net>
22208         
22209         * src/an_file_view.c, src/resources.[h,c],
22210         data/properties/bash.properties,
22211         data/properties/cpp.properties,
22212         data/properties/html.properties,
22213         data/properties/make.properties,
22214         data/properties/others.properties,
22215         data/properties/perl.properties,
22216         data/properties/props.properties,
22217         data/properties/xml.properties: Standarized file icons. Icons are
22218         defined in respective .properties file and are retrieved as resource
22219         data.
22221         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22222         in labels from the commands editor as that would create
22223         problems for translators.
22225 2003-02-21  Naba Kumar  <naba@gnome.org>
22227         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22228         as they should be part of CVS(?).
22230         * Makefile.am: Corrected a typo for glade generated strings file.
22232         * configure.in, po/hi.po: Added new Hindi (hi) translation
22233         in ALL_LINGUS and added initial Hindi translation.
22235         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22236         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22237         sv_unknown.xpm to more proper icon.
22239         * (new)data/properties/php.properties, data/properties/Makefile.am,
22240         data/properties/anjuta.properties, data/properties/html.properties:
22241         Fixed PHP syntax hilighting bug by separating php properties into
22242         different file (because of file size).
22244         * TODO: Updated.
22245         
22246 2003-02-20  Naba Kumar <naba@gnome.org>
22248         * src/breakpoints.c: Fixed breakpoints session saving/loading
22249         crash bug.
22250         
22251         * scintilla/*, scintilla/include/*: Updated to scintilla
22252         release 1.51
22253         
22254 2003-02-19  Naba Kumar <naba@gnome.org>
22256         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22257         * TODO: Updated.
22259         * Makefile.am, src/Makefile.am,
22260         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22261         (removed) src/anjuta_dialog_strings.c,
22262         (removed) src/anjuta_dialogs_strings.c,
22263         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22264         (added) anjuta.glade: Transfered glade files from src/ directory
22265         to the top level directory.
22267         * po/POTFILES.in: Updated.
22268         
22269         * (removed) macrocs2/*: Transfered to data/ directory.
22270         
22271         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22272         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22273         requires to have macros dir, but the projects generated by anjuta
22274         require them.
22275         
22276         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22277         trees.
22278         
22279         * src/defaults.c: Corrected default compiler options.
22280         
22281         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22282         wizard.
22283         
22284         * src/message-manager-private.cc, src/message-manager-private.h,
22285         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22286         
22287         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22288         source code generation for gnome2 projects.
22290 2003-02-11  Naba Kumar <naba@gnome.org>
22292         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22293         restores the expand/collaspe states of the nodes after refresh.
22294         
22295         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22296         
22297 2003-02-11  Naba Kumar <naba@gnome.org>
22299         * src/style-editor.c: Fixed pango font description handling for fonts.
22300         * src/anjuta.glade: Removed font size spin button.
22301         * configure.in, src/anjuta.prj: Corrected version.
22302         * TODO: update.
22303         
22304 2003-02-10  Naba Kumar <naba@gnome.org>
22306         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22307         references of scroll-menu.h and add about.h in Makefile.am.
22308         
22309         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22310         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22311         (removed) widgets/scroll-menu.h: Removed unused files.
22312         
22313         * Makefile.am: Added proper i18n rules and added intl tools for
22314         distributions.
22315         
22316         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22317         to the stable release).
22318         
22319         * anjuta.spec.in: Removed manuals packaging.
22320         
22321         * data/Makefile.am: Removed 'macros' installation (not required for
22322         gnome2 projects).
22324 2003-02-10  Naba Kumar <naba@gnome.org>
22326         * po/POTFILES.in: Updated.
22328         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22329         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22330         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22331         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22332         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22333         icons and images.
22335         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22336         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22337         and fixed to properly handle focus in find entry box.
22339         * Makefile.am: Added code for RH system menu update.
22341         * .cvsignore: Updated.
22343         * NEWS: Updated.
22345 2003-02-03  Naba Kumar <naba@gnome.org>
22347         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22348         editor preferences. and fixes dialogs.
22350         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22351         Fixed linenumbers and header margins when they are disabled and
22352         removed unused header files.
22354         * src/attact_process.[h,c], src/debugger.c: Attach to process
22355         now works.
22357         * src/help.c: Fixed dialog response.
22359         * TODO: Updated.
22361         * data/properties/anjuta.properties: Corrected typo.
22363         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22364         Change the signal to "changed" in entry from "selection-changed" in
22365         list.
22367         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22368         short-cuts.
22370 2003-01-31  Naba Kumar <naba@gnome.org>
22372         * configure.in: Upgraded to use libgnomeprint-2.2
22373         
22374         * printing/Makefile.am: Updated
22375         
22376         *(removed) printing/print-doc.c, printing/print-doc.h,
22377         printing/print-util.c, printing/print-util.h: Removed because already
22378         merged with print.c.
22379         
22380         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22381         and libgnomeprintui-2.2 and fixed rendering problems.
22382         
22383         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22384         uneccessary print properties, as they are separately taken
22385         care in gnomeprint.
22386         
22387         * po/POTFILES.in: Update.
22389 2003-01-30  Naba Kumar <naba@gnome.org>
22391         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22392         for about dialog box.
22393         
22394         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22395         src/pixmaps.h: Modified for the above additions for about dialog.
22397 2003-01-29  Naba Kumar <naba@gnome.org>
22399         * src/style_editor.[c,h]: Added missing files.
22400         
22401 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22402         * scintilla/XPM.[cxx|h]: Added missing files
22404 2003-01-29  Naba Kumar <naba@gnome.org>
22405         
22406         * TODO, po/POTFILES.in: Updated.
22407         
22408         * anjuta.prj, src/anjuta.glade,
22409         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22411 2003-01-28  Naba Kumar <naba@gnome.org>
22412         
22413         * data/properties/anjuta.properties, src/aneditor.cxx,
22414         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22415         properties into text properties (earlier it was int properties).
22417         * TODO: Updated
22418         
22419         * scintilla/AutoComplete.c,xx,
22420         scintilla/AutoComplete.h,
22421         scintilla/CallTip.c,xx,
22422         scintilla/CallTip.h,
22423         scintilla/Document.c,xx,
22424         scintilla/Document.h,
22425         scintilla/Editor.c,xx,
22426         scintilla/Editor.h,
22427         scintilla/LexAVE.c,xx,
22428         scintilla/LexCSS.c,xx,
22429         scintilla/LexHTML.c,xx,
22430         scintilla/LexOthers.c,xx,
22431         scintilla/LexPython.c,xx,
22432         scintilla/LineMarker.c,xx,
22433         scintilla/LineMarker.h,
22434         scintilla/Makefile.am
22435         scintilla/PlatGTK.c,xx,
22436         scintilla/PropSet.c,xx,
22437         scintilla/ScintillaBase.c,xx,
22438         scintilla/ScintillaBase.h,
22439         scintilla/ScintillaGTK.c,xx,
22440         scintilla/ViewStyle.c,xx,
22441         scintilla/include/Platform.h,
22442         scintilla/include/SciLexer.h,
22443         scintilla/include/Scintilla.h,
22444         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22445         
22446         
22447         src/Makefile.am,
22448         src/an_file_view.c,
22449         src/an_symbol_view.c,
22450         src/anjuta-tools.c,
22451         src/anjuta.c,
22452         src/anjuta.glade
22453         src/anjuta.h,
22454         src/anjuta_cbs.c,
22455         src/anjuta_dialogs_strings.c,
22456         src/anjuta_info.c,
22457         src/commands.c,
22458         src/compiler_options.c,
22459         src/debugger.c,
22460         src/help.c,
22461         src/main_menubar.c,
22462         src/main_menubar.h,
22463         src/main_menubar_def.h,
22464         src/mainmenu_callbacks.c,
22465         src/mainmenu_callbacks.h,
22466         src/message-manager-private.c,c
22467         src/message-manager-private.h,
22468         src/message-manager.c,c
22469         src/message-manager.h,
22470         src/pixmaps.h,
22471         src/preferences.c,
22472         src/preferences.h,
22473         src/project_config.c,
22474         src/project_dbase.c,
22475         src/project_dbase_gui.c,
22476         src/project_import_gui.c,
22477         src/properties.c,xx,
22478         src/properties.h,
22479         src/resources.c,
22480         src/src_paths.c,
22481         src/text_editor.c,
22482         src/text_editor_gui.c,
22483         src/toolbar.c,
22484         src/utilities.c,
22485         src/utilities.h,
22486         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22487         
22488 2003-01-24  Naba Kumar <naba@gnome.org>
22490         * src/text_editor_gui.c, src/toolbar.c,
22491         src/text_editor.c, src/text_editor_cbs.h:
22492         Used correct notification signal name for scintilla
22493         (gtk2) and fixed UI.
22494         
22495         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22496         when not required.
22497         
22498         * printing/print-doc.c,
22499         printing/print.c,,
22500         src/anjuta-tools.c,
22501         src/find_replace.c,
22502         src/goto_line.c,
22503         src/launcher.c,
22504         src/mainmenu_callbacks.c,
22505         src/project_dbase.c,
22506         src/project_dbase.h,
22507         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22508         src/text_editor.c,
22509         src/text_editor_cbs.h:
22512 2003-01-23  Naba Kumar <naba@gnome.org>
22514         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22515         correct stock icons and organized pixmap macros.
22516         
22517         Makefile.am: Removed non-generated files.
22518         
22519         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22520         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22521         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22522         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22523         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22524         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22525         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22526         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22527         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22528         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22529         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22530         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22531         stop.xpm, undo.xpm}: Removed because no longer used.
22533         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
22534         file_unknown.xpm}: Files renamed from fv_*, as it would
22535         be the right name.
22537         * pixmaps/Makefile.am: Updated for the above changes.
22539 2003-01-23  Jakub Steiner <jimmac * ximian * com>
22541         * pixmaps/autocomplete-16.png,
22542         pixmaps/autocomplete.png,
22543         pixmaps/block-end-16.png,
22544         pixmaps/block-end.png,
22545         pixmaps/block-start-16.png,
22546         pixmaps/block-start.png,
22547         pixmaps/bookmark-first-16.png,
22548         pixmaps/bookmark-first.png,
22549         pixmaps/bookmark-last-16.png,
22550         pixmaps/bookmark-last.png,
22551         pixmaps/bookmark-next-16.png,
22552         pixmaps/bookmark-next.png,
22553         pixmaps/bookmark-prev-16.png,
22554         pixmaps/bookmark-prev.png,
22555         pixmaps/error-next-16.png,
22556         pixmaps/error-next.png,
22557         pixmaps/error-prev-16.png,
22558         pixmaps/error-prev.png: gnome2-styled icons
22561 2003-01-23  Naba Kumar <naba@gnome.org>
22563         * anjuta.prj: Updated compiler options.
22564         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
22566         * src/aneditor.cxx,
22567         src/anjuta.c,
22568         src/anjuta.glade,
22569         src/anjuta_dialogs_strings.c,
22570         src/mainmenu_callbacks.c,
22571         src/mainmenu_callbacks.h,
22572         src/text_editor.c,
22573         src/text_editor_cbs.c,
22574         src/text_editor_gui.c: GNOME2 Porting.
22576 2003-01-22  Naba Kumar <naba@gnome.org>
22578         * ChangeLog: Corrected dates.
22579         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
22580         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
22581         preferences.
22583 2003-01-22  Naba Kumar <naba@gnome.org>
22584         
22585         * plugins/patch/patch-plugin.c: Bug fix.
22586         
22587         * src/anjuta-tools.c,
22588         src/anjuta.c,
22589         src/anjuta.glade,
22590         src/anjuta.h,
22591         src/anjuta_dialogs_strings.c,
22592         src/breakpoints.c,
22593         src/cvs_gui.c,
22594         src/debugger.c,
22595         src/debugger.h,
22596         src/executer.c,
22597         src/glade_iface.c,
22598         src/main.c,
22599         src/mainmenu_callbacks.c,
22600         src/mainmenu_callbacks.h,
22601         src/preferences.c,
22602         src/project_dbase.c,
22603         src/project_dbase_gui.c,
22604         src/registers.c,
22605         src/sharedlib.c,
22606         src/signals.c,
22607         src/signals_cbs.c,
22608         src/source.c,
22609         src/stack_trace.c,
22610         src/toolbar_callbacks.c,
22611         src/utilities.c,
22612         src/utilities.h,
22613         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
22614         
22615         * src/Makefile.am,
22616         (removed) src/CORBA-Server.c,
22617         (removed) src/CORBA-Server.h,
22618         (removed) src/Gladen-common.c,
22619         (removed) src/Gladen-stubs.c,
22620         (removed) src/Gladen.h,
22621         (removed) src/Prj-common.c,
22622         (removed) src/Prj-skelimpl.c,
22623         (removed) src/Prj-skels.c,
22624         (removed) src/Prj-stubs.c,
22625         (removed) src/Prj.h,
22626         (removed) src/glades.c,
22627         (removed) src/glades.h,
22628         (removed) src/messagebox.c,
22629         (removed) src/messagebox.h: Removed because no longer used.
22631 2003-01-21  Naba Kumar <naba@gnome.org>
22633         * src/anjuta-tools.c,
22634         src/anjuta.c,
22635         src/anjuta.glade,
22636         src/anjuta_dialogs_strings.c,
22637         src/anjuta_info.c,
22638         src/anjuta_info.h,
22639         src/breakpoints.c,
22640         src/compiler_options.c,
22641         src/debugger.c,
22642         src/find_replace.c,
22643         src/find_replace.h,
22644         src/find_text.c,
22645         src/find_text.h,
22646         src/goto_line.c,
22647         src/launcher.c,
22648         src/text_editor.c,
22649         widgets/gnomefilelist.c: GNOME2 porting.
22651 2003-01-20  Naba Kumar <naba@gnome.org>
22653         * global-tags/create_global_tags.sh: Uses pkg-config to
22654         read the modules.
22655         
22656         * src/anjuta.c,
22657         src/anjuta.glade,
22658         src/anjuta.h,
22659         src/anjuta_cbs.c,
22660         src/anjuta_dialogs_strings.c,
22661         src/breakpoints.c,
22662         src/breakpoints.h,
22663         src/compiler_options.c,
22664         src/compiler_options.h,
22665         src/fileselection.c,
22666         src/fileselection.h,
22667         src/mainmenu_callbacks.c,
22668         src/project_dbase_gui.c,
22669         src/session.c,
22670         src/src_paths.c,
22671         src/src_paths.h,
22672         src/text_editor.c,
22673         src/text_editor_gui.c,
22674         widgets/gnomefilelist.c,
22675         widgets/gnomefilelist.h: GNOME2 porting.
22676         
22677         * widgets/Makefile.am,
22678         (removed) widgets/gnomedirlist.c,
22679         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
22680         
22681         * src/Makefile.am,
22682         (removed) src/src_paths_cbs.c,
22683         (removed) src/src_paths_cbs.h,
22684         (removed) src/src_paths_gui.c,
22685         (removed) src/compiler_options_cbs.c,
22686         (removed) src/compiler_options_cbs.h,
22687         (removed) src/breakpoints_cbs.c,
22688         (removed) src/breakpoints_cbs.h: Removed because they are now
22689         combined in singe file
22691 2003-01-16  Naba Kumar <naba@gnome.org>
22693         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
22694         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
22695         options dialog UI and data handling.
22698 2003-01-15  Naba Kumar <naba@gnome.org>
22700         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
22701         Completed command editor porting.
22702         
22703         * src/anjuta.c: Removed the use of commands load function
22704         (not required).
22706         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
22707         and unrefs.
22709         * src/anjuta-tools.c: Fixed translatable strings.
22710         
22711         * src/find_text.c: Fixed dialog creation from glade.
22712         
22713         * src/text_editor_gui.c, src/text_editor.c,
22714         src/text_editor_cbs.c: Completed port of detached text editor
22715         to gnome2 plateform.
22716         
22717 2003-01-14  Naba Kumar <naba@gnome.org>
22719         * src/anjuta.glade, src/preferences.[h,c],
22720         src/anjuta_dialogs_strings.c: Added build and editor
22721         preferences pages and other UIs. Fixed preferense loading and saving.
22722         
22723         * src/anjuta.c: Does case-insensitive match for tabs position
22724         preferences and removed preferences loading (done at _new() call).
22725         
22726         * anjuta-tools.c: Debugged tools dialog handling.
22727         * plugins/class-gen/clsGen.c: Fixed an undefined function.
22728         
22729 2003-01-13  Naba Kumar <naba@gnome.org>
22731         * ABOUT-NLS: Update (strange).
22733         * autogen.sh: Removed blocking code.
22735         * configure.in: Fixed an autogen bug.
22736         
22737 2003-01-13  Naba Kumar <naba@gnome.org>
22739         * (new)src/anjuta.gladep
22740         (new)src/messagebox.c
22741         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
22742         will be gradually removed (and then the files).
22743         
22744         * Makefile.am,
22745         anjuta.prj,
22746         printing/print-util.c,
22747         printing/print.c,
22748         scintilla/ScintillaGTK.c,xx
22749         src/Makefile.am,
22750         src/an_file_view.c,
22751         src/an_symbol_view.c,
22752         src/anjuta.c,
22753         src/anjuta.glade
22754         src/anjuta.h,
22755         src/anjuta_dialogs_strings.c,
22756         src/anjuta_gui.c,
22757         src/attach_process.c,
22758         src/attach_process.h,
22759         src/breakpoints.c,
22760         src/breakpoints.h,
22761         src/breakpoints_cbs.c,
22762         src/commands.c,
22763         src/commands.h,
22764         src/compiler_options.c,
22765         src/compiler_options.h,
22766         src/compiler_options_cbs.c,
22767         src/configurer.c,
22768         src/configurer.h,
22769         src/controls.c,
22770         src/cvs_cbs.c,
22771         src/debug_tree.c,
22772         src/debug_tree.h,
22773         src/executer.c,
22774         src/executer.h,
22775         src/find_in_files.c,
22776         src/find_in_files.h,
22777         src/find_in_files_cbs.c,
22778         src/find_replace.c,
22779         src/find_replace.h,
22780         src/find_text.c,
22781         src/find_text.h,
22782         src/goto_line.c,
22783         src/help.c,
22784         src/help.h,
22785         src/launcher.c,
22786         src/main.c,
22787         src/main_menubar.c,
22788         src/mainmenu_callbacks.c,
22789         src/message-manager.c,c
22790         src/pixmaps.h,
22791         src/preferences.c,
22792         src/project_config.c,
22793         src/project_config.h,
22794         src/project_dbase.c,
22795         src/project_import_cbs.c,
22796         src/resources.c,
22797         src/resources.h,
22798         src/splash.c,
22799         src/src_paths.c,
22800         src/src_paths.h,
22801         src/src_paths_gui.c,
22802         src/text_editor.c,
22803         src/text_editor_gui.c,
22804         src/toolbar.c,
22805         src/toolbar.h,
22806         src/utilities.c,
22807         src/utilities.h,
22808         src/wizard_gui.c,
22809         widgets/gnomefilelist.c: GNOME2 Port.
22811 2003-01-10  Naba Kumar  <naba@gnome.org>
22813         * src/an_file_view.c,
22814         src/anjuta_gui.c,
22815         src/appwizard_gui.c,
22816         src/compiler_options.c,
22817         src/compiler_options_cbs.c,
22818         src/cvs_cbs.c,
22819         src/executer.c,
22820         src/fileselection.c,
22821         src/find_in_files.c,
22822         src/goto_line.c,
22823         src/main_menubar.c,
22824         src/memory.c,
22825         src/message-manager-dock.c,
22826         src/preferences.c,
22827         src/project_dbase_gui.c,
22828         src/project_import_gui.c,
22829         src/registers_gui.c,
22830         src/sharedlib_gui.c,
22831         src/src_paths_gui.c,
22832         src/text_editor_gui.c,
22833         src/toolbar.c,
22834         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
22836 2003-01-09  Naba Kumar <naba@gnome.org>
22838         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
22839         problems with some comments.
22841         * anjuta.prj: New project file (updated?)
22843         * src/Makefile.am: Enabled deprecated API and fixed variables.
22845         * src/an_file_view.c,
22846         src/an_symbol_view.c,
22847         src/anjuta-plugins.c,
22848         src/anjuta-tools.c,
22849         src/anjuta.c,
22850         src/anjuta_gui.c,
22851         src/appwizard_cbs.c,
22852         src/attach_process.c,
22853         src/attach_process_cbs.c,
22854         src/compiler_options.c,
22855         src/compiler_options_cbs.c,
22856         src/launcher.c,
22857         src/mainmenu_callbacks.c,
22858         src/message-manager-private.c,c
22859         src/message-manager-private.h,
22860         src/message-manager.c,c
22861         src/message-manager.h,
22862         src/project_dbase.c,
22863         src/project_dbase.h,
22864         src/project_dbase_gui.c,
22865         src/project_import_cbs.c,
22866         src/project_import_gui.c,
22867         src/registers.c,
22868         src/resources.c,
22869         src/resources.h,
22870         src/sharedlib.c,
22871         src/signals.c,
22872         src/signals_cbs.c,
22873         src/signals_gui.c,
22874         src/splash.c,
22875         src/src_paths_cbs.c,
22876         src/src_paths_gui.c,
22877         src/stack_trace.c,
22878         src/text_editor.c,
22879         src/text_editor_gui.c,
22880         src/text_editor_menu.c,
22881         src/toolbar.c,
22882         src/toolbar_callbacks.c,
22883         src/utilities.c,
22884         src/watch.c,
22885         src/watch_cbs.c,
22886         src/wizard_gui.c: GNOME porting.
22888 2002-12-24 Naba Kumar <naba@gnome.org>
22890         * AUTHORS, ChangeLog, HACKING, Makefile.am,
22891         NEWS, README, SEARCH-REPLACE,
22892         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
22893         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
22894         launcher/Makefile.am,
22895         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
22896         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
22897         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
22898         printing/print-util.c, printing/print.c, printing/print.h,
22899         scintilla/*/*, widgets/e-shell-about-box.c,
22900         src/*, tagmanager/*/*, widgets/Makefile.am,
22901         widgets/gnomefilelist.c:
22902         
22903         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
22904         src/*.[c,h] files to gnome2 API.
22906         * src/anjuta_dialogs_strings.c: Added glade generated translatable
22907         strings table.
22909 2002-10-23  Naba Kumar <naba@gnome.org>
22911         * autogen.sh: Prevented Users from building HEAD cvs.
22912         
22913 2002-09-16  Stephane Demurget  <demurgets@free.fr>
22915         * src/anjuta.glade: added the compiler options dialog, hopefully
22916         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
22918 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22920         * src/anjuta.glade: fixed a lot of small glitches.
22922         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
22923         now.
22925         * src/breakpoints_cbs.c: polished a bit.
22927 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22929         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
22931         * src/commands.c: partial gnome 2 port.
22933         * src/utilities.[ch]: changed some bits to be const.
22935 2002-09-14  Stephane Demurget  <demurgets@free.fr>
22937         * src/Makefile.am: removed breakpoints_gui.c and added a check
22938         for gdk-pixbuf deprecated functions, but there shouldn't be much
22939         anyway.
22941         * src/breakpoints_gui.c: killed.
22943         * src/anjuta.glade: added two dialogs for the breakpoints management.
22945         * src/anjuta.h:
22946         * src/anjuta_cbs.c:
22947         * src/appwizard.c:
22948         * src/attach_process.c:
22950         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
22951         really huge changes and porting work.
22952         
22953         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
22954         (breakpoints_dbase_new): moved the UI init bits here.
22956         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
22957         a lot, not using any color anymore (not HIG compliant) and not using
22958         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
22959         to be double checked.
22961         * src/build_file.c:
22962         * src/build_project.c: gnome 2 port.
22964 2002-09-11  Stephane Demurget  <demurgets@free.fr>
22966         * src/anjuta.glade:
22967         * src/anjuta.h:
22968         * src/anjuta_cbs.c:
22969         * src/appwizard.c:
22970         * src/breakpoints.c:
22971         * src/breakpoints_cbs.c: cleaned up some bits.
22973 2002-09-09  Stephane Demurget  <demurgets@free.fr>
22975         * src/Makefile.am:
22976         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
22978         * src/an_symbol_view.[ch]:
22979         * src/attach_process_cbs.h: polished a bit.
22981         * src/breakpoints_cb.[ch]: partial gnome 2 port.
22983 2002-09-02  Stephane Demurget  <demurgets@free.fr>
22985         * configure.in:
22986         * src/Makefile.am: added libglade-2 to the build.
22988         * src/anjuta.[ch]: added support for libglade.
22990         * src/anjuta.glade: added. There could be a file per top-level widget,
22991         as some other gnome projects, though.
22993         * src/attach_process_gui.c: removed.
22994         * src/attach_process.[ch]: gnome 2 port.
22995         (attach_process_new): Added the treeview init and the widget references
22996         here.
22998 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23000         * src/an_file_view.c: fixed some compilation issues.
23002         * src/an_symbol_view.c: gnome 2 port.
23004 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23006         * src/an_file_view.c: finished gnome 2 port.
23007         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23008         directory pixmap depending on the event.
23010         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23011         (project_file_data_new): use a GtkTreePath.
23013 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23015         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23016         driving me nuts but they need to be ported, heh ?
23018         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23019         work since it's quite a total rewrite again.
23021 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23023         * src/an_file_view.c:
23024         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23026 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23028         * src/anjuta_info.c:
23029         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23031 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23033         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23034         nuts ATM.
23035        
23036         * src/an_file_view.c:
23037         * src/aneditor.cxx:
23038         * src/anjuta_cbs.c:
23039         * src/compiler_options.h:
23040         * src/messagebox.c:
23041         * src/messagebox.h:
23042         * src/pixmaps.h:
23043         * src/project_dbase.h:
23044         * src/resources.h: gnome 2 port.
23046 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23048         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23050         * data/properties/sql.properties: added the DATETIME data type.
23052         * data/properties/html.properties: added the foreach php keyword.
23054 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23056         * widgets/Makefile.am: removed blank line after the last backslash
23057         for avoiding a warning from automake.
23059         * configure.in:
23060         * src/Makefile.am: added the ORBit-2 dep.
23062 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23064         * AUTHORS: added Biswa, because I wonder why noone already have
23065         written his name in the Anjuta's hall of fame :)
23067 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23069         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23070         widgets/e-shell-about-box.c: Made to compile for gnome2.
23071         
23072 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23074         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23075         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23076         
23077         * configure.in, printing/print.h, printing/print.c,
23078         printing/print-doc.c: Made to compile for gnome2.
23079         
23080 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23082         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23083         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23084         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23085         widgets/Makefile.am:
23086         
23087         Upgraded the build system to gnome2 platform.
23088         
23089 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23090         * manuals/*: Added capability to generate PDF and PS.
23091         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23092         * TODO, TODO.biswa: Intergated TODO list.
23093         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23094         , bug #574470
23095         * src/dnd.c: Fix typo
23096         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23097         * src/anjuta.c: Bug #568895, Bug #575419
23099 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23101         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23102         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23104 2002-12-17  Naba Kumar <naba@gnome.org>
23106         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23107         bugs.
23108         
23109 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23110         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23111         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23112         * anjuta.prj: Added tools.sgml
23113         * data/properties/cpp.properties: Bug # 646974
23115 2002-12-16  Naba Kumar <naba@gnome.org>
23117         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23118         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23119         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23120         on 'Enter' and adds proper focus mechanism.
23121         * src/anjuta.c: Fixed a memory corruption bug.
23122         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23123         'Enter' and can also be Canceled. Sets proper default and focus policies
23124         for tools dialogs.
23125         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23126         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23127         translatable strings in dialogs and fixed some dialog properties.
23128         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23129         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23130         * src/message_manager_private.cc: Fixed some debug messages.
23131         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23132         widgets/gnomefilelist.c: Fixed a memory leaks.
23133         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23134         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23135         src/main_menubar_def.h: Implemented incremental search.
23136         * TODO: Updated.
23138 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23139         * tagmanager/*: Minor cleanups and warning fixes.
23140         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23141         GUI during long updates.
23142         * src/text_editor.c: Remove debug message.
23144 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23145         * tagmanager/tm_project.c: Fix a memory access problem.
23147 2002-12-13  Naba Kumar <naba@gnome.org>
23149         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23150         tools list to show "Enabled" flag of the tool. Fixed a bug where
23151         tool list is not cleared when creating a new tool.
23152         
23153 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23154         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23156 2002-12-12  Naba Kumar <naba@gnome.org>
23158         * anjuta-tools.[h,c], commands.c: Used the tools help of
23159         anjuta variables list in commands editor and fixed a typos
23160         buy in anjuta-tools.c.
23161         
23162 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23163         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23164         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23165         * TODO.biswa: Added to help me track things better.
23167 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23169         * configure.in, anjuta.spec.in: Added libglade dependency.
23170         * Makefile.am: Added anjuta.glade file.
23171         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23172         , src/mainmenu_callbacks.[ch], src/message-manager.h
23173         , src/widget-registry.c: Tools editor GUI + other additions.
23175 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23177         * src/project_dbase.[ch], tagmanager/tm_project.c,
23178         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23179         Implement syncing tags image with the project database.
23180         * src/anjuta-tools.c: Implemented variable substitution and
23181         working directory in tools.
23183 2002-12-09  Naba Kumar <naba@gnome.org>
23184         
23185         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23186         command configuration language list from properties.
23187         
23188         * data/properties/asm.properties, data/properties/ruby.properties:
23189         Fixed typos.
23191 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23193         * src/an_symbol_view.c: Remember current selected entry and select
23194         it automatically after refresh.
23196 2002-11-26  Murray Cumming  <murrayc@usa.net>
23198         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23199           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23200         and gnomemm 1.2 projects so that people know they are really
23201         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23202         But I did correct these to sue lowercase names.
23204 2002-12-01  Naba Kumar <naba@gnome.org>
23206         * data/anjuta.properties: Fixed caching problem on 
23207         indicators.
23208         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23209         indicators prefs.
23210         
23211 2002-12-01  Naba Kumar <naba@gnome.org>
23213         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23214         property name.
23215         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23216         property and uses it.
23217         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23218         current cursor.
23219         
23220 2002-11-30  Naba Kumar <naba@gnome.org>
23222         * src/debugger.c: Fixed a typo.
23223         * data/properties/*: Updated properties files and added
23224         new ones.
23225         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23226         Added comment submenu and cleaned up ref and unref of menus.
23227         * src/aneditor.h: Added definition of comment commands.
23228         * src/aneditor.c: Upgrade from latest SciTE source code.
23229         * src/text_editor.[hc], src/text_editor_cbs.c, 
23230         src/message_manager_private.cc, src/message_manager.[cc,h],
23231         src/anjuta.[c,h]: Added indicators support for errors/warnings
23232         highlight in the editor.
23233         * NEWS, TODO: Update.
23234         * scintilla/include/PropSet.h: Removed deprecrated function.
23235         
23236 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23238         * src/anjuta-tools.[ch]: Tools implementation (basic)
23239         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23240           , src/main_menubar_def.h: PLugins cleanup and segregation
23241         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23242           registry
23243         * anjuta.prj: Added new files
23244         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23245         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23246         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23247         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23248         * src/Makefile.am: Added new files
23249         * src/message-manager.[cc/h]: Added standard output and error windows
23251 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23253         * project_type.c: Fixed Gnomemm2 project type
23255 2002-11-25  Naba Kumar <naba@gnome.org>
23257         * printing/print.c: Fixed a compile warning.
23258         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23259         * src/utilities.c: Fixed a compile warning in sparc, hides the
23260         terminal check error output from the user.
23261         * project_config.[ch], project_dbase.[ch], source.c: Added project
23262         version, exclude modules configuration and reordered other config
23263         properties. Changed some strings to more descriptive text.
23264         * src/compiler_opitions.c: Removed extra newlines from .prj file
23265         save.
23266         * anjuta.prj: Converted to new format (only reorganised properties
23267         and removed extra newlines ... nothing else).
23268         * NEWS: updated
23269         
23270 2002-11-21  Naba Kumar <naba@gnome.org>
23272         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23273         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23274         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23275         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23276         Updated to the CVS version.
23278 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23280         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23281           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23282           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23283           images in completion lists. 
23284         * src/resources.h: Make C++ friendly.
23285         * scintilla/PropSet.cxx: Fix memory leak.
23287 2002-11-20  Naba Kumar <naba@gnome.org>
23289         * scintilla/*/*: Synced to latest scintilla 1.49
23290         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23291         New lexers added.
23293         * scintilla/RESearch.cxx: The automatic cvs log in the
23294         file really broke things trying to interprete the changelog
23295         entry incorrectly as end-of-comment. Removed the $cvs line
23296         and committed again.
23297         
23298 2002-11-19  Naba Kumar <naba@gnome.org>
23300         Patch from Timothee Besset <ttimo@idsoftware.com>
23301         
23302         * src/message-manager-private.cc: Interpretes absolute
23303         file paths properly in zvt terminal.
23305 2002-11-19  Naba Kumar <naba@gnome.org>
23307         Patch from Timothee Besset <ttimo@idsoftware.com>
23308         
23309         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23310         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23311         (important) editor preferences in project (if there is one
23312         open).
23313         
23314         * TODO: Updated
23315         
23316 2002-11-18  Naba Kumar <naba@gnome.org>
23317         
23318         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23319         
23320         * src/debug_tree.c, src/find_in_files_gui.c,
23321         src/find_replace.c, src/find_text.c, 
23322         src/project_import.c, src/project_import_gui.c,
23323         src/wizard_gui.c: i18n Fixes.
23325 2002-11-15  Naba Kumar <naba@gnome.org>
23327         * plugins/class-gen/clsGen.c: Fixed to use project function
23328         to import files. Create non-existent directories before the
23329         sources are written.
23330         
23331         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23332         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23333         src/glade_iface.c,
23334         src/glades.c: Excluded gladen files from build. This
23335         will fix the unnecessary dependency on libssl.
23336         
23337         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23338         file import funtion.
23339         
23340         * src/message_manager_private.cc: Fixed a compiler warning with
23341         DEBUG preprocessor macro.
23342         
23343         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23344         wrong (undocked) editor window was closed on clicking close on an
23345         undocked editor window.
23346         
23347         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23348         start correctly if the executable was run before with 'F3'.
23349         
23350         * src/toolbar_callbacks.c: Wrap around find next.
23351         * src/toolbar.c: Disable combo activate.
23352         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23353         button positions to get 'yes' as default.
23355         * anjuta.spec.in: Updated.
23356         
23357         * src/anjuta_info.c, src/appwizard_gui.c,
23358         src/attach_process_gui.c, src/breakpoints_gui.c,
23359         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23360         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23361         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23362         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23363         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23364         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23365         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23366         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23367         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23368         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23369         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23370         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23371         plugins/patch/patch-plugin.c, printing/print-util.c:
23372         Set all windows and dialogs transient
23373         to their parents so that they remain floated above their parents.
23374         
23375 2002-11-13  Naba Kumar <naba@gnome.org>
23377         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23378         take default editor font).
23379         
23380         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23381         Corrected email address.
23382         
23383         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23384         for changelog entry.
23386         * NEWS: Updated.
23387         
23388 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23389         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23391 2002-11-06  Naba Kumar <naba@gnome.org>
23393         * README: Updated
23394         * anjuta.spec.in: Ships the .omf files with the
23395         documents instead of the base package.
23396         
23397 2002-11-04  Naba Kumar <naba@gnome.org>
23399         * data/properties/latex.properties: Fixed a bug.
23400         * ChangeLog: Released 1.0.0 stable.
23402 2002-11-04  Naba Kumar <naba@gnome.org>
23404         * src/commands.c: Added command with shell redirection capability.
23405         * data/properties/anjuta.properties: Changed default execution
23406         command.
23407         * src/project_dbase.c: Set project top dir in properties.
23408         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23409         * data/Makefile.am: More diskcheck error fixes.
23410         
23411         * README, anjuta.spec.in, THANKS, AUTHORS,
23412         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23413         manuals/C/anjuta-manual/authers,sgml,
23414         manuals/C/anjuta-manual/anjuta-manual.sgml,
23415         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23416         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23417         : Changed anjuta home to
23418         new URL and my email address.
23419         
23420         * manuals/C/anjuta-manual/interfaces.sgml,
23421         manuals/C/anjuta-manual/prefereces.sgml,
23422         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23423         
23424         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23425         : removed reference to the help menu as the menu is modified
23426         when no help is found (which is very likely when we are
23427         shiping the documents separately).
23428         
23429 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23430         * anjuta.spec.in: Update specfile to make multiple RPMs.
23431         * data/Makefile.am: make dist fix.
23432         * src/text_editor_menu.c: Fix compile warnings (casts).
23434 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23435         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23436         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23438 2002-11-01  Naba Kumar <naba@gnome.org>
23440         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23441         Added gnome2 macros to be used by gnome2 project wizard.
23442         
23443         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23444         from gnome-common.
23445         
23446         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23447         as it was conflicting with generated projects and is not
23448         useful for us.
23449         
23450         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23451         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23452         project generation, removed qt project as it's not complete and
23453         added gnome2 bonobo wizard.
23455 2002-10-29  Naba Kumar <naba@gnome.org>
23457         * po/POTFILES.in: Updated.
23458         * po/POTFILES.skip: Added.
23459         * preferences.h: Fixed print paper size property name.
23461 2002-10-28  Naba Kumar <naba@gnome.org>
23462         
23463         * data/user.properties, data/Makefile.am: Added user properties file
23464         which will be copied in user's ~/.anjuta/user.properties.
23465         
23466         * data/anjuta.properties: Changed a comment.
23467         
23468         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23469         
23470         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23471         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23472         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23473         item.
23475         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23476         instead of user properties file.
23477   
23478         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23479         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23480         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23481         * README, TODO: Updated.
23482         
23483 2002-10-28  Naba Kumar <naba@gnome.org>
23485     * manuals/C/anjuta-manual/figures/editor_guides.png,
23486     manuals/C/anjuta-manual/figures/editor_margins.png,
23487     manuals/C/anjuta-manual/figures/editor_markers.png,
23488     manuals/C/anjuta-manual/figures/local_variables.png,
23489     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23490     manuals/C/anjuta-manual/figures/prefs_print.png,
23491     manuals/C/anjuta-manual/figures/print_dlg.png,
23492     manuals/C/anjuta-manual/figures/print_preview.png,
23493     manuals/C/anjuta-manual/figures/symbol_browser.png,
23494     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23495     files for manual documentation.
23496     
23497     * manuals/sgmldocs.make,
23498     manuals/C/anjuta-manual/Makefile.am,
23499     manuals/C/anjuta-manual/authors.sgml,
23500     manuals/C/anjuta-manual/build.sgml,
23501     manuals/C/anjuta-manual/compileopts.sgml,
23502     manuals/C/anjuta-manual/debugger.sgml,
23503     manuals/C/anjuta-manual/execute.sgml,
23504     manuals/C/anjuta-manual/fileoperations.sgml,
23505     manuals/C/anjuta-manual/interface.sgml,
23506     manuals/C/anjuta-manual/preferences.sgml,
23507     manuals/C/anjuta-manual/projects.sgml,
23508     manuals/C/anjuta-manual/figures/arguments.png,
23509     manuals/C/anjuta-manual/figures/open_file.png,
23510     manuals/C/anjuta-manual/figures/other_opts.png,
23511     manuals/C/anjuta-manual/figures/scrshot.png,
23512     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23513     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23514     
23515     Updated anjuta manual documentation.
23517     
23518 2002-10-27  Naba Kumar <naba@gnome.org>
23520     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23521     check and modifies debugger terminal command accordingly
23522     to function properly.
23523     
23524 2002-10-25  Naba Kumar <naba@gnome.org>
23526         * manuals/sgmldocs.make: Fixed a couple of bugs.
23527         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23529 2002-10-24  Naba Kumar <naba@gnome.org>
23531         * src/debug_tree.c: Fixed a crash bug from Etay.
23533         * global_tags/create_global_tags: Added messages.
23534         Fixed infinite looping within files.
23535         
23536         * macro/autogen.sh: Removed debug and warning flags for defaults.
23537         
23538         Patch from Vadim Berezniker <vadim@berezniker.com>
23539         
23540         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
23541         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
23542         generation.
23544         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
23545         temporarily just copy it
23547 2002-10-24  Naba Kumar <naba@gnome.org>
23549         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
23550         manuals/C/anjuta-manual/anjuta-manual.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/introduction.sgml,
23557         manuals/C/anjuta-manual/projects.sgml,
23558         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23559         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
23560         manuals/ja/anjuta-manual/anjuta-manual.sgml,
23561         manuals/ja/anjuta-manual/compileopts.sgml,
23562         manuals/ja/anjuta-manual/debugger.sgml,
23563         manuals/ja/anjuta-manual/execute.sgml,
23564         manuals/ja/anjuta-manual/fileoperations.sgml,
23565         manuals/ja/anjuta-manual/interface.sgml,
23566         manuals/ja/anjuta-manual/introduction.sgml,
23567         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
23569 2002-10-24  Naba Kumar <naba@gnome.org>
23571         * src/project_type.c: added autogen for qt projects.
23572         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
23573         Fixed a bug that retrieves wrong terminal command.
23574         * src/commnads.c: Added more terminal commands.
23575         * configure.in: Checks for scrollkeeper version.
23576         
23577 2002-10-22  Naba Kumar <naba@gnome.org>
23579         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
23580         instead of AM_GNOME_GETTEXT.
23581         
23582         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
23583         for setup-gettext for the wizard generated projects.
23585         * src/source.c: Fixed a bug where glade file wasn't generated.
23586         
23587         * src/gnome_project.c: Excluded project version from project dir
23588         name.
23589         
23590 2002-10-22  Naba Kumar <naba@gnome.org>
23592         * acinclude.m4: New file with dummy funtion for gettext
23593         cross compatibility fix.
23594         
23595         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
23596         * configure.in: Fixed cflags to avoid useless warnings.
23597         * Makefile.am: EXTRA_DIST += setup-gettext.
23598         * src/toolbars.c: Added space paddings around tags label.
23600 2002-10-21  Naba Kumar <naba@gnome.org>
23602         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23603         
23604         * setup-gettext: New script to maintain gettext cross version
23605         compatibility.
23606         * configure.in, macros/autogen.sh: Fix for gettext cross version
23607         compatibility.
23608         
23609 2002-10-21  Naba Kumar <naba@gnome.org>
23611         * debug_tree.c: Fixed incorrect use of debug assertion.
23612         
23613 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
23614             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23615         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
23616         src/memory.c, src/memory.h, src/message-manager-private.cc:
23617         
23618         New parsing algorithm; adapted from kdevelop.
23619         Middle button menu for changing the value's display type
23621 2002-10-07  Naba Kumar <naba@gnome.org>
23623         * src/main_menubar_def.h: Changed status bar message for Help->
23624         Browse info pages. Bug #603308
23626         * src/executer.c: Made "User terminal" default for creating
23627         projects (User can always disable it later). Bug #114222
23628         
23629 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23631         * macros/autogen.sh: Require gettext 0.10.x for autogen
23632         * src/text_editor.c: Fixes Bug #595303
23633         * src/source.c: Fixes Bug #595970
23634         * src/anjuta.c: Fixes Bug #598366
23635         * scingtilla/LexCPP.cxx: Bug #602296
23636         * src/main_menubar_def.h: Bug #604363
23637         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
23638         
23639 2002-10-07  Jens Georg <mail@jensgeorg.de>
23641         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23642         * gnomefilelist.c: This patch fixes the bug #611542
23643         
23644 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23646         * data/properties/Makefile.am: Added tcltk.properties file.
23647         
23648 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23650         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23651         
23652         * README: Updated README
23653         * plugins/class-gen/clsGen.c, src/message_manager.cc
23654           , src/mainmeu_callbacks.c, src/memory.c
23655           , src/project_dbase_gui.c, src/text_editor_gui.c
23656           , widgets/gnomefilelist.c: Set window icons
23657         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
23658           Enabled release build (stripped + optimized binaries, etc.)
23659         * data/properties/anjuta.properties, src/commands.c,
23660           src/defaults.cFixed bug #595489 (stdin on executables)
23661         * src/appwizard.c, src/main.c, src/message-manager.cc
23662           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
23663           , src/debug_tree.c: Memory related (valgrind) fixes.
23664         * src/message-manager-private.[cc,h], src/pixpams.h
23665           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
23666         * anjuta.prj: Added debug_tree.c to SOURCES
23667         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23668           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
23669           Compacted code and cleaned up unnecessary functions.
23670         * tagmanager/*.[ch]: Code fixes.
23671         
23672 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
23673         
23674         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23675         
23676         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
23677         Debug tree now detects changes of displayed variables
23678         and changes their color to red
23680 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23682         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23683         
23684         * mainmenu_callbacks.c: Set's the current file name in
23685         file save as dialog.
23686         
23687 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23689         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
23691         * data/properties/tcltk.properties: New file for tcl/tk
23692         properties.
23694 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
23696         * src/project_type.[c,h], src/source.c, data/Makefile.am:
23697         Fixed a fatal bug which doesn't let building gnome2 related
23698         projects. They use different autogen.sh script. Defined new
23699         type field "gnome_macro_support".
23700         
23701         * data/autogen.sh.gnome2: New file.
23702         
23703         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
23704         bug with quotes escaping in quotes.
23705         
23706         * src/message-manager-private.cc: Used event box instead
23707         of frame for local message pane, so that the borders appear
23708         properly and nicely.
23709         
23710         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
23711         if there is a project open and all the files are un-docked.
23713         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
23715 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
23717         * src/main_menubar_def.h: implement feature request #595356, patch #597161
23718         * THANKS: updated for new contributions
23719         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
23721 2002-08-27 Steven Knight  <steven.knight@unh.edu>
23723         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
23724         src/project_dbase.h, src/project_type.c, src/source.c, 
23725         src/wizard_gui.c: new Qt project type
23726         *** NB not fully tested, may need some work, icon required...
23728 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23730         * src/memory.c, src/memory.h: new memory patch
23732 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
23734         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
23736 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
23738         * lancher/anjuta_launcher.c: Determine pty from function
23739         call instead of running 'tty' externally.
23740         
23741         * data/properties/cs.properties: Added compile/build commands.
23742         Fixed execution properties.
23743         
23744         * src/commands.c: Added c# options.
23746         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
23747         
23748         * src/debug_tree.[c,h], src/debugger.[c,h],
23749         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
23750         
23751         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
23752         1. Misaligned structs when they are members of other structs.
23753         2. '{' sometimes appears as a variable.
23754         3. Wrong processing of some arrays.
23755         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
23756         that displays the tree in two columns (variable and value).
23758 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23760         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
23762         * data/properties/sql.properties: added the DATETIME data type.
23764         * data/properties/html.properties: added the foreach php keyword.
23766 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23768         * NEWS: Updated with new features.
23769         
23770         * data/.cvsignore, doc/.cvsignore: Updated.
23771         
23772         Patch from: Etay Meiri <etay-m@bezeqint.net>
23773         
23774         * src/debug_tree.h, src/debug_tree.c: New files.
23775         
23776         * src/Makefile.am, src/message-manger-private.[h,cc],
23777         src/message-manger.cc: Added Tree view for debugger
23778         locals view.
23779         
23780 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23782         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23783         
23784         * src/memory.c, src/memory.h: New files.
23785         
23786         * src/Makefile.am, src/appwizard.c, src/controls.c,
23787         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23788         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23789         
23790         Memory view implemetation that would enable viewing raw memory
23791         during debugging.
23793 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23795         * AUTHORS: added Biswa, because I wonder why noone already have
23796         written his name in the Anjuta's hall of fame :)
23798 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
23800         * src/appwizard_gui.c: Removed an ambiguous prototype.
23801         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
23802         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
23803         * THANKS: Updated M. Ali Vardar's email.
23804         
23805 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23807         * src/anjuta_gui.c: implemented feature request to stop main and browser
23808           toolbars having exclusive use of space
23810 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23812         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
23813         left over from the previous work to fix bugs :-)
23814         
23815         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
23816         src/controls.c, src/mainmenu_callbacks.h, 
23817         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
23818         reviewed
23819         
23820         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
23821         src/project_import_gui.c, src/sharedlib_gui.c, 
23822         src/signals_gui.c: set window icon correctly
23823         
23824         * NEWS: more updates for the release
23825         
23826         * HACKING: updated for window icons and insert menu information
23827         
23828         * src/cvs_gui.c, src/build_project.c, 
23829         src/project_import_cbs.c: message strings reviewed
23830         
23831         * src/controls.c: context help button should be disabled if 
23832         DevHelp is not installed
23833         
23835 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23837         * src/debugger.c: Fixed the signalling screw up because of string
23838         update in gdb used to report the child process PID. Also, no
23839         error dialog will be popped up for "no such file or directory"
23840         error (very annoying and useless error). This error will still
23841         be shown on the debug message window. Avoided terminating the
23842         program when the terminal is terminated -- doesn't hurt, otherwise
23843         we get crappy egg-and-hen problem.
23844         
23845         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
23846         dimensions loading.
23847         
23848         * src/anjuta.c: Limited the default size of main window to sane
23849         values.
23851         * src/preferences.c: Fixed some deadly memory corruption bugs in
23852         the recent patches. Return from getenv() should NEVER be freed,
23853         because they are static strings.
23854         
23855         * src/preferences_gui.c: Removed the fix for crash bug with font
23856         selection and applied the real fix.
23857         
23858 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
23860         * NEWS: updated for release
23862 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23864         * src/launcher.c: Added a fix a memory leak and a possible
23865         fix for zvt-crash bug.
23866         
23867         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
23868         
23869         * data/properties/latex.properties,
23870         data/properties/ada.properties: Added file.is.source property.
23871         
23872         * src/an_file_view.c: Set auto column size of the file
23873         revision column.
23874         
23875         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
23876         The user is now prompted to confirm the closing of the file
23877         if it is being used by CVS. If yes, the editor is closed and
23878         the CVS operation stops.
23879         
23880 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
23882         * anjuta.prj: bump project version for release
23883         * BUGS: removed unnecessary file
23885 2002-06-07      Philip Van Hoof <freax@pandora.be>
23887         * widgets/gnomefilelist.c: fix up issue with directory deleted 
23888         during the life of the file list widget
23889         * src/preferences_gui.c: sticking-plaster fix to font selection
23890         causes segfault bug
23892         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
23894 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23896         * data/properties/anjuta.properties, src/an_file_view.[ch], 
23897         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
23898         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
23899         added options for symbol and file browsers.
23900         * data/properties/cpp.properties: linker flags should come after
23901         the name of the file to compile.
23902         * scintilla/Editor.cxx: fixed gcc compilation warning.
23903         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
23904         be executed from bindir only.
23905         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
23906         tagmanager/include/tm_file_entry.h: CVS version information in file 
23907         browser.
23908         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
23909         window.
23910         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
23911         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
23912         crashes during file import.
23913         * src/project_import.c: disable project menu items during project 
23914         import.
23915         
23916         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23918 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
23920         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
23921         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
23922         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
23923         modified Insert menu, added C functions template, header C 
23924         template, modified header_template HEADER_H ==> NAMEFILE_H
23925         
23926         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23928 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23930         * data/properties/html.properties: changed some file 
23931         associations
23933 2002-06-05 Philip Van Hoof <freax@pandora.be>
23935         * widgets/gnomefilelist.c: Fixed #560759 and #561776
23936         
23937         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23939 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23941         * data/properties/anjuta.properties, src/defaults.c: Make windows
23942         docked by default, fix the big fonts bug.
23943         
23944         * src/an_file_view.c, src/main_menubar_def.h, 
23945         src/project_dbase_gui.c: sanitized the Edit/View mess.
23946         
23947         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
23948         for customizing shortcuts.
23949         
23950         * src/mainmenu_callbacks.c: Search for selected word if present.
23951         
23952         * src/text_editor_menu.c: Added context menu options for docking
23953         and undocking editor windows.
23954         
23955         * src/main_menubar.h, src/main_menubar.c: more support for the 
23956         shortcuts menu item.
23957         
23958         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23960 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23962         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
23963         all commit messages being written to top of the file
23964         
23965         * src/main_menubar_def.h: message strings reviewed
23966         
23967         * src/project_import.c: message strings reviewed
23968         
23969         * src/source.c, src/glades.c: message strings reviewed. Fixed 
23970         some bugs around reading the project properties for creating 
23971         .glade and .desktop files in the Application Wizard. There were
23972         typos in the property names being retrieved
23973         
23974         * widgets/gnomefilelist.c: changed build_full_path to make 
23975         the file widget support ~
23976         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
23977         
23978         * THANKS, widgets/e-shell-about-box.c, 
23979         manuals/anjuta-manual/C/authors.sgml: updated for new
23980         patch
23982 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
23984         * src/project_dbase.c: Fixed the file-path-corruption bug
23985         and the cannot-import-file-in-project bug. (follow-up with
23986         the last commit from Stef).
23987         
23988         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
23989         with unsaved-project.
23990         
23991 2002-06-05  Stephane Demurget  <demurgets@free.fr>
23993         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
23994         misplaced g_free.
23996 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23998         * data/properties/{xml,html,other}.properties: changed some file 
23999         associations
24000         
24001         * data/anjuta.mime: oops! cvs added
24002         
24003         * scintilla/RESearch.cxx: fixed up a problem with comments
24004         
24005         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24006         to avoid messages about missing libs
24007         
24008         * NEWS: started the release notes
24010 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24012         * HACKING: updated with new information on printing, patch naming
24013         
24014         * TODO: removed completed tasks
24015         
24016         * THANKS: updated a few contributions
24017         
24018         * anjuta.prj: updated the icon file
24019         
24020         * anjuta.desktop.in.in: updated to add Categories
24021         
24022         * data/anjuta.mime: created a mime type for Anjuta project files
24023         (NB needs to be added to the install in /usr/share/mime/)
24024         
24025         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24026         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24027         to PNG for websites.
24028         
24029         * plugins/patch/patch-plugin.c: clarified some messages and 
24030         made it easier to see different patching sessions
24031         
24032         * src/toolbar.c: changed some message text for consistency
24033         
24034         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24035         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24036         in preferences. 
24037         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24038                  
24039         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24040         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24041         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24042         Added XLib Project and a Dockapp Project types.
24043         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24044         projects
24045         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24046         * src/source.c: Fixed memory leak in existing projects. 
24047         (filename was not freed)
24048         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24050 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24052         * src/anjuta.h, src/anjuta.c: Added error display funtions
24053         with parent windows.
24054         
24055         * src/appwizard_cbs.c: Changed error display function to use
24056         parented version.
24057         
24058 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24060         * printing/print.h, printing/printing.c: Taken care of document
24061         zoom factor and fixed a font loading bug. Dynamically calculated
24062         text widths to work with zooms properly. Re-organized code for
24063         dynamic text width calulations to work in general with utf8 chars.
24064          Determined font height and width automatically from the font info.
24065         
24066         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24067         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24068         Converted text.zoom.factor property to use #defined value. Removed
24069         margin header and margin numbers preferences, as they  now
24070         calculated dynamically.
24071         
24072 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24074         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24075         printing/print-util.h, printing/print.c, printing/print.h:
24076         Rewritten printing support for style based printing. Syntax highlighted
24077         printing, monochromatic printing, setup using preferences etc.
24079         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24080         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24081         language and the styled text buffer.
24082         
24083         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24084         the print setup preferences page and added printer preferences. Added functions
24085         to retrieve preferences with default values.
24086         
24087         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24088         the printing.
24090         * data/properties/anjuta.properties: Added default printer preferences.
24092         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24093         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24094         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24096         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24097         
24098 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24100         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24102         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24103         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24104         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24105         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24107         printing/Makefile.am: Reduced compiler optimizations.
24109         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24110         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24111         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24112         tagmanager/tm_workspace.c: TagManager fixes.
24114 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24116         * printing/*: CVS added. :)
24117         
24118 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24120         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24122         * printing*: CVS added.
24123         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24124           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24125           src/main_menubar_def.h: Gnome Print support
24126         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24127         * configure.in: Enable debugging flag option
24128         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24129           Print properties defined.
24130         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24131         
24132 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24134         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24135         
24136         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24137         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24138           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24139           and cleanups
24140         * src/text_editor.c: Minor cleanups.
24141         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24142         * src/project_dbase.c: Fixes to add/remove files from project.
24143         * src/help.c: Fix minor memory leak.
24144         * src/project_dbase_gui.c: Remove debugging messages.
24145         * src/utilities.[ch]: Cleanups and minor fixes.
24146         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24148 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24150         * src/anjuta.c [anjuta_apply_preferences()]:
24151         Fixed a crash bug when tab pos is not defined for the editors.
24152         
24153         * data/properties/cpp.properties: Set default identifier property to normal.
24154         This fixes the bug in which the fore color gets hidden with dark background.
24156 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24158         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24159         scintilla 1.46
24160         
24161         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24162         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24163         src/anjuta.c, data/properties/anjuta.properties:
24164         Implemented line wrapping.
24165         
24166         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24167         
24168         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24169         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24170         tags. Code was reviewed from GNOME Bonsai view.
24171         
24172         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24173         it seems to have been removed by scintilla people.
24174         
24175         * data/properties/anjuta.properties: Set default line wrap to false, as
24176         is noticably slow with big files.
24177         
24178 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24180         * src/project_import_gui.c: disallow the selection of files in
24181           the browse dialog.
24182         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24183           preferences code.
24184         
24185 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24187         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24188           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24189         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24190         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24191           now works properly.
24192         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24193         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24194         * src/utilities.[ch]: Added some utility functions.
24195         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24196         
24197         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24199 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24201         * HACKING: info on FIXME statements and removed ccview references
24202         * Makefile.am: added rule to make RPM package
24204 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24206         * THANKS, widgets/e-shell-about-box.c, 
24207         manuals/anjuta-manual/C/authors.sgml: updated for new
24208         patch
24209         * src/anjuta.c: removed unnecessary warning code since CVS 
24210         support is now implemented :-)
24211         * manuals/sgmldocs.make: implemented a fix for bug #553969
24212         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24213         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24214         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24215         
24216 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24217         
24218         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24219           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24220           src/main_menubar_def.h, src/preferences_gui.c,
24221           preferences.c, preferences.h: setup Username and Email 
24222           preferences, Insert ChangeLog and Username editor functions
24223           
24224           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24226 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24227         
24228         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24229           src/src_paths_cbs.c, src/src_paths_gui.c
24230           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24232           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24234 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24236         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24237           and goto tag menu items to main menu.
24239 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24241         * THANKS, widgets/e-shell-about-box.c, 
24242         manuals/anjuta-manual/C/authors.sgml: added new contributors
24243         * HACKING: updated with info on files to change for credits
24245 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24247     * src/aneditor.cxx: extended extension list which fixes segfault
24248     on selecting lisp, ruby or matlab as highlight style.
24250 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24252         * src/main_menubar_def.h: fixed an array initialiser and fixed
24253         the lexer settings for the new entries on the Format menu
24255 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24257         * Synced with Scintilla 1.45
24259 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24261         * anjuta.prj: added another missing file
24262         * ChangeLog: fixed some incorrect change dates I caused by 
24263         sloppy cut-and-pasting :-/
24265 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24266         
24267         * src/mainmenu_callbacks.c: fixed title of new About box
24269 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24271         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24273 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24275         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24276         * anjuta.prj: updated for new files
24278 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24280         * widgets/e-shell-about-box.c: Added version display.
24281         
24282 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24284         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24285         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24286         from Philip Van Hoof)
24288 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24290         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24291         dependency
24292         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24293         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24294         that produced build errors (needs checking on a machine with the
24295         ja locale!)
24296         * data/properties/lisp.properties: updated to match format of other
24297         lexer property files supplied with Anjuta
24299 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24301         * anjuta.prj: added new files
24302         * HACKING: added information from the mailing list on 
24303         adding new project types to the wizard (thanks to Johannes)
24305 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24307         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24308           src/appwiz_page2.c: Fix for 547038.
24310 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24312     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24313     hide bug.
24314     
24315     * about.h: cvs removed.
24316     
24317 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24319         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24321         Fix for #539574.
24323         * src/anjuta.c (anjuta_system_error): checks for the error number to
24324         know whether the error description is needed or not.
24326 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24328         * pixmaps/anjuta_logo.png: New about logo.
24329     
24330         * pixmaps/anjuta_icon.png: New icon from Misha. The
24331         old one had trouble with some gtk themes.
24332     
24333         * about.c: Removed. No longer needed.
24335         * mainmenu_callbacks.c: Removed reference of about.h
24336     
24337 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24339         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24341         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24342           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24343         About Dialog (thanks to the Evolution team for the cool widget!)
24345 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24347         Patch from lbell <lbell@tsc4.com>
24348     
24349         * src/find_in_files.c, src/find_in_files.h,
24350           src/anjuta.c: Added save_yourself, load_yourself routines.
24351     
24352         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24353         Added "Append messages" toggle button. This will enable
24354         the search results to be appended to the already existing
24355         results.
24356     
24357         * src/debugger.c: Fixed a typo.
24358     
24359         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24360           src/session.c, src/session.h: Improved session management.
24362 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24364         * THANKS, FUTURE, AUTHORS: Changed my email and
24365         avoided yahoo.com.
24367 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24369         Impl. feature request #525271 (add Lisp support).
24371         * data/properties/lisp.properties: added.
24373         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24374           the lisp properties.
24376         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24377           src/utilities.[ch]: added support for the Lisp highlight style.
24379 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24381         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24382           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24383           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24384           option preferences to have a persistent setting. Plus it's not used
24385           often, so it's better here than flooding the menus.
24387         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24388           preferences pages a lot more consistent and sweeter: tabs direction
24389           radiobuttons are directed against the meaning, all pages have an
24390           outter frame, a lot of padding, removed all expand attributes for
24391           vertical boxes, ...
24393           That's not a total revamp, but it's really looking better now, even
24394           if there's still work to be done.
24396 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24398         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24399         * TODO: added task to be completed before next release (update all credits)
24401 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24403         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24404         Benke László.
24406 2002-05-01  Benke László  <decike@freemail.hu>
24408         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24410         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24411           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24412           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24413           to the format menu in order to reorder the notebook tabs in
24414           alphabetical order everytime a file is created/opened/saved.
24416 2002-05-01  Philip Van Hoof <freax@pandora.be>
24418         * widgets/gnomefilelist.[ch] (history_combo_go),
24419         (history_combo_clicked): impl.
24421         (gnome_filelist_new_with_path): use this new impl.
24423 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24425         * src/project_dbase_gui.c (add_file): added the xpm file type.
24427 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24429         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24430         tag manager fixes.
24432         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24433           of tag types.
24435         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24436           src/text_editor_menu.c: Added context sensitive search in symbol
24437           browser and editor.
24439         * configure.in: Changed version number to 0.1.9.99.
24441         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24442           src/project_import.c: Minor changes to project import facility.
24444         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24445           (Forced to use specific brace format)
24447         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24448           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24449           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24451 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24453         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24454         replaced the spinbutton with an hscale, and made the UI less "blocky".
24456         * src/cvs_gui.c: When diffing a project you can choose date and
24457         release now.
24459         * src/project_dbase.c: Import_file activated again
24461         * configure.in, plugins/Makefile.am: Added patch plugin
24463         * plugins/patch/*: The new patch plugin
24465 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24467         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24469         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24470         dropdown list shown by autocompletion are now removed.
24472 2002-04-28  Philip Van Hoof <freax@pandora.be>
24474         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24475         a bunch of filetypes from the older version.
24477         * src/project_dbase_gui.c (add_file): changed the import
24478         dialog's filetypes combo contents depending on the
24479         type of data to be imported.
24481 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24483         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24484         the amount parameter as Philip stated and reformated to follow the
24485         Gnome convention.
24487         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24488         changed accordingly.
24490 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24492         Fix for #531293.
24494         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24495         Shift-F6, to be more consistent with other Gnome apps.
24496         Moved the "Search next" entry under the "Search" one, and swapped the
24497         order of the "Find in files" and "Find and Replace" ones.
24499         Some additional fixes ands cleanups on the edit menu.
24501         * src/main_menubar.h: replaced all occurences of repeat_find by
24502         find_again for the code to be more consistent.
24504         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24505         sensitiveness depending on the existence of an active text buffer.
24507         * TODO: added some bits about improving the usability of the
24508         search/search again couple.
24510 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24512         * src/preferences_gui.c: made the tab labels text more consistent
24513         (s/misc/Misc/).
24515 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24517         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24519         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24520         filename.
24522         * src/main.c (main): simplified some code and cleanups.
24524         Fix a part of #499366:
24526         * src/commands.[ch] (sync_from_props), (command_editor_save),
24527         (on_apply_clicked), (create_command_editor_gui): added the gui
24528         corresponding to the command.terminal preference.
24530 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24532         Fix for #465180.
24534         * anjuta.spec.in: added build requirements for the source rpm.
24536 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
24538         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24539         
24540         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
24541           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
24542           src/project_type.c, source.c, wizard_gui.c:
24543           Added new GNOME 2 project types and changed glade behaviour to
24544           produce GTK code if project type GTK was selected and GTKmm code
24545           if project type GTKmm was selected (and not depending on the 
24546           selected language. Disabled glade for GNOME 2 projects because
24547           we will need glade2 there.
24548           
24549         * src/project_dbase.c: Fixed a memory lack.
24550         
24551         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
24552         
24553         * src/cvs.c: Added an error message if jobs are running
24555 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
24557         * tagmanager/tm_work_object.c: Fixed a chrash
24558         bug which occurs when it tries to stat an empty
24559         file name.
24560         
24561 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
24563         * src/controls.c: CVS menu items now becomes
24564         insensitive when the launcher is busy.
24565         
24566         * src/anjuta.c, cvs.h, cvs.c: Created a function
24567         to update the cvs preferences when preferences are
24568         applied in preferences dialog and called it from
24569         anjuta_update_preferences().
24570         
24571 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
24573         * src/cvs.c: Added a space in the cvs command
24574         before the revision part. This fixes the cvs
24575         error we get when cvs-diffing with revisions.
24576         
24577         * src/cvs.c: Fixed a compiler warning.
24578         
24579         * src/find_replace.c: The dialog now remembers
24580         the settings including the "prompt on replace"
24581         which seems to have broken somewhere line the
24582         changes.
24583         
24584 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24586         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
24587         Added a new property in cvs class to hold a boolean
24588         for enabling date in cvs diff. This fixed the bizzare
24589         diff output due to the date that goes with the cvs
24590         command. Also, set the default value of compression
24591         to 3 and unified diff option to 1.
24592         
24593 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24595         * src/cvs.c: The diff editor is set to hilite as
24596         diff syntax hiliting.
24597         
24598         * configure.in, manual/Makefile.am:
24599         Added a new manual module for ja language.
24600         
24601         * manual/ja/*/*/*: New module and files for the
24602         ja translation for the anjuta documentation
24603         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
24604         
24605 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
24607         * src/launcher.c: Made a very messy work around
24608         for the launcher authentication to work properly.
24609         
24610         * src/find_replace.c: Applied the missing patch
24611         from Dan Elphick <dre00r@ecs.soton.ac.uk>
24612         
24613 2002-04-16 Andy Piper <andy.piper@freeuk.com>
24615         * src/cvs.c, src/main_menubar_def.h: made message strings
24616         consistent with existing standards from our own documentation 
24617         (such as uppercase P in Project, corrected spelling of 
24618         repository, etc.)
24620 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24622         * src/cvs_gui.c: Cleaned up gui and aligned various
24623         widgets to give a clean look.
24624         
24625 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24627         * src/launcher.c: Added work around to retrieve
24628         the child exit code. It works. :)
24629         
24630         * src/find_in_files.c, src/gnome_project.c,
24631         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
24632         src/clean.c, src/clean_project.c, src/build_project.c,
24633         src/build_file.c: Modified to handle the new
24634         child exit code.
24635         
24636 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
24638         * src/find_replace.c: Changed signal to call
24639         on_replace_text_close on from delete_event
24640         to close => the replace history is now updated.
24642 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
24644         * src/cvs.c: escaped the cvs import message before
24645         passing it to cvs.
24646         
24647 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
24649         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24650         
24651         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
24652         
24653         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
24654         Added cvs import
24655         
24656         * src/preferences_gui.c: GUI improvements
24657         
24658         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
24660 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
24662         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
24663         Removed static qualifier from tm_tag_type_name() and
24664         availed it's prototype for use in outside code. also
24665         created reverse map function tm_tag_type_name();
24666         
24667         * src/anjuta.c: Implemented qualified tags names for
24668         the tag list (on the toolbar pulldown list) to avoid
24669         ambiguty in tags with similar names (like prototype
24670         and definition). Patch modified and improved.
24671         
24672         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
24673         
24674 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24676         * src/utilities.[c,h]: Added a utility funtion
24677         that escapes the single and double quotes in a
24678         given string. Useful for passing command line
24679         args with quotes.
24680         
24681         * src/cvs.c: Escaped the cvs log message before
24682         passing it to cvs command line to avoid ambiguties
24683         with quotes in the message.
24684         
24685         * pixmaps/anjuta_icon.png: Changed to the new icon.
24686         from Todd Goyen <goyen@mbi-berlin.de>
24687         
24688         * src/message-manager-private.cc: Added regex to 
24689         recognize (underline hilite) the parsable outputs
24690         from the zvt terminal.
24691         
24692 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24694         Patch from: Tina Hirsch <tehirsch@arcor.de>
24695         
24696         * src/project_type.c:
24697         Fixed a bug in the wxproject type and modified the erroroutput when
24698         configure doesn't find wx-config
24699         
24700         Patch from: Timothee Besset <ttimo@idsoftware.com>
24701         
24702         * src/anjuta.c, src/message-manager-private.cc,
24703           src/message-manager-private.h
24704         Catches double clicks in the zvt terminal, and calls goto_error_line
24705         to jump to the appropriate location in the source. This will recognize
24706         grep -n output
24707         
24708 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
24709         
24710         * src/build_project.c: Taken care of memory leak
24711           by freeing cmd variable properly.
24713         * src/main_menubar_def.h: Fixed wrong signal connection
24714           for cvs project commit.
24715           
24716         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
24717         
24718         * src/preferences_gui.c: Added some border and adjusted
24719           expandsion, filling in box adds to make the cvs preferences
24720           more nicer.
24721         
24722 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
24724         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24725         
24726         * src/cvs*, src/main_menubar*, src/preferences*: 
24727         Moved CVS settings to preferences, added a nice login dialog.
24728         
24729         * src/controls.c, src/project_dbase.c:
24730         CVS project options are only shown if a project is open
24731         
24732         * src/build_project.c:
24733         User is now asked if he wants to install as root 
24734         
24735         * src/launcher.c:
24736         Fixed a warning
24738         * anjuta.prj: Updated with cvs files
24739         
24740         * TODO: Remove task which are done
24741         
24742 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
24744         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
24745         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
24746         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
24748         Modified launcher to use controlling terminal to detect and
24749         take care of password authentications (for example, for cvs
24750         and root installs).
24751         
24752         * pixmaps/password.png: New file.
24753         
24754 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24756         Anjuta kick start tutorial wirtten by:
24757           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
24759         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
24760           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24761           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
24762           manuals/C/anjuta-tutorial/figures/*.png:
24763           
24764           Added files
24765         
24766         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
24767           
24768           Modified files.
24769         
24770 2002-03-28 Roel Vanhout <roel@stack.be>
24772         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24774         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
24775           src/preferences_gui.c:
24776         Added option to wrap around to beginning/end of file when on last bookmark
24777         and next/previous bookmark is pressed
24778         
24779 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24781         Patch from Philip Van Hoof <freax@pandora.be>
24782         
24783         * src/gnomefilelist.c:
24784         Added gimp like feature that changes the file extension of
24785         the filename entered in the selections when the file
24786         filter is changed.
24787         
24788 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24789         
24790         Patch from Roy Wood <roy.wood@filogix.com>
24791         
24792         * src/controls.c, src/find_text.c, src/find_text.h,
24793           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24794           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24795           
24796           Menuitem for entering currently selected text as find target,
24797           added key accel for "find next" and changed some key accels for
24798           other key for consistency.
24799           
24800         * src/utilities.c:
24801           Cleaned up code.
24802         
24803 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24805         * src/watch.c, src/watch.h, src/watch_cbs.c,
24806           src/watch_cbs.h, src/watch_gui.c:
24807         
24808           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
24809         
24810           Added change watch entries feature
24811           and Watch entries modify on double click fixed.
24813 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24815         * src/mainmenu_callbacks.c:
24816         
24817           Project commit should not bypass dialog as
24818           we need to get the cvs log from the user.
24819           
24820 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24822         * src/project_dbase.c:
24823         
24824           Patch from Roy Wood <roy.wood@filogix.com>
24825           
24826           Fixed docking bug with the new docking patch
24827           to fix copy/paste bug.
24828           
24829 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24831         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
24832           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
24833           src/main_menubar.h, src/main_menubar_def.h,
24834           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24836           Added cvs project support. Featured bypass cvs dialog for
24837           cases where we don't need dialog (such as project and right
24838           click selection from file browser). Cleaned up cvs code to
24839           make them generic cvs operations instead of separate file
24840           and project operations. Added cvs log action. Increased
24841           file entry box width and enabled "unified diff" by default.
24842           Used Editor buffer for status and log and set hilite for
24843           these buffers including diff buffer (DIFF hilite).
24844           
24845 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
24847         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24849         * data: Added file autogen.sh.wxwin 
24850         * data/Makefile.am: Added entry for autogen.sh.wxwin
24851         * pixmaps: Added project image appwiz_wxwin.png
24852         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
24853         * src/appwizard_cbs
24854           src/compiler_options.c
24855           src/pixmaps.h
24856           src/project_dbase.c
24857           src/project_dbase.h
24858           src/project_import_cbs.c
24859           src/project_type.c
24860           src/source.c
24861           src/source.h
24862           src/wizard_gui.c: Added everything necessary for new
24863                             project type 'wxWindows (wxGTK)
24864         * src/project_dbase.c: Fixed a bug that caused every project
24865                                to be a glade project in dialog
24866                                                    'Project information'.
24868 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
24870         Patch submitted by Roy Wood <roy.wood@filogix.com>
24871         
24872         * src/anjuta_gui.c, src/message-manager-dock.c,
24873           src/project_dbase.c:
24874           
24875           fixed the copy/paste bug by rewriting dock/undock
24876           code.
24878 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
24880         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24881         
24882         * src/cvs*, src/Makefile.am:
24883           New file for CVS support. File operations currently work
24884           cvs login needs to be done. Project support is not yet
24885           started.
24887         * src/main_menubar*, src/mainmenu_callbacks,
24888           src/anjuta.c, src/anjuta.h:
24889           Added menus and functions for cvs commands.
24890           
24891         * src/text_editor_menu.h: 
24892           Added #include <gtk/gtk.h>
24893           
24894         * src/gotoline.h:
24895           Removed a warning (and this time it works ;-)
24897         * src/utilities.c, src/utilities.h:
24898           Added a utility function to retrieve directory
24899           name out of full path.
24901 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
24903         * src/executer.c: (create_executer_dialog): changed the default
24904           focus on the entry.
24906 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
24908         * widgets/gnomefilelist.c:
24909         Fixed duplicate history entries for the same directory.
24910           
24911 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24913         Fix for #520092.
24915         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
24916           it's already used by scintilla to delete the whole current line.
24918 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24920         Fix for #525107.
24922         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
24923           calls to fileselection_hide_widget,
24924           (on_open_filesel_cancel_clicked): removed.
24926         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
24927           (on_add_prjfilesel_cancel_clicked):
24929         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
24930           impl.
24932         * src/fileselection.c: Made some functions static.
24933           (fileselection_hide_widget): rewritten using the new
24934           gnome_filelist_set_multiple_selection function.
24936         * src/fileselection.c: (on_file_selection_delete_event): removed
24937           unuseful widget hides. Some cleanups,
24938           (on_file_selection_cancel_clicked): impl,
24939           (create_fileselection_gui): changed the cancel button clicked's
24940           callback to use this new function.
24942         * src/anjuta.c: (anjuta_new):
24943         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
24944           callbacks, because this the gnome filelist widget's job.
24946         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
24947           clist selection mode duplicates set,
24948           (gnome_filelist_key_press): use the new impl. function.
24950 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24952         Fix for #441233.
24954         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
24955           fixed some bogus code using an array cell out of
24956           range, removed unecessary gettext usages.
24958         * src/appwiz_page2.c: (on_prj_name_entry_changed):
24959           some cleanups and now transform minus characters to
24960           underscores.
24962         * src/source.c:
24963           (source_write_configure_in),
24964           (source_write_toplevel_makefile_am),
24965           (source_write_desktop_entry),
24966           (source_write_glade_file):
24967         * src/project_dbase.c: (project_dbase_summon_glade),
24968           (project_dbase_generate_source_code):
24969         * src/glades.c: (gladen_write_glade_write):
24970           replaced some occurences of the target name by the
24971           project filename, using project_dbase_get_proj_name,
24972           to fix the name of some files.
24973           Fixed a lot of mem leaks.
24974           Various code cleanups.
24976 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24978         Merged with latest (1.44) scintilla.
24980         Added: - The calltip.<lexer>.end.definition property to display help
24981                  text on a second line of calltip.
24982                - The calltip.<lexer>.word.characters property to correctly find
24983                  calltips for functions that include characters like '$' which
24984                  is not normally considered a word character.
24985                - The use.monospaced property to determine initial state of
24986                  Use Monospaced Font setting.
24988         Bugs fixed: Too many to mention; please see :
24989                     http://www.scintilla.org/ScintillaHistory.html for the
24990                     full changes list.
24992         * scintilla/*/*: updated nearly all files.
24994         * TODO: removed the need of a scintilla merge.
24996         Merged with latest (1.44) SciTE properties.
24998         * data/properties/anjuta.properties: added the wrap, use.monospaced
24999           properties.
25001         * data/properties/html.properties: added a missing php extension, and
25002           updated php keywords to the latest reference.
25004         * data/properties/pascal.properties: added commands to compile, build
25005           and execute pascal applications.
25007         * data/properties/lua.properties: added styles for statements.
25009         * data/properties/bash.properties: added the declare keyword.
25011         Fixed distchecking.
25013         * global-tags/Makefile.am,
25014           global-tags/create-global-tags.sh: used some kind of ugly hack to
25015           make distchek work, since noone has proposed some better way.
25017         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25018           and Ctrl-N replace Alt-N for new file according to the Gnome design
25019           reference.
25021 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25023         * widgets/gnomedirlist.c
25024         widgets/gnomedirlist.h
25025         widgets/gnomefilelist.c
25026         widgets/gnomefilelist.h:
25028         Added GPL headings in the file.
25030 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25032         * src/attach_process.c
25033         src/attach_process_cbs.c
25034         src/attach_process_cbs.h
25035         src/attach_process_gui.c
25036         src/breakpoints.c
25037         src/breakpoints_cbs.c
25038         src/breakpoints_cbs.h
25039         src/breakpoints_gui.c
25040         src/commands.c
25041         src/compiler_options.c
25042         src/compiler_options_cbs.c
25043         src/compiler_options_cbs.h
25044         src/compiler_options_gui.c
25045         src/find_in_files.c
25046         src/find_in_files_cbs.c
25047         src/find_in_files_cbs.h
25048         src/find_in_files_gui.c
25049         src/find_replace.c
25050         src/find_text.c
25051         src/help.c
25052         src/preferences.c
25053         src/preferences_gui.c
25054         src/project_config.c
25055         src/src_paths.c
25056         src/src_paths_cbs.c
25057         src/src_paths_cbs.h
25058         src/src_paths_gui.c:
25059         
25060         Bugs #521629 and #522427 fixed. The problem was, that the
25061         escape-key was not catched and the dialog was hidden, but
25062         the flag was not set correctly.
25064         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25065         using the gnome_dialog_close_hides()-setting present in most dialogs.
25066         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25067         emits "close" and set the flag in the close-callback.
25069         Patch from: Jens Georg <mail@jensgeorg.de>
25071 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25073         * src/*.{c,cpp}: s/string_free/g_free/
25075         * src/utilities.[ch]: (string_free): removed.
25077 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25079         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25081         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25082         src/mainmenu_callbacks.[ch]:
25083         Removed Project menu options: README, TODO, ChangeLog and NEWS
25084         Moved Save Build Messages to Build menu and only highlight it
25085         when there are build messages.
25086         Corrected a spelling: "mojority" -> "majority"
25087         Fixed initialisation of edit.edit_app_gui so now Edit menu
25088         can be shown when no project is loaded.
25090         * src/project_dbase.h: Removed prototype for static function
25092 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25094         * src/text_editor.c: Editor is marked changed after
25095         autoformat. 
25096         
25097         Patch from: Jens Georg <mail@jensgeorg.de>
25099 2002-03-04 Roel Vanhout <roel@stack.be>
25101         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25103         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25104         Added option to ignore binary files on 'Find in files' (grep -I option)
25106 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25108         * src/main.c:
25109         session restoration and commandline load in 
25110         gtk idle loop.
25111         
25112         * src/anjuta.[h,c], src/anjuta_cbs.c:
25113         Removed "clear windows menu" and prevented runtime 
25114         warnings.
25115         
25116         * src/compile.c, src/build_file.c, src/build_project.c,
25117         src/clean.c:
25118         Takes into account the preference setting for 
25119         show dialog when job completes. Dialogs are
25120         shown when it is enabled otherwise not.
25121         
25122 2002-03-03 Roel Vanhout <roel@stack.be>
25124         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25125         
25126         * src/find_text.c
25127         Store 'Find...' search string on search so that 'Find Next' will search for
25128         that string, even if the dialog hasn't been closed yet.
25130 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25132         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25133         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25134         src/main_menubar_def.h:
25135         
25136         Organized menus, removed "Windows" and "Utilities" menus from the
25137         menubar [they are no longer needed]. Also removed some extragenous
25138         separators.
25139           
25140 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25142         * src/message-manager-private.cc:
25143         Set message clist selection mode to BROWSE.
25144         
25145         * src/message-manager.cc, src/an_symbol_view.c,
25146         src/an_file_view.c:
25147         Added Key navigation for the CTree and CList. Arrow left for
25148         node collapse, right for node expand, space (or enter) for
25149         activation (same as double click).
25150         
25151 2002-03-03 Roel Vanhout <roel@stack.be>
25152         
25153         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25154         
25155         * plugins/class-gen/clsGen.c
25156         Added functionality to semi-intelligently prefill filename
25157         boxes with names deduced from class name
25159 2002-02-26 lbell <lbell@tsc4.com>
25161         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25162         * src/preferences_gui.c:
25163         Removed an incorrect use of gtk_misc_set_alignment().
25164         
25165         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25166         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25167         src/preferences.h, src/preferences_gui.c:
25168         
25169         Added the option to reload last open project at the startup.
25170         Added the possibility to open a new project without close
25171         an existing one
25172         
25173         * src/properties.cxx:
25174         Corrected a spelling mistake in message string.
25175         
25176         * src/session.c:
25177         Updated session functions.
25178            
25179 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25181         * widgets/gnomefilelist.c: Bug fixes.
25182         
25183         Patch from Philip Van Hoof <freax@pandora.be>
25184         
25185 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25187         * src/an_file_view.c:
25188         anjuta was unable to open some files becuase they were not being
25189         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25190         Removed mime checking when opening with anjuta, becuase it doesn't
25191         hurt to open binary files in anjuta (some even may want to do so).
25192         
25193         Added a warning when mime type is not set when "view with default
25194         viewer" is activated.
25195         
25196         * src/an_file_view.c, an_symbol_view.c:
25197         Converted N_() to _() where ever appropriate in the strings.
25198         
25199 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25200         
25201         * src/appwizard_gui.c, src/appwizard_cbs.c
25202           src/wizard_gui.c/h, src/appwiz_page3.c,
25203           src/project_import_gui.c:
25204           
25205         Moved target type radiobuttons to appwiz. page 2
25206         
25207         * src/message-manager-private.cc
25208         Fixed a bug which caused a crash if next message function was used
25210         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25212 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25214         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25215         Modifies the behaviour of Alt-TAB in Anjuta. This
25216         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25217         edited files in the first items of the notebook.
25219         Patch from: Timothee Besset <timo@qeradiant.com>
25220         
25221 2002-02-24  Philip Van Hoof <freax@pandora.be>
25223         * widgets/gnomefilelist.c, gnomefilelist.h:
25224           Added filecompletion
25225           
25226         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25228 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25230         * configure.in: Added "sk" to ALL_LINGUAS.
25232 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25233   
25234         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25235           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25236           src/wizard_gui.c: Added support for static and dynamic libs
25237         
25238 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25240         * widgets/gnomefilelist.c:
25241           Fixed gnome_filelist_get_lastfilename so it no longer returns
25242           a corrupted path.
25244 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25246         * src/resources.h, resources.c:
25247         Added url handler.
25249         * src/main_menubar_def.h, mainmenu_callbacks.c:
25250         Changed to use gnome configed url handler.
25252 2002-02-19  Philip Van Hoof <freax@pandora.be>
25254         * widgets/gnomefilelist.c
25255         Added PHP filetype.
25257 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25259         * plugins/class-gen/clsGen.c:
25260         Added c++ support.
25261         
25262         * widgets/gnomefilelist.c:
25263         Gives the maximum space to the files section of the open file dialog.
25264         
25265         Patches from: lbell <lbell@tsc4.com>
25266         
25267 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25269         * src/anjuta.c, main.c:
25270         Used tm_get_real_path in anjuta_get_full_filename();
25271         
25272 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25273         
25274         * anjuta.prj: update version
25276 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25278         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25279           removed the amount arg and replaced with a NULL-ending list.
25280           (gnome_filelisttype_makedefaultlist): use the new prototype.
25282 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25284         * src/about.c, THANKS: updated for new contributors
25285         
25286         * anjuta.prj: added new files
25287         
25288         * README: corrected some documentation, ctags no longer needed,
25289           pkgconfig now required
25290           
25291         * data/properties/others.properties: add .cvsdiff extension
25292         
25293         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25294           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25295           file import
25296           
25297         * doc/anjuta.1: added initial man page thanks to 
25298           Rob Bradford <rob@debianplanet.org> (NB build and install 
25299           needs work)
25300         
25301 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25303         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25304           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25305           warning flags. 
25306   
25307         * configure.in: Changed version to 0.1.10-pre
25308   
25309 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25311         * src/fileselection.c: (create_fileselection_gui): always display
25312           the directory creation button as we cannot rely on the dialog
25313           titlebar.
25315         * widgets/gnomefilelist.[ch]: fixed includes.
25317         * pixmaps/new_folder.xpm: resized, added a + sign.
25319 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25321         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25322           changed all extensions to begin with a dot.
25324 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25326         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25328         * THANKS: added Philip.
25330         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25332         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25333         * src/file_selection.[ch],
25334         * widgets/gnomefilelist.[ch]: added a filetype
25335           combobox to the Anjuta file dialog widget.
25337 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25339         * anjuta.spec.in: eep! the import script was not being installed by
25340           RPM - fixed for the release.
25342 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25344         Various cleanups and fixes for the next release to be able to make
25345         distcheck.
25347         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25348           much and make some tweaks plus cleanups.
25350         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25351           args to remove some warnings.
25353         * global-tags/Makefile.am,
25354           data/Makefile.am,
25355           src/Makefile.am: link against Anjuta static libs using the
25356           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25357           distcheck happy.
25359         * src/Makefile.am: ditto with all the Anjuta static libs.
25361         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25362           include, as we already include the whole directory for the build.
25364         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25365           
25366 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25368         * pixmaps/Makefile.am: icon for libglade project now installed
25369         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25370         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25371           breaking some build stuff
25372         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25373           include reference problems that showed up on make distcheck
25374         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25376 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25377         
25378         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25380 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25382         * src/message-manager-private.cc:
25383           The horizontal scrollbar now shows properly on demand.
25384         
25385 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25387         * src/dnd.c fixed some warnings
25388         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25389           and works. It is shown always at the moment but before it was
25390           shown on demand and did never work. 
25392 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25394         * src/anjuta.c: Fixed a crash bug.
25395           patch from: Jens Georg <mail@jensgeorg.de>
25397 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25399         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25400           reports a problem with missing end tags on <graphic>
25402 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25404         * manuals/C/ChangeLog: removed since it was never used
25405         * manuals/C/anjuta-manual/*: more updates, new screenshots
25406         * anjuta.prj: updated for new manuals/ structure
25408 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25410         * source.c, compiler_options.[c/h]:
25411           Fixed bug #460321 "Problem with optimization options" 
25412           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25413         
25414 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25416         * NEWS: prepared for release, need to fill in date
25417         * data/welcome.txt: version number updated
25419 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25421         * src/text_editor_menu.c, src/an_file_view.c, 
25422           src/an_symbol_view.c: marked strings for translation
25423         
25424         * src/defaults.c, data/properties/xml.properties:
25425           *.omf and *.xsl files should use XML highlighting
25426           
25427         * manuals/C/anjuta-manual/*:
25428           - restructured so that files have more meaningful names
25429             and are easier to edit (see anjuta-manual.sgml for the
25430                 ordering)
25431           - updated some screenshots
25432           - continued rewrite
25434 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25436         * main.c: Made a workaround to remove the old
25437         anjuta gnome config file (older than 9 Feb 2002). This
25438         will fix the bug which never lets the brower toolbar shown.
25439         
25440         * main.c: In fact, the above solution wouldn't work in all
25441         cases. Therefore, here is the better fix, which works by
25442         detecting the version of the old config file and deleting
25443         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25444         
25445 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25447         * HACKING: added info on submitting patches
25449 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25451         * src/project_import_gui.c, src/project_import.c:
25452           - If Project Import Wizard is canceled everything is 
25453                 cleaned up now.
25454           - Back button is now insensitive on page 3 (some problems: 
25455                 see TODO in project_import_qui.c:284
25456           - Menu frame is insensitive if project type != GNOME(mm)
25458 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25460         * src/main.c: Fixed bug #  (Unable to open files on
25461         double click in project window from second trial onwards when
25462         the project is opened from command line).
25463         
25464         * po/POTFILES.in: Removed tags_manager.[h,c]
25465         
25466 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25468         * src/preferences.c:
25469           A quick hack to fix the 'invisible' browser toolbar when
25470           upgrading from 0.1.8 to 0.1.9
25471           
25472         * src/anjuta.c:
25473           Fixed toolbar names which were causing confusions in the toolbar
25474           show/hide.
25475           
25476         * src/main.c:
25477           Substituted "anjuta" with PACKAGE
25478           
25479         * src/project_import_gui.c: 
25480           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25481           
25482         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25483           Added new files and removed obsolete ones.
25484           
25485 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25487         * src/appwizard_cbs.c, project_import_cbs.c, 
25488           main_menubar_def.h, project_import_gui.c: 
25489           updates to message strings and layout for the 
25490           import wizard.
25491           
25492         * text_editor_cbs.c: fix for the tab menu entries for 
25493           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25495 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25497         * src/toolbars.c,
25498           src/toolbars.h,
25499           src/anjuta_gui.c,
25500           src/controls.c:
25501           
25502           Tag dropdown exclusive (takes
25503           all space in the toolbar) and never vertical and
25504           increased the width of the tag combo to 256 pixs.
25505           Toolbar separator before the combo and button.
25506           Added tags label before the tag button.
25507           Reorganized the dock bands for the toolbars.
25508           
25509         * src/project_import_gui.c
25510           src/project_import.c:
25511           Fixed an error and removed an unused variable.
25512           
25513         * data/properties/anjuta.properties:
25514           Removed the property for the old toolbar and set
25515           browser toolbar show to default.
25516           
25517         * src/project_dbase.c: excluded modules were not
25518           loaded. Fixed.
25519           
25520         * src/source.c:
25521           No build files will be written if the project is blocked.
25522           
25523         * src/project_import.c,
25524           src/project_import_cbs.c,
25525           src/project_gui.c,
25526           src/wizard_gui.c:
25527           
25528           Manually applied Johannes patch to fix some memory
25529           issues and gui clean up.
25530           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25531         
25532         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
25533           Fixed a bad bug with remove file from project because of
25534           files were never removed properly from the project and
25535           from the tagmanager.
25536           
25537         * src/appwiz_page3.c: Disabled unused codes to clear
25538           compiler warnings.
25539           
25540 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25542         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
25543         
25544         * data/Makefile.am
25545           pixmaps/Makefile.am
25546           src/Makefile.am
25547           src/an_file_view.c
25548           src/an_symbol_view.c
25549           src/anjuta.c
25550           src/anjuta.h
25551           src/anjuta_cbs.c
25552           src/anjuta_gui.c
25553           src/controls.c
25554           src/main_menubar.c
25555           src/main_menubar.h
25556           src/main_menubar_def.h
25557           src/mainmenu_callbacks.c
25558           src/mainmenu_callbacks.h
25559           src/pixmaps.h
25560           src/project_dbase.c
25561           src/project_dbase.h
25562           src/text_editor.c
25563           src/text_editor_menu.c
25564           src/text_editor_menu.h
25565           src/toolbar.c
25566           src/toolbar.h
25567           src/toolbar_callbacks.c
25568           src/toolbar_callbacks.h :
25569           
25570           Patch submitted by:
25571           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25572           
25573           Removes the Tags toolbar and substituted it with
25574           tags combo dropdown list. Fixes a couple of bugs.
25575           
25576           Moved the tag combo to browser toolbar because
25577           main toolbar was becoming too long.
25578           Made a new icon of tag toolbar.
25579           
25580         * po/zh_TW.po: Fixed bug.
25581           
25582         * pixmaps/an_tag.xpm: Added new file.
25584 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25586         * src/project_import_gui.c: Reorganized project
25587         import gui page 2.
25588         
25589 2002-01-29  Andy Piper <andy.piper@freeuk.com>
25591         * HACKING: added info on creating windows and dialogs
25593 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
25595         * src/tm_file_view.c:
25597           Sorts the file list at the end instead of doing sort-insert
25598           to improve performance.
25599           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25601         * src/project_dbase.c: Resolved a conflict from
25602           Johannes's patch.
25603           
25604         * src/project_import.c:
25605         
25606           Fixed to use anjuta_import.sh for the bin dir and
25607           not from the data dir.
25608         
25609           Used anjuta_is_installed() function to verify a the command's
25610           executability.
25611         
25612           Fixed import command to use sh (which is more general and is
25613           gauranteed to be found in any unix system :-)). Also, added
25614           double quotes around the import directory.
25615         
25616           Changed some strings for better translations (like avoiding
25617           duplicates).
25618           
25619           Fixed the reading of wrong target type.
25620           
25621         * src/control.c: Insensitive "import project" when there is
25622           a project open.
25623           
25624         * src/project_import_cbs.c:
25625           
25626           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
25627           Fixed selection of gettext checkbox.
25628           Sets the menu entries.
25629           
25630 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
25631         
25632         * src/appwiz_page[1-4].c
25633         * src/appwiz_gui.c
25634         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
25635         be able to reuse it.
25636         
25637         * src/mainmenubar.[c/h]
25638         * src/mainmenubar_def.h
25639         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
25640         menu item
25641         
25642         * src/message-manager.c: Fixed bug 509192
25643         * src/message-manager-dock.c: Added accel_group if window is undocked
25644         
25645         * src/project_dbase.[c/h]: Splitted opening code to be able
25646         to use it without an open file dialog
25647         (Maybe I broke Naba's changes, please take a look)
25648                         
25649         * src/project_import.[c/h]
25650         * src/project_import_gui.c: New Files, Code for Project Import Wizard
25651         
25652         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
25653         import wizard
25655 2002-01-28  Andy Piper <andy.piper@freeuk.com>
25657         * src/main_menubar_def.h, tagmanager/tm_project.c: more
25658           string cleanups
25659           
25660         * manuals/C/anjuta_manual/*: started rewrite of the 
25661           manual, updated some screenshots
25663 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25665         * src/gnomefilelist.h, src/gnomefilelist.c:
25666         
25667           Fixed multiple selection bug (#497085). The OK button is
25668           sensitive when in multiple mode, if the no. of
25669           selection is one or more.
25670           
25671           Toggle between single and multiple selection mode
25672           and multiple mode display.
25673           
25674           Fixed strings to translable strings.
25675           
25676           Fixed some compiler warnings by commenting out
25677           unused functions.
25678           
25679 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25681         * src/project_dbase.c: App status bar now updates
25682           with the project name when the project is loaded.
25683         
25684         * src/an_file_view.c, tagmanager/tm_file_entry.c:
25685           
25686           Puts the directories at the top. They're also sorted now.
25687           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25688         
25689 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25691         * scripts/anjuta_import.sh.in: Added file.
25692         * scripts/anjuta_import.sh: Removed file.
25694         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
25695           Updated files.
25696           
25697         * src/main_menubar_def.h:
25698         
25699           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
25700           reflect the opposite of Find (CTRL+F) and also to leave
25701           CTRL+R or Redo.
25702           
25703           Changed Glade summon with ALT+G, which frees the ATL+E
25704           for poping up the edit menu.
25705           
25706         * src/Makefile.am: Debugging link flags by Biswa, removed.
25708 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
25710         * HACKING: added information on best practices for writing
25711           application messages and GUI labels
25712           
25713         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
25714           src/breakpoints.c, src/build_file.c, src/build_project.c, 
25715           src/clean_project.c, src/compile.c, 
25716           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
25717           src/configurer.c, src/debugger.c, src/executer.c, 
25718           src/find_in_files.c, src/find_in_files_cbs.c, 
25719           src/find_replace.c, src/find_text.c, src/glades.c, 
25720           src/gnome_project.c, src/goto_line.c, src/main.c, 
25721           src/main_menubar.c, src/main_menubar_def.h, 
25722           src/mainmenu_callbacks.c, src/preferences_gui.c, 
25723           src/project_config.c, src/project_dbase.c, 
25724           src/project_dbase_gui.c, src/resources.c, src/source.c, 
25725           src/support.c, src/tags_manager.c, src/text_editor.c, 
25726           src/text_editor_gui.c, src/text_editor_menu.c, 
25727           src/toolbar_callbacks.c, src/utilities.c: 
25728           lots of minor message updates to make them more user-friendly 
25729           and consistent
25731 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25733         * src/executer.c:
25734         
25735           Because of the spaces escaping, the command could not be
25736           executed when run without terminal. Now fixed.
25737           
25738         * anjuta.prj, Makefile.am:
25739         
25740           Added anjuta project file.
25741         
25742 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
25744         * src/message-manager-private.h, message-manager-private.cc,
25745           message-manger.cc:
25746           
25747           Added freeze() and thaw() for the message window class to
25748           speed up the message manager update.
25749         
25750         * src/project_config.h, project_config.c,
25751           src/project_dbase.h, project_dbase.h
25752           scripts/anjuta_project.template:
25753           
25754           Added two new prject attributes: project.config.blocked and
25755           project.excluded.modules. The former will make sure that users
25756           are not given any previlidge in enabling the 'overwrite build
25757           files' flags and the later issues a list of modules in the project
25758           to be skipped for symbol browsing and project listing.
25759         
25760         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
25761         
25762           Modified script to read the template from the anjuta data dir
25763           rather than from the directory in which the script exist. Otherwise,
25764           Being transfered to the bin dir, the script will not be able to
25765           find the template when it is run.
25766           
25767           The script is also create with configure.in to set in the anjuta
25768           data dir path inside the script.
25769           
25770 2002-01-26  Stephane Demurget  <demurgets@free.fr>
25772         * po/fr.po: updated to the latest sources.
25774 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25776         * scripts/Makefile.am:
25777           anjuta_import.sh goes with distribution.
25778           
25779         * po/*.po: They seem to have updated (merged with
25780           anjuta.pot) automatically when I did "make dist".
25781           
25782 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25784         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
25785           Fixed Bug #499807, ie crash on removing libs, includes, defines from
25786           the compiler options dialog.
25787         
25788         * ChangeLog:
25789           Correct todays date. :)
25790           
25791         * scripts/Makefile.am:
25792           Installs anjuta_import.sh in $(prefix)/bin dir and
25793           is treated as an executable.
25794           
25795 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25797         * Fix for bug #499373
25798         
25799         * data/properties/anjuta.properties, ada.properties, cpp.properties,
25800           java, properties, latex.properties, lua.properties, others.properties,
25801           perl.properties:
25802           
25803           Added double-quotes around file arguments so that
25804           filenames with spaces could also work.
25806         * launcher/anjuta-launcher.c, executer.c:
25807           Escaped quotes in the cammand and it's arguments before executing
25808           so that args with spaces can also work.
25809           
25810           Commented #DEBUG switch.
25811           
25812 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25814         * scripts/*: Added files which I forgot previously.
25815         
25816         * src/aneditor.h: Lined up commands definition for better look.
25817         
25818         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
25819           main_menubar.h, control.c:
25820           Added three more convert EOL chars submenu items in transform.
25821           Reformatted some some.
25822         
25823         * data/anjuta.properties:
25824           Reformatted a line.
25825         
25826         * src/aneditor.h, aneditor.c:
25827           Added three commands (with definitions) for EOL conversions.
25828           
25829         * src/text_editor.c:
25830           Editor detects file mode from the file content and
25831           set the editing mode to CR/LF/CRLF automatically.
25832           Refined Dos mode extrageneous chars filter
25833           This will make sure that filter works only in Dos mode and not
25834           in other modes.
25835           
25836         * src/anjuta.c: Editor mode display in status bar.
25837         
25838         * src/preferences_gui.c: Changed the string for dos mode
25839           filter to more sensible string.
25840         
25841         * src/aneditor.c: Default editor mode sets during widget creation
25842           and not everty time the properties are loaded. This makes sure
25843           that the auto-detected mode is not overridden by the default mode.
25844           
25845         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
25846         
25847         * src/anjuta.c: Fixed bug #476028.
25848           Now anjuta also searches for file relative to top project dir,
25849           when the project is open.
25850         
25851         * src/anjuta_cbs.c: Fixed bug #499536.
25852           File is not closed if it is not able to save the file properly.
25853           
25854         * src/mainmenu_callbacks.c: Fixed bug #499536.
25855           Newfiles (which are not modified) are also closed on "close all files".
25856         
25857 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25859         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
25860         
25861         * tagmanager/tm_source_file.c, regex.c, parse.c:
25862           defined and delimited g_messages within #debug.
25863           
25864         * src/preferences.c, data/anjuta.properties:
25865           saved/defied message-manager tag position in string.
25866           Message tag possition is saved between sessions. And
25867           and tag position bottom as default.
25868           
25869 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25871         Patch submitted by:
25872         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25874         * Makefile.am
25875           configure.in
25876           data/Makefile.am
25877           data/properties/Makefile.am
25878           global-tags/Makefile.am
25879           pixmaps/Makefile.am
25880           src/Makefile.am
25881           src/an_file_view.c
25882           src/an_file_view.h
25883           src/an_symbol_view.c
25884           src/an_symbol_view.h
25885           src/anjuta.c
25886           src/anjuta_cbs.c
25887           src/file_history.c
25888           src/file_history.h
25889           src/message-manager-private.cc
25890           src/pixmaps.h
25891           src/project_dbase.c
25892           src/project_dbase_gui.c
25893           src/tags_manager.c
25894           src/text_editor.c
25895           src/utilities.c
25896           src/utilities.h
25897           src/watch_gui.c:
25898         
25899           Modified files.
25900         
25901         * scripts/*
25902           pixmaps/sv_class.xpm
25903           pixmaps/sv_function.xpm
25904           pixmaps/sv_macro.xpm
25905           pixmaps/sv_private_fun.xpm
25906           pixmaps/sv_private_var.xpm
25907           pixmaps/sv_protected_fun.xpm
25908           pixmaps/sv_protected_var.xpm
25909           pixmaps/sv_public_fun.xpm
25910           pixmaps/sv_public_var.xpm
25911           pixmaps/sv_static_fun.xpm
25912           pixmaps/sv_static_var.xpm
25913           pixmaps/sv_struct.xpm
25914           pixmaps/sv_unknown.xpm
25915           pixmaps/sv_variable.xpm
25916           pixmaps/fv_core.xpm
25917           pixmaps/fv_text.xpm
25918           pixmaps/filestoremove.txt:
25919         
25920           New files.
25921         
25922         * pixmaps/class.xpm
25923           pixmaps/function.xpm
25924           pixmaps/fv_autofile.xpm
25925           pixmaps/fv_doc.xpm
25926           pixmaps/fv_i18n.xpm
25927           pixmaps/fv_source.xpm
25928           pixmaps/private_func.xpm
25929           pixmaps/private_var.xpm
25930           pixmaps/protected_func.xpm
25931           pixmaps/protected_var.xpm
25932           pixmaps/public_func.xpm
25933           pixmaps/public_var.xpm
25934           pixmaps/struct.xpm
25935           pixmaps/variable.xpm
25936         
25937           Removed files.
25938         
25939         * tagmanager/*/*:
25940         
25941           Upgraded to tagmanager-0.7
25943 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
25944         * src/anjuta_cbs.c: Fixed bug #506441
25945         * src/watch_gui.c: Changed layout of eval dialog so that
25946         it fits on a 800x600 desktop with German translation. 
25948 2002-01-23      Andy Piper <andy.piper@freeuk.com>
25950         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
25951         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
25952           icon for new project type (thanks to Misha)
25953         * configure.in: build and install Danish translation
25954         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
25955           credits to cover new patches and translations
25957 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
25958         
25959         * src/preferences.c, src/message-manager.cc, src/project_type.c,
25960           src/appwiz_page1.c:
25961         
25962       - Font preferences are restored properly now (\n was missing)
25963           - Dock menu label of message-manager is "Dock/Undock" instead
25964           of "Dock|Undock" to match with the rest of anjuta.
25965           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
25966           changed it in anjuta, too 
25968 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25970         * tagmanager/tm_source_file.c,
25971           tagmanager/parse.c,
25972           tagmanager/tm_project.c,
25973           src/an_symbol_view.c,
25974           src/anjuta.c:
25975           
25976           Disabled debug warnings.
25978 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25980         * src/appwiz_page1.c
25981           src/compiler_options.c
25982           src/project_dbase.c
25983           src/project_dbase.h
25984           src/project_type.c
25985           src/source.c
25986           src/source.h:
25987           
25988           New project type named LibGlade.
25989           
25990           Patch submitted by:
25991           Dick Knol <dknol@gmx.net>
25993         * src/gnome_prj.c:
25994           Commented out unused pixmap creation. May be it
25995           will fix the crash in project creation.
25996           
25997 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25999         * src/registers.c
26000           src/registers.h
26001           src/registers_cbs.c
26002           src/registers_cbs.h
26003           src/registers_gui.c
26004           src/sharedlib.c
26005           src/sharedlib.h
26006           src/sharedlib_cbs.c
26007           src/sharedlib_cbs.h
26008           src/sharedlib_gui.c
26009           src/signals.c
26010           src/signals.h
26011           src/signals_cbs.c
26012           src/signals_cbs.h
26013           src/signals_gui.c
26014           src/stack_trace.c
26015           src/stack_trace.h
26016           src/stack_trace_cbs.c
26017           src/stack_trace_cbs.h
26018           src/stack_trace_gui.c
26019           src/text_editor.c
26020           src/watch.c
26021           src/watch.h
26022           src/watch_cbs.c
26023           src/watch_cbs.h
26024           src/watch_gui.c
26025           
26026           Fixed bug #496290: Attach/detach removed from these
26027           windows as they are never implemented.
26028           
26029           Patch submitted by:
26030           Johannes Schmid <johannes.schmid@gmx.de>
26031           
26032 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26034         * src/anjuta.c,
26035           src/anjuta_cbs.c:
26036           
26037           Fixed bug:
26038           when you right click on the tabs, a list of filenames are given
26039           out, but now it gives a list of "page 1", "page 2", etc...
26040           
26041           Patch submitted by: 
26042           Jens Georg <mail@jensgeorg.de>
26044         * anjuta.in.in: Removed c|c++ because, it was not necessary
26045           and was causing translation problem.
26046           
26047         * plugins/class-gen/clsGen.c:
26048           removed "'" for the same reason.
26049           
26050 attached the fix for the menu
26053 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26055         * src/preferences.h,
26056           src/preferences.c,
26057           src/preferences_gui.c:
26058           
26059           Adds the functionality to Anjuta to auto save your unsaved
26060           files before you build a project.
26062           Patch submitted by: 
26063           jason <jason_williams@suth.com>
26064           
26065         * src/anjuta.[h,c]:
26066           Added function for save all files.
26067         
26068         * src/mainmenu_callbacks.c:
26069           Modified to use the above function.
26070         
26071         * src/build_project.c:
26072           Save all files before build if it is set in the
26073           preferences.
26075 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26077         * src/message-manager-private.cc
26078           src/message-manager-private.h
26079           src/message-manager.cc:
26080           
26081           Message-manager now restores the tabs which were shown on startup.
26082           The terminal is now created on demand (as requested by Biswa)
26083           and I have removed some debug messages.
26084           
26085           Patch submitted by: 
26086           Johannes Schmid <johannes.schmid@gmx.de>
26088 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26090         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26091           proper tabs keyboard navigation.
26093         * src/an_symbol_view.c,
26094           src/anjuta_cbs.c,
26095           src/gnome_project.c,
26096           src/project_dbase.c,
26097           src/tags_manager.c: removed some debugging display.
26099 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26101         * src/message-manager-dock.c
26102           src/message-manager-private.cc
26103           src/message-manager-private.h
26104           src/message-manager.cc
26105           src/preferences.c
26106           src/preferences.h
26107           src/preferences_gui.c:
26108           
26109           Patch submitted by: 
26110           Johannes Schmid <johannes.schmid@gmx.de>
26111           
26112           This patch adds a tab to the notebook of the preferences-dialog
26113           where you can change the colors, the tab position of the new
26114           message manager. Also the truncate messages stuff has moved
26115           from misc tab to messages tab.
26117           Also improved the remembering position stuff of message manager.
26118           
26119         * data/internal.properties,
26120           Added definitions for messages colors and tag position.
26121           
26122         * src/message_manager.cc:
26123           Fixed a bug that never lets the messages panes to get cleared.
26124           Added wmclass setting for the message window. Fixed a bug in
26125           which the message window was not being shown.
26126         
26127         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26128           output and disabled it.
26130         * src/anjuta.c: Preferences created and loaded before anything else.
26131           anjuta now recognizes messages colors on startup and initializes
26132           them.
26133         
26134 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26136         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26138 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26140         * pixmaps/file_c.xpm,
26141           pixmaps/file_cpp.xpm,
26142           pixmaps/file_file.xpm,
26143           pixmaps/file_h.xpm,
26144           pixmaps/file_html.xpm,
26145           pixmaps/file_i18n.xpm,
26146           pixmaps/file_icon.xpm,
26147           pixmaps/file_pix.xpm,
26148           pixmaps/fv_doc.xpm,
26149           pixmaps/fv_i18n.xpm,
26150           pixmaps/fv_image.xpm,
26151           pixmaps/fv_source.xpm,
26152           pixmaps/fv_unknown.xpm: made these icons transparent.
26154 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26156         * launcher/anjuta_launcher.c: updated message strings
26157         * src/message-manager-dock.c: added newline at end to avoid compile warning
26158         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26159         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26160           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26161           entries for username and Python-style GPL notice
26162         * HACKING: added info on files to change to update Insert menu
26164 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26166         * src/project_dbase.c,
26167           src/an_file_view.c,
26168           src/an_symbol_view.c:
26169           Changed the CTree expander style to square and
26170           line style to Dotted line.
26171           
26172         * po/POTFILES.in: Removed and Added translable files.
26174 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26176         * ccview/.cvsignore: Removed.
26177         
26178 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26180         * ccview/
26181                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26182                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26183                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26184                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26185                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26186                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26187         
26188         Removed ccview module because it is no longer needed.
26190 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26192         * src/project_dbase.c:
26193           Shifted structure initialization in project_dbase_new()
26194           before anything else, otherwise it was crashing due to
26195           uninitialized values.
26196         
26197         * src/an_symbol_view.c:
26198           Disabled high volume debug output.
26200 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26201         
26202         Applied a very heavy patch from:
26203         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26205         * Makefile.am
26206         configure.in
26207         pixmaps/Makefile.am
26208         src/Makefile.am
26209         src/aneditor.cxx
26210         src/aneditor.h
26211         src/anjuta.c
26212         src/anjuta.h
26213         src/commands.c
26214         src/commands.h
26215         src/compile.c
26216         src/compile.h
26217         src/controls.c
26218         src/defaults.c
26219         src/fileselection.c
26220         src/main_menubar.c
26221         src/main_menubar.h
26222         src/main_menubar_def.h
26223         src/mainmenu_callbacks.c
26224         src/mainmenu_callbacks.h
26225         src/project_dbase.c
26226         src/project_dbase.h
26227         src/project_dbase_gui.c
26228         src/tags_manager.c
26229         src/text_editor_menu.c
26230         src/toolbar_callbacks.c
26231         tagmanager/Makefile.am
26232         tagmanager/ctags.c
26233         tagmanager/include/Makefile.am
26234         tagmanager/include/tm_project.h
26235         tagmanager/include/tm_symbol.h
26236         tagmanager/include/tm_tag.h
26237         tagmanager/include/tm_tagmanager.h
26238         tagmanager/include/tm_workspace.h
26239         tagmanager/tm_project.c
26240         tagmanager/tm_source_file.c
26241         tagmanager/tm_symbol.c
26242         tagmanager/tm_tag.c
26243         tagmanager/tm_workspace.c
26244         widgets/Makefile.am: Modified.
26245         
26246         * src/an_file_view.[c,h],
26247           src/an_symbol_view.[c,h],
26248           src/file_history.[c,h],
26249           src/support.[c,h],
26250           widgets/scroll-menu.[c,h],
26251           tagmanager/tm_file_entry.c
26252           tagmanager/include/tm_file_entry.h: Added new files.
26253           
26254         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26255         private_func.xpm, public_func.xpm,
26256         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26257         private_var.xpm, public_var.xpm,
26258         function.xpm, fv_i18n.xpm, macro.xpm,
26259         protected_func.xpm, struct.xpm,
26260         fv_autofile.xpm, fv_image.xpm,
26261         ofolder.xpm, protected_var.xpm, variable.xpm:
26262           Updated and Added pixmap files.
26264         Features:
26265         ---------
26266         a) Removes CCView dependency.
26267         b) Improves the terminal.
26268         c) Adds tag navigation context menus.
26269         d) Upgrades tagmanager to latest version.
26270         e) Miscellaneous small additions.
26272 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26274         * src/project_dbase_gui.c: Fixed crash of anjuta
26275         when project first created.
26276         
26277         * src/gnome_project.c: It now updates the tags manager
26278         when new projects are created.
26279         
26280 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26282         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26283           for this big patch.
26284         
26285         * src/messages.[c,h]: Removed files.
26287         * src/message-manager.[cc,h],
26288           src/message-manager-dock.[c,h],
26289           src/message-manager-private.[cc,h]
26290           New files.
26292         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26293           src/build_project.c, src/clean_project.c, src/compile.c
26294           src/configurer.c, src/debugger.c, src/find_in_files.c
26295           src/mainmenu_callbacks.c, src/preferences.h
26296           src/preferences_gui.c, src/properties.h
26297           src/utilities.c, src/utilities.h:
26298           The new messages widget.
26299           New features:
26300             - Use of GtkNotebook instead of ToggleButtons
26301               and show/hide
26302             - Popupmenu to show and hide message types and
26303               to dock/undock in detach mode
26305           All other things should work as they did with the
26306           old message window. Currently the keyboard short-cuts
26307           do not work in detached mode.
26308           
26309           Some functions in utitlities.[c,h] changed.
26310           so that they take const arguments where this is possible
26311           
26312         * src/Makefile.am, po/POTFILES.in:
26313           Removed messages.[c,h] and
26314           added message-manager.[cc,h], message-manager-dock.[c,h],
26315           message-manager-private.[cc,h]
26316           
26317         * src/message-manager.h: Removed "include <bonobo.h>"
26318           and added a newline at the end of the file.
26319           
26320         * src/message-manager-private.cc:
26321           Set clist's width setting to Automatic.
26322           Set scroll window's scroll bars to Automatic.
26323           
26324 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26326         * text_editor_menu.c:
26327           Fixed misalignment of the function sub menu
26328           in the text editor pop up menu.
26329           
26330 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26331         
26332         * src/text_editor.c: Fixed a compiler warning.
26333         
26334 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26336         * THANKS, manuals/*/authors.sgml: updated for new translations
26337         * plugins/class-gen/clsGen.c: converted messages to English
26338         * src/about.c, src/main_menubar_def.h: string updates
26340 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26342         * src/anjuta.c
26343           src/anjuta_cbs.c
26344           src/text_editor.c
26345           src/mainmenu_callbacks.c
26346           src/text_editor.h
26347           src/text_editor.c
26348           src/text_editor_cbs.c
26349           src/text_editor-gui.c:
26350           
26351           Earlier code for adding 'cross' button
26352           for closing pages were too error prone and unorganized.
26353           Cleaned up the code and shifted the 'extra' widgets
26354           creation (eg. close button, close_pixmap and lable)
26355           from anjuta to text_editor. This takes care of proper
26356           widgets creation and destruction. Otherwise, anjuta
26357           was crashing at too many points, especially related
26358           to docking and undocking.
26359           
26360 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26362         * src/aneditor.cxx: removed debugging code.
26364         * data/properties/.cvsignore: added swap files.
26366 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26368         * src/anjuta.c
26369           src/anjuta_cbs.c:
26370           Fixed Crashing of anjuta when a new file is saved as
26371           different file.
26372           
26373 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26375         * src/aneditor.c: Some debug codes around.
26376         
26377         * data/internal.properties, data/anjuta.properties: Removed.
26378           data/properties/Makefile.am:
26379           data/properties/ada
26380           data/properties/cs
26381           data/properties/make
26382           data/properties/rc
26383           data/properties/html
26384           data/properties/ruby
26385           data/properties/baan
26386           data/properties/idl
26387           data/properties/pascal
26388           data/properties/sample
26389           data/properties/bash
26390           data/properties/java
26391           data/properties/perl
26392           data/properties/sql
26393           data/properties/conf
26394           data/properties/latex
26395           data/properties/props
26396           data/properties/vb
26397           data/properties/cpp
26398           data/properties/lua
26399           data/properties/python
26400           data/properties/xml
26401           data/properties/others
26402           data/properties/.cvsignore:
26403             Added files. Properties now splitted into small files
26404             for each language.
26406         * data/Makefile.am
26407           configure.in: Update the removal and added properties module.
26409         * src/preferences.c: preferences_new(): Updated to reflect the
26410           new properties files organization.
26411           
26412         * src/Makefile.am: Added Baan Lexer.
26414 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26416         * src/aneditor.cxx: readded the baan lexer. 
26418         * src/preferences.c: fixed translated messages and a typo.
26420         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26421           confusing the regexp usage in xml-i18-merge.
26423 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26425         * src/project_dbase.c: tidied some messages, and spotted a typo in
26426           the reading of properties which prevented the project version from
26427           ever being reported in the Project Information window - fixed :)
26429         * po/POTFILES.in: removed syntax.h
26431 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26433         * data/internal.properties: fixed baan properties.
26434           Added all ada properties.
26436         * src/main_menubar_def.h,
26437           src/lexer.h,
26438           src/aneditor.cxx,
26439           src/utilities.[ch]: added support for the Ada highlight style.
26441 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26443         * plugins/*/.cvsignore: updated.
26445 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26447         * src/syntax.h,
26448           src/text_editor.c,
26449           src/Makefile.am: removed the empty header syntax.h.
26451 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26453         * main_menubar.c:
26454         Stef's observation on the 'superfluous' hseparators in the recent
26455         files and projects is fully justified -- removed.
26456         
26457         * main_menubar_def.h:
26458         Changed "Plug Ins" to "Plugins" in the menu label.
26459         
26460         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26461         Added class-gen in the configure output and class-gen module.
26462         
26463         * data/internal.properties:
26464         Correct mis-spelled "jave" to "java".
26465         Added file.is.source for *.h, *.c, *.cpp properties.
26466         
26467         * global-tags/Makefile.am:
26468         "chmod +x create_global_tags.sh" before it is executed, because
26469         there is very high chance that it will be found "-x" and resulting
26470         in error
26472 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26474         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26475         for the backtrace.
26477         * src/gnome_project.c: (create_new_project): if the user doesn't
26478           select any icon, it doesn't have any extension and thus we can't
26479           use it in printf on Solaris, since the %s modifier use strlen to
26480           know the string length and then crash. On Linux, gcc checks the value
26481           of the pointer to be NULL and write "(null)" if necessary. We can't
26482           rely on that.
26484         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26485           don't need to have the directory icon but the generic one.
26487 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26489         Merged with latest (1.42) scintilla.
26491         Added: Support for the {load,save}.on.(de)activate properties.
26492                The PHP lexer to match keywords case insensitively.
26493                Baan lexer.
26494                Experimental supports for changeable style attribute & line
26495                wrapping.
26496                
26497         Updated: Both the C++ and HTML lexers.
26498                  More shell keywords added.
26499                  Horizontal scrolling and diplay of long lines optimised.
26500                  Cursor setting optimised.
26502         Bugs fixed: Caret movement over folded lines.
26503                     Selection tracking in 2ndary views when doing modifications.
26505         * scintilla/CallTip.{cxx.h},
26506           scintilla/ContractionState.{cxx,h},
26507           scintilla/Document.{cxx,h},
26508           scintilla/Editor.{cxx,h},
26509           scintilla/KeyWords.cxx,
26510           scintilla/LexHTML.cxx,
26511           scintilla/PlatGTK.cxx,
26512           scintilla/RESearch.cxx,
26513           scintilla/ScintillaBase.cxx,
26514           scintilla/ScintillaGTK.cxx,
26515           scintilla/Style.{cxx,h},
26516           scintilla/StyleContext.h,
26517           scintilla/ViewStyle.cxx,
26518           scintilla/include/*.h: updated.
26520         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26522         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26523           should have been told to the scintilla team. We're lucky I read the
26524           ChangeLog and the modifications of the lexer (thanks to the Gnome
26525           bonsai for this ;)
26527         * data/internal.properties: added Baan definitions.
26528           Fixed some issues for C such as *_cast directive, that are only
26529           available with C++.
26530           Updated C++, HTML and shell scripts definitions.
26531           Updated Ada and Bullant, that have been forgotten.
26533         * src/main_menubar_def.h,
26534           src/lexer.h,
26535           src/aneditor.cxx,
26536           src/utilities.[ch]: added support for the Baan highlight style.
26538 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26540         Polished the plugins menu behaviour and added a tearoff
26541         menuitem to the recent entries submenu.
26543         Note: The recent entries list seems to be too height
26544               with all these superfluous hseparators.
26546         * src/main_menubar.c: Polished, making some
26547           functions declarations static and cleaning some code.
26549           (create_submenu_plugin): removed the extra
26550           plugins entry and the horizontal separators.
26552           (on_plugins_menu_realize): the plugins menu is only
26553           shown if there's at least one available.
26555           (create_submenu*): added a tearoff menuitem to have
26556           a more homogeneous menu style. For now, it doesn't
26557           take care of user settings (but it was even worse
26558           before :).
26560 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26562         * configure.in: added the packageplugindir variable to avoid
26563           installing the plugins in $(prefix). It's not the same path as
26564           anjuta 2 to allow parallel installation.
26566 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26567         Fix a reopened part of bug #440676: keyboard navigation between the
26568         different text buffers. Changed to a more global approch. 
26570         * src/notebook.[ch]: removed.
26572         * src/Makefile.am: removed notebook.[ch]
26574         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
26575           (on_anjuta_window_key_press_event): added to fulfill the global
26576           shorcuts handling.
26578         * HACKING: updated according to the new global shortcuts handling.
26580 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
26582         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
26583           Shifted plugin menu from Edit submenu to main menu.
26584         
26585         * po/POTFILES.in:
26586           Added plugins/sample1/plugin-sample1.c
26587           
26588         * plugins/sample1/plugin-sample1.c:
26589           Added localization and used anjuta_info, instead of anjuta_error.
26590           
26591         * plugins/.cvsignore, plugins/sample1/.cvsignore:
26592           Added cvs ignores.
26593           
26594 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
26596         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
26597           for plugin dir.
26598         
26599         * Makefile.am: Added module plugins.
26600         
26601         * plugins, plugins/Makefile.am, plugins/sample1/*:
26602           Created plugins modules.
26603           
26604         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
26605           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
26606           to load plugins of *.so only and not *.so* (which results
26607           in duplicates).
26608         
26609         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
26610           plugins during packaging.
26612 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
26614         *  configure.in: Added Greek (el) to ALL_LINGUAS.
26616 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
26618         * configure.in: Added portuguese to ALL_LINGUAS
26620 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
26622         * global-tags/.cvsignore
26623         tagmanager/.cvsignore
26624         tagmanager/include/.cvsignore:
26625         Added cvs ignore files.
26627         * data/.cvsignore
26628         Updated cvs ignore file.
26629         
26630 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26632         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
26633           data/anjuta.properties, data/internal.properties: clean up some 
26634           message strings (me)
26636 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26638         * src/about.c, THANKS: added Jens to the credits
26639         
26640 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26642         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
26643           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
26644           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
26645           Georg <mail@jensgeorg.de> to add close button to file tabs.
26647 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26649         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
26650           (debugger now catches correct signal from process)
26652 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26654         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
26655         * src/pixmaps.h: switch appwizard project icons to new designs
26656         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
26658 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26660         * pixmaps/Makefile.am: stop redundant images from being installed.
26661           The next step will be to remove them completely.
26662         * src/appwiz*: further updates (more to come)
26663         * src/pixmaps.h: cleaned up, commented
26664         * src/splash.c: should use the pixmaps macro defined
26665         * HACKING: more on the graphics stuff and use of pixmaps.h
26667 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
26669         * src/defaults.c: fix bug #494864
26671 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
26673         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
26674           graphics from Misha
26675         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
26676           redundant graphics, no longer used
26677         * src/appwiz*: revamped application wizard by Andy and Misha for
26678           a more usable and professional look-and-feel
26679         * HACKING: updates to cover patching, graphics, and some additions
26680           post-0.1.8
26681         * TODO: removed some implemented features
26683 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
26685         * data/anjuta.properties, data/internal.properties: cleanup
26686         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
26687           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
26688           to edit styles colors for keywords and add Goto Tag menu option
26689           in the editor
26691 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
26693         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
26694         
26695         Fixed bug #460335
26696         fixes the Forget of the cursor position when tab is brought active
26697         from project manager.
26698         
26699 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26701         * src/messages.c
26702           Exported "TERM=xterm" to get a color terminal when
26703           anjuta is not started from within a terminal.
26704           
26705 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26707         * src/messages.c
26708           src/messages.h
26709           Added a frame around zvt terminal.
26710           
26711         * src/preferences_gui.c
26712           Modified to say "Use glade component (experimental)"
26713           instead of "Use Component".
26714           
26715 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26717         * Patch from 
26718         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26719         
26720         * src/anjuta.c
26721         src/fileselection.c
26722         src/messages.c
26723         src/messages.h
26724         src/preferences.c
26725         src/preferences.h
26726         src/project_dbase.c
26728         a) Extra scrollbar in terminal no longer appears.
26729         b) Character set preference should be preserved (untested).
26730         c) File selection widget now remembers last directory.
26731         d) On creation of generic project, the glade 'file not found' error no
26732                 longer occurs.
26733         e) First terminal window is created 'on demand', so it should always to
26734                 the Right Thing (TM) as far as starting WD is concerned. Also, the
26735                 environment is now passed to the terminal.
26736         f) Solaris compilation should be fixed (replaced get_current_dir_name()
26737                 with getcwd()).
26738         g) Fixed some compilation warnings.
26740 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
26742         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
26743           src/pixmaps.h: applied terminal and warnings patch (Biswa)
26744         * src/*: cleanups (me)
26745         * pixmaps/mini_term.xpm: added new file for terminal button
26746           (me, based on existing artwork)
26748 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
26750         * configure.in: bumped version to 0.1.9-pre
26751         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26752           translation
26753         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
26755 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
26757         * src/splash.c: removed a DOS end of line of a comment (so the *.po
26758           files are free of that char)
26759         * configure.in: added "az" to ALL_LINGUAS
26761 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
26763         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
26764           crash bug fix from Biswa.
26765         * FUTURE: added Anjuta/gIDE merger information to provide 
26766           details on future direction and status of 1.x stuff
26767         * NEWS: prepared for release
26768         * po/de.po: update from Jens Georg <mail@jensgeorg>
26770 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
26772         * multiple minor updates pre-0.1.8
26773         * patch from Biswa to fix syntax highlighting and packaging
26774         * po/fr.po: update from Stef
26776 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
26778         * global-tags/Makefile.am
26779         global-tags/create_global_tags.sh
26780         global-tags/tm_global_tags.c
26781         scintilla/LexCPP.cxx
26782         scintilla/include/SciLexer.h
26783         src/aneditor.cxx
26784         src/project_dbase.c
26785         tagmanager/Makefile.am
26786         tagmanager/include/Makefile.am
26787         tagmanager/include/tm_project.h
26788         tagmanager/include/tm_tag.h
26789         tagmanager/include/tm_tagmanager.h
26790         tagmanager/tm_project.c
26791         tagmanager/tm_source_file.c
26792         tagmanager/tm_tag.c
26793         tagmanager/tm_workspace.c:
26794         
26795         Includes the syntax highliting patch to scintilla).
26796         and more stable code.
26797         
26798         *tagmanager/include/tm_symbol.h: New file.
26799         *tagmanager/tm_symbol.c: New file.
26800         
26801         Add symbol tree building functionality at project level
26802         
26803         Patch from:
26804         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26805         
26806 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26808         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
26809           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
26810           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
26811           : New and improved pixmaps from Misha <misha@phreaker.net>
26812           Thanks to him.
26814 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26815         
26816         * Big patch submitted by
26817           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
26818           Many thanks to him.
26819         
26820         * src/Makefile.am, src/aneditor.cxx
26821           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
26822           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
26823           Use of tagmanager lib for advanced calltips.
26825         * global-tags/*: Created new directory and added files to 
26826           generate system.tags.
26828         * tagmanager/*: Created new directory and added tagmanager lib
26829           files.
26831         * configure.in, acconfig.h, Makefile.am: Modified to reflect
26832           the above additions.
26834         * data/Makefile.am: Modified to accomodate generated system.tags file.
26836 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
26838         * scintilla/: updated to 1.41
26839         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
26840         * src/about.c: updated list of authors
26841         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
26842         * HACKING: updated to cover Scintilla usage
26843         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26844           translation
26846 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
26848         * src/aneditor.cxx: Fixed compilation errors with it.
26849           by add include to gtk+ headers and typedefining a mysteriously
26850           vanished class Colour.
26852 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26854         * configure.in: Added pt_BR in the languages.
26855         
26856 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
26858         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
26859           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
26860         * THANKS: updated
26861         * manuals/C/anjuta-manual/*: new format to match
26862           the rest of the GNOME docs chapter layout. Added the many
26863           new contributors. Moved Authors and License information into new
26864           chapters of their own - should make expansion easier too
26865         * src/compiler_options.c: changed the profiler option to -pg to 
26866           work with GNU tools (gprof)
26867         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
26868           and text labels
26869         
26870 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26872         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
26873           compiler_options_gui.c:
26874           Added a new entry for linker flags and renamed c_options to c_flags
26875           and l_options to l_libs. Also, added a new function:
26876           compiler_options_set_prjlflags_in_file();
26877         
26878         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
26879         
26880         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
26881           
26882 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
26884         * THANKS, src/about.c: corrections and additions following 
26885         Naba's big update
26886         * src/main_menubar.c: patch from Rikul to fix the problem with 
26887         menu accelerators not being loaded
26889 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
26891         * THANKS: Added all contributors and translators names and emails.
26892         * AUTHORS: Updated
26893         * pixmap/anjuta_logo.png: Reduced the size of the logo.
26894         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
26895               Added new file (earlier logo with border).
26896         * src/about.c: Added all contributors names and emails
26897               and used macro definition for logo pixmap file.
26898         * src/pixmaps.h: Added entry for anjuta splash screen.
26900 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
26902         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
26903         to new PNG version (thanks to Misha) and removed the old
26904         pixmap.
26906 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
26908         * THANKS: added Conner Mo for simplified Chinese translation.
26909         * configure.in: added zh_CN in ALL_LINGUAS
26911 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
26913         * THANKS: added Joe Man for his traditional Chinese translation.
26914         * configure.in: added zh_TW in ALL_LINGUAS.
26916 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
26918         * src/main_menubar_def.h: Changed the link of lidn to
26919         http://lidn.sourceforge.net.
26920         
26921 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
26923         * Applied patch from Rikul
26924         * Applied patch from Luca
26925         * Fixed a cvs conflict. :)
26927 2001-10-17  Stephane Demurget  <demurgets@free.fr>
26929         * THANKS: added Marc Botermans for his Dutch translation.
26931         * configure.in: added nl in ALL_LINGUAS.
26933         * po/nl.po: added.
26935 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
26937         * anjuta.c: Fixed luca's typo.
26938         * resources.c, resources.h: Changed gchar* return to void, to
26939                 avoid a compiler warning.
26940         * scintilla/Makefile.am: Reorganized file entries.
26941         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
26943 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
26945         * Upgraded scintilla to 1.4.
26946         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
26947                 LexLisp.cxx StyleContext.cxx StyleContext.h
26948         * src/Makefile.am: Added 4 lexers and separated lexer objects
26949                 from the main link variable.
26951 2001-10-14  Stephane Demurget  <demurgets@free.fr>
26953         * THANKS: added Luca, even if it shouldn't be my role to write
26954           this sort of thing :)
26956         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
26957           the latest Luca patch.
26959 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
26961         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
26962         This is not documented yet; plugins to come later.
26963         * src/find*.c: find dialogs now persistent 
26964         (Rick <rikul@bellsouth.net>)
26965         * widgets/gnomefilelist.c: fixed multiple file open issue 
26966         (Rick <rikul@bellsouth.net>)
26967         * changes to recent file and project lists handling 
26968         (lbell <lbell@tsc4.com>)
26969         * more minor UI updates (me)
26971 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
26973         * src/Makefile.am: removed warnings for traditional C syntax
26974         * pixmaps: added new icons for mini_locals, mini_cvs and
26975         the splash screen - thanks to Misha <misha@phreaker.net>
26977 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
26979         * src/toolbar.c: fix typo in tooltip text
26980         * ccview/cccmd.cc: alter Func to Function in menu text
26982 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
26984         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
26985         issue with find dialog reporting an error when Scintilla finds text
26986         * applied patch from Denis Boehme <boehme at syncio dot de> to support
26987         DOS files (i.e. CR/LF translation)
26989 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
26991         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
26992         #452436
26993         * data/internal.properties: default fold style now set to 3 :-)
26994         * applied patch from rikul <null@acm.org> to turn notebook tab 
26995         headings red when file has been edited.
26997 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
26999         * configure.in: Added "no" to ALL_LINGUAS.
27000         
27001 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27003     * Patch from lbell <lbell@tsc4.com>
27004     src/controls.c
27005     src/debugger.c
27006     src/main_menubar.c
27007     src/main_menubar.h
27008     src/main_menubar_def.h
27009     src/mainmenu_callbacks.c
27010     src/mainmenu_callbacks.h
27011     src/project_dbase.c
27012     src/project_dbase.h
27013     
27014     Implemented a check menu item to handle the 'show locals' flag
27015     for the current project.
27017     * data/internal.properties: Removed the redundant command
27018     for gnome-terminal.
27019     
27020 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27022         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27024 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27026         * configure.in: Added "ta" to the languages list.
27028 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27030         * data/internal.properties:
27031           added fold.symbols property to control appearance of folds
27032           in the Scintilla editor (thanks to rikul <null@acm.org>)
27034 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27036         * src/message.c:
27037           one extra button for message win is being created -- Fixed.
27038         
27039           The frame should be hidden and not only the pix_lab when
27040           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27041           -- Fixed.
27042         
27043         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27044           for the time being it is same as mini_cvs.xpm.
27045         
27046 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27048         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27050         Patch from rikul <null@acm.org>
27051         
27052         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27053         glades.h, messages.c, messages.h, pixmaps.h,
27054         project_dbase.c, project_dbase.h, session.c,
27055         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27056         
27057         inserted 'add to watch' option in inspect window, so you can add easily
27058         a variable in watch window .
27059         
27060         Added a new message pane for the gdb local variables inspection. Changed
27061         the code in messages.c to better account for future new panes insertion.
27062         Defined a new pixmap for the new tab button in pixmaps.h
27063         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27064         install script.
27065         
27066         Changed the debugger module to have a single function for asking to gdb
27067         to send program info. The idea is to ask the debugger about only the
27068         info needed to open windows( watch, registers, etc ) to speedup the step
27069         command. I plan to ask informations to the debugger based on the user
27070         interface status.
27071         The request for local variables is enabled by default, but the
27072         projectDBase has a variable to control it, to allow disabling that
27073         feature,  there is also the code to save and to reload the state. If you
27074         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27075         in project_dbase.c
27077         This big patch is from:  lbell <lbell@tsc4.com>
27078         
27079 2001-09-20  Stephane Demurget <demurgets@free.fr>
27081         Patch from rikul <null@acm.org> :
27083         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27084           problem and added folding support for php/hmtl.
27086 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27088         * Fixed dnd of files within scintilla.
27089         patch from:  rikul <null@acm.org>
27090         
27091 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27093         * Applied patch from Luca.
27094         
27095         * src/source.c: source_write_build_files(): Fixed the project generation
27096           failure. The fist return statement and the free_project_type were 
27097           misplaced.
27099 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27100         
27101         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27102         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27103         
27104         1) Restore the error color to red (waiting for a configurable one )
27105         2) Saving projects settings if you exit anjuta without closing an open
27106         saved project
27107         3) New Menu 'repaeat search' to search with a keystroke without pressing
27108         the toolbar button
27109         4) some define in the menus to better handle menu item update
27110         
27111         Patch from: lbell <lbell@tsc4.com>
27112         
27113         * main_menubar_def.h, main_menubar.c: Change the position of
27114         "Repeat find" menu position.
27116 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27118          project_type.h, project_type.c, source.c: Applied patch.
27119          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27120          
27121 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27123         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27124         
27125 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27126         
27127         * Fixed bug #445752
27128   
27129 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27130         
27131         * Fixed bugs in Gtk-- and Gnome-- project type
27133 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27135         * dnd.c: Support for multiple files drag-n-drop.
27136         
27137           Patch from: rikul <null@acm.org>
27138         
27139         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27140           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27141           saving from menu.
27142         
27143           Patch from: rikul <null@acm.org>
27145         * Applied patch for widgetizing goto dialog box.
27146           Patch from: ???
27147         
27148         * Applied patch for having new project type handling.
27149           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27150           
27151 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27153         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27154           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27155           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27156           find_replace.c, find_replace.h, find_text.c, find_text.h,
27157           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27158           project_dbase.h, source.c, text_editor.c, text_editor.h,
27159           text_editor_cbs.c, utilities.c, utilities.h:
27160         
27161           Applied a huge patch (after slight preview). I would like Luca
27162           to have his feature additions mentioned here.
27163         
27164           Patch from: lbell <lbell@tsc4.com>
27166 2001-09-09  Stephane Demurget <demurgets@free.fr>
27168         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27170         * po/fr.po: updated to the latest sources.
27173 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27174         
27175         * Fixed bug #445752
27176   
27177 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27179         * dnd.h, dnd.c: New files for drag n drop support.
27180                 
27181         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27182            Added drag and drop support for opening files.
27183         
27184         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27185         Archit Baweja <bighead@crosswinds.net> for this idea.
27186         
27187         * TODO: Added some more todos. :-(
27189 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27191         * Fixed the goto line activate bug.
27192         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27194 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27195         
27196         * Fixed bugs in Gtk-- and Gnome-- project type
27198 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27200         * widgets/gonmefilelist.c, gnomefilelist.c:
27201         Modified multiple selection on pressing control.
27202           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27203         
27204         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27205         Modified multiple selection on pressing control.
27206           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27207         
27208 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27210         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27211           This is useless; but just in case...
27213 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27215         * data/internal.properties: modified a bit of perl properties.
27216         
27217 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27219         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27220           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27221           Added support for multiple file imports. Changed the standrd C++
27222           convention of #include <file> to #include <file.h>, because I had given
27223           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27224           now support the #include <file> convention. That is something to be fixed :). 
27225           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27227 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27229         * src/anjuta.c: Added function static greetings_text(), to solve the non
27230                 translation of the greetings text in the wizard.
27231                 
27232 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27234         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27235           dialogs, with OK the default (fix bug #453482)
27237 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27239         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27240         
27241         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27242         
27243 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27245         * src/aneditor.cxx
27246           src/aneditor.h
27247           src/anjuta_cbs.c
27248           src/controls.c
27249           src/main_menubar.c
27250           src/main_menubar.h
27251           src/main_menubar_def.h
27252           src/mainmenu_callbacks.c
27253           src/mainmenu_callbacks.h:
27254                 Applied the patch that addes menu items which allow users to
27255                 insert GPL notice and date time in current document.
27256                 patch from: Rick Patel <rikul@shreve.net>       
27257                 
27258         * src/main_menu.c: Fixed a compilation error.
27259         
27260         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27261         
27262         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27263           about the unterminated strings.
27264           
27265         * scintilla/*: Updated scintilla to 1.3.9 version.
27266         
27267 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27268         
27269         * widgets/gnomefileselection.c:
27270           Applied the patch for fixing multiple selection of file open funcion,
27271           which will deselect the files selected.
27272           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27274 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27276         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27277           src/fileselection.c, src/anjuta_cbs.c:
27278           Applied the patch     for multiple selection of file open.
27279           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27280           
27281 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27283         * Removed "-f" option in call to devhelp, because devhelp no longer
27284           supports that.
27285         
27286 2001-08-26  Stephane Demurget <demurgets@free.fr>
27288         All these modifications have been pointed out by
27289         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27291         * data/internal.properties: two fixes for the PHP lexer.
27292           this out.
27294         * fr.po: minor fixes.
27296         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27298 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27299         
27300         * main_menubar.c,
27301           main_menubar.h,
27302           main_menubar_def.h,
27303           main_menubar_callbacks.c,
27304           controls.c:
27305                 Added new menu item for "close all fils".
27306                 (Patch from Rikul <rikul@shreve.net>, after revision)
27307         
27308         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27309         
27310         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27311                 (Patch from Rikul <rikul@shreve.net>)
27312         
27313         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27314                 (Patch from Rikul <rikul@shreve.net>)
27316 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27317         
27318         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27319            project name in application widzard.
27320            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27322         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27323           of the 'OK' button there is an 'Execute' one.
27324           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27325         
27326         * executer.c: Changed cancel button to close button. That was more appropriate.
27327           
27328 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27330         * HACKING: corrected >>>>>> Config management.
27331         
27332         * HACKING: Added many things.
27333         
27334         * src/launcher.h: Added some comments.
27336 2001-08-21  Stephane Demurget <demurgets@free.fr>
27338         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27340         * HACKING,
27341           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27342           src/appwizard_cbs.c,
27343           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27344           Andy Piper <andy.piper@freeuk.com>
27346         * po/fr.po: updated to latest sources.
27348         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27351 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27353         * Fixed bugs #450280 and #448845
27355         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27356         
27357         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27358           named dialogs
27359         
27360         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27361           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27362           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27363           names to remove "Anjuta: " prefix
27364           
27365         * src/main_menubar_def.c: altered a message
27366         
27367         * launcher/anjuta_launcher.c: cleaned up some messages
27369         * src/debugger.c: edited messages to improve clarity
27370         
27371         * src/app_wiz*.c: tidied wizard interface
27374 2001-08-15  Stephane Demurget <demurgets@free.fr>
27376         Synced Naba's fix and mine about the wizards not working and removed
27377         anjuta.prj to avoid a nasty checkin.
27379         * Makefile.am: removed the install-data-local rule.
27381         * data/Makefile.am: changed the list of files.
27383         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27385         * .cvsignore: added anjuta.prj for the same reason.
27388 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27390         * src/source.c: Fixed a bug that fails new gnome projects to get
27391           created.
27393         * src/project_manager.c: Fixed a bug that disables storing recent
27394           project history.
27396         * Makefile.am: Added stuffs to install the macro files in the
27397           anjuta share file.
27400 2001-08-14  Stephane Demurget <demurgets@free.fr>
27402         * data/Makefile.am: added some rules to support the gnome/ macros
27403           dir in order to make the wizards work again.
27405         * anjuta.spec.in: upped the release number.
27408 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27410         * configure.in (ALL_LINGUAS): Added pl.
27413 2001-08-09  Stephane Demurget <demurgets@free.fr>
27415         * anjuta.spec.in: fixed the doc files list.
27418 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27420         * src/about.c: corrected my email address. :-)
27421         
27422         * TODO: Updated.
27423         
27424         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27425          (patch from Andy Piper <squiggle@ukgateway.net>)
27427 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27429         * debugger.c: Fixed a bug associated with debugging threaded
27430           application.
27431         
27432         * text_editor_menu.c: Fixed broken ui in text editor
27433           pop up menu.
27434           
27435         * text_editor_menu.c: Now the option sub menu in text editor pop up
27436           works.
27437         
27438         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27439                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27440         
27441 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27443         * src/text_editor_menu.c: Added menu item for context help
27444           (patch from Andy Piper <squiggle@ukgateway.net>)
27445         
27446 2001-08-06  Stephane Demurget <demurgets@free.fr>
27448         * ccview/cccproj.cc: added missing i18n strings.
27450         * data/welcome.txt: bumped version to 0.1.6.
27452         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27454 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27455         
27456         * help.c, help.h: Added support for DevHelp context sensitive help
27457                 and gnome api browsing.
27458         * Fixed toolbars and editor views "not save" bug.
27459         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27460           (patch from Andy Piper <squiggle@ukgateway.net>)
27461         * Updated THANKS and chapter15.sgml for uk and ru translators.
27463 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27465         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27466         * Updated configure.in to include these changes
27467         
27468 2001-08-03  Stephane Demurget <demurgets@free.fr>
27470         * src/project_dbase_gui.c: fixed bug #446963
27471           (on_project_dbase_ccview_update_start),
27472           (on_project_dbase_ccview_update_end): added.
27473           These two respectively disable and enable close file/project
27474           menu entries and toolbar items, while the ccview part updates
27475           its tag database.  
27478 2001-08-03  Stephane Demurget <demurgets@free.fr>
27480         * configure.in: added sv to the ALL_LINGUAS list.
27481         
27483 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27485         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27486                 file to work: merge translations and distribute it.
27488         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27490         * NEWS, README, THANKS & TODO: Spelling fixes.
27492 2001-08-01  Stephane Demurget <demurgets@free.fr>
27494         * README: updated requirements.
27496         * scintilla/Makefile.am,
27497           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27498           target can't be realized (custom build path).
27500         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27501           Removed install-data-local.
27503         * src/compiler_options.c: changed the include paths of the pixmaps.
27504           we hadn't any warning because of the include paths passed to the
27505           compiler. Thanks to make distcheck for reporting this.
27508 2001-07-31  Stephane Demurget <demurgets@free.fr>
27510         * NEWS, THANKS: updated.
27512         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27513           fixed to show the correct kernel signal number and its description.
27515         * widgets/gnomefilelist.c: fixed bug #445756
27516           (goto_last): renamed to goto_prev and changed according to goto_next.
27517           (goto_next): added.
27518           (goto_directory): removed.
27519           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27520           returned value is now the position in the list.
27521           (check_ok_button_cb): changed the back check and added one for next.
27522           (gnome_filelist_set_dir): the check in history make it wouldn't be
27523           a "true" history. polished the whole thing, using set_dir_internal.
27524           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27525           there's no check in the history when using back or next.
27527         * manuals/*: added missing .cvsignore files.
27530 2001-07-30  Stephane Demurget <demurgets@free.fr>
27532         * po/fr.po: updated to latest sources.
27534         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
27535           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
27536           to put off their sensitive attributes.
27538 2001-07-29  Stephane Demurget <demurgets@free.fr>
27539         
27540         * po/fr.po: fixed some grammar things.
27541           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
27542           this out.
27543         
27544         * src/utilities.c: (file_is_link): use lstat instead of stat.
27546 2001-07-27  Naba Kumar <kh_naba@123india.com>
27547         
27548         * Remove help dir from cvs, because it is no longer
27549           needed.
27550         
27551         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
27552           needed.
27554 2001-07-24  Naba Kumar <kh_naba@123india.com>
27556         * debugger.c: (debugger_update_prog_status): Fixed
27557                 the bug with gdb version 5. Debugger starts, when
27558                 step in/out/over etc are clicked.
27559         
27560         * debugger.c: All functions: added debugging codes.
27561         
27562         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
27563         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
27564           Modified to recognize non project files also.
27565           
27566         * source.c: (source_write_configure_in):
27567           Added source for 'prefix' counterparts for
27568           no-prefix AC_SUBST.
27569         
27570 2001-07-23  Naba Kumar <kh_naba@123india.com>
27571         
27572         * anjuta.c: added function anjuta_remove_text_editor();
27573           and suitably modified anjuta_remove_current_text_editor().
27574           
27575         * project_dbase.c: project_dbase_close(), Added code to
27576           close all opened files that belong to the project when
27577           the project is closed.
27578          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
27579         
27580         * Updated the manuals/anjuta-manual subdir for GDP standards.
27581            (patch from Andy Piper <squiggle@ukgateway.net>)
27582         
27583         * main_menubar.h, main_menubar.def: Added Menu items to handle
27584           urls for library references, bugs, patches and feature request
27585           submission.
27586         
27587 2001-07-20  Naba Kumar <kh_naba@123india.com>
27588         
27589         * Set wmclass names in all windows.
27590           (patch from Andy Piper <squiggle@ukgateway.net>)
27591         * New splash logo from "Misha" <misha@phreaker.net>);
27593 2001-07-19  Naba Kumar <kh_naba@123india.com>
27594         
27595         * preferences.[h,c], preferences_gui.c: Added 4 properties to
27596           set caret color, calltip back color and selection fore/back
27597           color.
27599 2001-07-18  Naba Kumar <kh_naba@123india.com>
27600         
27601         * project_dbase.c: Closes all files when project is closed.
27602          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27603          -- We still need to refine this as it closes all sort of files.
27604         
27605         * compiler_options.c: Fixed seg-fault bug when last item in
27606           compiler option lists is removed.
27607         
27608         * Fixed missing newline warnings during compilation.
27609           (patch from Andy Piper <squiggle@ukgateway.net>)
27611 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
27613         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
27614                 autogenerated no need to store'em in CVS.
27616         * ccview/.cvsignore: Addition of cvsignore.
27618 2001-07-17  Naba Kumar <kh_naba@123india.com>
27619         
27620         *GUI fixes and spell corrections
27621         (patch from Andy Piper <squiggle@ukgateway.net>)
27623 2001-07-15  Naba Kumar <kh_naba@123india.com>
27624         
27625         *Fixed double error message for file not found.
27626         
27627         *Put white backgrounds for png images.
27628         
27629         *Converted '-' to '_' in sgml files.
27631 2001-07-14  Naba Kumar <kh_naba@123india.com>
27632         
27633         * project_dbase.c: Short-cut for expand/collasp project tree
27634         
27635         * project_dbase_gui.c:
27636          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27638 2001-07-13  Naba Kumar <kh_naba@123india.com>
27639         
27640         * notebook.[h,c]: Added
27641          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27642         Project/message window now toggles on control and
27643         and notebook switch short-cut
27645 2001-07-7  Naba Kumar <kh_naba@123india.com>
27646         
27647         * Changed a new icon set which looks more gnomish.
27648         
27649         * Changed a new anjuta splash logo.
27650         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
27652 2001-07-6  Naba Kumar <kh_naba@123india.com>
27653         
27654         * ccview/*: Integrated ccview for class view and file view
27655                 in the project Manager.
27656         
27657         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
27659 2001-07-1  Naba Kumar <kh_naba@123india.com>
27660         
27661         * scintilla/*: Upgraded Scintilla to version 1.3.7
27662         
27663         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
27664         
27665 2001-06-28  Naba Kumar <kh_naba@123india.com>
27666         
27667         * src/debugger.c: Correct step-over and step-out swapping.
27668         
27669         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
27670           chapters and added more stuffs.
27672 2001-06-13  Naba Kumar <kh_naba@123india.com>
27673         
27674         * data/autogen.sh.gtkmm: Added
27675         
27676         * data/autogen.sh.gnomemm: Added
27677         
27678         * src/appwiz.c: Added two more application wizard templetes
27679         
27680         * src/project: for gtk-- and gnome-- and proper support
27681         
27682         * src/source.c: for c++ in the project configuration.
27683         
27684         * src/source.h:
27686 2001-05-05  Naba Kumar <kh_naba@123india.com>
27688         * Merged my pre-cvs modifications with 
27689           the current cvs copy.
27691         * (lot of files change).
27693         * Implemented session management.
27695         * Local installation possible by
27696           manageing our own pixmaps paths
27697           manupulations.
27698         
27699         * resources.h: Added.
27700         * resources.c: Added.
27702         * Fixed some bugs.
27703         
27704 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
27706         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
27707                 Corrected/extended ignores.
27709 2001-05-04  Naba Kumar <kh_naba@123india.com>
27711         * manuals/: dir tree added.
27712           Sgml documentation started in this dir.
27713           
27714         * omf-install/: dir tree added.
27715         
27716         * manuals/anjuta-manual/C/anjuta-manual.sgml:
27717           Created initial document structure.
27718           
27719         * configure.in: Added test for scrollkeeper.
27720           Added some Makefile entries in AC_OUTPUT.
27721         
27722         * Makefile.am: Added subdir manuals/
27723         
27724         * HACKING: Wrote something stupid.
27726 2001-05-02  Stéphane Démurget <demurgets@free.fr>
27728         * Makefile.am: Added ChangeLog in local data list, becaused it's
27729           needed to create a new project.
27730           
27731         * po/fr.po: minor fixes.
27733         * src/build_file.c, src/configurer.c, src/debugger.c,
27734           src/executer.c, src/find_replace.c, src/gnome_project.c,
27735           src/goto_line.c, src/launcher.c, src/messages.c, 
27736           src/preferences.c src/project_dbase.c: functions declared static.
27737           
27738         * widgets/gnomefilelist.c: Fixed a project creation bug,
27739           introduced with latest changes.
27741 2001-05-01  Stéphane Démurget <demurgets@free.fr>
27743         * widgets/gnomefilelist.c,
27744           BUGS: Fixed an annoying bug preventing from loading files/project
27745           given on the command line. Polished the whole gnome_filelist widget.
27747 2001-04-27  Stéphane Démurget <demurgets@free.fr>
27749         * src/main.c,
27750           src/anjuta.c,
27751           src/anjuta.h: Polished the command line parsing.
27753         * BUGS: Need to clean that damn gnome_filelist widget.
27755 2001-04-25  Stéphane Démurget <demurgets@free.fr>
27757         * src/registers.c,
27758           src/sharedlib.c,
27759           src/signals.c: Removed duplicated includes.
27761         * po/fr.po: minor fixes.
27763         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
27764           create_compiler_options_page? () declared static.
27765         * src/main.c,
27766           src/anjuta.c: Put a command line option for disabling
27767           the splashscreen.
27769         * src/preferences_gui.c: Fixed an internationalization issue,
27770           other functions declared static.
27772         * src/gnome_project.c: Fixed some memory leaks,
27773           new_prj_terminated () declared static. 
27775 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
27777         * configure.in: Sort ALL_LINGUAS alphabetically.
27779 2001-04-22  Stéphane Démurget <demurgets@free.fr>
27781         * Emptied that ugly old Changelog.
27783 == Anjuta 0.1.5 ===
27784 == Anjuta 0.1.4 ==
27786 2001-03-10 Naba kumar  <naba@gnome.org>
27788         * src/gnome_project.c: Fixed project dir creation bug.
27790         * src/text_editor.c: Fixed double accelerators bug.
27791         
27792         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
27794         * src/stack_trace.c, * src/compiler_options.c,
27795         data/internals.properties, src/defaults.c:
27796         Fixed pixmap creation with NULL window.
27798         * src/commands.c, src/preferences_gui.c, src/build_project.c
27799         src/clean_project.c: Bug fix.
27800         
27801         * src/main_menubar_def.h: i18n bug fix.
27802         
27803         * src/executer.h, src/executer.c: Bug fix.
27804         
27805         * src/controls.c: Bug fix.
27806         
27807         * src/debugger.c: Debugger now takes program args.
27808         
27809         * po/ja.po: Added japanese translation file.
27810         
27811         Upgraded to ver 0.1.4
27812         ... Fixed other minor bugs.
27814 == Anjuta 0.1.3 ===
27816 2001-XX-XX Naba kumar  <naba@gnome.org>
27818         * Lots of unaccountable changes. Integrated scintilla.
27819         Redesigned Project managemet. Added supports for other languages.
27820         Java style properties managements. .... blah blah
27821         
27822 2000-11-11 Naba kumar  <naba@gnome.org>
27824         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
27825         Upgraded to version 0.1.3.
27827         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
27828         Fixed to activate Debug->add watch properly.
27830 === Anjuta 0.1.2 beta_2 ===
27831 === Anjuta 0.1.2 ===
27833 2000-11-05 Naba kumar  <naba@gnome.org>
27835         * src/compiler_options.c, src/compiler_options_cbs.c
27836         src/compiler_options_cbs.h, src/compiler_options_gui.c
27837         src/anjuta2.c, extra/stock_libs.anj (new),
27838         extra/README.stock_libs (new), htmls/page13.html,
27839         htmls/images/*: Improved Library settings GUI. Can now enable/disable
27840         added libraries. Stock libs provided for ease of entry. Modified
27841         help html file accordingly.
27843 2000-11-03 Naba kumar  <naba@gnome.org>
27845         * README: Minor fixes in Doc files.
27847         * src/gnome_prj.c, src/appwidzard_cbs.c:
27848         Fixed to ignore non-existant dir for blank prj.
27849         More checking in project creation, especially to confirm
27850         that the prj file already does not exist.
27852         * anjuta.spec, configure.in: Upgraded to version 0.1.2
27854         * src/controls.c: Now Menu item "Format/Detach current document"
27855         is inactive when there is no document opened.
27857 === Anjuta 0.1.1 ===
27859 2000-11-01 Naba kumar  <naba@gnome.org>
27861         Completed and Release of first version (Beta) with lots of bugs.
27863 1999-12-27 Naba kumar  <naba@gnome.org>
27865         Anjuta project started.