Merge commit 'git-svn'
[anjuta-git-plugin.git] / ChangeLog
blob9f6b7b099b86b3c7af041cf808a0e6a6b134f4e8
1 2008-04-28  Johannes Schmid <jhs@gnome.org>
3         * plugins/symbol-db/plugin.c:
4   Hide progress bar when things are done.
6 2008-04-27  Massimo Cora'  <maxcvs@email.it>
8         * plugins/symbol-db/symbol-db-engine.c
9         (symbol_db_engine_find_symbol_by_name_pattern),
10         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
11         fixed typo on query.
12         
13 2008-04-26  Massimo Cora'  <maxcvs@email.it>
15         * plugins/document-manager/plugin.c (on_document_update_ui):
16         * plugins/symbol-db/symbol-db-engine-iterator-node.c
17         (symbol_db_engine_iterator_node_get_symbol_extra_string):
18         * plugins/symbol-db/symbol-db-engine.c
19         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
20         (sdb_engine_get_dyn_query_node_by_id),
21         (sdb_engine_dyn_child_query_node_destroy),
22         (sdb_engine_insert_dyn_query_node_by_id),
23         (sdb_engine_free_cached_queries),
24         (sdb_engine_free_cached_dynamic_queries),
25         (sdb_engine_get_tuple_id_by_unique_name),
26         (sdb_engine_get_tuple_id_by_unique_name2),
27         (sdb_engine_get_tuple_id_by_unique_name3),
28         (sdb_engine_populate_db_by_tags),
29         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
30         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
31         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
32         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
33         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
34         (sdb_engine_add_new_sym_implementation),
35         (sdb_engine_add_new_heritage),
36         (sdb_engine_add_new_scope_definition),
37         (sdb_engine_add_new_tmp_heritage_scope),
38         (sdb_engine_second_pass_update_scope_1),
39         (sdb_engine_second_pass_update_heritage),
40         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
41         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
42         (on_scan_update_files_symbols_end),
43         (symbol_db_engine_update_project_symbols),
44         (symbol_db_engine_get_full_local_path),
45         (symbol_db_engine_get_file_db_path),
46         (sdb_engine_walk_down_scope_path),
47         (symbol_db_engine_get_files_with_zero_symbols),
48         (sdb_engine_prepare_symbol_info_sql),
49         (symbol_db_engine_get_class_parents_by_symbol_id),
50         (symbol_db_engine_get_class_parents),
51         (symbol_db_engine_get_global_members_filtered),
52         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
53         (symbol_db_engine_get_scope_members_by_symbol_id),
54         (symbol_db_engine_get_scope_members),
55         (symbol_db_engine_get_current_scope),
56         (symbol_db_engine_get_file_symbols),
57         (symbol_db_engine_get_symbol_info_by_id),
58         (symbol_db_engine_find_symbol_by_name_pattern),
59         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
60         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
61         * plugins/symbol-db/symbol-db-engine.h:
62         * plugins/symbol-db/tables.sql:
63         new dynamic prepared queries architecture. Now every query used in the
64         engine has its own compiled query in libgda-sqlite provider. This for speed
65         improvements, code cleaning and auto-escaping of string parameters. 
66         Lookup of dynamic queries takes care of sym_info parameters and of 
67         parameters passed to functions. The compiled GdaStatements are stored in an 
68         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
69         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
71         * plugins/symbol-db/test/Makefile.am:
72         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
73         (main):
74         re-enabled test.
76 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
78         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
79         * po/POTFILES.in,
80         plugins/tools/tool.c:
81         Fix #529798: Mark additional strings for translation
83 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
85         * plugins/project-wizard/druid.c,
86         plugins/project-wizard/property.c,
87         plugins/project-wizard/property.h,
88         plugins/project-wizard/parser.c,
89         plugins/project-wizard/templates/mkfile.wiz,
90         plugins/project-wizard/templates/terminal.wiz,
91         plugins/project-wizard/templates/xlib-dock.wiz,
92         plugins/project-wizard/templates/wxwin.wiz,
93         plugins/project-wizard/templates/java.wiz,
94         plugins/project-wizard/templates/django.wiz,
95         plugins/project-wizard/templates/gnome.wiz,
96         plugins/project-wizard/templates/anjuta-plugin.wiz,
97         plugins/project-wizard/templates/gtkmm.wiz,
98         plugins/project-wizard/templates/python.wiz,
99         plugins/project-wizard/templates/cpp.wiz,
100         plugins/project-wizard/templates/sdl.wiz,
101         plugins/project-wizard/templates/gtk.wiz,
102         plugins/project-wizard/templates/minimal.wiz,
103         plugins/project-wizard/templates/xlib.wiz,
104         plugins/project-wizard/templates/gcj.wiz:
105         Add additional restriction on project name fix #529226
107 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
109         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
110         * plugins/tools/plugin.c:
111         Fix #529506: Uncorrect unloading tools plugin
113 2008-04-22  Johannes Schmid  <jhs@gnome.org>
115         * plugins/search/search-replace.c (search_and_replace),
116         (on_message_view_destroyed):
117         Don't spit out two many warnings when the message view is destroyed
118         
119         * plugins/search/search-replace_backend.c
120         (file_buffer_new_from_path):
121         Only use first 500 characters for validation
123 2008-04-21  Johannes Schmid  <jhs@gnome.org>
125         * plugins/search/plugin.c (find_incremental):
126         * plugins/search/search-replace.c (on_search_regex_toggled),
127         (on_search_button_next_clicked), (search_replace_find_usage):
128         * plugins/search/search-replace_backend.c (match_substr_free),
129         (file_buffer_new_from_path), (get_next_match),
130         (clear_search_replace_instance), (create_search_replace_instance):
131         * plugins/search/search-replace_backend.h:
132         
133         Use GRegex instead of pcre and convert files to utf-8 if necessary.
134         Rest of #440637
136 2008-04-21  Johannes Schmid  <jhs@gnome.org>
138         * plugins/document-manager/action-callbacks.c
139         (on_editor_command_paste_activate):
140         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
141   (there was an else missing...)
143 2008-04-17  Naba Kumar  <naba@naba-desktop>
145         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
146         * plugins/project-import/anjuta-project-import.plugin.in:
147         * plugins/project-wizard/anjuta-project-wizard.glade:
148         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
149         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
151 2008-04-20  Johannes Schmid  <jhs@gnome.org>
153         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
154         Fixed a condition where we kill our own process
156 2008-04-20  Johannes Schmid  <jhs@gnome.org>
158         * libanjuta/anjuta-session.h:
159         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
160         * plugins/symbol-db/plugin.c (value_added_current_editor),
161         (on_session_load), (symbol_db_activate):
162         * plugins/symbol-db/plugin.h:
163         * plugins/symbol-db/symbol-db-view.c
164         (sdb_view_build_and_display_base_tree):
165         Added new sessions states to avoid loading the local symbols before
166         the session is loaded (speeds up start-up).
167         
168         * plugins/document-manager/plugin.c
169         (update_document_ui_undo_items), (update_document_ui_save_items),
170         (on_document_update_ui):
171         * plugins/sourceview/sourceview.c (idocument_redo):
172         Fixed #528705 – There is no Redo
174 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
176         * libanjuta/interfaces/libanjuta.idl,
177         plugins/terminal/terminal.c,
178         plugins/build-basic-autotools/executer.c,
179         plugins/gdb/plugin.c:
180         Add an env parameter in the IAnjutaTerminal interface allowing
181         to specify additional environment variables
183         * libanjuta/anjuta-launcher.c:
184         Add one initialization
186 2008-04-16  Johannes Schmid  <jhs@gnome.org>
188         Patch from Ignacio Casal Quinteiro:
189         * plugins/file-loader/anjuta-recent-chooser-menu.c
190         (_gtk_recent_chooser_get_items),
191         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
192         (anjuta_recent_chooser_menu_populate):
193         Show 5 project and 15 file items in recent-chooser
195 2008-04-16  Johannes Schmid  <jhs@gnome.org>
197         * plugins/search/search-replace_backend.c (isawordchar),
198         (extra_match), (get_next_match):
199         
200         Make searching utf-8 aware. We still need to fix encodings for
201         search/replace in files as it is currently assumed they are utf-8 like
202         the editors.
204 2008-04-16  Johannes Schmid  <jhs@gnome.org>
205         
206         Patch from Ignacio Casal Quinteiro:
207         * plugins/file-loader/anjuta-recent-chooser-menu.c
208         (anjuta_recent_chooser_menu_insert_item),
209         (anjuta_recent_chooser_menu_populate):
210         * plugins/file-loader/plugin.c (activate_plugin):
211         Fix recent files in the toolbar
212         
213         * plugins/tools/plugin.c (ipreferences_merge):
214         Fixed some warnings
216 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
218         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
220 2008-04-13  Naba Kumar  <naba@naba-desktop>
222         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
223         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
224         Do not enable brace autocompletion by defualt because it annoying for
225         fast typist (i.e. it's easier to type ending brace than move carat)
226         and it's currently broken for scintilla.
228 2008-04-13  Naba Kumar  <naba@naba-desktop>
230         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
231         * src/about.c (on_about_plugin_activate): Removed dead code.
232         * src/main.c: Make smaller include.
234 2008-04-12  Naba Kumar  <naba@naba-desktop>
236         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
237         src/utilities.h: Removed dead files.
238         * src/widget-registry.c, src/widget-registry.h: Removed more dead
239         files.
241 2008-04-12  Naba Kumar  <naba@naba-desktop>
243         * src/action-callbacks.c: Removed unneeded gnome.h include.
244         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
246 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
248         Reviewed by Naba Kumar  <naba@gnome.org>:
249         * libanjuta/anjuta-utils.{ch}:
250         Added anjuta_utils_get_user_config_dir. This func is used
251         to get the user config directory.
252         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
254 2008-04-12  Johannes Schmid  <jhs@gnome.org>
256         * plugins/search/Makefile.am:
257         * plugins/search/anjuta-search.glade:
258         * plugins/search/anjuta-search.ui:
259         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
260         (on_find_and_replace1_activate), (on_find_in_files1_activate),
261         (on_findnext1_activate), (on_findprevious1_activate),
262         (on_prev_occur), (on_next_occur), (activate_plugin),
263         (deactivate_plugin), (dispose), (finalize),
264         (search_plugin_class_init):
265         * plugins/search/plugin.h:
266         * plugins/search/search-replace.c (search_and_replace_init),
267         (search_and_replace), (write_message_pane), (on_message_clicked),
268         (save_not_opened_files), (replace_in_not_opened_files),
269         (search_replace_next_previous), (search_replace_next),
270         (search_replace_previous), (sr_get_gladewidget),
271         (search_set_popdown_strings), (search_set_popdown_map),
272         (search_select_item), (search_set_combo), (search_set_action),
273         (search_set_target), (search_set_direction),
274         (search_get_item_combo), (search_get_item_combo_name),
275         (search_direction_changed), (populate_value), (reset_flags),
276         (reset_flags_and_search_button), (search_start_over),
277         (search_end_alert), (max_results_alert), (nb_results_alert),
278         (search_show_replace), (modify_label_image_button),
279         (search_replace_populate), (show_jump_button),
280         (translate_dialog_strings), (create_dialog), (show_dialog),
281         (word_in_list), (list_max_items), (search_update_combos),
282         (replace_update_combos), (search_update_dialog),
283         (on_search_replace_delete_event),
284         (on_search_dialog_key_press_event),
285         (search_disconnect_set_toggle_connect),
286         (on_search_match_whole_word_toggled),
287         (on_search_match_whole_line_toggled),
288         (on_search_match_word_start_toggled), (on_search_regex_toggled),
289         (search_set_toggle_direction), (on_search_direction_changed),
290         (on_search_action_changed), (on_search_target_changed),
291         (on_search_expression_changed), (on_actions_no_limit_clicked),
292         (on_search_button_close_clicked), (on_search_button_stop_clicked),
293         (on_search_button_next_clicked), (search_replace_find_usage),
294         (on_search_button_jump_clicked), (on_search_expression_activate),
295         (on_search_full_buffer_toggled), (on_search_forward_toggled),
296         (on_search_backward_toggled), (on_setting_basic_search_toggled),
297         (basic_search_toggled), (anjuta_search_replace_activate):
298         * plugins/search/search-replace.h:
299         * plugins/search/search-replace_backend.c (pcre_info_free),
300         (pcre_info_new), (match_substr_free), (match_info_free),
301         (file_buffer_free), (file_buffer_new_from_te),
302         (file_buffer_new_from_path), (file_buffer_line_from_pos),
303         (file_match_line_from_pos), (create_search_files_list),
304         (get_project_file_list), (isawordchar), (extra_match),
305         (get_next_match), (create_search_entries), (regex_backref),
306         (clear_search_replace_instance), (clear_pcre),
307         (create_search_replace_instance):
308         * plugins/search/search-replace_backend.h:
309         Restored old search plugin - was a bad idea to merge this patch. Sorry!
311 2008-04-12  Johannes Schmid  <jhs@gnome.org>
313         * libanjuta/Makefile.am:
314         * libanjuta/libanjuta.h:
315         * plugins/document-manager/anjuta-document-manager.glade:
316         * plugins/document-manager/plugin.c:
317         * plugins/editor/text_editor.c (text_editor_finalize),
318         (convert_to_utf8), (load_from_file), (save_to_file):
319         * plugins/editor/text_editor.h:
320         * plugins/sourceview/Makefile.am:
321         * plugins/sourceview/anjuta-convert.c:
322         * plugins/sourceview/anjuta-convert.h:
323         * plugins/sourceview/anjuta-document-loader.c:
324         * plugins/sourceview/anjuta-document-saver.c:
325         * plugins/sourceview/anjuta-document.c:
326         * plugins/sourceview/anjuta-encodings.c:
327         * plugins/sourceview/anjuta-encodings.h:
328         * plugins/sourceview/anjuta-utils.c:
329         * plugins/sourceview/anjuta-utils.h:
330         * plugins/sourceview/anjuta-view.c:
331         * plugins/sourceview/sourceview.c:
332         
333         Move the encoding conversion infrastrcute to libanjuta and update all
334         users. Test all available encodings by default in scintilla editor
335         like sourceview is doing and removed encoding preferences
337         * plugins/search/search-replace_backend.c
338         (file_buffer_new_from_uri):
339         Fixed crasher
341 2008-04-11  Johannes Schmid  <jhs@gnome.org>
343         * plugins/search/anjuta-search.glade:
344         Various small improvements to the dialog
346 2008-04-11  Johannes Schmid  <jhs@gnome.org>
348         Patch from Ignacio Casal Quinteiro:
349         * plugins/file-loader/Makefile.am:
350         * plugins/file-loader/anjuta-recent-chooser-menu.c
351         (gtk_recent_chooser_iface_init),
352         (_anjuta_recent_chooser_install_properties),
353         (sort_recent_items_mru), (get_is_recent_filtered),
354         (_gtk_recent_chooser_get_items),
355         (anjuta_recent_chooser_menu_class_init),
356         (anjuta_recent_chooser_menu_init),
357         (anjuta_recent_chooser_menu_finalize),
358         (anjuta_recent_chooser_menu_dispose),
359         (anjuta_recent_chooser_menu_constructor),
360         (anjuta_recent_chooser_menu_set_property),
361         (anjuta_recent_chooser_menu_get_property),
362         (anjuta_recent_chooser_menu_set_current_uri),
363         (anjuta_recent_chooser_menu_get_current_uri),
364         (anjuta_recent_chooser_menu_select_uri),
365         (anjuta_recent_chooser_menu_unselect_uri),
366         (anjuta_recent_chooser_menu_select_all),
367         (anjuta_recent_chooser_menu_unselect_all),
368         (anjuta_recent_chooser_menu_set_sort_func),
369         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
370         (anjuta_recent_chooser_menu_get_recent_manager),
371         (anjuta_recent_chooser_menu_add_filter),
372         (anjuta_recent_chooser_menu_remove_filter),
373         (anjuta_recent_chooser_menu_list_filters),
374         (anjuta_recent_chooser_menu_set_current_filter),
375         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
376         (anjuta_recent_chooser_menu_create_item),
377         (anjuta_recent_chooser_menu_insert_item),
378         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
379         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
380         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
381         (get_icon_size_for_widget), (foreach_set_shot_tips),
382         (anjuta_recent_chooser_menu_set_show_tips),
383         (anjuta_recent_chooser_menu_new),
384         (anjuta_recent_chooser_menu_new_for_manager):
385         * plugins/file-loader/anjuta-recent-chooser-menu.h:
386         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
387         (activate_plugin), (dispose):
388         
389         Add separator to recent menu (#526932)
391         * plugins/search/Makefile.am:
392         * plugins/search/anjuta-search.glade:
393         * plugins/search/anjuta-search.ui:
394         * plugins/search/plugin.c (on_find1_activate),
395         (on_find_and_replace1_activate), (on_find_in_files1_activate),
396         (on_findnext1_activate), (on_findprevious1_activate),
397         (on_search_again_activate), (on_find_usage), (activate_plugin),
398         (deactivate_plugin), (dispose), (search_plugin_class_init):
399         * plugins/search/plugin.h:
400         * plugins/search/search-replace.c (anj_sr_execute),
401         (anj_sr_write_match_message), (on_message_clicked),
402         (anj_sr_set_search_string), (anj_sr_select_nearest),
403         (anj_sr_select_next), (anj_sr_select_previous),
404         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
405         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
406         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
407         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
408         (anj_sr_set_target), (anj_sr_set_direction),
409         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
410         (anj_sr_get_combo_id_active_value),
411         (anj_sr_conform_direction_change), (anj_sr_populate_value),
412         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
413         (anj_sr_end_alert), (anj_sr_max_results_alert),
414         (anj_sr_total_results_alert), (anj_sr_show_replace),
415         (anj_sr_modify_button), (anj_sr_populate_data),
416         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
417         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
418         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
419         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
420         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
421         (anj_sr_find_in_list), (anj_sr_trim_list),
422         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
423         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
424         (on_search_dialog_delete_event), (on_search_dialog_key_press),
425         (anj_sr_disconnect_set_toggle_connect),
426         (on_search_match_whole_word_toggled),
427         (on_search_match_whole_line_toggled),
428         (on_search_match_word_start_toggled), (on_search_regex_toggled),
429         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
430         (on_search_direction_changed), (on_search_action_changed),
431         (on_search_target_changed), (on_search_expression_changed),
432         (on_search_button_close_clicked), (on_search_button_stop_clicked),
433         (on_search_button_start_clicked),
434         (on_search_button_replace_clicked),
435         (on_search_expression_activate):
436         * plugins/search/search-replace.h:
437         * plugins/search/search-replace_backend.c (regex_backref),
438         (pcre_info_free), (pcre_info_new), (match_substr_free),
439         (match_info_free_subs), (editor_new_from_file_buffer),
440         (file_buffer_new_from_te), (file_buffer_new_from_uri),
441         (file_buffer_free), (file_buffer_get_byte_offset),
442         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
443         (file_buffer_find_lines), (file_buffer_freshen_lines),
444         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
445         (file_buffer_get_linetext_for_line), (save_file_buffer),
446         (replace_in_local_buffer), (get_search_files_list),
447         (get_project_files_list), (isawordchar), (extra_match),
448         (get_next_match), (create_search_entries), (clear_search_entries),
449         (search_get_default_data), (search_replace_data_new),
450         (clear_search_replace_instance), (search_replace_data_destroy),
451         (search_replace_init):
452         * plugins/search/search-replace_backend.h:
453         * plugins/search/search_preferences.c (removed):
454         * plugins/search/search_preferences.h (removed):
455         
456         Merged the UI changes from bug #511688 and simplified the search dialog
458 2008-04-10  Johannes Schmid <jhs@gnome.org>
460         * plugins/symbol-db/symbol-db-engine.c:
461         * plugin.c:
462         Check for ctags binary (#516123)
464 2008-04-09  Massimo Cora'  <maxcvs@email.it>
466         * plugins/symbol-db/symbol-db-engine.c
467         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
468         (sdb_engine_get_query_parameters_list),
469         (sdb_engine_free_cached_queries),
470         (sdb_engine_get_tuple_id_by_unique_name),
471         (sdb_engine_get_tuple_id_by_unique_name2),
472         (sdb_engine_get_tuple_id_by_unique_name3),
473         (symbol_db_engine_add_new_workspace),
474         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
475         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
476         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
477         (sdb_engine_add_new_sym_implementation),
478         (sdb_engine_add_new_heritage),
479         (sdb_engine_add_new_scope_definition),
480         (sdb_engine_add_new_tmp_heritage_scope),
481         (sdb_engine_second_pass_update_scope_1),
482         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
483         (on_scan_update_files_symbols_end),
484         (symbol_db_engine_update_project_symbols):
485         GdaSet *plist is now used globally for every prepared statement.
486         It won't be created/unreffed at every query.
488 2008-04-09  Johannes Schmid  <jhs@gnome.org>
490         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
491         Fixed crasher when deactivating symbol-db plugin
493 2008-04-08  Johannes Schmid  <jhs@gnome.org>
495         * plugins/symbol-db/symbol-db-engine.c
496         (sdb_engine_populate_db_by_tags):
497         Don't use transactions - uses only half of the time now!
499 2008-04-08  Massimo Cora'  <maxcvs@email.it>
501         * plugins/symbol-db/symbol-db-engine.c
502         (sdb_engine_prepare_symbol_info_sql),
503         (symbol_db_engine_get_global_members_filtered):
504         * plugins/symbol-db/symbol-db-view.c
505         (sdb_view_load_symbol_pixbufs),
506         (sdb_view_build_and_display_base_tree):
507         fixed global tab icons. Libgda could not understood the right fields, now it
508         does.
510 2008-04-07  Johannes Schmid  <jhs@gnome.org>
512         * plugins/language-support-cpp-java/cpp-java-assist.c
513         (completion_compare), (create_completion),
514         (cpp_java_assist_create_word_completion_cache):
515         
516         Only show () for functions/methods and macros with arguments. Does not work
517         with symbol-db yet but fixes things for symbol-browser
519 2008-04-07  Johannes Schmid  <jhs@gnome.org>
521         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
522         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
523         (sdb_engine_add_new_sym_implementation):
524         
525         Fixed some issues with caching
527 2008-04-07  Johannes Schmid  <jhs@gnome.org>
529         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
530         (on_importing_project_end), (project_root_added),
531         (symbol_db_activate), (symbol_db_deactivate):
532         * plugins/symbol-db/plugin.h:
533         
534         Give the symbol-db it's own progress bar because there are too many
535         interactions with the global status bar.
537 2008-04-07  Johannes Schmid  <jhs@gnome.org>
539         * plugins/symbol-db/symbol-db-view-locals.c
540         (sdb_view_locals_create_new_store):
541         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
542         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
543         (symbol_db_view_open):
544         
545         Sort symbol trees
547 2008-04-07  Johannes Schmid  <jhs@gnome.org>
549         * plugins/sourceview/sourceview.c (idocument_cut),
550         (idocument_copy), (idocument_paste):
551         Block insert-text signal on cut/copy/paste
553 2008-04-07  Johannes Schmid  <jhs@gnome.org>
555         * plugins/symbol-db/plugin.c (on_char_added),
556         (on_single_file_scan_end):
557         Only update buffer when a newline is inserted
558         
559         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
560         (sdb_engine_get_tuple_id_by_unique_name),
561         (sdb_engine_get_tuple_id_by_unique_name2),
562         (sdb_engine_get_tuple_id_by_unique_name3),
563         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
564         (sdb_engine_finalize), (symbol_db_engine_db_exists),
565         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
566         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
567         Precompute file_defined_id to speed up population
569 2008-04-06  Johannes Schmid  <jhs@gnome.org>
571         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
572         (anjuta_launcher_set_encoding):
573         Fixed some problems with binary streams needed by symbol-db
574         
575         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
576         Removed DEBUG_PRINT
577         
578         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
579         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
580         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
581         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
582         (sdb_engine_add_new_sym_implementation),
583         (on_scan_update_files_symbols_end):
584         Use some caching to speed up population
585         
586         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
587         Exit properly when scanning is over
589 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
591         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
592         One additional change missed in the previous commit
594 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
596         * plugins/project-wizard/templates/gtkmm.wiz,
597         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
598         plugins/project-wizard/templates/gtkmm/src/main.cc,
599         plugins/project-wizard/templates/django.wiz,
600         plugins/project-wizard/templates/python.wiz,
601         plugins/project-wizard/templates/python/configure.ac.tpl,
602         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
603         plugins/project-wizard/templates/cpp.wiz,
604         plugins/project-wizard/templates/cpp/configure.ac.tpl,
605         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
606         plugins/project-wizard/templates/sdl.wiz,
607         plugins/project-wizard/templates/sdl/configure.ac.tpl,
608         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
609         plugins/project-wizard/templates/terminal.wiz,
610         plugins/project-wizard/templates/terminal/configure.ac.tpl,
611         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
612         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
613         plugins/project-wizard/templates/gtk.wiz,
614         plugins/project-wizard/templates/gtk/src/main.c,
615         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
616         plugins/project-wizard/templates/minimal.wiz,
617         plugins/project-wizard/templates/minimal/configure.ac.tpl,
618         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
619         plugins/project-wizard/templates/java.wiz,
620         plugins/project-wizard/templates/java/configure.ac.tpl,
621         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
622         plugins/project-wizard/templates/xlib.wiz,
623         plugins/project-wizard/templates/xlib/configure.ac.tpl,
624         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
625         plugins/project-wizard/templates/gcj.wiz,
626         plugins/project-wizard/templates/gcj/configure.ac.tpl,
627         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
628         plugins/project-wizard/templates/xlib-dock.wiz,
629         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
630         plugins/project-wizard/templates/wxwin.wiz,
631         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
632         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
633         plugins/project-wizard/templates/gnome.wiz,
634         plugins/project-wizard/templates/gnome/src/main.c,
635         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
636         plugins/project-wizard/templates/anjuta-plugin.wiz,
637         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
638         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
639         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
640         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
641         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
642         Fix bug #525999: Remove space in file and target names generated
643         by project wizard
644         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
645         has been renamed ianjuta_document_manager_get_current_document
647 2008-04-06  Naba Kumar  <naba@naba-desktop>
649         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
650         * libanjuta/anjuta-utils.h:
651         * plugins/project-wizard/druid.c (check_and_warn_missing),
652         (on_druid_next):
653         * plugins/project-wizard/header.c (npw_header_free),
654         (npw_header_add_required_program),
655         (npw_header_add_required_package),
656         (npw_header_check_required_programs), (package_is_installed),
657         (npw_header_check_required_packages):
658         * plugins/project-wizard/header.h:
659         * plugins/project-wizard/parser.c (parse_tag),
660         (parse_header_start), (parse_header_text):
661         * plugins/project-wizard/templates/anjuta-plugin.wiz:
662         * plugins/project-wizard/templates/cpp.wiz:
663         * plugins/project-wizard/templates/django.wiz:
664         * plugins/project-wizard/templates/gcj.wiz:
665         * plugins/project-wizard/templates/gnome.wiz:
666         * plugins/project-wizard/templates/gtk.wiz:
667         * plugins/project-wizard/templates/gtkmm.wiz:
668         * plugins/project-wizard/templates/java.wiz:
669         * plugins/project-wizard/templates/minimal.wiz:
670         * plugins/project-wizard/templates/mkfile.wiz:
671         * plugins/project-wizard/templates/python.wiz:
672         * plugins/project-wizard/templates/sdl.wiz:
673         * plugins/project-wizard/templates/terminal.wiz:
674         * plugins/project-wizard/templates/wxwin.wiz:
675         * plugins/project-wizard/templates/xlib-dock.wiz:
676         * plugins/project-wizard/templates/xlib.wiz:
678         Added a check for vital programs and packages needed to create a
679         new project. A warning dialog is shown to user in project
680         wizard when he proceeds after selecting a project type.
681         Updated all project templates to cover vital programs and
682         packages to generate and build correctly.
683         
684 2008-04-05  Naba Kumar  <naba@gnome.org>
686         patch from  surenspost@gmail.com:
687         * src/about.c: Fixed bug #523068 link in about window doesn't work.
689 2008-04-04  Johannes Schmid  <jhs@gnome.org>
691         * plugins/sourceview/anjuta-view.c:
692         * plugins/sourceview/anjuta-view.h:
693         * plugins/sourceview/sourceview-prefs.c (init_fonts),
694         (sourceview_prefs_init):
695         Removed unused color management code
696         
697         * plugins/sourceview/anjuta-editor-sourceview.glade:
698         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
699         (create_style_model), (on_style_changed), (ipreferences_merge),
700         (ipreferences_unmerge):
701         * plugins/sourceview/plugin.h:
702         
703         Added style chooser for sourceview editor (#522555)
705 2008-04-04  Johannes Schmid  <jhs@gnome.org>
707         * plugins/document-manager/action-callbacks.c:
708         * plugins/document-manager/anjuta-document-manager.ui:
709         * plugins/document-manager/plugin.c (ui_give_shorter_names),
710         (update_document_ui_disable_all):
711         * plugins/file-loader/anjuta-loader-plugin.ui:
712         * plugins/file-loader/plugin.c (on_new_activate),
713         (activate_plugin):
714         
715         Moved "New" action from document-manager to file-loader using 
716         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
718 2008-04-03  Johannes Schmid  <jhs@gnome.org>
720         * Makefile.am:
721         * configure.in:
722         * libegg/.cvsignore:
723         * libegg/Makefile.am:
724         * libegg/egg-cell-renderer-text.c:
725         * libegg/egg-combo-action.c:
726         * libegg/egg-entry-action.c:
727         * libegg/egg-recent-action.c:
728         * libegg/egg-recent-files-module.c:
729         * libegg/egg-recent-item.c:
730         * libegg/egg-recent-model.c:
731         * libegg/egg-recent-util.c:
732         * libegg/egg-recent-view-gtk.c:
733         * libegg/egg-recent-view.c:
734         * libegg/egg-submenu-action.c:
735         * libegg/eggcellrendererpopup.c:
736         * libegg/eggcomboselect.c:
737         * libegg/eggmarshalers.list:
738         * libegg/eggtreemodelfilter.c:
739         * libegg/eggtreemodelunion.c:
740         * libegg/eggtreemultidnd.c:
741         * libegg/gtkcellview.h:
742         * libegg/layout.glade:
743         * libegg/menu/.cvsignore:
744         * libegg/menu/Makefile.am:
745         * libegg/menu/egg-combo-action.h:
746         * libegg/menu/egg-entry-action.h:
747         * libegg/menu/egg-recent-action.h:
748         * libegg/menu/egg-submenu-action.h:
749         * libegg/menu/eggcomboselect.h:
750         * libegg/recent-files/.cvsignore:
751         * libegg/recent-files/Makefile.am:
752         * libegg/recent-files/egg-recent-item.h:
753         * libegg/recent-files/egg-recent-model.h:
754         * libegg/recent-files/egg-recent-util.h:
755         * libegg/recent-files/egg-recent-view-gtk.h:
756         * libegg/recent-files/egg-recent-view.h:
757         * libegg/recent-files/egg-recent.h:
758         * libegg/test-actions.c:
759         * libegg/test-multi-drag.c:
760         * libegg/test-union.c:
761         * libegg/treeviewutils/.cvsignore:
762         * libegg/treeviewutils/Makefile.am:
763         * libegg/treeviewutils/egg-cell-renderer-text.h:
764         * libegg/treeviewutils/eggcellrendererpopup.h:
765         * libegg/treeviewutils/eggtreemodelfilter.h:
766         * libegg/treeviewutils/eggtreemodelunion.h:
767         * libegg/treeviewutils/eggtreemultidnd.h:
768         * libegg/util/.cvsignore:
769         * libegg/util/Makefile.am:
770         * libegg/util/egg-macros.h:
771         * libegg/util/eggintl.h:
772         
773         Killed libegg (#349279)
774         
775         * plugins/document-manager/Makefile.am:
776         * plugins/document-manager/action-callbacks.c:
777         * plugins/document-manager/plugin.c:
778         * plugins/editor/plugin.c:
779         (on_open_recent_file), (sort_recent_menu),
780         (setup_recent_chooser_menu), (activate_plugin), (dispose),
781         (anjuta_file_loader_plugin_instance_init):
782         * plugins/file-loader/plugin.h:
783         * plugins/search/Makefile.am:
784         * plugins/search/plugin.c:
785         * plugins/search/search-replace.c:
786         
787         Removed dead code and libegg from Makefiles
788         
789         * plugins/symbol-browser/Makefile.am:
790         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
791         * plugins/symbol-browser/plugin.c (on_editor_saved),
792         (update_editor_symbol_model), (iter_matches),
793         (value_removed_current_editor), (activate_plugin):
794         Removed symbol-browser toolbar which used libegg and was
795         buggy (#451588)
796         
797         Patch from Ignacio Casal Quinteiro with lots of changes:
798         * plugins/file-loader/Makefile.am:
799         * plugins/file-loader/anjuta-loader-plugin.ui:
800         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
801         Port FileLoader to GtkRecent (#398984)
803 2008-04-03  Johannes Schmid  <jhs@gnome.org>
805         * configure.in:
806         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
807         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
808         * libanjuta/interfaces/libanjuta.idl:
809         * plugins/Makefile.am:
810         * plugins/class-inheritance/class-inherit.c
811         (class_inheritance_show_dynamic_class_popup_menu),
812         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
813         (class_inheritance_update_graph):
814         * plugins/language-support-cpp-java/cpp-java-assist.c
815         (create_completion),
816         (cpp_java_assist_create_scope_completion_cache),
817         (cpp_java_assist_create_word_completion_cache),
818         (cpp_java_assist_show_calltip):
819         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
820         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
821         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
822         (isymbol_get_extra_info_string), (isymbol_get_line),
823         (isymbol_get_icon), (isymbol_iface_init):
824         * plugins/symbol-browser/an_symbol.h:
825         * plugins/symbol-browser/an_symbol_view.c
826         (anjuta_symbol_view_get_file_symbol_model):
827         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
828         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
829         (isymbol_manager_iface_init):
830         * plugins/symbol-db/Makefile.am:
831         * plugins/symbol-db/anjuta-symbol-db.glade:
832         * plugins/symbol-db/plugin.c
833         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
834         (value_added_current_editor), (goto_local_tree_iter),
835         (goto_global_tree_iter), (on_global_treeview_row_expanded),
836         (on_global_treeview_row_collapsed), (on_project_element_added),
837         (on_project_element_removed), (on_importing_project_end),
838         (do_import_sources_after_abort), (do_import_sources),
839         (project_root_added), (project_root_removed), (symbol_db_activate),
840         (symbol_db_deactivate), (isymbol_manager_search),
841         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
842         (isymbol_manager_iface_init), (ipreferences_merge),
843         (ipreferences_unmerge), (ipreferences_iface_init):
844         * plugins/symbol-db/plugin.h:
845         * plugins/symbol-db/symbol-db-engine-iterator-node.c
846         (symbol_db_engine_iterator_node_new),
847         (sdb_engine_iterator_node_instance_init),
848         (sdb_engine_iterator_node_finalize),
849         (symbol_db_engine_iterator_node_get_symbol_id),
850         (symbol_db_engine_iterator_node_get_symbol_name),
851         (symbol_db_engine_iterator_node_get_symbol_file_pos),
852         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
853         (symbol_db_engine_iterator_node_get_symbol_signature),
854         (symbol_db_engine_iterator_node_get_symbol_extra_string),
855         (isymbol_get_name), (isymbol_get_args),
856         (isymbol_get_extra_info_string), (isymbol_get_uri),
857         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
858         (isymbol_iface_init):
859         * plugins/symbol-db/symbol-db-engine-iterator.c
860         (symbol_db_engine_iterator_new):
861         * plugins/symbol-db/symbol-db-engine.c
862         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
863         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
864         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
865         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
866         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
867         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
868         (sdb_engine_init), (sdb_engine_finalize),
869         (sdb_engine_set_defaults_db_parameters),
870         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
871         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
872         (sdb_engine_get_tuple_id_by_unique_name),
873         (sdb_engine_get_tuple_id_by_unique_name2),
874         (sdb_engine_get_tuple_id_by_unique_name3),
875         (symbol_db_engine_add_new_workspace),
876         (symbol_db_engine_project_exists),
877         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
878         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
879         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
880         (sdb_engine_add_new_sym_access),
881         (sdb_engine_add_new_sym_implementation),
882         (sdb_engine_add_new_heritage),
883         (sdb_engine_add_new_scope_definition),
884         (sdb_engine_add_new_tmp_heritage_scope),
885         (sdb_engine_second_pass_update_scope_1),
886         (sdb_engine_second_pass_update_heritage),
887         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
888         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
889         (on_scan_update_files_symbols_end),
890         (symbol_db_engine_fill_type_array),
891         (symbol_db_engine_update_files_symbols),
892         (symbol_db_engine_update_project_symbols),
893         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
894         (symbol_db_engine_update_buffer_symbols),
895         (symbol_db_engine_get_files_with_zero_symbols),
896         (sdb_engine_prepare_symbol_info_sql),
897         (symbol_db_engine_get_class_parents_by_symbol_id),
898         (symbol_db_engine_get_class_parents),
899         (symbol_db_engine_get_global_members_filtered),
900         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
901         (symbol_db_engine_get_scope_members_by_symbol_id),
902         (symbol_db_engine_get_scope_members),
903         (symbol_db_engine_get_file_symbols),
904         (symbol_db_engine_get_symbol_info_by_id),
905         (symbol_db_engine_get_full_local_path),
906         (symbol_db_engine_get_file_db_path),
907         (symbol_db_engine_find_symbol_by_name_pattern),
908         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
909         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
910         * plugins/symbol-db/symbol-db-engine.h:
911         * plugins/symbol-db/symbol-db-prefs.c
912         (on_prefs_executable_changed), (on_gconf_notify_prefs),
913         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
914         (on_listall_output), (on_listall_exit), (files_visit_dir),
915         (on_tag_load_toggled), (symbol_db_prefs_init),
916         (symbol_db_prefs_finalize):
917         * plugins/symbol-db/symbol-db-prefs.h:
918         * plugins/symbol-db/symbol-db-view-locals.c
919         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
920         (do_add_root_symbol_to_view),
921         (consume_symbols_inserted_queue_idle_destroy),
922         (consume_symbols_inserted_queue_idle), (on_scan_end),
923         (do_recurse_subtree_and_remove), (on_symbol_removed),
924         (on_symbol_inserted),
925         (symbol_db_view_locals_recv_signals_from_engine),
926         (symbol_db_view_locals_update_list):
927         * plugins/symbol-db/symbol-db-view.c
928         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
929         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
930         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
931         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
932         (sdb_view_build_and_display_base_tree):
933         * plugins/symbol-db/symbol-db.glade:
934         * plugins/symbol-db/symbol-db.ui:
935         * plugins/symbol-db/tables.sql:
936         * plugins/symbol-db/test/Makefile.am:
937         * plugins/symbol-db/test/main.c (get_parents), (main),
938         (packages_foreach), (files_visit_dir):
939         
940         Merged changes from symbol-db branch
942 2008-04-02  Johannes Schmid  <jhs@gnome.org>
944         * plugins/sourceview/sourceview.c (autodetect_language):
945         Use gnome_vfs_get_slow_mime_type()
947 2008-04-02  Johannes Schmid  <jhs@gnome.org>
949         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
950         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
951         (open_with_dialog):
952         
953         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
954         supertype instead no plugin for mime-type was found (#525706)
956 2008-03-31  Johannes Schmid  <jhs@gnome.org>
958         patch by: Carl-Anton Ingmarsson:
959         * src/anjuta.glade:
960         Fixed padding in preferences
962 2008-03-31  Johannes Schmid  <jhs@gnome.org>
964         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
966         * plugins/tools/anjuta-tools.glade:
967         * plugins/tools/anjuta-tools.ui:
968         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
969           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
970           atp_tool_dialog_refresh, atp_tool_dialog_show):
971         * plugins/tools/dialog.h (dialog, plugin):
972         * plugins/tools/plugin.c (prefs, gxml, action_group,
973           atp_plugin_finalize, test, atp_plugin_activate,
974           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
975           ipreferences_unmerge, ipreferences_iface_init):
976         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
977           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
978           atp_user_tool_activate, atp_tool_list_append_new,
979           atp_tool_list_activate, atp_tool_list_deactivate):
980         * plugins/tools/tool.h (plugin):
981         
982         #515854 – Move configuration into preferences
984 2008-03-31  Johannes Schmid  <jhs@gnome.org>
986         patch by: Carl-Anton Ingmarsson:
987         * src/anjuta-app.c (style, on_toolbar_style_changed,
988           on_add_merge_widget, anjuta_app_instance_init):
989         * src/anjuta.glade:
990         
991         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
993 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
995         * plugins/debug-manager/anjuta-debug-manager.glade,
996         plugins/debug-manager/command.c,
997         plugins/debug-manager/command.h,
998         plugins/debug-manager/start.c,
999         plugins/gdb/plugin.c,
1000         plugins/gdb/debugger.c,
1001         plugins/gdb/debugger.h,
1002         libanjuta/interfaces/libanjuta.idl:
1003         Improve start program dialog, allowing to specify working
1004         directory and environment variables
1006 2008-03-26  Naba Kumar  <naba@gnome.org>
1008         * libanjuta/resources.c (anjuta_res_url_show): Use
1009         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1010         fixed formatting.
1012         Patch from Carl-Anton Ingmarsson:
1014         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1015         * libanjuta/anjuta-utils.h:
1016         * src/action-callbacks.c (help_activate),
1017         (on_help_manual_activate), (on_help_tutorial_activate),
1018         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1019         * libanjuta/Makefile.am:
1020         Get rid of gnome_help_display_with_doc_id()
1022 2008-03-26  Naba Kumar  <naba@gnome.org>
1024         Patch from Carl-Anton Ingmarsson:
1026         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1027         * plugins/project-import/project-import.c (on_import_cancel): Remove
1028         stray GnomeDruid variable.
1030 2008-03-26  Naba Kumar  <naba@gnome.org>
1032         * plugins/project-import/project-import.c (create_start_page):
1033         * plugins/project-wizard/druid.c (npw_druid_new):
1034         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1035         
1036         Fixed type 'assistent' to 'assistant'.
1038 2008-03-25  Naba Kumar  <naba@gnome.org>
1040         Patch from Carl-Anton Ingmarsson:
1042         * libanjuta/Makefile.am:
1043         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1044         (visibility_toggled), (accel_edited_callback),
1045         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1046         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1047         (anjuta_ui_get_accel_editor):
1048         * libegg/Makefile.am:
1049         * libegg/eggaccelerators.c (removed):
1050         * libegg/eggcellrendererkeys.c (removed):
1051         * libegg/eggtreeviewstate.c (removed):
1052         * libegg/test-tree-utils.c (removed):
1053         * libegg/treeviewutils/Makefile.am:
1054         * libegg/treeviewutils/eggaccelerators.h (removed):
1055         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1056         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1058         Ports anjuta-ui to gtk_cell_renderer_accel
1059         
1060 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1062         Reviewed by Naba Kumar  <naba@gnome.org>
1064         * plugins/project-import/Makefile.am:
1065         * plugins/project-import/project-import.{ch}:
1066         * plugins/project-import/anjuta-project-import.glade (removed):
1067         * configure.in, po/POTFILES.in:
1069         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1070         file because libglade doesn't have GtkAssistant support.
1072 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1074         * plugins/debug-manager/registers.c:
1075         Avoid a crash when debugger stop on an error
1077         * plugins/debug-manager/start.c,
1078         plugins/gdb/debugger.c,
1079         libanjuta/interfaces/libanjuta.idl:
1080         Display an error message when debugger target is not found
1082 2008-03-15  Naba Kumar  <naba@naba-desktop>
1084         * configure.in:
1085         * data/Makefile.am:
1086         * (removed) data/properties:
1087         * (added) plugins/editor/properties:
1088         * plugins/editor/Makefile.am:
1090         Moved data/properties to plugins/editor/ and removed dead code from
1091         Makefile.am files.
1092         
1093 2008-03-15  Naba Kumar  <naba@naba-desktop>
1095         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1096         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1097         (macro_dialog_finalize):
1098         * plugins/macro/macro-edit.c (macro_edit_dispose),
1099         (macro_edit_finalize):
1101         Fixed errors in previous patch.
1102         
1103 2008-03-15  Naba Kumar  <naba@naba-desktop>
1105         Patch from Ignacio Casal Quinteiro:
1107         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1108         (finalize):
1109         * plugins/class-gen/plugin.c (dispose), (finalize):
1110         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1111         (class_inheritance_dispose):
1112         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1113         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1114         (dma_plugin_finalize):
1115         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1116         (dma_debugger_queue_finalize):
1117         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1118         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1119         (anjuta_docman_finalize):
1120         * plugins/document-manager/plugin.c:
1121         * plugins/editor/plugin.c (dispose), (finalize),
1122         (editor_plugin_class_init):
1123         * plugins/editor/text_editor.c (text_editor_dispose),
1124         (text_editor_finalize):
1125         * plugins/file-loader/plugin.c (dispose), (finalize),
1126         (anjuta_file_loader_plugin_class_init):
1127         * plugins/file-manager/plugin.c (file_manager_finalize),
1128         (file_manager_dispose):
1129         * plugins/file-wizard/plugin.c (dispose), (finalize),
1130         (file_wizard_plugin_class_init):
1131         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1132         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1133         * plugins/glade/plugin.c (glade_plugin_dispose),
1134         (glade_plugin_finalize), (glade_plugin_class_init):
1135         * plugins/gtodo/plugin.c (finalize), (dispose):
1136         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1137         (anjuta_vim_plugin_dispose):
1138         * plugins/indent/plugin.c (indent_plugin_finalize),
1139         (indent_plugin_dispose):
1140         * plugins/language-manager/plugin.c (language_manager_finalize),
1141         (language_manager_dispose):
1142         * plugins/language-support-cpp-java/plugin.c
1143         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1144         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1145         (macro_db_class_init):
1146         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1147         (macro_dialog_finalize), (macro_dialog_class_init):
1148         * plugins/macro/macro-edit.c (macro_edit_dispose),
1149         (macro_edit_finalize), (macro_edit_class_init):
1150         * plugins/macro/plugin.c (finalize), (dispose):
1151         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1152         (anjuta_msgman_finalize):
1153         * plugins/message-view/message-view.c (message_view_dispose),
1154         (message_view_finalize):
1155         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1156         (message_view_plugin_finalize):
1157         * plugins/patch/plugin.c (patch_plugin_finalize),
1158         (patch_plugin_dispose):
1159         * plugins/profiler/plugin.c (profiler_finalize),
1160         (profiler_dispose):
1161         * plugins/project-import/plugin.c (dispose), (finalize),
1162         (project_import_plugin_class_init):
1163         * plugins/project-manager/plugin.c
1164         (project_manager_plugin_finalize),
1165         (project_manager_plugin_dispose):
1166         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1167         (npw_plugin_finalize), (npw_plugin_class_init):
1168         * plugins/sample1/plugin.c (sample_plugin_finalize),
1169         (sample_plugin_dispose):
1170         * plugins/search/plugin.c (dispose), (finalize),
1171         (search_plugin_class_init):
1172         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1173         (sourceview_plugin_dispose):
1174         * plugins/subversion/plugin.c (finalize), (dispose):
1175         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1176         * plugins/symbol-browser/an_symbol_iter.c
1177         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1178         * plugins/symbol-browser/an_symbol_search.c
1179         (an_symbol_search_dispose), (an_symbol_search_finalize):
1180         * plugins/symbol-browser/an_symbol_view.c
1181         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1182         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1183         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1184         (symbol_db_dispose):
1185         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1186         (terminal_plugin_finalize):
1187         * plugins/tools/plugin.c (atp_plugin_dispose),
1188         (atp_plugin_finalize), (atp_plugin_class_init):
1189         * plugins/valgrind/plugin.c (valgrind_finalize),
1190         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1192 2008-03-15  Naba Kumar  <naba@gnome.org>
1194         * TODO.tasks: Updated and marked debugger bounties completed.
1195         
1196 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1198         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1199         (get_line_indentation_base):
1200         
1201         #521847 – anjuta freez when edit file
1203 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1205         Patch from Rob Bradford:
1206         * plugins/build-basic-autotools/executer.c (execute_program):
1207         520324 – Execute command is not overridable
1208         
1209         * plugins/sourceview/sourceview.c (on_insert_text):
1210         Removed Debug print
1212 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1214         Patch from James Liggett:
1215         * plugins/subversion/plugin.c (activate_plugin):
1216         521691 – Crash when click "Resolve Conflicts" without opened project
1218 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1220         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1221         * plugins/language-support-cpp-java/cpp-java-utils.c:
1222         * plugins/language-support-cpp-java/plugin.c
1223         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1224         520415 – [PATCH] Problems in auto indentatation code,
1225         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1226         
1227         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1228         (anjuta_view_button_press_event):
1229         * plugins/sourceview/sourceview.c (on_insert_text),
1230         (sourceview_adjustment_changed), (sourceview_new):
1231         #520761 – Weirz behavior with popup
1233 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1235         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1236         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1237         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1238         (anjuta_launcher_fork):
1239         * libanjuta/anjuta-launcher.h:
1240         Add API to set environment variables for the forked process
1241         
1242         * plugins/build-basic-autotools/Makefile.am:
1243         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1244         .glade:
1245         * plugins/build-basic-autotools/build-basic-autotools.c
1246         (build_set_env), (build_execute_command_full),
1247         (build_execute_command), (build_configure_project),
1248         (build_autogen_project):
1249         * plugins/build-basic-autotools/build-basic-autotools.h:
1250         * plugins/build-basic-autotools/build-options.c
1251         (fill_options_combo), (build_dialog_configure):
1252         * plugins/build-basic-autotools/build-options.h:
1253         Use new launcher API to set CFLAGS when running configure. New configure dialog
1254         which has predefined CFLAGS settings.
1256         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1258 === anjuta 2.4.0 ===
1260 2008-03-11  Naba Kumar  <naba@gnome.org>
1262         * NEWS: Updated for 2.4.0 stable release.
1263         * configure.in: Version bumped to 2.4.0
1264         * TODO.tasks: Updated.
1266 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1268         Reviewed by Naba Kumar  <naba@gnome.org>:
1269         * global-tags/Makefile.am:
1270         Revert change for #515954. This change was incorrect, the anjuta-tags
1271         program is installed into the $(bindir) rather than the $(scriptdir).
1273 2008-03-02  Naba Kumar  <naba@gnome.org>
1275         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1276         * configure.in: Added a requirement for scintilla editor plugin.
1278 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1280         * plugins/message-view/anjuta-msgman.c
1281         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1282         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1283         * plugins/message-view/anjuta-msgman.h:
1284         
1285         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1286         get rid of the cached current_view member.
1287         Fixes #518469 – Save message buffer not working good
1289 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1291         Patch by James Liggett:
1292         * plugins/subversion/svn-command.h:
1293         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1294         Fixed #519275 – Subversion should allow offline diffs   
1296 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1298         * plugins/language-support-cpp-java/cpp-java-assist.c
1299         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1300         Removed some debug code
1301         
1302         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1303         Escape tooltip text to avoid broken markup
1305 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1307         * libanjuta/Makefile.am:
1308         Fixed a build error when building with -j X
1309         
1310         * plugins/tools/scripts/prepare-changelog.pl:
1311         Updated to latest script version in gnome svn
1313 2008-02-28  Johannes Schmid <jhs@gnome.org>
1315         * plugins/document-manager/anjuta-docman.c:
1316         (anjuta_docman_page_destroy):
1317         Do not unref widget because the GtkNotebook will unref them
1318         
1319         * plugins/file-manager/file-view.c: (file_view_refresh):
1320         * plugins/search/search_preferences.c: (search_preferences_init):
1321         Fixed a memory leaks
1322         
1323         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1324         (ieditor_get_offset), (ieditor_iface_init),
1325         (idocument_get_filename), (ilanguage_get_supported_languages),
1326         (autodetect_language):
1327         
1328         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1329         was missing.
1331 2008-02-28  Johannes Schmid <jhs@gnome.org>
1333         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1334         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1336 2008-02-27  Naba Kumar  <naba@gnome.org>
1338         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1339         string break. That was a mistake doing at this point.
1341 === anjuta 2.3.5 ===
1343 2008-02-26  Naba Kumar  <naba@gnome.org>
1345         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1346         crash when there is a modified new file open, a non-modified exiting
1347         file open and autosave happen. Simplified error checking logic and
1348         avoided memory corruption. Fixes bug #Bug 518716.
1350 2008-02-25  Naba Kumar  <naba@gnome.org>
1352         * NEWS: Updated for release 2.3.5
1353         * configure.in: Bumped version to 2.3.5
1355         * plugins/build-basic-autotools/build-basic-autotools.c:
1356         (on_editor_changed): Avoid accessing text which is greater than
1357         valid range.
1359         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1361 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1363         * plugins/debug-manager/breakpoints.c:
1364         Fix #518329: Crash when adding breakpoint and other similar bugs
1366 2008-02-25  Johannes Schmid <jhs@gnome.org>
1368         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1369         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1370         Never call error() which calls exit()
1371         #517646 – Anjuta exists with code 2 when i try to import gedit
1373 2008-02-23  Johannes Schmid <jhs@gnome.org>
1375         * plugins/sourceview/sourceview.c: (ieditor_insert):
1376         Block insert_text signal when inserting manually.
1378 2008-02-23  Johannes Schmid <jhs@gnome.org>
1380         * plugins/sourceview/sourceview.c: (on_insert_text):
1381         Fixed a problem with the "insert-text" signal that broke
1382         copy&paste sometimes
1384 2008-02-22  Johannes Schmid <jhs@gnome.org>
1386         * plugins/language-support-cpp-java/plugin.c:
1387         (get_line_indentation_base):
1388         More fixes for comment handling and made the code
1389         a lot simpler
1391 2008-02-22  Johannes Schmid <jhs@gnome.org>
1393         * plugins/sourceview/sourceview.c: (on_insert_text):
1394         Fixed #517919 – Crash on pasting docblock
1396 2008-02-20  Johannes Schmid <jhs@gnome.org>
1398   Patch from James Liggett:
1399         * plugins/profiler/profiler.glade:
1400         Fix width options dialog. Translations are not longer cut off. (#516630)
1402 2008-02-18  Johannes Schmid <jhs@gnome.org>
1404         * plugins/sourceview/sourceview.c: (on_insert_text):
1405         Do not change the iterator in the "insert-text" handler because
1406         it has some strange side-effects when copying text
1407         Fix useless free'ing in hover-leave that might have led to random
1408         crashes
1410 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1412         * plugins/debug-manager/start.c:
1413         Avoid a glib warning if no project is loaded
1415 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1417         * manuals/anjuta-manual/C/debugger.xml:
1418         Remove warning about new debugger
1420 2008-02-17  Johannes Schmid <jhs@gnome.org>
1422         * manuals/anjuta-manual/figures/project-window.png:     
1423         Use a smaller picture
1425 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1427         * plugins/gdb/debugger.c:
1428         Set breakpoint in file with uncommon characters in path name
1430 2008-02-17  Johannes Schmid <jhs@gnome.org>
1432         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1433         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1434         (icell_get_char):
1435         * plugins/sourceview/sourceview.c: (on_insert_text):    
1436         Fix "char-added" signal to pass the correct iterator
1438 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1440         * plugins/gdb/debugger.c:
1441         Load executable in gdb with space in path name 
1443 2008-02-17  Johannes Schmid <jhs@gnome.org>
1445         * plugins/language-support-cpp-java/plugin.c:
1446         (get_line_indentation_base), (get_line_auto_indentation),
1447         (on_auto_indent):
1448         Some bugfixes and clean-ups in comment indentation code
1449         
1450         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1451         (anjuta_view_finalize), (anjuta_view_key_press_event):
1452         * plugins/sourceview/sourceview.c: (on_insert_text),
1453         (sourceview_create_highligth_indic), (sourceview_new):
1454         Cleaned implementation of char-added signal by using "insert-text" signal
1455         instead of filtering "key-press-event"
1456         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1457         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1458         (iiter_diff):
1459         Fixed implementation of get_character and return value of iiter_first() and
1460         iiter_last();
1462 2008-02-16  Johannes Schmid <jhs@gnome.org>
1464         * plugins/valgrind/plugin.c: (valgrind_activate),
1465         (ipreferences_merge), (ipreferences_unmerge):
1466         * plugins/valgrind/vgactions.c: (vg_actions_run):
1467         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1468         
1469         Fixed crasher when starting valgrind because of strange prefs handling and
1470         #516641 – Valgrind: Load Log does not clear list
1472 2008-02-15  James Liggett  <jrliggett@cox.net>
1474         * plugins/profiler/plugin.c:
1475         (on_select_other_target_button_clicked):
1476         Select the new custom target in the list so that the user sees it.
1478         Bug 516630 – Selection custom binary in profiler is not
1479         user-friendly.
1481 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1483         * manuals/anjuta-manual/C/projects.xml:
1484         Fix #515993: "Add package" button is "Add Package" in code
1485         Fix #516727: "Build All" is "Build Project" in code
1486         Fix #516728: "Clean All" is "Clean Project" in code
1487         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1488         Fix #516730: Fix note title 
1489         "Configure" is "Run Configure..." in code
1491 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1493         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1494         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1495         manuals/anjuta-manual/C/projects.xml,
1496         manuals/anjuta-manual/Makefile.am:
1497         Fix #515207: Add a new project window screenshoot
1498         Rename "Project View" to "Project window"
1500 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1502         * plugins/project-import/project-import.c:
1503         Fix #516743: Import project keeps an old date on project file
1505         * plugins/project-manager/plugin.c:
1506         Fix #516737: Import project doesn't load project with space in name
1508 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1510         * plugins/debug-manager/command.c:
1511         Destroy local variables on each step
1513         * plugins/debug-manager/debug_tree.c,
1514         plugins/debug-manager/watch.c,
1515         plugins/debug-manager/locals.c,
1516         plugins/gdb/debugger.c,
1517         libanjuta/interfaces/libanjuta.idl:
1518         Parse local variables scope (not used yet)
1520 2008-02-15  James Liggett <jrliggett@cox.net>
1522         reviewed by: Johannes Schmid <jhs@gnome.org>
1524         * plugins/profiler/gprof-options.c: (setup_widgets),
1525         (gprof_options_set_target), (gprof_options_has_target),
1526         (gprof_options_get_string):
1527         * plugins/profiler/gprof-options.h:
1528         * plugins/profiler/plugin.c: (ifile_open):
1529         516128 – crash in Anjuta IDE: selected profiler as the...
1531 2008-02-14  Johannes Schmid <jhs@gnome.org>
1533         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1534         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1535         * plugins/symbol-browser/an_symbol.c:
1536         * plugins/symbol-browser/an_symbol_view.c:
1537         (on_symbol_view_row_expanded):
1538         Fixed some memory leaks (Remember to all free/unref everything that comes
1539         from gtk_tree_model_get())
1541 2008-02-14  Johannes Schmid <jhs@gnome.org>
1543         * plugins/document-manager/search-box.c: (on_search_activated):
1544         516377 – Status bar does not change its status of 'Search for .. continued at top'
1545         (caused by differences between scintilla and sourceview)
1547 2008-02-13  James Liggett <jrliggett@cox.net>
1549         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1550         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1552 2008-02-14  Johannes Schmid <jhs@gnome.org>
1554         * plugins/language-support-cpp-java/plugin.c:
1555         (get_line_indentation_base), (get_line_auto_indentation),
1556         (on_editor_char_inserted_cpp):
1557         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1559 2008-02-13  Johannes Schmid <jhs@gnome.org>
1561         * plugins/language-support-cpp-java/plugin.c:
1562         (is_iter_inside_string), (get_line_auto_indentation):
1563         Handle comments in the code and do not ask editor. Fixes scintilla
1564         indentation (sourceview does not report comments anyway).
1565         
1566         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1567         Diff with correct sign (also fixes some issues with language-support)
1569 2008-02-13  Johannes Schmid <jhs@gnome.org>
1571         * plugins/language-support-cpp-java/plugin.c:
1572         (get_line_indentation_base):
1573         Act even more clever for comments. Indent /* */ comments correctly
1574         for multilines
1576 2008-02-13  Johannes Schmid <jhs@gnome.org>
1578         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1579         Also set indentation size correctly, when tab size is set
1580         by language support plugin
1582 2008-02-13  Johannes Schmid <jhs@gnome.org>
1584         * plugins/language-support-cpp-java/plugin.c:
1585         (get_line_indentation_base):
1586         
1587         Indent lines after comments correctly
1589 2008-02-13  Johannes Schmid <jhs@gnome.org>
1591         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1592         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1593         * libanjuta/anjuta-launcher.h:
1594         Some more fixes from symbol-db-branch
1595         
1596         * src/Makefile.am:
1597         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1599 2008-02-12  Johannes Schmid <jhs@gnome.org>
1601   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1602         * global-tags/Makefile.am:
1603         * AUTHORS
1604         #515954 – create_global_tags.sh: wrong anjuta-tags path
1605         
1606         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1607         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1608         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1609         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1610         (anjuta_launcher_fork):
1611         * libanjuta/anjuta-launcher.h:
1612         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1613         from symbol-db branch
1615 2008-02-11  Johannes Schmid <jhs@gnome.org>
1617         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1618   515868 – File browser only shows icons when activated
1619   
1620 2008-02-11  Johannes Schmid <jhs@gnome.org>
1622         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1623         #515867 – Anjuta dies on startup
1625 2008-02-11  Johannes Schmid <jhs@gnome.org>
1627         * TODO.tasks: Marked subversion task as completed
1629 === anjuta 2.3.4 ===
1631 2008-02-11  Naba Kumar  <naba@gnome.org>
1633         * configure.in: Bumped version to 2.3.4
1635 2008-02-10  Naba Kumar  <naba@gnome.org>
1637         * NEWS: Updated for release.
1639 2008-02-10  Johannes Schmid <jhs@gnome.org>
1641         * plugins/document-manager/anjuta-document-manager.plugin.in:
1642         Added html, javascript and glade file types. This makes it possible to
1643         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1644         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1645         
1646         * plugins/file-wizard/anjuta-file-wizard.glade:
1647         * plugins/gdb/anjuta-gdb.glade:
1648         * plugins/project-wizard/anjuta-project-wizard.glade:
1649         * plugins/search/anjuta-search.glade:
1650         * plugins/terminal/anjuta-terminal-plugin.glade:
1651         
1652         Fixed some other translation issues (#507921)
1654 2008-02-10  Naba Kumar  <naba@gnome.org>
1656         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1657         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1659 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1661         * manuals/anjuta-manual/C/interface.xml,
1662         manuals/anjuta-manual/C/introduction.xml,
1663         manuals/anjuta-manual/C/preferences.xml,
1664         manuals/anjuta-manual/C/fileoperations.xml,
1665         manuals/anjuta-manual/C/projects.xml:
1666         Fix spelling errors, including bug #515204, #515172, #515117
1667         and #513892
1669 2008-02-10  Naba Kumar  <naba@gnome.org>
1671         * plugins/document-manager/plugin.c: Fixed stream comment and added
1672         translator's comment for 'block comment', 'box comment' and 'stream
1673         comment'
1675 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1677         * plugins/debug-manager/command.c,
1678         plugins/debug-manager/command.h,
1679         plugins/debug-manager/breakpoints.c,
1680         libanjuta/interfaces/libanjuta.idl:
1681         Avoid adding the same breakpoint several times
1683         * plugins/gdb/debugger.c:
1684         Fix bug #515463: Deattaching process kill it
1686 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1688         * manuals/anjuta-manual/C/debugger.xml:
1689         Fix translation bug #515459 and #515460
1691 2008-02-10  Johannes Schmid <jhs@gnome.org>
1693   Patch from Rémi Cardona <remi@gentoo.org>
1695         * plugins/build-basic-autotools/Makefile.am:
1696         * plugins/cvs-plugin/Makefile.am:
1697         * plugins/document-manager/Makefile.am:
1698         * plugins/editor/Makefile.am:
1699         * plugins/indent/Makefile.am:
1700         * plugins/language-support-cpp-java/Makefile.am:
1701         * plugins/message-view/Makefile.am:
1702         * plugins/sourceview/Makefile.am:
1703         * plugins/symbol-browser/Makefile.am:
1704         * plugins/terminal/Makefile.am:
1705         * scripts/build-schemas.mk:
1706         * src/Makefile.am:
1707   Fix #512531 – Parallel build fails
1708   
1709   * AUTHORS: Added Rémi
1711 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1713         * plugins/debug-manager/queue.c:
1714         Fix interrupt command, not working due to previous change
1716 2008-02-10  Johannes Schmid <jhs@gnome.org>
1718         * src/Makefile.am:
1719         * src/anjuta-app.c:
1720         * src/anjuta-callbacks.c (removed):
1721         * src/anjuta-callbacks.h (removed):
1722         
1723         Removed (almost) empty files, fixes #515383 and #515388
1725 2008-02-09  James Liggett <jrliggett@cox.net>
1727         Reviewed by Naba Kumar  <naba@gnome.org>:
1729         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1730         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1731         * plugins/subversion/svn-command.c:
1732         (svn_command_make_canonical_path):
1733         * plugins/subversion/svn-command.h:
1734         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1735         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1736         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1737         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1738         * plugins/subversion/svn-remove-command.c:
1739         (svn_remove_command_new):
1740         * plugins/subversion/svn-status-command.c:
1741         (svn_status_command_new):
1742         * plugins/subversion/svn-switch-command.c:
1743         (svn_switch_command_new):
1744         * plugins/subversion/svn-update-command.c:
1745         (svn_update_command_new):
1746         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1747         die if the user gives a path that libsvn doesn't like. 
1748         
1749         Fixes bug #515500
1751 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1753         * plugins/debug-manager/command.c,
1754         plugins/debug-manager/command.h,
1755         plugins/debug-manager/queue.c:
1756         Fix crashes when trying to stop the debugger while it is busy
1758 2008-02-08  Johannes Schmid <jhs@gnome.org>
1760   Patch from Rodrigo Moya <rodrigo@novell.com>
1762         * plugins/glade/plugin.c: (ifile_open):
1763         * plugins/symbol-browser/test-class.cpp:
1764         * AUTHORS: Added Rodrigo
1765         
1766         #514732 – 64 bit compliation error
1767         #514733 – Use of uninitialized variables
1769 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1771         * manuals/anjuta-manual/C/debugger.xml:
1772         Fix translation bug #514494 and bug #514440
1774 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1776         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1777         Fix a compile error added in the previous patch
1779 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1781         * plugins/profiler/gprof-view.c,
1782         plugins/class-inheritance/class-callbacks.c,
1783         plugins/class-inheritance/class-inherit.c,
1784         plugins/symbol-browser/an_symbol.c,
1785         plugins/symbol-db/symbol-db-engine-iterator-node.c,
1786         libanjuta/interfaces/libanjuta.idl:
1787         Change ianjuta_symbol_file function to ianjuta_symbol_uri
1789 2008-02-04  Johannes Schmid <jhs@gnome.org>
1791         * plugins/search/anjuta-search.glade: Fixed typo
1793 2008-02-03  Johannes Schmid <jhs@gnome.org>
1795         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
1796         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
1797         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1798         .glade:
1799         * plugins/build-basic-autotools/build-basic-autotools.c:
1800         (build_get_context), (build_configure_project):
1801         * plugins/class-gen/anjuta-class-gen-plugin.glade:
1802         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1803         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
1804         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
1805         * plugins/devhelp/plugin.c: (devhelp_activate):
1806         * plugins/editor/Makefile.am:
1807         * plugins/editor/anjuta-editor-scintilla.glade:
1808         * plugins/editor/text_editor.c:
1809         * plugins/editor/text_editor.h:
1810         * plugins/editor/text_editor_menu.c (removed):
1811         * plugins/editor/text_editor_menu.h (removed):
1812         * plugins/file-wizard/anjuta-file-wizard.glade:
1813         * plugins/gtodo/notification.c: (create_notification_window):
1814         * plugins/gtodo/preferences.c: (preferences_widget):
1815         * plugins/language-support-cpp-java/plugin.c:
1816         (cpp_java_plugin_activate_plugin):
1817         * plugins/message-view/anjuta-message-manager-plugin.glade:
1818         * plugins/message-view/plugin.c: (activate_plugin):
1819         * plugins/project-manager/plugin.c: (confirm_removal):
1820         * plugins/search/anjuta-search.glade:
1821         * plugins/search/plugin.c:
1822         * plugins/search/search-replace.c: (nb_results_alert):
1823         * plugins/subversion/subversion-commit-dialog.c:
1824         (on_subversion_commit_response):
1825         * plugins/symbol-browser/plugin.c: (activate_plugin):
1826         * plugins/valgrind/plugin.c: (on_menu_run_activate):
1827         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
1828         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
1829         * src/anjuta.glade:
1830         
1831         Fixed translation bugs from #507921.
1832         Removed unused files in scintilla plugin
1834 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1836         * manuals/anjuta-manual/C/debugger.xml:
1837         Fix bug #514124 and bug #514138: Wrong menu item name
1839 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1841         * plugins/profiler/gprof-view.c,
1842         plugins/symbol-browser/plugin.c,
1843         plugins/class-inheritance/class-callbacks.c,
1844         plugins/debug-manager/plugin.c,
1845         plugins/tools/editor.c,
1846         plugins/search/search-replace.c,
1847         plugins/search/search-replace_backend.c,
1848         plugins/search/search-replace_backend.h,
1849         plugins/build-basic-autotools/build-basic-autotools.c,
1850         plugins/document-manager/plugin.c,
1851         plugins/document-manager/file_history.c,
1852         plugins/document-manager/anjuta-docman.c,
1853         plugins/document-manager/anjuta-docman.h,
1854         plugins/document-manager/action-callbacks.c,
1855         libanjuta/interfaces/libanjuta.idl:
1856         Rename IAnjutaDocumentManager functions:
1857         find_document_with_path, goto_file_line, goto_file_line_mark
1858         and get_full_filename into
1859         find_document_with_uri, goto_uri_line, goto_uri_line_mark
1860         and get_uri
1861         Fix search plugin to use an URI instead of a file path
1862         Fix anjuta_docman_get_uri to always return an URI
1864 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1866         * plugins/debug-manager/breakpoints.c:
1867         Fix bug #514118: Rename Clear All Breakpoints to Remove
1868         All Breakpoints
1870 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1872         * manuals/anjuta-manual/C/debugger.xml:
1873         Update debugger documentation
1875 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
1877         * plugins/debug-manager/sharedlib.c,
1878         plugins/debug-manager/anjuta-debug-manager.glade,
1879         plugins/debug-manager/queue.c,
1880         plugins/tools/execute.c,
1881         plugins/tools/anjuta-tools.glade,
1882         plugins/tools/editor.c,
1883         plugins/project-wizard/templates/terminal.wiz,
1884         plugins/project-wizard/templates/xlib-dock.wiz,
1885         plugins/project-wizard/templates/wxwin.wiz,
1886         plugins/project-wizard/templates/java.wiz,
1887         plugins/project-wizard/templates/gnome.wiz,
1888         plugins/project-wizard/templates/anjuta-plugin.wiz,
1889         plugins/project-wizard/templates/gtkmm.wiz,
1890         plugins/project-wizard/templates/python.wiz,
1891         plugins/project-wizard/templates/cpp.wiz,
1892         plugins/project-wizard/templates/sdl.wiz,
1893         plugins/project-wizard/templates/gtk.wiz,
1894         plugins/project-wizard/templates/minimal.wiz,
1895         plugins/project-wizard/templates/xlib.wiz,
1896         plugins/project-wizard/templates/gcj.wiz,
1897         plugins/gdb/plugin.c,
1898         plugins/gdb/debugger.c,
1899         libanjuta/anjuta-plugin-manager.c:
1900         Partial fix of #507921: translation issues in debug-manager, tools,
1901         project-wizard, gdb and anjuta-plugin-manager.
1903 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
1905         * plugins/debug-manager/queue.c:
1906         Debugger Local, Stack and Thread windows were missing due to
1907         the previous change.
1909 2008-02-02  Johannes Schmid <jhs@gnome.org>
1911         * manuals/anjuta-manual/Makefile.am:
1912         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
1913         causes make install to fail
1915 2008-02-02  Johannes Schmid <jhs@gnome.org>
1917         * plugins/macro/macros.xml:
1918         #495511 – Header_h macro correction
1920 2008-02-02  Johannes Schmid <jhs@gnome.org>
1922         * plugins/patch/patch-plugin.glade:
1923         gtk-apply is not translatable...
1925 2008-02-02  Johannes Schmid <jhs@gnome.org>
1927         * plugins/build-basic-autotools/build-basic-autotools.c:
1928         (on_build_mesg_format):
1929         
1930         Also check for untranslated messages from make. Should fix 
1931         #511981 – Error parsing make output
1933 2008-02-02  Johannes Schmid <jhs@gnome.org>
1935         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1936         .glade:
1937         
1938         Fixed #511010 – [UI] Execute program utility window
1940 2008-02-02  Johannes Schmid <jhs@gnome.org>
1942         * src/anjuta.glade:
1943         Fixed #509908 – [UI] Problems with the General settings tab
1945 2008-02-02  Johannes Schmid <jhs@gnome.org>
1947         * manuals/anjuta-manual/C/fileoperations.xml:
1948         Fixed #513730 – Option not present in the GUI po file
1950 2008-02-02  Johannes Schmid <jhs@gnome.org>
1952         * plugins/sourceview/anjuta-editor-sourceview.glade:
1953         Adjust preferences default values
1955 2008-02-02  Johannes Schmid <jhs@gnome.org>
1957         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
1958         Fixed #512535 – Open files tabs' position is correctly remembered 
1959         but not applied at startup
1961 2008-02-02  Johannes Schmid <jhs@gnome.org>
1963         * plugins/search/search-replace.c: (on_message_clicked):
1964         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
1965         fix clicking on search result messages
1967 2008-02-01  James Liggett <jrliggett@cox.net>
1969         * plugins/subversion/svn-command.c: (on_svn_notify):
1970         Fixed wrong status message output when resolving conflicts.
1972 2008-02-02  Johannes Schmid <jhs@gnome.org>
1974         * configure.in: Require GtkSourceView 2.1.2
1975         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
1976         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
1977         (imark_is_marker_set), (imark_delete_all_markers),
1978         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
1979         
1980         Adapted to API changes in GtkSourceView
1982 2008-02-01  Johannes Schmid <jhs@gnome.org>
1984         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
1985         Fixed tabsize preference
1987 2008-02-01  Johannes Schmid <jhs@gnome.org>
1989         * manuals/anjuta-manual/C/fileoperations.xml:
1990         * manuals/anjuta-manual/C/interface.xml:
1991         Updated manual
1992         
1993         * manuals/anjuta-manual/Makefile.am:
1994         * manuals/anjuta-manual/C/figures/*:
1995         
1996         Updated figures to be in clearlooks theme, removed old figures
1998 2008-02-01  Johannes Schmid <jhs@gnome.org>
2000         * plugins/patch/patch-plugin.glade:
2001         * plugins/patch/plugin.c: (patch_plugin_activate):
2002         Another UI issue with the patch plugin and silenced a compiler
2003         warning
2004         
2005         Patch from James Liggett:
2006         * plugins/profiler/gprof-call-graph-view.c:
2007         (gprof_call_graph_view_create_columns):
2008         * plugins/profiler/gprof-flat-profile-view.c:
2009         (gprof_flat_profile_view_create_columns):
2010         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2011         * plugins/profiler/gprof-view.h:
2012         
2013         Use two decimal places for float values in profiler views (#507831)
2015 2008-02-01  Johannes Schmid <jhs@gnome.org>
2017         * configure.in:
2018         * plugins/editor/Makefile.am:
2019         
2020         Fixed #512751 – libgnomeprint unnecessary without scintilla
2022 2008-01-31  Johannes Schmid <jhs@gnome.org>
2024         * plugins/language-manager/languages.xml:
2025         Added a pretty ugly string for C++ headers. Maybe we should rely
2026         on mime-types instead...
2028 2008-01-31  Johannes Schmid <jhs@gnome.org>
2030         * plugins/language-support-cpp-java/cpp-java-assist.c:
2031         (get_iter_column), (cpp_java_assist_get_calltip_context),
2032         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2033         (on_assist_chosen), (cpp_java_assist_install):
2034         * plugins/language-support-cpp-java/plugin.c:
2035         (on_editor_char_inserted_cpp):
2036         Removed annoying DEBUG_PRINTs
2037         
2038         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2039         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2040         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2041         
2042         Fixed "jumping" tooltips, fixed indentation of brances
2044 2008-01-31  Johannes Schmid <jhs@gnome.org>
2046         * plugins/document-manager/plugin.c: (on_document_changed):
2047         Fixed crash when closing anjuta after all document tabs have been closed
2049 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2051         * plugins/debug-manager/anjuta-debug-manager.glade:
2052         Fix #513485: wrong strings maked as translatable
2054 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2056         * plugins/debug-manager/threads.c,
2057         plugins/debug-manager/stack_trace.c:
2058         Avoid crash when getting relative path from debugger (same fix
2059         than for #510028)
2061         * plugins/debug-manager/queue.c:
2062         Emit all state changes notification
2064         * plugins/debug-manager/start.c:
2065         Fix #511586: Project path with "+" not working in debugger
2067 2008-01-31  Johannes Schmid <jhs@gnome.org>
2069         * plugins/patch/patch-plugin.glade:
2070         Fixed button ui problem...
2071         
2072         Patch from James Liggett:
2073         * plugins/profiler/gprof-call-graph-block-entry.c:
2074         (gprof_call_graph_block_primary_entry_new),
2075         (gprof_call_graph_block_secondary_entry_new):
2076         * plugins/profiler/gprof-flat-profile-entry.c:
2077         (gprof_flat_profile_entry_new):
2078         
2079         Fix #507831 - Wrong Profiler values for some locales
2081 2008-01-31  Johannes Schmid <jhs@gnome.org>
2083         * plugins/sourceview/anjuta-editor-sourceview.glade:
2084         * plugins/sourceview/sourceview-prefs.c:
2085         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2086   
2087   Fixed Editor->View popup menu for those entries that are appropriate for
2088   sourceview    
2090 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2092         * plugins/debug-manager/breakpoints.c:
2093         Fix #512901: Crash when adding a breakpoint
2095         * plugins/debug-manager/queue.c:
2096         Remove a possible memory leak
2098 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2100         * plugins/debug-manager/data_view.c,
2101         plugins/debug-manager/sparse_view.c,
2102         manuals/anjuta-manual/C/debugger.xml:
2103         Fix #513130, #513131 #513135: Wrong menu item names and errors
2104         in the documentation
2106 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2108         * plugins/tools/editor.c:
2109         ianjuta_document_manager_find_document_with_path expect an uri not
2110         a path
2112 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2114         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2115         manuals/reference/libanjuta/libanjuta-sections.txt,
2116         libanjuta/interfaces/libanjuta.idl:
2117         Documentation fixes for IAnjutaDebugger* interfaces
2119 === anjuta 2.3.3 ===
2121 2008-01-27  Naba Kumar  <naba@gnome.org>
2123         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2124         rpm spec file.
2126         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2127         (value_added_current_editor), (value_removed_current_editor):
2128         Removed dead code.
2130         * TODO.tasks: Updated.
2132         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2133         scrollwindow shadow in.
2135         * plugins/editor/anjuta-editor-scintilla.glade:
2136         * plugins/editor/style-editor.c: (create_style_editor_gui):
2137         Set style window transient and cetered for preferences window.
2138         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2140         * plugins/editor/anjuta-editor-scintilla.glade:
2141         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2142         setting not working
2144         * configure.in, NEWS: Updated for release 2.3.3
2146 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2148         * plugins/debug-manager/anjuta-debug-manager.glade:
2149         Fix #512224: Use a string in english
2151 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2153         * plugins/build-basic-autotools/build-basic-autotools.c:
2154         ianjuta_document_manager_goto_file_line_mark needs an uri and
2155         not a file path
2157 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2159         * plugins/symbol-browser/plugin.c,
2160         plugins/symbol-browser/an_symbol_view.c:
2161         use gnome_vfs_get_uri_from_local_path to get local path from uri
2162         This takes care of escaping some characters
2164 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2166         * plugins/debug-manager/stack_trace.c:
2167         Probably fix #510028: crash debugger when having a relative filename
2168         in stack trace
2170 2008-01-25 Tom <tpgww@onepost.net>
2172         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2174         * plugins/document-manager/plugin.c,
2175         plugins/document-manager/file_history.c,
2176         plugins/document-manager/file_history.h,
2177         plugins/document-manager/anjuta-docman.c,
2178         plugins/document-manager/anjuta-docman.h:
2179         Rename filename argument to uri when an uri is expected
2180         anjuta_docman_get_document_for_uri will remove symlinks 
2182 2008-01-25  Naba Kumar  <naba@gnome.org>
2184         * plugins/terminal/terminal.c: (terminal_execute),
2185         (activate_plugin):
2186         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2188 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2190         * plugins/debug-manager/anjuta-debug-manager.glade,
2191         plugins/debug-manager/start.c:
2192         Fix #511049: Change UI of add source directories dialog
2194 2008-01-24  Naba Kumar  <naba@gnome.org>
2196         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2197         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2198         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2199         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2200         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2201         should work now.
2203 2008-01-24  Johannes Schmid <jhs@gnome.org>
2205         Patch from: Luca Ferretti <ella.uca@libero.it>:
2207         * plugins/document-manager/anjuta-docman.c:
2208         (anjuta_docman_page_init), (anjuta_docman_class_init):
2209         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2210         
2211         Fix #511757 – Close icon in tabs cut off (Patch was only for
2212         document-manager, also adapted it for message-manager)
2214 2008-01-24  Johannes Schmid <jhs@gnome.org>
2216         * plugins/Makefile.am:
2217         * plugins/sourceview/anjuta-document.c:
2218         * plugins/sourceview/anjuta-marshal.list:
2219         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2220         (anjuta_view_key_press_event):
2221         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2222         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2223         (iiter_diff), (iiter_iface_init):
2224         * plugins/sourceview/sourceview.c: (on_document_char_added),
2225         (ieditor_goto_position), (ieditor_get_text),
2226         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2227         (ieditor_erase), (ieditor_get_line_from_position),
2228         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2229         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2230         (ieditor_get_end_position), (ieditor_goto_start),
2231         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2232         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2233         (iassist_show_tips):
2234         
2235         Implemented new iterators interface in sourceview editor and
2236         re-enabled it.
2238 2008-01-23  Naba Kumar  <naba@gnome.org>
2240         * libanjuta/interfaces/libanjuta.idl:
2241         * manuals/reference/libanjuta/libanjuta-sections.txt:
2242         * plugins/build-basic-autotools/build-basic-autotools.c:
2243         (build_indicator_location_set), (on_editor_changed):
2244         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2245         * plugins/debug-manager/variable.c: (get_hovered_word):
2246         * plugins/document-manager/action-callbacks.c:
2247         (on_editor_command_upper_case_activate),
2248         (on_editor_command_lower_case_activate):
2249         * plugins/document-manager/search-box.c: (on_incremental_search),
2250         (on_search_activated):
2251         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2252         (iiter_last), (iiter_set_position), (iiter_get_position),
2253         (iiter_get_length), (iiter_compare), (iiter_diff),
2254         (iiter_iface_init):
2255         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2256         (text_editor_goto_point), (itext_editor_goto_start),
2257         (itext_editor_goto_end), (itext_editor_goto_position),
2258         (itext_editor_get_text_all), (itext_editor_get_text),
2259         (itext_editor_get_position), (itext_editor_get_offset),
2260         (itext_editor_get_length), (itext_editor_insert),
2261         (itext_editor_erase), (itext_editor_erase_all),
2262         (itext_editor_get_column), (itext_editor_get_overwrite),
2263         (itext_editor_set_popup_menu),
2264         (itext_editor_get_line_from_position),
2265         (itext_editor_get_line_begin_position),
2266         (itext_editor_get_line_end_position),
2267         (itext_editor_get_position_from_offset),
2268         (itext_editor_get_start_position), (itext_editor_get_end_position),
2269         (itext_editor_iface_init), (iconvert_to_upper),
2270         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2271         (iindicable_set):
2272         * plugins/editor/text_editor.h:
2273         * plugins/editor/text_editor_cbs.c:
2274         (on_text_editor_scintilla_notify):
2275         * plugins/indent/plugin.c: (on_indent_action_activate):
2276         * plugins/language-support-cpp-java/cpp-java-assist.c:
2277         (cpp_java_assist_get_scope_context),
2278         (cpp_java_assist_get_pre_word),
2279         (cpp_java_assist_show_autocomplete),
2280         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2281         (on_editor_char_added), (on_assist_chosen):
2282         * plugins/language-support-cpp-java/plugin.c:
2283         (get_line_indentation), (skip_iter_to_previous_logical_line),
2284         (skip_preprocessor_lines), (initialize_indentation_params),
2285         (set_line_indentation), (get_line_indentation_base),
2286         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2287         (on_editor_char_inserted_java), (on_auto_indent):
2288         * plugins/macro/macro-actions.c: (match_shortcut):
2289         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2290         * plugins/macro/plugin.c: (match_keyword):
2291         * plugins/search/plugin.c: (find_incremental):
2292         * plugins/search/search-replace.c: (search_and_replace),
2293         (search_start_over):
2294         * plugins/search/search-replace_backend.c:
2295         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2296         (create_search_entries):
2297         * plugins/symbol-browser/plugin.c:
2298         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2299         (isymbol_manager_iface_init):
2300         * plugins/symbol-db/plugin.c:
2301         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2302         (isymbol_manager_iface_init):
2303         * plugins/tools/execute.c: (atp_output_context_construct),
2304         (atp_output_context_destroy), (atp_user_tool_execute):
2306         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2307         iterators instead of integer offsets.
2308         - Renamed original ianjuta_editor_get_position(int) to 
2309         ianjuta_editor_get_offset(). It is deprecated.
2310         - Renamed original ianjuta_editor_get_position_iter() to
2311         ianjuta_editor_get_position().
2312         - Renamed ianjuta_editor_get_cell_iter() to
2313         ianjuta_editor_get_position_from_offset()
2314         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2315         - Added new methods:
2316         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2317         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2318         ianjuta_editor_goto_end().
2319         - All relevent signals and methods converted to use iterators.
2320         - All relevent plugins fixed to use new API.
2321         - Removed ianjuta_editor_cell_get_line() because it is provided by
2322         ianjuta_editor_get_line_from_position().
2323         - Removed ianjuta_symbol_manager_get_completions_at_position()
2324         because it not used anywhere and is not right to be there.
2325         - Updated IAnjutaEditable documentation.
2327         Updated IAnjutaIterable interface:
2328         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2329         - Introduced 'end-iter' to point at the end of the list.
2330         - Updated IAnjutaIterable documentation.
2332         * plugins/Makefile.am:
2333         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2334         for it soon).
2336 2008-01-22  Johannes Schmid <jhs@gnome.org>
2338         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2339         * plugins/project-import/anjuta-project-import.glade:
2340         * plugins/project-import/anjuta-project-import.plugin.in:
2341         * plugins/project-wizard/anjuta-project-wizard.glade:
2342         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2343         * plugins/project-wizard/druid.c: (npw_druid_new):
2344         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2345         
2346         Fixed #465084 – wizard instead of assistant (only string changes...)
2348 2008-01-20  Rob Bradford  <rob@openedhand.com>
2350         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2351         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2352         coming up with the solution. (Bug: #510390.)
2354 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2356         * plugins/build-basic-autotools/executer.c:
2357         Fix #502508, use anjuta_launcher to keep program output
2359         * plugins/terminal/terminal.c:
2360         Remove unused child_initizlized member
2361         Start the shell on plugin activation
2363 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2365         * plugins/debug-manager/sparse_buffer.c:
2366         Fix a crash when scrolling in the diassembly window
2368         * plugins/debug-manager/sparse_view.c:
2369         Small limit change using the same "unit" for both number
2371 2008-01-19  Naba Kumar  <naba@gnome.org>
2373         * plugins/language-support-cpp-java/cpp-java-assist.c:
2374         (cpp_java_assist_get_scope_context),
2375         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2376         instead.
2378 2008-01-19  Johannes Schmid <jhs@gnome.org>
2380         * plugins/sourceview/anjuta-editor-sourceview.glade:
2381         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2382         
2383         And even more strings...
2385 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2387         * plugins/project-wizard/templates/cpp/src/main.cc:
2388         Fix #498734, typing error in c++ project template
2390 2008-01-19  Johannes Schmid <jhs@gnome.org>
2392         * plugins/editor/text_editor.c: (text_editor_save_file):
2393         * plugins/macro/anjuta-macro.glade:
2394         * plugins/subversion/anjuta-subversion.glade:
2396         Fixed even more strings
2398 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2400         * plugins/language-support-cpp-java/cpp-java-assist.c:
2401         Fix bug #488519, remove critical warning (completion_cache == NULL
2402         is valid)
2404 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2406         * plugins/gdb/debugger.c:
2407         Enable logging of gdb communication with an environment variable
2409 2008-01-19  Naba Kumar  <naba@gnome.org>
2411         * plugins/editor/text-editor-iterable.c: (iiter_next),
2412         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2413         editor native funtions to avoid round trips.
2415 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2417         * plugins/editor/text_editor.c:
2418         Fix a bug due to the previous patch: Unable to save new file in 
2419         Scintilla
2421 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2423         * plugins/debug-manager/disassemble.c,
2424         plugins/debug-manager/disassemble.h,
2425         plugins/debug-manager/registers.c,
2426         plugins/debug-manager/registers.h,
2427         plugins/debug-manager/memory.c,
2428         plugins/debug-manager/memory.h,
2429         plugins/debug-manager/command.c,
2430         plugins/debug-manager/command.h,
2431         plugins/debug-manager/queue.c,
2432         plugins/debug-manager/queue.h,
2433         plugins/debug-manager/breakpoints.c,
2434         plugins/debug-manager/stack_trace.c,
2435         plugins/debug-manager/threads.c,
2436         plugins/debug-manager/plugin.c,
2437         plugins/gdb/plugin.c,
2438         plugins/gdb/debugger.c,
2439         plugins/gdb/debugger.h,
2440         manuals/reference/libanjuta/libanjuta-sections.txt,
2441         manuals/reference/libanjuta/libanjuta.types,
2442         libanjuta/interfaces/libanjuta.idl:
2443         Use gulong instead of guint for addresses
2444         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2445         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2447         * plugins/gdb/anjuta-gdb.plugin.in:
2448         Remove reference to IAnjutaCpuDebugger (useless)
2450 2008-01-18  Johannes Schmid <jhs@gnome.org>
2452         * AUTHORS: Added Alexander
2454 2008-01-18  Johannes Schmid <jhs@gnome.org>
2456   Patch from: Alexander Korolyov <kilork@yandex.ru>
2458         * plugins/editor/text_editor.c: (load_from_file),
2459         (text_editor_save_file):
2460         
2461         Fixed symlinks (#510238) and file permission (#405321)
2462         handling for scintilla editor. 
2463   
2464 2008-01-17  Johannes Schmid <jhs@gnome.org>
2466         * plugins/document-manager/action-callbacks.c:
2467         (on_editor_command_select_all_activate),
2468         (on_editor_command_cut_activate),
2469         (on_editor_command_paste_activate),
2470         (on_editor_command_copy_activate),
2471         (on_editor_command_clear_activate):
2472   Resupport cut/copy/paste/clear on GtkEditables when those
2473   have focus. (Important for shortcuts to work).
2475         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2476         * plugins/document-manager/search-box.c: (on_search_activated):
2477         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2478         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2479         * plugins/profiler/plugin.c: (profiler_get_data):
2480         * plugins/project-wizard/druid.c: (npw_druid_new):
2481         * plugins/project-wizard/install.c: (on_install_end_install_file):
2482         * plugins/sourceview/anjuta-editor-sourceview.glade:
2483         * plugins/subversion/anjuta-subversion.glade:
2484         * plugins/tools/anjuta-tools.glade:
2485         Various string fixes
2487 2008-01-17  Naba Kumar  <naba@gnome.org>
2489         Patch from James Liggett:
2491         * plugins/subversion/subversion-add-dialog.c:
2492         (on_subversion_add_response):
2493         * plugins/subversion/subversion-copy-dialog.c:
2494         (on_subversion_copy_response):
2495         * plugins/subversion/subversion-diff-dialog.c:
2496         (on_subversion_diff_response):
2497         * plugins/subversion/subversion-merge-dialog.c:
2498         (on_subversion_merge_response):
2499         * plugins/subversion/subversion-remove-dialog.c:
2500         (on_subversion_remove_response):
2501         * plugins/subversion/subversion-switch-dialog.c:
2502         (on_subversion_switch_response):
2503         * plugins/subversion/subversion-ui-utils.c: (check_input):
2504         * plugins/subversion/subversion-ui-utils.h:
2505         * plugins/subversion/subversion-update-dialog.c:
2506         (on_subversion_update_response):
2508         If the user doesn't enter any data for path or revision fields in
2509         certain SVN plugin dialogs, libsvn throws assertion failures and
2510         kills Anjuta. To avoid this, the validity of path and revision
2511         input data are checked before the command gets executed.
2513         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2514         if user gives bad or no input
2516 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2518         * plugins/document-manager/anjuta-docman.c:
2519         Fix #507627 memory tab stay active on debugger stop
2520         Remove two unused variables due to the previous patch
2522 2008-01-16  Johannes Schmid <jhs@gnome.org>
2524         * libanjuta/anjuta-plugin-manager.c:
2525         Fixed #508399 – When you enable a plugin, preferences don't show up
2527 2008-01-16  Rob Bradford  <rob@openedhand.com>
2529         Reviewed by: Johannes Schmid <jhs@gnome.org>
2531         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2532         (get_property_value_as_string), (set_property_value_as_string),
2533         (register_callbacks):
2534         * libanjuta/anjuta-preferences.h:
2535         Add support for both file and folder preferences (originally only
2536         folder choosers were supported. (Fixes bug: #508805.)
2538         * plugins/file-manager/file-manager.glade:
2539         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2540         type of property.
2542 2008-01-16  Johannes Schmid <jhs@gnome.org>
2544         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2545         .glade:
2546         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2547         * src/anjuta.glade:
2548         
2549         Fixed #509875 – The "Update globale tags" button wording is incorrect
2550         Fixed #509873 – Build Autotools Preferences has excessive padding
2551         Fixed #509872 – General Information labels are incorrectly aligned
2552         Fixed #509871 – General preferences has incorrect use of colons
2553         
2554 2008-01-16  Johannes Schmid <jhs@gnome.org>
2556         * plugins/document-manager/anjuta-document-manager.glade:
2557         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2559         Fixed #509865 – Incorrect padding in the Documents settings tabs
2560         Fixed #509867 – Create button contents is mis-aligned
2561         Fixed #509869 – "Add Directory" button is not HIG complient
2563 2008-01-16  Johannes Schmid <jhs@gnome.org>
2565         * libanjuta/anjuta-preferences-dialog.c:
2566         (anjuta_preferences_dialog_add_page):
2567         
2568         Fix #509864 – No initial section selected when opening the Preferences dialog
2570 2008-01-16  Johannes Schmid <jhs@gnome.org>
2572         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2573         Removed unused gconf_notifications
2574         
2575         * plugins/search/anjuta-search.glade:
2576         * plugins/subversion/anjuta-subversion.glade:
2577         * plugins/tools/anjuta-tools.glade:
2578         * src/anjuta-app.c: (anjuta_app_instance_init):
2579         
2580         Fixed various strings
2582 2008-01-15  Naba Kumar  <naba@gnome.org>
2584         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2585         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2586         file saved
2588         * plugins/symbol-browser/an_symbol_view.c:
2589         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2590         new file saved.
2592 2008-01-15  Johannes Schmid <jhs@gnome.org>
2594         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2595         (anjuta_profile_add_plugins_from_xml):
2596         * plugins/file-manager/file-manager.glade:
2597         Some string fixes
2598         
2599         * libanjuta/interfaces/libanjuta.idl:
2600         Fixed docs
2601                 
2602         * plugins/sourceview/Makefile.am:
2603         * plugins/sourceview/anjuta-editor-sourceview.glade:
2604         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2605         (end_print), (print_setup), (sourceview_print),
2606         (sourceview_print_preview):
2607         * plugins/sourceview/sourceview.c: (iprint_print),
2608         (iprint_print_preview):
2609         
2610         Added printing support to GtkSourceView editor
2612 2007-01-14 Tom <tpgww@onepost.net>
2614         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2616         * plugins/document-manager/anjuta-docman.c:
2617         Fix two memory leaks added by the previous patch
2619 2008-01-14  Johannes Schmid <jhs@gnome.org>
2621         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2622         * plugins/sourceview/assist-window.c: (assist_window_move):
2623         
2624         Do not use opacity
2626 2008-01-14  Rob Bradford  <rob@openedhand.com>
2628         * global-tags/Makefile.am:
2629         * global-tags/create_global_tags.sh.in:
2630         Install anjuta-tags binary into FHS policy compliant directory and
2631         update references. (Fixes bug: 509346.)
2633 2008-01-13  Naba Kumar  <naba@gnome.org>
2635         Patch from: Ritesh Khadgaray
2636         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2637         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2638         Adds export-dynamic option to LDFLAGS to project template for libglade
2639         to work for autoconnect signals.
2641 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2643         * libanjuta/anjuta-utils.c:
2644         anjuta_util_get_real_path return a string that need to be freed
2645         with g_free even if PATH_MAX is not defined
2647 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2649         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2650         to DOC_LINGUAS.
2652 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2654         * plugins/document-manager/anjuta-docman.c:
2655         Do not reopen file having escaped character (+,...) in path name
2657 2008-01-13  Naba Kumar  <naba@gnome.org>
2659         * libanjuta/interfaces/libanjuta.idl:
2660         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2661         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2662         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2663         IAnjutaProjectManager::add_sources().
2665         * plugins/glade/plugin.c: (on_glade_resource_removed),
2666         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2667         stubs for handing resources in glade file.
2669 2008-01-13  Naba Kumar  <naba@gnome.org>
2671         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2673         * plugins/glade/plugin.c: (ifile_open): Select the first window
2674         in the glade project when it is first opened. Avoids empty glade
2675         document the first time.
2677 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2679   Reviewed by: Johannes Schmid <jhs@gnome.org>
2681         * plugins/gtodo/callback.c: (remove_todo_item):
2682         Fix #507304 – crash in Anjuta IDE while removing done tasks
2684 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2686         * plugins/debug-manager/anjuta-debug-manager.ui,
2687         plugins/debug-manager/plugin.c,
2688         plugins/debug-manager/start.h,
2689         plugins/debug-manager/start.c:
2690         New menu item to add extra source directories for debugger
2692 === anjuta 2.3.2 ===
2694 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2696         * plugins/gtodo/callback.c: (remove_todo_item):
2697         Fix #507304 – crash in Anjuta IDE while removing done tasks
2699 2008-01-11  Naba Kumar  <naba@gnome.org>
2701         * configure.in: Bumped version to 2.3.2
2702         * NEWS: Updated for anjuta 2.3.2 release
2703         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2704         not 'make tarball'
2706 2008-01-11  Johannes Schmid <jhs@gnome.org>
2708         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2709         .glade:
2710         Reverted accidently commited change
2711         
2712         * plugins/document-manager/anjuta-document-manager.glade:
2713         Fix Gtk-Critical because of broken glade file
2715 2008-01-11  Naba Kumar  <naba@gnome.org>
2717         * plugins/glade/plugin.c: (on_document_destroy),
2718         (glade_plugin_add_project): Fixed a bug where when more than one
2719         glade document is open and one is closed, it closes all the glade
2720         documents. Also it might have fixed the bug where sometimes closing
2721         the glade document leaves glade widget tree unclosed.
2723 2008-01-11  Naba Kumar  <naba@gnome.org>
2725         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2726         prevent install errors when not installed as root (then the files
2727         are only useful when glade-3 is installed in the same prefix, but it
2728         doesn't harm anjuta runtime).
2730         * plugins/sourceview/sourceview.c: Commented use of a file
2731         not currently distributed.
2733 2008-01-10  Naba Kumar  <naba@gnome.org>
2735         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2736         nothing to translate in it.
2738 2008-01-10  Johannes Schmid <jhs@gnome.org>
2740         * plugins/project-wizard/templates/gnome.wiz:
2741         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2742         * plugins/project-wizard/templates/gnome/src/main.c:
2743         * plugins/project-wizard/templates/translatable-strings.h:
2744         
2745         Fixed #508497 and added a new chooser to select whether to use
2746         libglade or not.
2748 2008-01-10  Johannes Schmid <jhs@gnome.org>
2750         Patch from Tom <tpgww@onepost.net>:
2752         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2753         (anjuta_util_glist_path_dedup):
2754         * libanjuta/anjuta-utils.h:
2755         
2756         Give the method a proper prefixed name
2757         
2758         * plugins/document-manager/action-callbacks.c:
2759         (get_current_popup_active),
2760         (on_editor_command_select_all_activate),
2761         (on_editor_command_cut_activate),
2762         (on_editor_command_paste_activate),
2763         (on_editor_command_copy_activate),
2764         (on_editor_command_clear_activate), (on_show_search),
2765         (on_repeat_quicksearch):        
2766         * plugins/document-manager/action-callbacks.h:
2767         * plugins/document-manager/anjuta-docman.c:
2768         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2769         (anjuta_docman_goto_file_line_mark),
2770         (anjuta_docman_get_full_filename):
2771         * plugins/document-manager/anjuta-docman.h:
2772         * plugins/document-manager/anjuta-document-manager.ui:
2773         * plugins/document-manager/plugin.c:
2774         (update_document_ui_interface_items):
2775         
2776         Better way to fix the popup-menu items (Cut/Copy/Paste)
2777         and various clean-ups.
2778         
2779         * plugins/document-manager/search-box.c: (on_document_changed),
2780         (search_box_fill_search_focus):
2781         * plugins/document-manager/search-box.h:
2782         * plugins/search/plugin.c:
2783         
2784         Add a menu item to repeat the quick search
2786 2008-01-10  Johannes Schmid <jhs@gnome.org>
2788         * plugins/language-support-cpp-java/cpp-java-assist.c:
2789         (on_assist_chosen):
2790         
2791         Fixed #508424 – Auto complete: previous char was removed when 
2792         pre TAB to auto complete.
2794 2008-01-10  Johannes Schmid <jhs@gnome.org>
2796         Patch from: James Ligett:
2798         * plugins/profiler/gprof-call-graph-view.c:
2799         (gprof_call_graph_view_create_columns):
2800         * plugins/profiler/gprof-flat-profile-view.c:
2801         (gprof_flat_profile_view_create_columns):
2802         
2803         Fixed translation issues (#496833)
2805 2008-01-10 Johannes Schmid <jhs@gnome.org>
2807         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
2809         * plugins/gtodo/gtodo.c: (category_manager_add_item):
2810         Fix #460390 – Changing categories while edinting something
2812 2008-01-09  Naba Kumar  <naba@gnome.org>
2814         * libanjuta/anjuta-plugin-manager.c:
2815         (anjuta_plugin_manager_activate_plugins): Commented dead code and
2816         fixed a leak.
2818         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
2819         corruption reported in bug #507491. Potentially fixes too.
2821 2008-01-09  Johannes Schmid <jhs@gnome.org>
2823         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
2825         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2826         Fix bug #505205 completely
2827         
2828         * AUTHORS: Added Bolesław
2830 2008-01-08  Johannes Schmid <jhs@gnome.org>
2832         * plugins/document-manager/action-callbacks.c:
2833         (on_editor_command_cut_activate),
2834         (on_editor_command_paste_activate),
2835         (on_editor_command_copy_activate),
2836         (on_editor_command_clear_activate):
2837         
2838         Fixed editor popup menu (Cut, Copy, Paste)
2840 2008-01-08  Johannes Schmid <jhs@gnome.org>
2842         * plugins/sourceview/sourceview.c: (autodetect_language):
2843         Fixed a crash when creating a new file
2845 2008-01-08  Johannes Schmid <jhs@gnome.org>
2847         Patch by <bolekk@gmail.com> (GHOP Student)
2849         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2850         Fix bug #505205
2852 2008-01-08  Naba Kumar  <naba@gnome.org>
2854         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
2855         * libanjuta/anjuta-plugin-manager.c:
2856         (anjuta_plugin_manager_select),
2857         (anjuta_plugin_manager_activate_plugins):
2858         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
2859         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
2860         (on_create_submenu), (create_open_with_submenu):
2861         * src/about.c: (on_about_plugin_activate),
2862         (about_create_plugins_submenu): Use translated version of get_string()
2863         API in AnjutaDescription for translatable properties. Fixes bug #496833
2864         comment #18.
2866 2008-01-07  Johannes Schmid <jhs@gnome.org>
2868         * plugins/build-basic-autotools/executer.c: (execute_program):
2869         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2870         * plugins/debug-manager/anjuta-debug-manager.glade:
2871         * plugins/debug-manager/locals.c: (create_locals_gui):
2872         * plugins/file-loader/plugin.c: (on_create_submenu):
2873         * plugins/gtodo/main.h:
2874         * plugins/gtodo/preferences.c: (preferences_widget):
2875         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2876         * plugins/tools/anjuta-tools.glade:
2877         * plugins/tools/execute.c: (atp_output_context_print):
2878         * src/main.c:
2879         
2880                 Another bunch of i18n fixes (#496833)
2882 2008-01-07  Johannes Schmid <jhs@gnome.org>
2884         * plugins/build-basic-autotools/build-basic-autotools.c:
2885         (on_build_terminated):
2886         * plugins/gtodo/interface.c: (set_read_only):
2887         * plugins/project-manager/plugin.c: (confirm_removal),
2888         (on_popup_add_to_project):
2889         * plugins/subversion/anjuta-subversion.glade:
2890         * plugins/tools/execute.c: (atp_output_context_print_result):
2891         
2892         Fixed some strings from #496833
2894 2008-01-07  Johannes Schmid <jhs@gnome.org>
2896         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
2897         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
2898         .in:
2899         * plugins/language-support-cpp-java/plugin.c: (install_support),
2900         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
2901         Added basic Vala support
2902         
2903         * plugins/sourceview/sourceview.c: (autodetect_language):
2904         Fixed mime-type detection
2906 2008-01-06  Massimo Cora'  <maxcvs@email.it>
2908   Reviewed by: Johannes Schmid <jhs@gnome.org>
2910         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
2911         (value_removed_current_editor), (symbol_db_activate),
2912         (symbol_db_deactivate):
2913         * plugins/symbol-db/symbol-db-engine.c:
2914         (symbol_db_engine_get_global_members_filtered):
2915         * plugins/symbol-db/symbol-db-view.c:
2916         (do_add_child_symbol_to_view), (prepare_for_adding),
2917         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
2918         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
2919         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
2920         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
2921         (sdb_view_init), (sdb_view_finalize),
2922         (sdb_view_build_and_display_base_tree):
2923         * plugins/symbol-db/symbol-db-view.h:
2924         added controls to expand Global tab nodes in a non-freezing way.
2925         Fixed also some little bugs always on global-tab.
2927 2008-01-06  Naba Kumar  <naba@gnome.org>
2929         Patches from James Liggett:
2930         * plugins/profiler/gprof-call-graph-view.c:
2931         (gprof_call_graph_view_create_columns):
2932         * plugins/profiler/gprof-flat-profile-view.c:
2933         (gprof_flat_profile_view_create_columns):
2934         * plugins/profiler/gprof-function-call-tree-view.c:
2935         (gprof_function_call_tree_view_create_columns): Made all
2936         of the columns resizable and reorderable.
2938 2008-01-06  Johannes Schmid <jhs@gnome.org>
2940         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2941         (anjuta_launcher_check_password_real),
2942         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2943         (anjuta_launcher_scan_pty),
2944         (anjuta_launcher_disable_password_check):
2945         * libanjuta/anjuta-launcher.h:
2946         Added disable_password_check for stream where it does not make sense 
2947         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
2948         that sometimes occur in symbol-db plugin
2949         
2950         * plugins/file-manager/file-model.c:
2951         (file_model_cancel_expand_idle):
2952         Fixed removing of idle source
2953         
2954         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
2955         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
2956         
2957         Fixed #348854 – invisible cursor in certain themes
2959 2008-01-06  Naba Kumar  <naba@gnome.org>
2961         * libanjuta/anjuta-preferences.c:
2962         (anjuta_preferences_register_property_custom): Fixed a crash bug on
2963         closing preferences dialog due to patch in bug #507300
2965 2008-01-06  Naba Kumar  <naba@gnome.org>
2967         * plugins/language-support-cpp-java/cpp-java-assist.c:
2968         (on_assist_chosen):
2969         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2970         * plugins/search/search-replace_backend.c: (create_search_entries):
2971         Added missing unrefs.
2973 2008-01-06  Johannes Schmid <jhs@gnome.org>
2975         * plugins/debug-manager/variable.c: (get_hovered_word):
2976   Add a g_object_unref()  
2977         
2978         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
2979         (on_sourceview_hover_leave):
2980         Fixed hover and editor interface to make hover in debugger work
2982 2008-01-06  Naba Kumar  <naba@gnome.org>
2984         * plugins/editor/text-editor.c: Whitespaces fixes.
2985         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
2986         DEBUG_PRINT instead of g_message.
2988 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
2990         * plugins/debug-manager/breakpoints.c:
2991         Fix #507441: Disable all breakpoints doesn't work
2992         Fix #507444: Enable Breakpoint menu item doesn't change name
2994 2008-01-05  Naba Kumar  <naba@gnome.org>
2996         * manuals/reference/libanjuta/libanjuta.types: Renamed
2997         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
2999 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3001         * plugins/debug-manager/variable.c:
3002         Update variable display to use IAnjutaIterable instead of position
3004         * plugins/editor/text_editor_cbs.c,
3005         plugins/editor/text_editor.c:
3006         Fix Gtk critical warnings when a hover signal is emitted
3007         Fix get_text_iter in Scintilla (range should include last character)
3008         
3009 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3011         * plugins/debug-manager/debug_tree.c,
3012         plugins/debug-manager/debug_tree.h,
3013         plugins/debug-manager/watch.c,
3014         plugins/debug-manager/command.c,
3015         plugins/debug-manager/queue.c,
3016         plugins/gdb/plugin.c,
3017         plugins/gdb/debugger.c,
3018         plugins/gdb/debugger.h,
3019         libanjuta/interfaces/libanjuta.idl:
3020         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3022 2008-01-05  Naba Kumar  <naba@gnome.org>
3024         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3025         menus to avoid conflict with file open/save. Fixes bug #507455
3027 2008-01-05  Johannes Schmid <jhs@gnome.org>
3029         * configure.in:
3030         Conditionally depend on gtksourceview2 >= 2.1.0
3031         
3032         * libanjuta/interfaces/libanjuta.idl:
3033         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3034         iterators instead of positions
3035         
3036         * plugins/debug-manager/threads.c:
3037         Fixed a warnings by including gnome-vfs properly
3038         
3039         * plugins/debug-manager/variable.c: (get_hovered_word),
3040         (on_hover_over):
3041         Updated to changes in IAnjutaEditorHover/Selection
3042         
3043         * plugins/document-manager/action-callbacks.c:
3044         (on_editor_command_upper_case_activate),
3045         (on_editor_command_lower_case_activate):
3046         * plugins/document-manager/search-box.c: (on_incremental_search),
3047         (on_search_activated):
3048         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3049         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3050         (iselection_get_start), (iselection_get_end),
3051         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3052         * plugins/editor/text_editor_cbs.c:
3053         (on_text_editor_scintilla_notify):
3054         
3055         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3056         interface of scintilla editor.
3057         
3058         * plugins/language-manager/languages.xml:
3059         * plugins/language-manager/plugin.c:
3060         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3061         Added chdr to C language files and some DEBUG_PRINTs
3062         
3063         * plugins/language-support-cpp-java/cpp-java-assist.c:
3064         (on_assist_chosen):
3065         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3066         * plugins/search/plugin.c: (find_incremental):
3067         * plugins/search/search-replace.c: (search_and_replace):
3068         * plugins/search/search-replace_backend.c: (create_search_entries):
3069                 Adapted to changed interfaces
3071         * plugins/sourceview/Makefile.am:
3072         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3073         (set_uri), (anjuta_document_save):
3074         * plugins/sourceview/anjuta-editor-sourceview.glade:
3075         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3076         (anjuta_view_key_press_event):
3077         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3078         * plugins/sourceview/sourceview-cell.c:
3079         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3080         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3081         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3082         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3083         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3084         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3085         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3086         * plugins/sourceview/sourceview-private.h:
3087         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3088         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3089         (on_document_loaded), (sourceview_instance_init),
3090         (sourceview_dispose), (sourceview_finalize),
3091         (sourceview_create_markers), (sourceview_new),
3092         (ifile_savable_save), (ieditor_get_tab_size),
3093         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3094         (ieditor_set_auto_indent), (ieditor_goto_line),
3095         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3096         (iselect_block), (iselect_set), (iselect_get_start),
3097         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3098         (imark_unmark), (imark_is_marker_set),
3099         (imark_location_from_handle), (imark_delete_all_markers),
3100         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3101         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3102         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3103         (ilanguage_get_supported_languages), (autodetect_language),
3104         (ilanguage_set_language), (iassist_show_tips),
3105         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3106         (ihover_display), (ihover_iface_init):
3107         
3108         Use GtkSourceView 2.1.x:
3109         * New mark interface
3110         * Fixed #486724 and #488615
3111         * Implemented hover interface
3112         * Adapted to changed interfaces
3114 2008-01-04  Rob Bradford  <rob@o-hand.com>
3116         Reviewed by Naba Kumar  <naba@gnome.org>:
3117         * libanjuta/anjuta-preferences.c:
3118         (anjuta_preferences_register_property_custom):
3119         Unregister preferences for custom preferences when the widget is
3120         destroyed.
3122 2008-01-03  Johannes Schmid <jhs@gnome.org>
3124         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3125         (file_model_row_collapsed):
3126   Fixed the too method to take a correct data argument
3128 2008-01-02  Johannes Schmid <jhs@gnome.org>
3130         * plugins/document-manager/anjuta-docman.c:
3131         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3132         ref and unref correctly to silence a Gtk+ critical
3134 2008-01-01  Johannes Schmid <jhs@gnome.org>
3136         * plugins/editor/text_editor.c: (itext_editor_get_text):
3137         Fixed #506740 – ianjuta_editor_get_text crash if request 
3138         text past the buffer length
3140 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3142         * plugins/debug-manager/utilities.c,
3143         plugins/debug-manager/utilities.h,
3144         plugins/debug-manager/breakpoints.c:
3145         Move get_current_editor function in utilities.c
3147         * plugins/debug-manager/plugin.c,
3148         plugins/debug-manager/debug_tree.c,
3149         plugins/debug-manager/debug_tree.h,
3150         plugins/debug-manager/watch.c,
3151         plugins/debug-manager/watch.h,
3152         plugins/debug-manager/locals.c,
3153         plugins/debug-manager/locals.h,
3154         (added) plugins/debug-manager/variable.c,
3155         (added) plugins/debug-manager/variable.h,
3156         plugins/debug-manager/Makefile.am:
3157         Use hover interface to display variable value
3159 2007-12-31  Johannes Schmid <jhs@gnome.org>
3161         * libanjuta/Makefile.am:
3162         Only install glade catalog files if glade-3 is available
3163         (Fixes #506269 and #500296)
3165 2007-12-30  Johannes Schmid <jhs@gnome.org>
3167         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3168         (set_property_value_as_string), (register_callbacks):
3170   Fixed GtkFileChooserButton preferences to also work when only the combo
3171   changes without a dialog being open.
3173 2007-12-29  Johannes Schmid <jhs@gnome.org>
3175         * plugins/editor/Makefile.am:
3176         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3178 2007-12-29  Johannes Schmid <jhs@gnome.org>
3180         * plugins/devhelp/plugin.c: (devhelp_activate):
3181         Fixed #498986 - Anjuta-2.3.0 fails to build
3183 2007-12-29  Johannes Schmid <jhs@gnome.org>
3185         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3186         * plugins/debug-manager/plugin.c:
3187         (on_run_to_cursor_action_activate):
3188         * plugins/document-manager/anjuta-docman.c:
3189         (anjuta_docman_goto_file_line_mark):
3190         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3191         (value_removed_current_editor):
3192         
3193         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3194         all those to value_added_current_document...
3196         * plugins/editor/anjuta-editor-scintilla.glade:
3197         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3198         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3200 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3202   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3203   (symbol_db_activate), (symbol_db_deactivate),
3204   (symbol_db_instance_init), (isymbol_manager_get_parents):
3205   * plugins/symbol-db/plugin.h:
3206   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3207   * plugins/symbol-db/symbol-db-engine.c:
3208   (symbol_db_engine_get_global_members_filtered):
3209   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3210   (on_symbol_inserted):
3211   Filtered out static functions on global-tab. E.g. when flag
3212   is_file_scope = 1 we won't add entries there.
3213   Fixed a little bug on 'Global'->'Vars/Others' node too.
3215 2007-12-28  Johannes Schmid <jhs@gnome.org>
3217   * libanjuta/anjuta-launcher.c:
3218   Fixed a silly (and completely useless) memory corruption that probably 
3219   only occured at a few race conditions though I wonder why it did not 
3220         happen more often
3222 2007-12-28  Johannes Schmid <jhs@gnome.org>
3223         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3224         * plugins/debug-manager/plugin.c: (set_program_counter):
3225         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3226         * plugins/debug-manager/start.c: (get_source_directories):
3227         * plugins/debug-manager/threads.c: (on_info_thread),
3228         (on_list_thread):
3229         * plugins/file-manager/file-model.c: (file_model_set_property):
3230         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3231         * plugins/tools/editor.c: (on_editor_response):
3232         
3233         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3234         
3235         * plugins/document-manager/plugin.c: (update_title),
3236         (value_added_project_root_uri):
3237         * plugins/document-manager/plugin.h:
3238         Shorten down the title bar if the current path is inside the opened project
3240 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3242         reviewed by: Johannes Schmid <jhs@gnome.org>
3244         * plugins/project-wizard/templates/java/project.anjuta:
3245         * plugins/project-wizard/templates/mkfile/project.anjuta:
3246         * plugins/project-wizard/templates/python/project.anjuta:
3247         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3248         let new projects use new SymbolDB plugin.
3249         
3250         * plugins/symbol-browser/images/Makefile.am:
3251         added some images taken from MonoDevelop project.
3252         
3253         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3254         (goto_file_line), (on_importing_project_end), (project_root_added),
3255         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3256         (isymbol_manager_search):
3257         Added project-updating feature when opening a project with some files
3258   modified externally [e.g. a svn up].
3259         
3260         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3261         (sdb_engine_iterator_node_instance_init),
3262         (sdb_engine_iterator_node_finalize),
3263         (symbol_db_engine_iterator_node_set_conversion_hash):
3264         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3265         * plugins/symbol-db/symbol-db-engine-iterator.c:
3266         (symbol_db_engine_iterator_new):
3267         * plugins/symbol-db/symbol-db-engine-iterator.h:
3268          Moved Hash table initialization into the engine. This proxies and
3269   speeds up the process of creation and iteration of a GdaDataModel.
3270         
3271         * plugins/symbol-db/symbol-db-engine.c:
3272         (sdb_engine_ctags_output_thread),
3273         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3274         (sdb_engine_scan_files_1), (sdb_engine_init),
3275         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3276         (symbol_db_engine_add_new_workspace),
3277         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3278         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3279         (symbol_db_engine_get_sym_type_conversion_hash),
3280         (symbol_db_engine_update_files_symbols),
3281         (symbol_db_engine_update_project_symbols),
3282         (symbol_db_engine_update_buffer_symbols),
3283         (symbol_db_engine_get_class_parents),
3284         (symbol_db_engine_get_global_members_filtered),
3285         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3286         (symbol_db_engine_get_scope_members_by_symbol_id),
3287         (symbol_db_engine_get_scope_members),
3288         (symbol_db_engine_get_current_scope),
3289         (symbol_db_engine_get_file_symbols),
3290         (symbol_db_engine_get_symbol_info_by_id),
3291         (symbol_db_engine_find_symbol_by_name_pattern),
3292         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3293         * plugins/symbol-db/symbol-db-engine.h:
3294         * plugins/symbol-db/symbol-db-view-locals.c:
3295         (sdb_view_locals_get_iter_from_row_ref),
3296         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3297         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3298         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3299         Changes on some queries fuctions and some fixes. Added *_filtered
3300   functions.
3301         
3302         * plugins/symbol-db/symbol-db-view.c:
3303         (do_add_child_symbol_to_view), (add_new_waiting_for),
3304         (prepare_for_adding), (on_symbol_inserted),
3305         (do_recurse_subtree_and_remove), (on_symbol_removed),
3306         (sdb_view_do_add_hidden_dummy_child),
3307         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3308         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3309         (sdb_view_locals_create_new_store), (sdb_view_init),
3310         (sdb_view_finalize), (sdb_view_class_init),
3311         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3312         (symbol_db_view_get_pixbuf),
3313         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3314         New display for global tags. This is the definitive version, bugs apart.
3315         
3316         * plugins/symbol-db/tables.sql:
3317         fixed typo.
3319 2007-12-27  Naba Kumar  <naba@gnome.org>
3321         * libanjuta/interfaces/libanjuta.idl:
3322         * plugins/editor/aneditor-priv.h:
3323         * plugins/editor/aneditor.cxx:
3324         * plugins/editor/text_editor.c: (text_editor_instance_init),
3325         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3326         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3327         * plugins/editor/text_editor.h:
3328         * plugins/editor/text_editor_cbs.c:
3329         (on_text_editor_scintilla_notify):
3331         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3332         related code in AnEditor. Fixed some compilation warnings.
3334 2007-12-26  Naba Kumar  <naba@gnome.org>
3336         * Changelog: Fixed indentation.
3338 2007-12-25  Naba Kumar  <naba@gnome.org>
3340         * plugins/editor/Makefile.am:
3341         * plugins/editor/editor.glade:
3342         * plugins/editor/plugin.c:
3343         * plugins/editor/style-editor.c:
3344         * plugins/sourceview/Makefile.am:
3345         * plugins/sourceview/plugin.c:
3346         * plugins/sourceview/sourceview.glade:
3347         * plugins/valgrind/Makefile.am:
3349         Renamed glade files to anjuta-editor-* to give name space for the
3350         schema files (because they are installed in system directory).
3352         * scripts/build-schemas.mk: Install the schemas files also (need for
3353         binary package installation/uninstallation).
3355 2007-12-25  Johannes Schmid <jhs@gnome.org>
3357         * plugins/language-support-cpp-java/plugin.c:
3358         (set_indentation_param_vim):
3359         
3360         Support some more vim modeline commands and shortcuts (#504331)
3362 2007-12-25  Johannes Schmid <jhs@gnome.org>
3364         Patches from James Liggett:
3365         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3366         (anjuta_vcs_status_tree_view_init):
3367         * plugins/subversion/subversion-commit-dialog.c:
3368         (subversion_commit_dialog):
3369         * plugins/subversion/subversion-diff-dialog.c:
3370         (on_subversion_diff_response):
3371         * plugins/subversion/subversion-log-dialog.c:
3372         (on_log_view_selected_button_clicked),
3373         (on_log_diff_selected_button_clicked),
3374         (on_log_diff_previous_button_clicked):
3375         * plugins/subversion/subversion-resolve-dialog.c:
3376         (subversion_resolve_dialog):
3377         * plugins/subversion/subversion-revert-dialog.c:
3378         (subversion_revert_dialog):
3379         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3380         (pulse_progress_bar), (hide_pulse_progress_bar),
3381         (disconnect_data_arrived_signals),
3382         (cancel_data_arrived_signal_disconnect):
3383         * plugins/subversion/subversion-ui-utils.h:
3384         
3385         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3386         #505237 – Sort list of modified files
3388 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3390         * plugins/gdb/debugger.c:
3391         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3393 2007-12-23  Johannes Schmid <jhs@gnome.org>
3395         * plugins/language-support-cpp-java/plugin.c:
3396         (set_indentation_param_emacs), (set_indentation_param_vim),
3397         (parse_mode_line_emacs), (parse_mode_line_vim),
3398         (extract_mode_line), (initialize_indentation_params):
3400         Added (basic) support for vim modelines (#504331)
3402         * plugins/message-view/message-view.c: (message_view_next),
3403         (message_view_previous):
3404         
3405         Fixed next/previous message
3407 2007-12-23  Johannes Schmid <jhs@gnome.org>
3409         * libanjuta/anjuta-ui.h:
3410         Check for != NULL before unref'ing pixbuf (related to #497878)
3411         
3412         * plugins/devhelp/plugin.c: (register_stock_icons):
3413         * plugins/document-manager/anjuta-docman.c:
3414         (anjuta_docman_add_document):
3415         * plugins/glade/plugin.c: (on_close_activated),
3416         (register_stock_icons), (on_session_save),
3417         (glade_plugin_add_project):
3418         
3419         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3420         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3421         
3422         * plugins/language-support-cpp-java/plugin.c:
3423         (register_stock_icons):
3424         Fixed stock icon registration macros
3426 2007-12-23  Johannes Schmid <jhs@gnome.org>
3428         * global-tags/Makefile.am:
3429         * launcher/Makefile.am:
3430         * libanjuta/Makefile.am:
3431         * libegg/Makefile.am:
3432         * manuals/anjuta-faqs/Makefile.am:
3433         * manuals/anjuta-manual/Makefile.am:
3434         * manuals/reference/libanjuta/Makefile.am:
3435         * plugins/build-basic-autotools/Makefile.am:
3436         * plugins/class-gen/Makefile.am:
3437         * plugins/class-inheritance/Makefile.am:
3438         * plugins/cvs-plugin/Makefile.am:
3439         * plugins/debug-manager/Makefile.am:
3440         * plugins/devhelp/Makefile.am:
3441         * plugins/document-manager/Makefile.am:
3442         * plugins/editor/Makefile.am:
3443         * plugins/editor/scintilla/Makefile.am:
3444         * plugins/editor/scintilla/include/Makefile.am:
3445         * plugins/file-loader/Makefile.am:
3446         * plugins/file-manager/Makefile.am:
3447         * plugins/file-wizard/Makefile.am:
3448         * plugins/gdb/Makefile.am:
3449         * plugins/glade/Makefile.am:
3450         * plugins/gtodo/Makefile.am:
3451         * plugins/gvim/Makefile.am:
3452         * plugins/indent/Makefile.am:
3453         * plugins/language-manager/Makefile.am:
3454         * plugins/language-support-cpp-java/Makefile.am:
3455         * plugins/macro/Makefile.am:
3456         * plugins/message-view/Makefile.am:
3457         * plugins/patch/Makefile.am:
3458         * plugins/profiler/Makefile.am:
3459         * plugins/project-import/Makefile.am:
3460         * plugins/project-manager/Makefile.am:
3461         * plugins/project-wizard/Makefile.am:
3462         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3463         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3464         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3465         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3466         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3467         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3468         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3469         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3470         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3471         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3472         * plugins/sample1/Makefile.am:
3473         * plugins/search/Makefile.am:
3474         * plugins/sourceview/Makefile.am:
3475         * plugins/subversion/Makefile.am:
3476         * plugins/symbol-browser/Makefile.am:
3477         * plugins/symbol-db/Makefile.am:
3478         * plugins/symbol-db/test/Makefile.am:
3479         * plugins/terminal/Makefile.am:
3480         * plugins/tools/Makefile.am:
3481         * plugins/valgrind/Makefile.am:
3482         * src/Makefile.am:
3483         * tagmanager/Makefile.am:
3484         
3485         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3486         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3487         warnings from illigel C++ compiler flags.
3489 2007-12-23  Johannes Schmid <jhs@gnome.org>
3491         Patch from Tom <tpgww@onepost.net>:
3492   
3493         * plugins/document-manager/anjuta-docman.c:
3494         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3495         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3496         (anjuta_docman_instance_init), (on_notebook_switch_page),
3497         (anjuta_docman_grab_text_focus):
3498         * plugins/document-manager/plugin.c: (on_document_added),
3499         (on_window_key_press_event), (on_window_key_release_event):
3500         
3501         Some more document-manager code cleanups and fixes.
3503 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3505         * plugins/symbol-db/plugin.c: (register_stock_icons),
3506         (value_added_current_editor), (value_removed_current_editor),
3507         (on_importing_project_end), (project_root_removed):
3508         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3510         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3511         (symbol_db_engine_get_file_db_path):
3512         fixed a useless warning.
3514         * plugins/symbol-db/symbol-db-view-locals.c:
3515         (traverse_free_waiting_for), (file_view_status_destroy),
3516         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3517         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3518         (sdb_view_locals_finalize), (on_symbol_inserted),
3519         (symbol_db_view_locals_recv_signals_from_engine),
3520         (symbol_db_view_locals_update_list):
3521         more speed on editors switching. GtkTreeStore caching method implemented.
3522         Fixed compiler warnings and a little memory leak.
3524         * plugins/symbol-db/symbol-db-view-locals.h:
3525         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3526         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3527         (on_scan_end), (on_symbol_inserted),
3528         (sdb_view_locals_create_new_store), (sdb_view_init),
3529         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3530         * plugins/symbol-db/symbol-db-view.h:
3531         fixed some crashers. Now project loading/populating should be quite quick.
3533 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3535         * plugins/debug-manager/command.c,
3536         plugins/debug-manager/queue.c:
3537         Take care of command return value (FALSE is an error)
3539 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3541         * plugins/debug-manager/anjuta-debug-manager.glade,
3542         plugins/debug-manager/breakpoints.c:
3543         Remove address, condition and pass breakpoint column if not supported
3544         Fix clear all remove_all to avoid an endless loop if a breakpoint
3545         cannot be removed
3547 2007-12-17  Johannes Schmid <jhs@gnome.org>
3549         Patch from Tom <tpgww@onepost.net> (with some changes):
3551         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3552         (on_save_as_activate), (on_save_all_activate),
3553         (on_close_file_activate), (on_close_all_file_activate),
3554         (on_reload_file_activate), (on_editor_command_clear_activate),
3555         (on_transform_eolchars1_activate), (on_comment_block),
3556         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3557         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3558         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3559         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3560         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3561         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3562         (on_zoom_out_text_activate):
3563         * plugins/document-manager/action-callbacks.h:
3564         * plugins/document-manager/anjuta-docman.c:
3565         (on_notebook_page_close_button_click),
3566         (on_notebook_page_close_button_enter),
3567         (on_notebook_page_close_button_leave),
3568         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3569         (anjuta_docman_page_init), (anjuta_docman_page_new),
3570         (on_open_filesel_response), (create_file_open_dialog_gui),
3571         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3572         (anjuta_docman_instance_init), (on_notebook_switch_page),
3573         (on_document_destroy), (anjuta_docman_add_editor),
3574         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3575         (anjuta_docman_set_current_document),
3576         (anjuta_docman_goto_file_line_mark), (get_real_path),
3577         (anjuta_docman_get_full_filename),
3578         (anjuta_docman_delete_all_markers),
3579         (anjuta_docman_delete_all_indicators),
3580         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3581         (anjuta_docman_order_tabs):
3582         * plugins/document-manager/anjuta-docman.h:
3583         * plugins/document-manager/file_history.c: (an_hist_file_new),
3584         (an_file_history_push), (an_file_history_dump):
3585         * plugins/document-manager/file_history.h:
3586         * plugins/document-manager/plugin.c: (update_title),
3587         (value_removed_project_root_uri),
3588         (update_document_ui_interface_items), (menu_name_compare),
3589         (on_document_added), (on_document_changed),
3590         (on_window_key_press_event), (on_window_key_release_event),
3591         (on_session_save):
3592         * plugins/document-manager/search-box.c: (on_document_changed),
3593         (on_goto_activated), (search_box_init), (search_box_new):
3594         * plugins/document-manager/search-box.h:
3596         Yet more code cleanups
3597         Save glade files correctly in session
3598         Use new tooltip API if available
3599         Sort notebook pages when session is restored (needs work)
3601 2007-12-16  Johannes Schmid <jhs@gnome.org>
3603         * plugins/document-manager/anjuta-docman.c:
3604         (anjuta_docman_add_document):
3605         
3606         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3607         the new search bar was introduced.
3609 2007-12-12  Johannes Schmid <jhs@gnome.org>
3610   
3611         Patch from  Tom <tpgww@onepost.net>:
3612         (#485233 – another bunch of docman cleanups)
3613   
3614         * libanjuta/interfaces/libanjuta.idl:
3615         * plugins/document-manager/action-callbacks.c:
3616         (get_current_document), (get_current_focus_widget),
3617         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3618         (on_close_file_activate), (on_close_all_file_activate),
3619         (on_reload_file_activate), (on_print_activate),
3620         (on_print_preview_activate),
3621         (on_editor_command_upper_case_activate),
3622         (on_editor_command_lower_case_activate),
3623         (on_editor_command_eol_crlf_activate),
3624         (on_editor_command_eol_lf_activate),
3625         (on_editor_command_eol_cr_activate),
3626         (on_editor_command_select_all_activate),
3627         (on_editor_command_select_to_brace_activate),
3628         (on_editor_command_select_block_activate),
3629         (on_editor_command_match_brace_activate),
3630         (on_editor_command_undo_activate),
3631         (on_editor_command_redo_activate),
3632         (on_editor_command_cut_activate),
3633         (on_editor_command_paste_activate),
3634         (on_editor_command_copy_activate),
3635         (on_editor_command_clear_activate),
3636         (on_editor_command_close_folds_all_activate),
3637         (on_editor_command_open_folds_all_activate),
3638         (on_editor_command_toggle_fold_activate),
3639         (on_editor_command_bookmark_toggle_activate),
3640         (on_editor_command_bookmark_first_activate),
3641         (on_editor_command_bookmark_next_activate),
3642         (on_editor_command_bookmark_prev_activate),
3643         (on_editor_command_bookmark_last_activate),
3644         (on_editor_command_bookmark_clear_activate),
3645         (on_transform_eolchars1_activate), (on_comment_block),
3646         (on_comment_box), (on_comment_stream),
3647         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3648         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3649         (on_force_hilite_activate), (on_swap_activate),
3650         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3651         * plugins/document-manager/action-callbacks.h:
3652         * plugins/document-manager/anjuta-docman.c:
3653         (on_notebook_page_close_button_click),
3654         (on_notebook_page_close_button_enter),
3655         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3656         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3657         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3658         (on_open_filesel_response), (anjuta_docman_open_file),
3659         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3660         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3661         (anjuta_docman_class_init), (anjuta_docman_new),
3662         (on_notebook_switch_page), (on_document_save_point),
3663         (on_document_destroy), (anjuta_docman_add_editor),
3664         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3665         (anjuta_docman_set_popup_menu),
3666         (anjuta_docman_get_current_focus_widget),
3667         (anjuta_docman_get_page_for_document),
3668         (anjuta_docman_get_current_document),
3669         (anjuta_docman_set_current_document),
3670         (anjuta_docman_goto_file_line),
3671         (anjuta_docman_goto_file_line_mark),
3672         (anjuta_docman_get_full_filename),
3673         (anjuta_docman_present_notebook_page),
3674         (anjuta_docman_update_page_label),
3675         (anjuta_docman_delete_all_markers),
3676         (anjuta_docman_delete_all_indicators),
3677         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3678         (do_ordertab1), (anjuta_docman_order_tabs),
3679         (anjuta_docman_set_editor_properties),
3680         (anjuta_docman_get_document_for_path),
3681         (anjuta_docman_get_all_doc_widgets):
3682         * plugins/document-manager/anjuta-docman.h:
3683         * plugins/document-manager/editor-tooltips.c:
3684         * plugins/document-manager/plugin.c: (update_title),
3685         (update_document_ui_enable_all), (update_document_ui_disable_all),
3686         (update_document_ui_save_items),
3687         (update_document_ui_interface_items), (update_document_ui),
3688         (on_document_update_save_ui), (update_status),
3689         (on_document_update_ui), (on_document_added),
3690         (on_document_changed), (on_session_save), (on_save_prompt),
3691         (on_docman_auto_save), (on_gconf_notify_timer):
3692         * plugins/document-manager/search-box.c: (on_document_changed),
3693         (search_box_new), (search_box_grab_line_focus):
3694         * plugins/glade/plugin.c: (ifile_open):
3695         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3696         * plugins/search/search-replace_backend.c: (create_search_entries):
3697         * plugins/sourceview/anjuta-document.c: (set_uri),
3698         (anjuta_document_save):
3699         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3700         * plugins/tools/editor.c: (on_editor_response):
3702         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3703         It fixes some issues with session handling and several memory lacks.
3704         Gtk 2.12 Tooltip API is used if available.
3706 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3708         * plugins/debug-manager/disassemble.c,
3709         plugins/debug-manager/disassemble.h,
3710         plugins/debug-manager/command.c,
3711         plugins/debug-manager/command.h,
3712         plugins/debug-manager/plugin.c
3713         plugins/debug-manager/sparse_view.c,
3714         plugins/debug-manager/sparse_view.h,
3715         plugins/gdb/plugin.c,
3716         plugins/gdb/debugger.c,
3717         plugins/gdb/debugger.h,
3718         libanjuta/interfaces/libanjuta.idl:
3719         Fix bug #502533: Implement assembler step
3721         * plugins/debug-manager/breakpoints.c:
3722         Do not save temporary breakpoints
3724         * plugins/debug-manager/stack_trace.c:
3725         Fix a crash when a stack command is cancelled
3727 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3729         * plugins/debug-manager/plugin.c,
3730         plugins/debug-manager/breakpoints.c,
3731         plugins/debug-manager/breakpoints.h:
3732         Fix bug #488732: Breakpoint on delete lines
3733         Breakpoints are now linked to their position in editor
3735         * plugins/gdb/debugger.c:
3736         Fix removing condition on breakpoint 
3738 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3740         * plugins/debug-manager/anjuta-debug-manager.glade,
3741         plugins/debug-manager/start.c,
3742         plugins/gdb/plugin.c,
3743         plugins/gdb/debugger.c,
3744         plugins/gdb/debugger.h,
3745         libanjuta/interfaces/libanjuta.idl:
3746         Fix bug #481366: Do not stop at the beginning of the program
3748         * plugins/debug-manager/command.c,
3749         plugins/debug-manager/command.h,
3750         plugins/debug-manager/breakpoints.c,
3751         plugins/debug-manager/queue.c,
3752         plugins/debug-manager/queue.h:
3753         Fix a bug remove all breakpoints was not working due to latest changes
3754         Setting breakpoints is disabled when program is running
3756 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3758         * plugins/debug-manager/queue.c,
3759         plugins/gdb/plugin.c:
3760         Fix bug #501469: Crash if mime_type is unknown
3762 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3764         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3765         (on_editor_update_ui), (on_single_file_scan_end),
3766         (on_importing_project_end), (project_root_added),
3767         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3768         * plugins/symbol-db/plugin.h:
3769         show on status bar files being scanned.
3771         * plugins/symbol-db/symbol-db-engine.c:
3772         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3773         (sdb_engine_ctags_output_thread),
3774         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3775         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3776         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3777         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3778         (sdb_engine_get_table_id_by_unique_name2),
3779         (symbol_db_engine_open_project),
3780         (sdb_engine_prepare_executing_commands),
3781         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3782         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3783         (sdb_engine_detects_removed_ids),
3784         (symbol_db_engine_get_class_parents),
3785         (symbol_db_engine_get_global_members),
3786         (symbol_db_engine_get_scope_members_by_symbol_id),
3787         (symbol_db_engine_get_scope_members),
3788         (symbol_db_engine_get_current_scope),
3789         (symbol_db_engine_get_file_symbols),
3790         (symbol_db_engine_get_symbol_info_by_id),
3791         (symbol_db_engine_get_full_local_path),
3792         (symbol_db_engine_find_symbol_by_name_pattern),
3793         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3794         * plugins/symbol-db/symbol-db-engine.h:
3795         * plugins/symbol-db/symbol-db-view-locals.c:
3796         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
3797         (symbol_db_view_locals_recv_signals_from_engine),
3798         (symbol_db_view_locals_update_list):
3799         * plugins/symbol-db/symbol-db-view-locals.h:
3800         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
3801         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
3802         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
3803         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
3804         * plugins/symbol-db/symbol-db-view.h:
3805         Added g_thread architecture to scan in background. With this you
3806         can use Anjuta's GUI without freezing.
3807         Improved insertion speed by using a paradigm like 'insert' and 'check'
3808         replacing a 'check' and 'insert' one. This has been done for tables 
3809         like symbol, scope, sym_type.
3810         Fixed two crashers. 
3812         * plugins/symbol-db/tables.sql:
3813         * plugins/symbol-db/test/main.c: (get_global_members), (main),
3814         (thread), (print_message), (bastard_thread), (idle_signals):
3815         fixed a typo on tables that broke sql triggers.
3817 === anjuta 2.3.1 ===
3819 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3821         * NEWS, AUTHORS: Updated.
3822         * src/Makefile.am: Fixed make distcheck
3824         Patch from Yang Hong:
3825         * plugins/file-manager/file-manager.glade: Fixed file chooser
3826         size in file-manager preferences.
3828 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3830         * NEWS: Updated for 2.3.1 development release
3831         * configure.in: Bumped version to 2.3.1
3833 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
3835         * plugins/debug-manager/threads.c,
3836         plugins/debug-manager/disassemble.c,
3837         plugins/debug-manager/watch.c,
3838         plugins/debug-manager/registers.c,
3839         plugins/debug-manager/locals.c,
3840         plugins/debug-manager/breakpoints.c,
3841         plugins/debug-manager/stack_trace.c,
3842         plugins/debug-manager/command.c,
3843         plugins/debug-manager/command.h,
3844         plugins/debug-manager/queue.c,
3845         libanjuta/interfaces/libanjuta.idl:
3846         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
3847         Document IAnjutaDebugManager signals
3848         Generate new signals in queue.c
3849         Use new signals in other files
3851 2007-11-30  <genbell@tiscali.it>
3853         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3855         * plugins/gdb/Makefile.am:
3856         Fix bug #500376
3858 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3860         * plugins/tools/variable.c:
3861         Fix a bug added in the previous patch (it is not a leak)
3863 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
3865         * plugins/project-wizard/druid.c,
3866         plugins/project-wizard/templates/terminal.wiz,
3867         plugins/project-wizard/templates/xlib-dock.wiz,
3868         plugins/project-wizard/templates/wxwin.wiz,
3869         plugins/project-wizard/templates/java.wiz,
3870         plugins/project-wizard/templates/gnome.wiz,
3871         plugins/project-wizard/templates/anjuta-plugin.wiz,
3872         plugins/project-wizard/templates/gtkmm.wiz,
3873         plugins/project-wizard/templates/python.wiz,
3874         plugins/project-wizard/templates/cpp.wiz,
3875         plugins/project-wizard/templates/sdl.wiz,
3876         plugins/project-wizard/templates/gtk.wiz,
3877         plugins/project-wizard/templates/minimal.wiz,
3878         plugins/project-wizard/templates/xlib.wiz,
3879         plugins/project-wizard/templates/gcj.wiz,
3880         plugins/project-wizard/templates/translatable-strings.h,
3881         plugins/project-import/project-import.c:
3882         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
3884 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
3886         * plugins/debug-manager/threads.c,
3887         plugins/debug-manager/disassemble.c,
3888         plugins/debug-manager/watch.c,
3889         plugins/debug-manager/registers.c,
3890         plugins/debug-manager/memory.c,
3891         plugins/debug-manager/locals.c,
3892         plugins/debug-manager/stack_trace.c,
3893         plugins/debug-manager/queue.c,
3894         plugins/debug-manager/queue.h:
3895         Connect debugger signal only when program is loaded
3896         Rename get_feature in is_supported
3898         * plugins/debug-manager/plugin.c:
3899         Remove editor watch when plugin is deactivated
3901         * plugins/debug-manager/anjuta-debug-manager.glade,
3902         plugins/debug-manager/breakpoints.c,
3903         plugins/debug-manager/breakpoints.h:
3904         Rewrite almost completely the breakpoint code
3905         Improve breakpoint dialog
3906         Reorganize function
3907         Implement condition, hit count, ignore and temporary attribute
3909         * plugins/debug-manager/command.c,
3910         plugins/debug-manager/command.h:
3911         Add a breakpoint list command
3913         * plugins/gdb/debugger.c,
3914         plugins/gdb/debugger.h:
3915         Add new breakpoint list command
3916         Fix parsing of breakpoint data
3918         * libanjuta/interfaces/libanjuta.idl,
3919         plugins/gdb/plugin.c:
3920         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
3922 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
3924         * plugins/document-manager/plugin.c:
3925         Use Ctrl+Shift+s as shortcut for Save As
3927 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
3929         * plugins/subversion/plugin.c: (activate_plugin):
3930         * plugins/symbol-db/plugin.c: (symbol_db_activate):
3931         * src/layout.xml: Fixed dockitem positions.
3933 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3935         Icons from tpgww@onepost.net:
3936         * plugins/project-wizard/applogo.png:
3937         Icons from patch in bug #480093 comment #23. Also renamed icons.
3939         * plugins/message-view/Makefile.am:
3940         * plugins/message-view/plugin.c: (register_stock_icons),
3941         (ipreferences_merge): Removed redundant icon.
3943         * plugins/document-manager/plugin.c:
3944         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
3945         Do not insensitize New action when there is no document.
3946         Indentation fixes.
3948 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3950         Icons from tpgww@onepost.net:
3951         * plugins/symbol-browser/an_symbol_prefs.c:
3952         * pixmaps/Makefile.am:
3953         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
3955         Icons from patch in bug #480093 comment #23. Also renamed icons.
3956         To be continued..
3958 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3960         Patch from James Liggett:
3961         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
3962         revert and dialogs resizable.
3964 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3966         Patch from James Liggett:
3967         * plugins/subversion/anjuta-subversion.glade:
3968         * plugins/subversion/subversion-diff-dialog.c:
3969         (on_subversion_diff_response), (subversion_diff_dialog):
3970         * plugins/subversion/subversion-diff-dialog.h:
3972         The diff dialog should have a checkbox, enabled by default, that
3973         allows the user to make sure that all open files are saved before
3974         diffing.
3976 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3978         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
3980         Icons from tpgww@onepost.net:
3981         * pixmaps/Makefile.am:
3982         * src/Makefile.am:
3983         * src/anjuta-app.c:
3984         * src/anjuta-preferences-general.svg:
3986         Icons from patch in bug #480093 comment #23. Also renamed icons.
3987         To be continued..
3989 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3991         Icons from tpgww@onepost.net:
3992         * plugins/debug-manager/images/Makefile.am:
3993         * plugins/debug-manager/images/anjuta-watch.svg:
3994         * plugins/debug-manager/plugin.c: (register_stock_icons):
3995         * plugins/gdb/images/Makefile.am:
3996         * plugins/gtodo/Makefile.am:
3997         * plugins/gtodo/anjuta-gtodo-plugin.svg:
3998         * plugins/gtodo/anjuta-gtodo.plugin.in:
3999         * plugins/gtodo/interface.c: (stock_icons):
4000         * plugins/gtodo/main.h:
4001         * plugins/gtodo/plugin.c: (ipreferences_merge):
4002         * plugins/terminal/Makefile.am:
4003         * plugins/terminal/anjuta-terminal-plugin.svg:
4004         * plugins/terminal/anjuta-terminal.plugin.in:
4005         * plugins/terminal/terminal.c:
4006         * plugins/tools/Makefile.am:
4007         * plugins/tools/anjuta-tools-plugin.svg:
4008         * plugins/tools/anjuta-tools.plugin.in:
4009         * plugins/tools/plugin.c:
4010         * plugins/valgrind/Makefile.am:
4011         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4012         * plugins/valgrind/anjuta-valgrind.plugin.in:
4013         * plugins/valgrind/plugin.c: (register_stock_icons),
4014         (ipreferences_merge):
4016         Icons from patch in bug #480093 comment #23. Also renamed icons.
4017         To be continued..
4019 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4021         reviewed by: Johannes Schmid <jhs@gnome.org>
4023         * configure.in:
4024         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4025         due to bug #493360. Still present anyway bug #495843
4027         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4028         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4029         (on_local_treeview_row_activated),
4030         (on_global_treeview_row_activated),
4031         (on_global_treeview_row_expanded), (on_project_element_added),
4032         (on_project_element_removed), (project_root_added),
4033         (symbol_db_activate), (isymbol_manager_search),
4034         (isymbol_manager_get_members),
4035         (isymbol_manager_get_completions_at_position):
4036         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4037         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4038         * plugins/symbol-db/symbol-db-engine.c:
4039         (sdb_engine_execute_non_select_sql),
4040         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4041         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4042         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4043         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4044         (symbol_db_engine_add_new_workspace),
4045         (symbol_db_engine_add_new_project),
4046         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4047         (sdb_engine_detects_removed_ids),
4048         (sdb_engine_walk_down_scope_path),
4049         (symbol_db_engine_get_class_parents),
4050         (symbol_db_engine_get_global_members),
4051         (symbol_db_engine_get_scope_members_by_symbol_id),
4052         (symbol_db_engine_get_scope_members),
4053         (symbol_db_engine_get_current_scope),
4054         (symbol_db_engine_get_file_symbols),
4055         (symbol_db_engine_get_symbol_info_by_id),
4056         (symbol_db_engine_find_symbol_by_name_pattern):
4057         * plugins/symbol-db/symbol-db-engine.h:
4058         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4059         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4060         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4061         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4062         (on_scan_end), (do_add_root_symbol_to_view),
4063         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4064         (trigger_on_symbol_inserted), (add_new_waiting_for),
4065         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4066         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4067         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4068         (symbol_db_view_row_expanded), (sdb_view_init),
4069         (gtree_compare_func), (sdb_view_finalize),
4070         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4071         (sdb_view_populate_base_root),
4072         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4073         * plugins/symbol-db/symbol-db-view.h:
4074         * plugins/symbol-db/tables.sql:
4075         * plugins/symbol-db/test/Makefile.am:
4076         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4077         (get_scope_members), (get_current_scope), (get_global_members),
4078         (get_file_symbols), (get_info_by_id), (main):
4080         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4081         Started using LIMIT keyword to speed up things.
4082         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4083         make providers use prepared statements.
4085 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4087         Patch from James Liggett:
4088         * plugins/subversion/plugin.c: (subversion_instance_init):
4089         * plugins/subversion/plugin.h:
4090         * plugins/subversion/subversion-diff-dialog.c:
4091         (on_subversion_diff_response), (subversion_diff_dialog),
4092         (on_menu_subversion_diff):
4093         * plugins/subversion/subversion-log-dialog.c:
4094         (on_log_view_selected_button_clicked),
4095         (on_log_diff_selected_button_clicked),
4096         (on_log_diff_previous_button_clicked),
4097         (subversion_log_window_create):
4098         * plugins/subversion/subversion-ui-utils.c:
4099         (get_filename_from_full_path), (init_whole_project),
4100         (on_whole_project_toggled):
4101         * plugins/subversion/subversion-ui-utils.h:
4102         * plugins/subversion/subversion-update-dialog.c:
4103         (subversion_update_dialog), (on_menu_subversion_update):
4105         Whole Project checkbox enabled by default in diff and update dialogs.
4106         changes the editor names for diff editors to something much more
4107         descriptive. For example, working copy/head diffs would have an editor
4108         with a name like "[Working Copy/Head] some-file.diff," where some-file
4109         is the name of the file/directory that was diffed. For diffs against
4110         arbitrary diffs the name would look like "[Revisions 2832/3200]
4111         some-file.diff" for a diff of some-file between revisions 2832 and
4112         3200.
4114 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4116         Icons from tpgww@onepost.net:
4117         * plugins/subversion/Makefile.am:
4118         * plugins/subversion/anjuta-subversion-plugin.svg:
4119         * plugins/subversion/anjuta-subversion.plugin.in:
4120         * plugins/subversion/plugin.h:
4121         * plugins/symbol-browser/Makefile.am:
4122         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4123         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4124         * plugins/symbol-browser/plugin.c:
4125         * plugins/symbol-db/Makefile.am:
4126         * plugins/symbol-db/plugin.c:
4127         * plugins/symbol-db/symbol-db.plugin.in:
4129         Icons from patch in bug #480093 comment #23. Also renamed icons.
4130         To be continued..
4132 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4134         Icons from tpgww@onepost.net:
4135         * plugins/project-manager/Makefile.am:
4136         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4137         * plugins/project-manager/anjuta-project-manager.plugin.in:
4138         * plugins/project-manager/plugin.c:
4139         * plugins/project-wizard/Makefile.am:
4140         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4141         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4142         * plugins/project-wizard/druid.h:
4143         * plugins/search/Makefile.am:
4144         * plugins/search/anjuta-search-plugin.svg:
4145         * plugins/search/anjuta-search.plugin.in:
4146         * plugins/search/plugin.c:
4148         Icons from patch in bug #480093 comment #23. Also renamed icons.
4149         To be continued..
4151 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4153         * TODO.tasks: updated.
4155         Icons from tpgww@onepost.net:
4156         * plugins/file-loader/Makefile.am:
4157         * plugins/file-loader/anjuta-loader-plugin.svg:
4158         * plugins/file-loader/anjuta-loader.plugin.in:
4159         * plugins/file-manager/Makefile.am:
4160         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4161         * plugins/file-manager/file-manager.plugin.in:
4162         * plugins/file-manager/plugin.c:
4163         * plugins/glade/Makefile.am:
4164         * plugins/glade/anjuta-glade-plugin.svg:
4165         * plugins/glade/anjuta-glade.plugin.in:
4166         * plugins/glade/plugin.c: (register_stock_icons):
4167         * plugins/language-manager/Makefile.am:
4168         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4169         * plugins/language-manager/language-manager.plugin.in:
4170         * plugins/message-view/Makefile.am:
4171         * plugins/message-view/anjuta-message-manager.plugin.in:
4172         * plugins/message-view/anjuta-messages-plugin.svg:
4173         * plugins/message-view/plugin.c:
4174         * plugins/patch/Makefile.am:
4175         * plugins/patch/anjuta-patch-plugin.svg:
4176         * plugins/patch/anjuta-patch.plugin.in:
4177         * plugins/patch/plugin.c:
4178         * plugins/profiler/Makefile.am:
4179         * plugins/profiler/anjuta-profiler-plugin.svg:
4180         * plugins/profiler/plugin.c: (register_stock_icons):
4181         * plugins/profiler/profiler.plugin.in:
4182         * plugins/project-import/Makefile.am:
4183         * plugins/project-import/anjuta-project-import-plugin.svg:
4184         * plugins/project-import/anjuta-project-import.plugin.in:
4185         * plugins/project-import/plugin.c:
4187         Icons from patch in bug #480093 comment #23. Also renamed icons.
4188         To be continued..
4190 2007-11-18  Johannes Schmid <jhs@gnome.org>
4192         * plugins/build-basic-autotools/build-basic-autotools.c:
4193         (build_regex_init):
4194         * plugins/debug-manager/anjuta-debug-manager.glade:
4195         * plugins/debug-manager/breakpoints.c:
4196         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4197         * plugins/file-wizard/file.c:
4198         * plugins/gdb/anjuta-gdb.glade:
4199         * plugins/glade/plugin.c: (ifile_open):
4200         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4201         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4202         * plugins/gtodo/tray-icon.c:
4203         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4204         * plugins/macro/macros.xml:
4205         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4206         Fixed translation bugs (#496833, #488211 and #497758)
4207         
4208         * plugins/document-manager/plugin.c: (on_editor_changed):
4209         Removed unused code
4211 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4213         Icons from tpgww@onepost.net:
4214         * plugins/devhelp/Makefile.am:
4215         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4216         * plugins/devhelp/anjuta-devhelp.plugin.in:
4217         * plugins/devhelp/plugin.c:
4218         * plugins/document-manager/anjuta-document-manager.plugin.in:
4219         * plugins/document-manager/images/Makefile.am:
4220         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4221         * plugins/document-manager/plugin.c:
4222         * plugins/editor/Makefile.am:
4223         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4224         * plugins/editor/anjuta-editor.plugin.in:
4225         * plugins/editor/plugin.c:
4226         * plugins/sample1/Makefile.am:
4227         * plugins/sample1/anjuta-sample-plugin.svg:
4228         * plugins/sample1/anjuta-sample.plugin.in:
4229         * plugins/sourceview/Makefile.am:
4230         * plugins/sourceview/plugin.c:
4231         * plugins/sourceview/sourceview.plugin.in:
4233         Icons from patch in bug #480093 comment #23. Also renamed icons.
4234         To be continued..
4236 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4238         * TODO.tasks: Updated.
4240         Icons from tpgww@onepost.net:
4241         * plugins/build-basic-autotools/Makefile.am:
4242         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4243         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4244         * plugins/build-basic-autotools/build-basic-autotools.c:
4245         * plugins/class-inheritance/Makefile.am:
4246         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4247         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4248         * plugins/class-inheritance/plugin.c:
4249         * plugins/cvs-plugin/Makefile.am:
4250         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4251         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4252         * plugins/cvs-plugin/plugin.c:
4253         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4254         * plugins/debug-manager/images/Makefile.am:
4255         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4256         * plugins/debug-manager/plugin.c: 
4258         Icons from patch in bug #480093 comment #23. Also renamed icons.
4259         To be continued..
4261 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4263         * (removed) libanjuta/anjuta-children.c,
4264         (removed) libanjuta/anjuta-children.h,
4265         libanjuta/anjuta-launcher.c,
4266         libanjuta/libanjuta.h,
4267         libanjuta/Makefile.am,
4268         plugins/gdb/debugger.c,
4269         plugins/terminal/terminal.c,
4270         manuals/reference/libanjuta/libanjuta-sections.txt,
4271         manuals/reference/libanjuta/libanjuta-docs.sgml:
4272         Replace anjuta_children_register by g_child_watch_add
4274 2007-11-13  Johannes Schmid <jhs@gnome.org>
4276         * plugins/subversion/anjuta-subversion.glade:
4277         * plugins/subversion/subversion-commit-dialog.c:
4278         (subversion_commit_dialog):
4279         * plugins/subversion/subversion-resolve-dialog.c:
4280         (subversion_resolve_dialog):
4281         * plugins/subversion/subversion-revert-dialog.c:
4282         (subversion_revert_dialog):
4283         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4284         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4285         (hide_pulse_progress_bar):
4286         * plugins/subversion/subversion-ui-utils.h:
4288         Yet another patch from #457477:
4289         Add a pulsing progress bar to all dialogs receiving status
4291 2007-11-12  Johannes Schmid <jhs@gnome.org>
4293         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4294         Bug 493583 – crash in Anjuta IDE: trying to open a file
4295         
4296         * plugins/subversion/subversion-commit-dialog.c:
4297         (select_all_files), (subversion_commit_dialog):
4298         Patch from jrligget - see #457477
4300 2007-11-12  Johannes Schmid <jhs@gnome.org>
4302         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4303         * libanjuta/anjuta-plugin-handle.c:
4304         (anjuta_plugin_handle_get_about):
4305         Bug 495536 – Plugins localization improvement
4306         
4307         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4308         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4309         * plugins/indent/indent.glade:
4310         * plugins/subversion/anjuta-subversion.glade:
4311         Bug 495245 – Strings bug
4313 2007-11-08  James Liggett  <jrliggett@cox.net>
4315         reviewed by: Johannes Schmid <jhs@gnome.org>
4317         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4318         (anjuta_async_command_finalize),
4319         (anjuta_async_command_notification_poll),
4320         (anjuta_async_command_thread), (start_command),
4321         (notify_data_arrived), (notify_complete),
4322         (anjuta_async_command_class_init),
4323         (anjuta_async_command_set_error_message),
4324         (anjuta_async_command_get_error_message),
4325         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4326         * libanjuta/anjuta-async-command.h:
4327         * libanjuta/anjuta-command.c: (anjuta_command_init),
4328         (anjuta_command_finalize), (anjuta_command_class_init),
4329         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4330         (anjuta_command_notify_complete),
4331         (anjuta_command_set_error_message),
4332         (anjuta_command_get_error_message):
4333         * libanjuta/anjuta-command.h:
4334         * libanjuta/anjuta-glade-catalog.c:
4335         * libanjuta/anjuta-glade.xml:
4336         * libanjuta/anjuta-vcs-status-tree-view.c:
4337         (on_selected_column_toggled),
4338         (anjuta_vcs_status_tree_view_create_columns),
4339         (anjuta_vcs_status_tree_view_init),
4340         (anjuta_vcs_status_tree_view_finalize),
4341         (anjuta_vcs_status_tree_view_set_property),
4342         (anjuta_vcs_status_tree_view_get_property),
4343         (anjuta_vcs_status_tree_view_class_init),
4344         (anjuta_vcs_status_tree_view_new),
4345         (anjuta_vcs_status_tree_view_destroy),
4346         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4347         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4348         (anjuta_vcs_status_tree_view_unselect_all),
4349         (create_selected_paths_list),
4350         (anjuta_vcs_status_tree_view_get_selected):
4351         * libanjuta/anjuta-vcs-status-tree-view.h:
4352         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4353         * libanjuta/anjuta-widgets.h:
4354         * plugins/subversion/subversion-add-dialog.c:
4355         (on_add_command_finished), (on_subversion_add_response),
4356         (subversion_add_dialog), (on_menu_subversion_add),
4357         (on_fm_subversion_add):
4358         * plugins/subversion/subversion-add-dialog.h:
4359         * plugins/subversion/subversion-commit-dialog.c:
4360         (on_commit_command_finished), (on_subversion_commit_response),
4361         (subversion_commit_dialog), (on_menu_subversion_commit),
4362         (on_fm_subversion_commit):
4363         * plugins/subversion/subversion-commit-dialog.h:
4364         * plugins/subversion/subversion-copy-dialog.c:
4365         (on_copy_other_revision_radio_toggled),
4366         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4367         (on_copy_command_finished), (on_subversion_copy_response),
4368         (subversion_copy_dialog), (on_menu_subversion_copy),
4369         (on_fm_subversion_copy):
4370         * plugins/subversion/subversion-copy-dialog.h:
4371         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4372         (on_subversion_diff_response), (subversion_diff_dialog),
4373         (on_menu_subversion_diff), (on_fm_subversion_diff):
4374         * plugins/subversion/subversion-diff-dialog.h:
4375         * plugins/subversion/subversion-log-dialog.c:
4376         (on_diff_selected_column_toggled), (create_columns),
4377         (on_log_command_finished), (on_log_view_button_clicked),
4378         (on_cat_command_data_arrived), (on_cat_command_finished),
4379         (on_log_view_selected_button_clicked), (get_selected_revisions),
4380         (on_log_diff_selected_button_clicked),
4381         (on_log_diff_previous_button_clicked),
4382         (on_subversion_log_vbox_destroy),
4383         (on_log_changes_view_row_selected), (subversion_log_window_create),
4384         (on_menu_subversion_log), (on_fm_subversion_log),
4385         (subversion_log_set_whole_project_sensitive):
4386         * plugins/subversion/subversion-log-dialog.h:
4387         * plugins/subversion/subversion-merge-dialog.c:
4388         (on_merge_command_finished), (on_subversion_merge_response),
4389         (on_merge_first_path_browse_button_clicked),
4390         (on_merge_second_path_browse_button_clicked),
4391         (on_merge_use_first_path_check_toggled),
4392         (on_merge_start_revision_radio_toggled),
4393         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4394         (on_menu_subversion_merge):
4395         * plugins/subversion/subversion-merge-dialog.h:
4396         * plugins/subversion/subversion-remove-dialog.c:
4397         (on_remove_command_finished),
4398         (on_remove_path_browse_button_clicked),
4399         (on_subversion_remove_response), (subversion_remove_dialog),
4400         (on_menu_subversion_remove), (on_fm_subversion_remove):
4401         * plugins/subversion/subversion-remove-dialog.h:
4402         * plugins/subversion/subversion-resolve-dialog.c:
4403         (on_resolve_command_finished), (on_subversion_resolve_response),
4404         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4405         * plugins/subversion/subversion-resolve-dialog.h:
4406         * plugins/subversion/subversion-revert-dialog.c:
4407         (on_revert_command_finished), (on_subversion_revert_response),
4408         (subversion_revert_dialog), (on_menu_subversion_revert):
4409         * plugins/subversion/subversion-revert-dialog.h:
4410         * plugins/subversion/subversion-switch-dialog.c:
4411         (on_switch_other_revision_radio_toggled),
4412         (on_switch_command_finished), (on_subversion_switch_response),
4413         (subversion_switch_dialog), (on_menu_subversion_switch):
4414         * plugins/subversion/subversion-switch-dialog.h:
4415         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4416         (subversion_data_free), (on_mesg_view_destroy),
4417         (create_message_view), (check_filename), (get_log_from_textview),
4418         (pulse_timer), (on_pulse_timer_destroyed),
4419         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4420         (report_errors), (on_status_command_finished),
4421         (on_status_command_data_arrived), (on_command_info_arrived),
4422         (select_all_status_items), (clear_all_status_selections),
4423         (init_whole_project), (on_whole_project_toggled),
4424         (send_diff_command_output_to_editor), (on_diff_command_finished),
4425         (stop_status_bar_progress_pulse):
4426         * plugins/subversion/subversion-ui-utils.h:
4427         * plugins/subversion/subversion-update-dialog.c:
4428         (on_update_command_finished), (on_subversion_update_response),
4429         (subversion_update_dialog), (on_menu_subversion_update),
4430         (on_fm_subversion_update):
4431         * plugins/subversion/subversion-update-dialog.h:
4432         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4433         (svn_add_command_finalize), (svn_add_command_run),
4434         (svn_add_command_class_init), (svn_add_command_new),
4435         (svn_add_command_destroy):
4436         * plugins/subversion/svn-add-command.h:
4437         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4438         (svn_cat_command_finalize), (svn_cat_command_run),
4439         (svn_cat_command_class_init), (svn_cat_command_new),
4440         (svn_cat_command_destroy), (svn_cat_command_get_output):
4441         * plugins/subversion/svn-cat-command.h:
4442         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4443         (svn_command_release_ui_lock), (simple_prompt),
4444         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4445         (svn_auth_ssl_server_trust_prompt_func_cb),
4446         (svn_auth_ssl_client_cert_prompt_func_cb),
4447         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4448         (svn_command_init), (svn_command_finalize),
4449         (svn_command_class_init), (svn_command_push_info),
4450         (svn_command_get_info_queue), (svn_command_set_error),
4451         (svn_command_get_client_context), (svn_command_get_pool),
4452         (svn_command_lock_ui), (svn_command_unlock_ui),
4453         (svn_command_get_revision), (svn_command_copy_path_list),
4454         (svn_command_free_path_list):
4455         * plugins/subversion/svn-command.h:
4456         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4457         (svn_commit_command_init), (svn_commit_command_finalize),
4458         (svn_commit_command_run), (svn_commit_command_class_init),
4459         (svn_commit_command_new), (svn_commit_command_destroy):
4460         * plugins/subversion/svn-commit-command.h:
4461         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4462         (svn_copy_command_init), (svn_copy_command_finalize),
4463         (svn_copy_command_run), (svn_copy_command_class_init),
4464         (svn_copy_command_new), (svn_copy_command_destroy):
4465         * plugins/subversion/svn-copy-command.h:
4466         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4467         (svn_diff_command_finalize), (svn_diff_command_run),
4468         (svn_diff_command_class_init), (svn_diff_command_new),
4469         (svn_diff_command_destroy), (svn_diff_command_get_output):
4470         * plugins/subversion/svn-diff-command.h:
4471         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4472         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4473         (svn_log_command_class_init), (svn_log_command_new),
4474         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4475         * plugins/subversion/svn-log-command.h:
4476         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4477         (svn_log_entry_finalize), (svn_log_entry_class_init),
4478         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4479         (svn_log_entry_get_author), (svn_log_entry_get_date),
4480         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4481         (svn_log_entry_get_full_log):
4482         * plugins/subversion/svn-log-entry.h:
4483         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4484         (svn_merge_command_finalize), (svn_merge_command_run),
4485         (svn_merge_command_class_init), (svn_merge_command_new),
4486         (svn_merge_command_destroy):
4487         * plugins/subversion/svn-merge-command.h:
4488         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4489         (svn_remove_command_init), (svn_remove_command_finalize),
4490         (svn_remove_command_run), (svn_remove_command_class_init),
4491         (svn_remove_command_new), (svn_remove_command_destroy),
4492         (svn_remove_command_get_path):
4493         * plugins/subversion/svn-remove-command.h:
4494         * plugins/subversion/svn-resolve-command.c:
4495         (svn_resolve_command_init), (svn_resolve_command_finalize),
4496         (svn_resolve_command_run), (svn_resolve_command_class_init),
4497         (svn_resolve_command_new), (svn_resolve_command_destroy):
4498         * plugins/subversion/svn-resolve-command.h:
4499         * plugins/subversion/svn-revert-command.c:
4500         (svn_revert_command_init), (svn_revert_command_finalize),
4501         (svn_revert_command_run), (svn_revert_command_class_init),
4502         (svn_revert_command_new), (svn_revert_command_destroy):
4503         * plugins/subversion/svn-revert-command.h:
4504         * plugins/subversion/svn-status-command.c:
4505         (svn_status_command_init), (svn_status_command_finalize),
4506         (on_svn_status_notify), (svn_status_command_run),
4507         (svn_status_command_class_init), (svn_status_command_new),
4508         (svn_status_command_destroy),
4509         (svn_status_command_get_status_queue):
4510         * plugins/subversion/svn-status-command.h:
4511         * plugins/subversion/svn-status.c: (svn_status_init),
4512         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4513         (svn_status_destroy), (svn_status_get_path),
4514         (svn_status_get_vcs_status):
4515         * plugins/subversion/svn-status.h:
4516         * plugins/subversion/svn-switch-command.c:
4517         (svn_switch_command_init), (svn_switch_command_finalize),
4518         (svn_switch_command_run), (svn_switch_command_class_init),
4519         (svn_switch_command_new), (svn_switch_command_destroy):
4520         * plugins/subversion/svn-switch-command.h:
4521         * plugins/subversion/svn-update-command.c:
4522         (svn_update_command_init), (svn_update_command_finalize),
4523         (svn_update_command_run), (svn_update_command_class_init),
4524         (svn_update_command_new), (svn_update_command_destroy):
4525         * plugins/subversion/svn-update-command.h:
4527         Now really committed all files from James patch (#457477)
4529 2007-11-08  Johannes Schmid <jhs@gnome.org>
4531         * TODO.tasks: Updated
4533 2007-11-08  James Liggett  <jrliggett@cox.net>
4535         reviewed by: Johannes Schmid <jhs@gnome.org>
4537         * configure.in:
4538         * libanjuta/Makefile.am:
4539         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4540         * libanjuta/anjuta-status.h:
4541         * libanjuta/libanjuta.h:
4542         * plugins/subversion/Makefile.am:
4543         * plugins/subversion/anjuta-subversion.glade:
4544         * plugins/subversion/anjuta-subversion.ui:
4545         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4546         (value_removed_project_root_uri), (activate_plugin),
4547         (deactivate_plugin), (finalize), (subversion_instance_init):
4548         * plugins/subversion/plugin.h:
4549         * plugins/subversion/subversion-actions.c:
4550         * plugins/subversion/subversion-actions.h:
4551         * plugins/subversion/subversion-callbacks.c:
4552         * plugins/subversion/subversion-callbacks.h:
4553         * plugins/subversion/svn-auth.c:
4554         * plugins/subversion/svn-auth.h:
4555         * plugins/subversion/svn-backend-priv.h:
4556         * plugins/subversion/svn-backend.c:
4557         * plugins/subversion/svn-backend.h:
4558         * plugins/subversion/svn-notify.c:
4559         * plugins/subversion/svn-notify.h:
4560         * plugins/subversion/svn-thread.c:
4561         * plugins/subversion/svn-thread.h:
4562         
4563         Commited alpha2 of the new subversion plugin (#457477)
4565 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4567         * plugins/debug-manager/command.c:
4568         Fix a stupid crash when changing a register value
4570 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4572         * libanjuta/interfaces/libanjuta.idl,
4573         plugins/debug-manager/command.c,
4574         plugins/debug-manager/command.h,
4575         plugins/debug-manager/start.c,
4576         plugins/gdb/plugin.c,
4577         plugins/gdb/debugger.c,
4578         plugins/gdb/debugger.h:
4579         Use anjuta terminal plugin instead of gnome terminal
4580         Select if a terminal is used in the the start_program function
4581         Move terminal code from debugger.c to plugin.c
4582         Partial fix of bug #481366
4584         * plugins/gdb/utilities.c,
4585         plugins/gdb/utilities.h:
4586         Remove gnome terminal check function
4588 2007-11-06  Johannes Schmid <jhs@gnome.org>
4590         * plugins/project-import/anjuta-project-import.glade:
4591         * plugins/project-import/project-import.c: (on_import_next),
4592         (on_import_finish), (project_import_set_directory):
4593         * plugins/project-wizard/property.c: (npw_property_create_widget),
4594         (npw_property_set_value_from_widget):
4595         
4596         Replaced gnome_file_entry with gtk_file_chooser_button
4597         Fixes #422329 – Creating a new directory in program options doesn't work
4598         
4599 2007-11-04  Massimo Cora' <maxcvs@email.it>
4601         * plugins/symbol-db/plugin.c:
4602         add all files at once on project_import.
4603         No need to split them into more languages: ctags
4604         and the engine will take care of that.
4606         * plugins/symbol-db/symbol-db-engine.h,
4607         * plugins/symbol-db/symbol-db-engine.c,
4608         * plugins/symbol-db/tables.sql,
4609         * plugins/symbol-db/test/Makefile.am,
4610         * plugins/symbol-db/test/main.c,
4611         * plugins/symbol-db/symbol-db-view-locals.c:
4612         some memory leaks fixed. Ported the thing to
4613         libgda 3.1.2 [or better svn HEAD].
4614         Thanks to a fresh new algorithm to detect
4615         parent scope we're able to display correcly
4616         a local gtktree, including classes not directly
4617         defined inside that file.
4619 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4621         * plugins/debug-manager/threads.c,
4622         plugins/debug-manager/stack_trace.c:
4623         Do not display address when not needed
4625         * plugins/debug-manager/plugin.c,
4626         plugins/debug-manager/breakpoints.c:
4627         Breakpoints directly connect to debugger signals
4629         * plugins/debug-manager/watch.c:
4630         program-unload signal does not exist used debugger-stopped
4632         * plugins/debug-manager/queue.c,
4633         libanjuta/interfaces/libanjuta.idl:
4634         Display error message returned by debugger command
4635         Add new error codes
4637 2007-11-04  Johannes Schmid <jhs@gnome.org>
4639         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4640         Bug 493062 – gcj template needs AC_PROG_CC
4641         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4643         * src/anjuta-actions.h:
4644         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4645         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4647 === anjuta 2.3.0 ===
4649 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4651         * AUTHORS: Updated
4653 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4655         * ChangeLog: Tagged 2.3.0 release.
4657         * plugins/indent/Makefile.am: Fixed indentation.
4659         * plugins/editor/aneditor-autocomplete.cxx:
4660         * plugins/editor/aneditor-priv.h:
4661         * plugins/editor/aneditor.cxx:
4662         * plugins/editor/aneditor.h: Commented out dead codes.
4664         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4665         Do not build symbol-db by
4666         default. Added 'unstable' in plugin description to signify it's
4667         developmental state.
4669         * plugins/file-manager/Makefile.am,
4670         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4672 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4674         * plugins/debug-manager/utilities.c,
4675         plugins/debug-manager/utilities.h,
4676         plugins/debug-manager/threads.c,
4677         plugins/debug-manager/plugin.c,
4678         plugins/debug-manager/plugin.h,
4679         plugins/debug-manager/disassemble.h,
4680         plugins/debug-manager/watch.c,
4681         plugins/debug-manager/watch.h,
4682         plugins/debug-manager/breakpoints.c,
4683         plugins/debug-manager/stack_trace.c:
4684         Replace few remaining function calls by signal 
4686         * plugins/debug-manager/disassemble.c,
4687         plugins/debug-manager/registers.c,
4688         plugins/debug-manager/memory.c,
4689         plugins/debug-manager/locals.c,
4690         plugins/debug-manager/queue.c,
4691         plugins/debug-manager/queue.h:
4692         Connect signals when debugger is started
4693         Disconnect them when debugger is stopped
4694         Do not display window if debugger doesn't support feature
4696         * plugins/gdb/plugin.c,
4697         libanjuta/interfaces/libanjuta.idl:
4698         Remove unused initialization function
4700 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4702         * configure.in:
4703         * plugins/file-manager/Makefile.am:
4704         * scripts/build-schemas.mk: Fixed 'make distcheck'
4706 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4708         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4709         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4710         to latest API additions.
4712         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4713         to API changes.
4715 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4717         * ChangeLog: Fixed indentation.
4718         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4719         branch.
4721 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4723         * libanjuta/interfaces/libanjuta.idl:
4724         * plugins/build-basic-autotools/build-basic-autotools.c:
4725         (build_compile_file_real), (build_build_project),
4726         (build_install_project), (build_clean_project),
4727         (build_configure_project), (build_autogen_project),
4728         (build_distribution_project), (build_build_module),
4729         (build_install_module), (build_clean_module), (fm_build),
4730         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4731         (finalize), (basic_autotools_plugin_instance_init),
4732         (ibuildable_set_command), (ibuildable_reset_commands),
4733         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4734         (ibuildable_install), (ibuildable_configure),
4735         (ibuildable_generate), (ibuildable_iface_init):
4736         * plugins/build-basic-autotools/build-basic-autotools.h:
4738         Added API for commands override in build interface and implemented
4739         them in build plugin. Useful for other plugins override build
4740         commands depending on project environment.
4742 2007-10-28  Naba Kumar  <naba@gnome.org>
4744         * src/anjuta.glade,
4745         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4746         Fixed widget alignment for dock switcher tab style combo and
4747         scratchbox path entrybox.
4749 2007-10-28  Johannes Schmid <jhs@gnome.org>
4751         * plugins/document-manager/plugin.c: (on_editor_changed):
4752         Fixed a memory leak and simplified code (thanks again Sébastien)
4753         
4754         * configure.in:
4755         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4756         and OFFSET sql statements)
4758 2007-10-28  Massimo Cora' <maxcvs@email.it>
4760         * plugins/symbol-db/plugin.c,
4761         plugins/symbol-db/symbol-db-engine.h,
4762         plugins/symbol-db/symbol-db-view.c,
4763         plugins/symbol-db/symbol-db-view.c,
4764         plugins/symbol-db/symbol-db-view-locals.c,
4765         plugins/symbol-db/symbol-db-view-locals.h,
4766         plugins/symbol-db/symbol-db-engine.c:
4767         Better end-of-file-scan detection, permitting
4768         an improved scope/inheritance parsing.
4769         Locals tab gtktree now displays correct
4770         namespace->class->children tree, even if
4771         in a C++ file there isn't class declaration.
4773 2007-10-27  Johannes Schmid <jhs@gnome.org>
4775         Patch from Stanislav Brabec <sbrabec@suse.cz>
4776         * configure.in:
4777         Bug 489798 – Do not rely on svn-config
4779         Patch from Michael Wolf <maw@ximian.com>:
4780         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4781         (egg_tree_model_filter_remove_node),
4782         (egg_tree_model_filter_row_deleted):
4783         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4785 2007-10-27  Johannes Schmid <jhs@gnome.org>
4787         * plugins/devhelp/anjuta-devhelp.ui:
4788         * plugins/message-view/anjuta-message-manager.ui:
4790         Added some separators to the toolbar
4791         
4792         * plugins/document-manager/plugin.c:
4793         (on_support_plugin_deactivated), (load_new_support_plugins),
4794         (unload_unused_support_plugins), (on_editor_changed):
4795         
4796         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
4797         for pointing out that is was crap.
4799 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
4801         * libanjuta/interfaces/libanjuta.idl,
4802         libanjuta/anjuta-plugin-manager.c,
4803         libanjuta/anjuta-plugin-manager.h,
4804         libanjuta/anjuta-c-plugin-factory.c,
4805         libanjuta/anjuta-c-module.h,
4806         libanjuta/anjuta-c-module.c:
4807         Report detailled error message in case of plugin loading failure
4809 2007-10-24  Johannes Schmid <jhs@gnome.org>
4811         * configure.in:
4812         * plugins/Makefile.am:
4813         
4814         Activate build of symbol-db plugin (when libgda is available)
4815         
4816         * plugins/document-manager/plugin.c:
4817         (on_support_plugin_deactivated), (on_editor_changed):
4818         
4819         Properly handle language support plugins even when they are
4820         unloaded by the session.
4821         
4822         * plugins/symbol-db/plugin.c: (register_stock_icons),
4823         Port to new REGISTER_ICONS stuff
4824   
4825 2007-10-22  Massimo Cora'  <maxcvs@email.it>
4827         * plugins/symbol-db/plugin.c,
4828         * plugins/symbol-db/symbol-db-view.c
4829         * plugins/symbol-db/symbol-db-engine.h,
4830         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
4831         * plugins/symbol-db/symbol-db-view-locals.c,
4832         * plugins/symbol-db/symbol-db-view-locals.h,
4833         * plugins/symbol-db/symbol-db-engine.c:
4834         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
4835         Added a new algorithm for dynamic population of the local symbols' tab.
4836         Now the default view is tree-like.
4837         Some fixes on engine correct some population issues.    
4839 2007-10-23  Naba Kumar  <naba@gnome.org>
4841         * plugins/glade/Makefile.am: Corrected conditional not to install
4842         .plugin file if plugin is disabled.
4843         * plugins/sourceview/Makefile.am: Corrected conditional not to
4844         install schemas if plugin is not built.
4846 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
4848         * plugins/debug-manager/queue.c:
4849         Fix #488061: Mutiple crash dialogs
4851         * plugins/gdb/debugger.c,
4852         plugins/gdb/debugger.h:
4853         Remove maximum gdb command length, should fix bug#474811
4855 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
4857         * manuals/reference/libanjuta/plugin-description-file.sgml,
4858         manuals/reference/libanjuta/libanjuta-docs.sgml,
4859         manuals/reference/libanjuta/libanjuta-sections.txt,
4860         libanjuta/interfaces/libanjuta.idl,
4861         libanjuta/anjuta-c-module.c,
4862         libanjuta/anjuta-c-plugin-factory.c:
4863         Document last changes in plugin code
4865 2007-10-19  Johannes Schmid <jhs@gnome.org>
4867         * plugins/subversion/subversion-callbacks.c: (check_filename):
4868         
4869         Fixed #487854 – Anjuta crashes when i try to add a SVN url
4871 2007-10-19  Naba Kumar  <naba@gnome.org>
4873         * plugins/file-manager/file-model.c: Fixed a critical runtime
4874         warning.
4876 2007-10-18  Johannes Schmid <jhs@gnome.org>
4878         * libanjuta/anjuta-ui.h:
4879         Small fix on icon macros
4880         
4881         * libanjuta/interfaces/libanjuta.idl:
4882         * plugins/language-manager/plugin.c: (ilanguage_get_name),
4883         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
4884         (ilanguage_iface_init):
4885         
4886         Added get_from_editor() and get_name_from_editor() methods
4887         to IAnjutaLanguage
4888         
4889         * plugins/document-manager/plugin.c:
4890         (update_editor_ui_interface_items), (on_editor_changed):
4891         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4892         .in:
4893         * plugins/language-support-cpp-java/plugin.c: (install_support):
4894         
4895         Ported plugins to use the new interface
4897 2007-10-17  Johannes Schmid <jhs@gnome.org>
4899         * libanjuta/anjuta-ui.h:
4900         
4901         Added macros to register stock icons to stop all this copy&paste
4902         which had spread over a lot of files. New macros support to add 
4903         icons with toolbar and menu size (16 and 24)
4904         
4905         * plugins/class-inheritance/plugin.c: (register_stock_icons):
4906         * plugins/debug-manager/images/anjuta-attach.svg:
4907         * plugins/debug-manager/images/anjuta-step-out.svg:
4908         * plugins/debug-manager/images/anjuta-step-over.svg:
4909         * plugins/debug-manager/plugin.c: (register_stock_icons):
4910         * plugins/document-manager/images/Makefile.am:
4911         * plugins/document-manager/images/anjuta-block-end.svg:
4912         * plugins/document-manager/images/anjuta-block-start.svg:
4913         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
4914         * plugins/document-manager/images/anjuta-bookmark.svg:
4915         * plugins/document-manager/images/anjuta-go-history-next.svg:
4916         * plugins/document-manager/images/anjuta-go-history-prev.svg:
4917         * plugins/document-manager/plugin.c: (register_stock_icons):
4918         * plugins/glade/plugin.c: (register_stock_icons):
4919         * plugins/language-support-cpp-java/plugin.c:
4920         (register_stock_icons):
4921         * plugins/message-view/Makefile.am:
4922         * plugins/message-view/anjuta-go-message-next.svg:
4923         * plugins/message-view/anjuta-go-message-prev.svg:
4924         * plugins/message-view/anjuta-message-view.svg:
4925         * plugins/message-view/messages.xpm:
4926         * plugins/message-view/plugin.c: (register_stock_icons):
4927         * plugins/patch/plugin.c: (patch_plugin_activate):
4928         * plugins/project-manager/plugin.c: (register_stock_icons):
4929         * plugins/search/Makefile.am:
4930         * plugins/search/anjuta-go-match-next.svg:
4931         * plugins/search/anjuta-go-match-prev.svg:
4932         * plugins/search/plugin.c: (activate_plugin):
4933         * plugins/symbol-browser/plugin.c: (register_stock_icons):
4934         * plugins/terminal/terminal.c: (register_stock_icons):
4935         * plugins/valgrind/plugin.c: (register_stock_icons):
4936         
4937         Updated to use the new icons and added several new and updated 
4938         icons from #480093
4940 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
4942         * libanjuta/anjuta-plugin-handle.c,
4943         libanjuta/anjuta-plugin-handle.h:
4944         Add a new path property containing the directory of the .plugin
4945         file, library file (.so or whatever) must be in the same directory
4947         * libanjuta/anjuta-plugin-manager.c,
4948         libanjuta/interfaces/libanjuta.idl,
4949         (removed) libanjuta/anjuta-glue-plugin.c,
4950         (removed) libanjuta/anjuta-glue-plugin.h,
4951         (removed) libanjuta/anjuta-glue-c.c,
4952         (removed) libanjuta/anjuta-glue-c.h,
4953         (removed) libanjuta/anjuta-glue-cpp.c,
4954         (removed) libanjuta/anjuta-glue-cpp.h,
4955         (removed) libanjuta/anjuta-glue-factory.c,
4956         (removed) libanjuta/anjuta-glue-factory.h,
4957         (added) libanjuta/anjuta-c-module.c,
4958         (added) libanjuta/anjuta-c-module.h,
4959         (added) libanjuta/anjuta-c-plugin-factory.c,
4960         (added) libanjuta/anjuta-c-plugin-factory.h,
4961         libanjuta/Makefile.am:
4962         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
4963         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
4964         implementing IAnjutaPluginFactory
4965         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
4967         * libanjuta/libanjuta.h:
4968         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
4969         interface)
4971         * libanjuta/anjuta-plugin.h:
4972         Replace AnjutaGluePlugin by GTypeModule
4973         Remove unused anjuta_glue_get_component_type replaced by
4974         g_type_from_name
4976         * plugins/build-basic-autotools/build-basic-autotools.h,
4977         plugins/class-gen/plugin.h,
4978         plugins/class-inheritance/plugin.h,
4979         plugins/cvs-plugin/plugin.h,
4980         plugins/debug-manager/plugin.h,
4981         plugins/devhelp/plugin.h,
4982         plugins/document-manager/plugin.h,
4983         plugins/editor/plugin.h,
4984         plugins/file-loader/plugin.h,
4985         plugins/file-wizard/plugin.h,
4986         plugins/gdb/plugin.h,
4987         plugins/glade/plugin.h,
4988         plugins/gtodo/plugin.h,
4989         plugins/indent/plugin.h,
4990         plugins/language-manager/plugin.h,
4991         plugins/language-support-cpp-java/plugin.h,
4992         plugins/macro/plugin.h,
4993         plugins/message-view/plugin.h,
4994         plugins/patch/plugin.h,
4995         plugins/profiler/plugin.h,
4996         plugins/project-import/plugin.h,
4997         plugins/project-manager/plugin.h,
4998         plugins/project-wizard/plugin.h,
4999         plugins/sample1/plugin.h,
5000         plugins/search/plugin.h,
5001         plugins/sourceview/plugin.h,
5002         plugins/subversion/plugin.h,
5003         plugins/symbol-browser/plugin.h,
5004         plugins/symbol-db/plugin.h,
5005         plugins/terminal/terminal.c,
5006         plugins/tools/plugin.h,
5007         plugins/valgrind/plugin.h:
5008         Replace AnjutaGluePlugin by GTypeModule
5010 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5012         * plugins/debug-manager/breakpoints.c:
5013         Fix bug#487112, crash while removing a breakpoint in a new file
5015 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5017         * plugins/document-manager/search-box.c:
5018         Fix a crash (with an useful comment) focus-out-event handler must
5019         return a gboolean
5021 2007-10-14 Johannes Schmid <jhs@gnome.org>
5023         * plugins/sourceview/sourceview.c:
5024         Hide calltip when "Up" or "Down" key is pressed
5026 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5028         * plugins/document-manager/search-box.c:
5029         Change included file order to avoid a compile error with gnome 2.16
5031 2007-10-13  Johannes Schmid <jhs@gnome.org>
5033         * plugins/debug-manager/plugin.c: (enable_log_view):
5034         
5035         Fixed crash when closing a project and unloading another while
5036         the debugger is enabled
5038 2007-10-13  Johannes Schmid <jhs@gnome.org>
5040         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5041         
5042         Use correct breakpoint icon
5043         
5044         * plugins/devhelp/Makefile.am:
5045         * plugins/devhelp/anjuta-go-help-next.svg:
5046         * plugins/devhelp/anjuta-go-help-prev.svg:
5047         * plugins/devhelp/plugin.c: (register_stock_icons),
5048         (devhelp_activate):
5049         
5050         Added new icons from #480093
5051         
5052         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5053         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5054         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5055         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5056         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5057         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5058         * plugins/message-view/anjuta-go-message-next.svg:
5059         * plugins/message-view/anjuta-go-message-prev.svg:
5060         
5061         Updated icons from #480093
5062                 
5063         * src/anjuta-actions.h:
5064         Use GTK_STOCK_FULLSCREEN
5065         
5066         * src/anjuta-app.c: (on_gdl_style_changed),
5067         (anjuta_app_instance_init):
5068         * src/anjuta.glade:
5069         
5070         Added preference option to set the gdl switcher style
5072 2007-10-13  Johannes Schmid <jhs@gnome.org>
5074         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5075         (get_property_value_as_string), (set_property_value_as_string),
5076         (register_callbacks):
5077         * libanjuta/anjuta-preferences.h:
5078         
5079         Support GtkFileChooserButton as preferences widget
5080         
5081         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5082         
5083         Fixed a Gtk-Critical
5084         
5085         * plugins/file-manager/Makefile.am:
5086         * plugins/file-manager/file-model.c: (file_model_filter_file),
5087         (file_model_add_dummy), (file_model_expand_idle),
5088         (file_model_set_property), (file_model_get_property),
5089         (file_model_class_init):
5090         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5091         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5092         (file_manager_activate), (file_manager_finalize),
5093         (file_manager_instance_init), (ipreferences_merge),
5094         (ipreferences_unmerge), (ipreferences_iface_init):
5095         * plugins/file-manager/plugin.h:
5096         
5097         Added preferences to file-manager
5099         * plugins/glade/plugin.c: (activate_plugin):
5100         
5101         Move Properties widget into center because it is way to big
5102         for the sidebar
5104 2007-10-10  Johannes Schmid <jhs@gnome.org>
5106         * plugins/language-support-cpp-java/Makefile.am:
5107         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5108         * plugins/language-support-cpp-java/anjuta-complete.svg:
5109         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5110         * plugins/language-support-cpp-java/plugin.c:
5111         (register_stock_icons):
5112         
5113         And yet some more icons...
5115 2007-10-10  Johannes Schmid <jhs@gnome.org>
5117         * plugins/debug-manager/breakpoints.c:
5118         * plugins/debug-manager/images/Makefile.am:
5119         * plugins/debug-manager/images/anjuta-bookmark.svg:
5120         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5121         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5122         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5123         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5124         * plugins/debug-manager/images/anjuta-linemark.svg:
5125         * plugins/debug-manager/images/anjuta-pcmark.svg:
5126         * plugins/debug-manager/plugin.c: (register_stock_icons):
5127         * plugins/debug-manager/sparse_view.c:
5128         * plugins/document-manager/images/Makefile.am:
5129         * plugins/document-manager/images/anjuta-block-select.svg:
5130         * plugins/document-manager/images/anjuta-fold-close.svg:
5131         * plugins/document-manager/images/anjuta-fold-open.svg:
5132         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5133         * plugins/document-manager/images/anjuta-indent-less.svg:
5134         * plugins/document-manager/images/anjuta-indent-more.svg:
5135         * plugins/document-manager/images/anjuta-swap.svg:
5136         * plugins/document-manager/images/block_select.xpm:
5137         * plugins/document-manager/images/fold_close.xpm:
5138         * plugins/document-manager/images/fold_open.xpm:
5139         * plugins/document-manager/images/fold_toggle.xpm:
5140         * plugins/document-manager/images/indent.xpm:
5141         * plugins/document-manager/images/indent_dcr.xpm:
5142         * plugins/document-manager/images/indent_inc.xpm:
5143         * plugins/document-manager/plugin.c: (register_stock_icons):    
5144         * plugins/editor/Makefile.am:
5145         * plugins/editor/anjuta-bookmark-16.xpm:
5146         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5147         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5148         * plugins/editor/anjuta-linemark-16.xpm:
5149         * plugins/editor/anjuta-pcmark-16.xpm:
5150         * plugins/editor/bookmark.xpm:
5151         * plugins/editor/breakpoint-disabled.xpm:
5152         * plugins/editor/breakpoint-enabled.xpm:
5153         * plugins/editor/linemarker.xpm:
5154         * plugins/editor/program-counter.xpm:
5155         * plugins/editor/text_editor.c:
5156         * plugins/message-view/Makefile.am:
5157         * plugins/message-view/anjuta-go-message-next.svg:
5158         * plugins/message-view/anjuta-go-message-prev.svg:
5159         * plugins/message-view/anjuta-message-manager.ui:
5160         * plugins/message-view/plugin.c:
5161         * plugins/sourceview/Makefile.am:
5162         * plugins/sourceview/sourceview.c:
5164         Integrated lots of icons from #480093
5165         Thanks to <tpgww@onepost.net>
5167         * plugins/document-manager/plugin.c:
5168         Do not mark the line in ifile_open(), that looks ugly.
5169         
5170         * plugins/document-manager/search-box.c: (on_search_focus_out),
5171         (search_box_init):
5172         Clear the status bar on focus_out.
5173         
5174         * plugins/file-loader/anjuta-loader-plugin.ui:
5175         Fixed a missing "="
5177 2007-10-09  Johannes Schmid <jhs@gnome.org>
5179         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5180         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5182         Some things I missed in the patch for #484419
5183         
5184         * plugins/document-manager/action-callbacks.c:
5185         (on_new_file_activate):
5186         * plugins/document-manager/action-callbacks.h:
5187         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5188         (on_window_key_press_event), (on_gconf_notify_timer):
5189         
5190         484645 – patch to deal with docman FIXME etc
5191         
5192         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5193         * plugins/search/search-replace.c: (search_and_replace),
5194         (write_message_pane), (search_replace_populate),
5195         (translate_dialog_strings), (create_dialog),
5196         (anjuta_search_replace_activate):
5197         * plugins/search/search-replace_backend.c:
5198         (file_buffer_new_from_path), (get_next_match),
5199         (create_search_entries), (regex_backref),
5200         (clear_search_replace_instance):
5201         * plugins/search/search-replace_backend.h:
5202         
5203         #484573 – patch to correct various search-related issues
5204         
5205         Thanks for the above patches to <tpgww@onepost.net>
5206         
5207         * plugins/sourceview/sourceview.c:
5208         (sourceview_create_highligth_indic):
5209         
5210         Use the same marker for important as gedit (yellow background)
5212         * plugins/document-manager/anjuta-document-manager.ui:
5213         * plugins/file-loader/anjuta-file-loader.ui:
5214         * plugins/file-loader/plugin.c:
5215         
5216         Moved FileNew action to document-manager
5218 2007-10-08  Johannes Schmid <jhs@gnome.org>
5220         * plugins/document-manager/search-box.c: (on_search_activated):
5221         Mark messages for translation
5223 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5225         reviewed by: Johannes Schmid <jhs@gnome.org>
5227         * plugins/Makefile.am:
5228         * plugins/build-basic-autotools/build-basic-autotools.c:
5229         (build_compile_file_real):
5230         * plugins/search/search-replace.c:
5231         * plugins/valgrind/preferences.c: (build_general_prefs):
5232         
5233         Fix #484379 – Contents of Makefile.am plugins and
5234         #484419 – Improvement into translation
5236 2007-10-06  Johannes Schmid <jhs@gnome.org>
5238         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5240         Fixed to properly support pointer-to-pointer (**) types
5242         * libanjuta/interfaces/libanjuta.idl:
5243         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5244         * plugins/sourceview/sourceview-cell.h:
5245         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5246         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5247         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5248         (isearch_backward), (isearch_iface_init):
5249         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5250         (itext_editor_iface_init), (iselection_set_iter),
5251         (iselection_get_start_iter), (iselection_get_end_iter),
5252         (iselection_iface_init), (isearch_forward), (isearch_backward),
5253         (isearch_iface_init):
5254         
5255         Added IAnjutaEditorSearch interface and some utility methods to
5256         migrate from positions to iterators for the editor interface.
5257         
5258         * plugins/document-manager/Makefile.am:
5259         * plugins/document-manager/action-callbacks.c:
5260         (on_goto_line_no1_activate), (on_show_search):
5261         * plugins/document-manager/action-callbacks.h:
5262         * plugins/document-manager/anjuta-docman.c:
5263         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5264         (anjuta_docman_grab_text_focus):
5265         * plugins/document-manager/anjuta-document-manager.ui:
5266         * plugins/document-manager/goto_line.c: (removed)
5267         * plugins/document-manager/goto_line.h: (removed)
5268         * plugins/document-manager/search-box.c:
5269         * plugins/document-manager/search-box.h:
5270         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5271         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5272         (update_editor_ui_interface_items), (on_editor_added),
5273         (activate_plugin), (deactivate_plugin):
5274         * plugins/document-manager/plugin.h:
5275         
5276         Created new incremental "Quick Search" bar in the document manager to
5277         replace the crappy EggToolbar entries. Uses the new search interface and
5278         it thus much faster and more reliable.
5279         Fixes: 
5280         Bug 357544 – incremental search should work consistently (or not at all) 
5281         when main toolbar is hidden
5282         Bug 440637 – Search, don't work very well (partly for incremental search)
5283         
5284         * plugins/search/anjuta-search.ui:
5285         * plugins/search/plugin.c: (activate_plugin):
5286         
5287         Removed incremental search stuff
5288         
5289         * plugins/build-basic-autotools/build-basic-autotools.c:
5290         (on_session_save), (on_session_load):
5291         * plugins/build-basic-autotools/executer.c:
5292         (get_program_parameters):
5293         
5294         Scroll to selected executable and remember it across sessions
5295         (followup of #477976)
5296         
5297         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5298         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5299         
5300         * plugins/devhelp/anjuta-devhelp.ui:
5301         Rearraged toolbar items a bit
5303 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5305         * plugins/debug-manager/command.c,
5306         plugins/debug-manager/queue.c,
5307         plugins/gdb/plugin.c,
5308         plugins/gdb/debugger.c:
5309         Fix several crashing bugs (including bug#482985) with the debugger
5310         when closing project, stopping the debugger, restarting the program
5312 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5314         * libanjuta/anjuta-launcher.c:
5315         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5317 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5319         * plugins/debug-manager/command.c,
5320         plugins/debug-manager/queue.c:
5321         Asynchronous command can abort other commands in queue
5322         Resynchronize debugger state when a command is cancelled
5324         * plugins/debug-manager/breakpoints.c:
5325         Free BreakpointItem only when it is not used anymore
5327         * plugins/gdb/plugin.c:
5328         Do not return TRUE if the callback and/or ready signal is not used
5330         * plugins/gdb/debugger.c:
5331         Fix a crash, return correct state when debugger is stopped
5333 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5335         * plugins/project-wizard/autogen.c:
5336         Fix bug#482067, escape project wizard user defined strings
5338 2007-10-01  Johannes Schmid <jhs@gnome.org>
5340         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5341         .glade:
5342         * plugins/build-basic-autotools/build-basic-autotools.c:
5343         (basic_autotools_plugin_instance_init):
5344         * plugins/build-basic-autotools/build-basic-autotools.h:
5345         * plugins/build-basic-autotools/executer.c:
5346         (get_program_parameters):
5347         
5348         Fixed #477976 – Keybinding in run dialog
5350 2007-09-30  Johannes Schmid <jhs@gnome.org>
5352         * plugins/Makefile.am:
5353         Do not build indent plugin (yet)
5354         
5355         * plugins/document-manager/plugin.c: (ipreferences_merge):
5356         Fixed unintentional and wrong change
5358         * plugins/indent/anjuta-indent.ui:
5359         Added missing file
5361 2007-09-28  Johannes Schmid <jhs@gnome.org>
5363         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5364         * libanjuta/anjuta-launcher.h:
5365         Add a method to send EOF to some process. Needed for the indent plugin
5366         and should be useful in general. It does not actually send EOF as this
5367         is not possible with utf-8, but closes the stream instead.
5369         * plugins/devhelp/plugin.c: (value_added_current_editor):
5370         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5371         IAnjutaDocument switch.
5373         * configure.in:
5374         * plugins/Makefile.am:
5375         * plugins/document-manager/Makefile.am:
5376         * plugins/document-manager/action-callbacks.c:
5377         * plugins/document-manager/anjuta-document-manager.glade:
5378         * plugins/document-manager/anjuta-document-manager.ui:
5379         * plugins/document-manager/images/Makefile.am:
5380         * plugins/document-manager/images/indent_auto.xpm:
5381         * plugins/document-manager/images/indent_set.xpm:
5382         * plugins/document-manager/indent-dialog.c:
5383         * plugins/document-manager/indent-dialog.h:
5384         * plugins/document-manager/indent-util.c:
5385         * plugins/document-manager/indent-util.h:
5386         * plugins/document-manager/indent_test.c:
5387         * plugins/document-manager/plugin.c: (register_stock_icons),
5388         (docman_plugin_instance_init), (ipreferences_merge):
5389         * plugins/document-manager/plugin.h:
5390         
5391         Removed indent code from document manager
5392         
5393         * plugins/indent/Makefile.am:
5394         * plugins/indent/indent-dialog.c:
5395         * plugins/indent/indent-util.c: (indent_init_indent_style):
5396         * plugins/indent/indent.glade:
5397         * plugins/indent/indent.plugin.in:
5398         * plugins/indent/plugin.c: (on_indent_finished),
5399         (on_indent_output), (on_indent_action_activate),
5400         (on_edit_editor_indent), (on_style_combo_changed),
5401         (value_added_current_editor), (value_removed_current_editor),
5402         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5403         (indent_plugin_finalize), (indent_plugin_dispose),
5404         (anjuta_indent_plugin_instance_init),
5405         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5406         (ipreferences_unmerge), (ipreferences_iface_init):
5407         * plugins/indent/plugin.h:
5409         Moved indent code to it's own plugin. Also reimplemented indent invocation
5410         using anjuta_launcher and streams. This is not yet completely working, maybe
5411         I got something wrong with the launcher.
5412         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5414 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5416         * plugins/debug-manager/plugin.c:
5417         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5419 2007-09-27  Johannes Schmid <jhs@gnome.org>
5421         * libanjuta/interfaces/libanjuta.idl:
5422         * plugins/Makefile.am:
5423         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5424         (isymbol_type_str), (isymbol_name), (isymbol_args),
5425         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5426         (isymbol_impl), (isymbol_iface_init):
5427         * plugins/symbol-browser/an_symbol_info.c:
5428         * plugins/symbol-browser/an_symbol_info.h:
5429         * plugins/symbol-db/Makefile.am:
5430         * plugins/symbol-db/plugin.c:
5431         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5432         (value_added_current_editor), (on_editor_foreach_clear),
5433         (value_removed_current_editor), (project_root_added),
5434         (symbol_db_activate), (symbol_db_deactivate),
5435         (isymbol_manager_search):
5436         * plugins/symbol-db/readtags.c: (initialize_1):
5437         * plugins/symbol-db/symbol-db-engine-iterator.c:
5438         (sdb_engine_iterator_instance_init),
5439         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5440         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5441         (symbol_db_engine_iterator_move_next),
5442         (symbol_db_engine_iterator_move_prev),
5443         (symbol_db_engine_iterator_get_n_items),
5444         (symbol_db_engine_iterator_last),
5445         (symbol_db_engine_iterator_set_position),
5446         (symbol_db_engine_iterator_get_position),
5447         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5448         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5449         (isymbol_iter_foreach), (isymbol_iter_set_position),
5450         (isymbol_iter_get_position), (isymbol_iter_get_length),
5451         (isymbol_iter_clone), (isymbol_iter_assign),
5452         (isymbol_iter_iface_init):
5453         * plugins/symbol-db/symbol-db-engine-iterator.h:
5454         * plugins/symbol-db/symbol-db-engine.c:
5455         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5456         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5457         (sdb_engine_finalize), (sdb_engine_get_type),
5458         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5459         (sdb_engine_get_table_id_by_unique_name2),
5460         (sdb_engine_get_table_id_by_unique_name3),
5461         (symbol_db_engine_add_new_workspace),
5462         (symbol_db_engine_get_opened_project_name),
5463         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5464         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5465         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5466         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5467         (sdb_engine_add_new_scope_definition),
5468         (sdb_engine_add_new_tmp_heritage_scope),
5469         (sdb_engine_second_pass_update_scope_1),
5470         (sdb_engine_second_pass_update_heritage),
5471         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5472         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5473         (symbol_db_engine_update_project_symbols),
5474         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5475         (symbol_db_engine_update_buffer_symbols),
5476         (sdb_engine_walk_down_scope_path),
5477         (sdb_engine_prepare_symbol_info_sql),
5478         (symbol_db_engine_get_global_members),
5479         (symbol_db_engine_get_scope_members_by_symbol_id),
5480         (symbol_db_engine_get_scope_members),
5481         (symbol_db_engine_get_current_scope),
5482         (symbol_db_engine_get_file_symbols):
5483         * plugins/symbol-db/symbol-db-engine.h:
5484         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5485         (on_symbol_updated), (on_symbol_inserted),
5486         (symbol_db_view_locals_get_line),
5487         (symbol_db_view_locals_update_list):
5488         * plugins/symbol-db/symbol-db-view-search.c:
5489         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5490         * plugins/symbol-db/symbol-db-view-search.h:
5491         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5492         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5493         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5494         * plugins/symbol-db/tables.sql:
5495         * plugins/symbol-db/test/Makefile.am:
5496         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5497         Updated patch from Massimo to improve symbol-db plugin
5499         * plugins/document-manager/plugin.c: (on_editor_changed):
5500         Make the code a bit more robust
5501         
5502         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5503         (anjuta_document_get_property), (anjuta_document_class_init),
5504         (anjuta_document_init), (set_uri), (document_loader_loaded),
5505         (anjuta_document_load), (document_saver_saving):
5506         * plugins/sourceview/anjuta-document.h:
5507         * plugins/sourceview/sourceview.c: (autodetect_language),
5508         (ilanguage_set_language), (ilanguage_get_language):
5509         Fix language detection on startup
5511 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5513         * plugins/document-manager/action-callbacks.c:
5514         (on_editor_command_upper_case_activate),
5515         (on_editor_command_lower_case_activate): Leftover commit from previous
5516         commit (see last changlog entry by me).
5517         
5518         * plugins/file-manager/plugin.c: (file_manager_activate):
5519         Gave proper widget name so that layout works.
5521 2007-09-26  Johannes Schmid <jhs@gnome.org>
5523         * plugins/document-manager/plugin.c: (on_editor_changed),
5524         (docman_plugin_instance_init):
5525         Only unload/load language-support plugins if necessary.
5526         
5527         * plugins/language-manager/plugin.c: (language_manager_activate):
5528         Removed some debugging code
5530         * plugins/sourceview/sourceview.c: (on_document_saved),
5531         (ilanguage_set_language), (ilanguage_get_language):
5532         Fixed ianjuta_language interface and ensure that highlighting is
5533         activated when a new file is saved.
5534         
5535 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5537         * libanjuta/interfaces/libanjuta.idl:
5538         * plugins/document-manager/action-callbacks.c:
5539         (on_editor_command_upper_case_activate),
5540         (on_editor_command_lower_case_activate):
5541         * plugins/editor/text_editor.c: (iselection_has_selection),
5542         (iselection_get_start), (iselection_get_end),
5543         (iselection_iface_init):
5544         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5545         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5546         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5547         method and implemented it for both scintilla and sourceview editors.
5548         Updated document-manager and assist plugins to use the new method.
5550 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5552         * plugins/file-manager/file-view.c:
5553         Fix typo, allow to compile new file manager with gtk < 2.12
5555 2007-09-25  Johannes Schmid <jhs@gnome.org>
5557         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5558         Support Auto-Indent for single lines (e.g no selection);
5559         
5560         * plugins/macro/plugin.c:
5561         Do not use the same shortcut as auto-indent does
5562         
5563         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5564         Optimized keyboard navigation - do not emit char_added when only
5565         navigation keys have been pressed.
5567 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5569         * plugins/language-support-cpp-java/cpp-java-assist.c:
5570         (on_assist_chosen), (cpp_java_assist_install),
5571         (cpp_java_assist_uninstall):
5572         * plugins/language-support-cpp-java/plugin.c: (install_support),
5573         (uninstall_support): Install and uninstall support in correct order.
5574         Fixes a bug where it was installed multiple times resulting in
5575         inserting autocomplete text multiple times.
5577 2007-09-25  Johannes Schmid <jhs@gnome.org>
5579         * configure.in:
5580         Add GNOME_WARNING_FLAGS(maximum) and
5581         GNOME_CXX_WARNIGS(yes) to avoid bugs
5582         the compiler can warn you.
5583         
5584         * libegg/test-tree-utils.c: (key_test):
5585         * plugins/file-manager/file-model.c:
5586         (file_model_cancel_expand_idle), (file_model_sort),
5587         (file_model_row_expanded):
5588         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5589         (file_view_refresh), (file_view_get_selected), (file_view_init),
5590         (file_view_new):
5591         * plugins/file-manager/file-view.h:
5592         * plugins/symbol-db/readtags.c: (initialize_1):
5593         * src/main.c:
5594         
5595         Fixed the more critical warnings
5597 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5599         Icons from tpgww@onepost.net:
5600         * configure.in:
5601         * plugins/debug-manager/Makefile.am:
5602         * plugins/debug-manager/images/Makefile.am:
5603         * plugins/debug-manager/images/anjuta-attach.svg:
5604         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5605         * plugins/debug-manager/images/anjuta-step-into.svg:
5606         * plugins/debug-manager/images/anjuta-step-out.svg:
5607         * plugins/debug-manager/images/anjuta-step-over.svg:
5608         * plugins/debug-manager/plugin.c: (register_stock_icons):
5609         * plugins/document-manager/Makefile.am:
5610         * plugins/document-manager/block_select.xpm:
5611         * plugins/document-manager/fold_close.xpm:
5612         * plugins/document-manager/fold_open.xpm:
5613         * plugins/document-manager/fold_toggle.xpm:
5614         * plugins/document-manager/images/Makefile.am:
5615         * plugins/document-manager/images/anjuta-block-end.svg:
5616         * plugins/document-manager/images/anjuta-block-start.svg:
5617         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5618         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5619         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5620         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5621         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5622         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5623         * plugins/document-manager/indent.xpm:
5624         * plugins/document-manager/indent_auto.xpm:
5625         * plugins/document-manager/indent_dcr.xpm:
5626         * plugins/document-manager/indent_inc.xpm:
5627         * plugins/document-manager/indent_set.xpm:
5628         * plugins/document-manager/plugin.c: Added nicer icons for
5629         document manager and debugger. Organized icons in 'images'
5630         directories.
5632 2007-09-24  Johannes Schmid <jhs@gnome.org>
5634         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5635         Fixed a missing NULL in g_object_set.
5637 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5639         * plugins/language-support-cpp-java/cpp-java-assist.c:
5640         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5641         scope memebers just after scope operator is entered.
5643 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5645         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5646         * plugins/language-support-cpp-java/cpp-java-assist.c:
5647         (completion_function), (completion_compare),
5648         (cpp_java_assist_tag_destroy), (create_completion),
5649         (cpp_java_assist_destroy_completion_cache),
5650         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5651         Show '()' for function items in autocomplete list. Allow adding
5652         ' ' and/or '(' after function call autocompletion and have preferences
5653         settings for them.
5655 2007-09-24  Johannes Schmid <jhs@gnome.org>
5657         * sourceview.c: Reverting patch from r3157 because
5658         of side-effects
5660 2007-09-24  Johannes Schmid <jhs@gnome.org>
5662         * plugins/search/search-replace.c: (on_message_clicked):
5664         Fixed #427104 – No "highlight" of lines matching find-result
5666 2007-09-24  Johannes Schmid <jhs@gnome.org>
5668         * src/anjuta.glade:
5670         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5672 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5674         reviewed by: Johannes Schmid <jhs@gnome.org>
5676         * plugins/build-basic-autotools/executer.c: (execute_program):
5677         Fix #478238 – set env for execute programe in the terminal
5679 2007-09-24 Tom <tpgww@onepost.net>
5681         reviewed by: Johannes Schmid <jhs@gnome.org>
5683         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5684         Fix memory leak
5685         
5686         * plugins/debug-manager/disassemble.c: (on_disassemble):
5687         Correct a format string in DEBUG_PRINT()
5689 2007-09-23  Johannes Schmid <jhs@gnome.org>
5691         * plugins/sourceview/sourceview.c: (offset_to_position),
5692         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5693         (ieditor_get_position), (iselect_set), (iselect_get_start),
5694         (iselect_get_end):
5695         
5696         Fixed #Bug 440637 – Search, don't work very well
5698 2007-09-23  Johannes Schmid <jhs@gnome.org>
5700         * plugins/file-manager/file-model.c: (file_model_get_filename):
5701         * plugins/file-manager/file-model.h:
5702         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5703         (file_view_init), (file_view_class_init):
5704         * plugins/message-view/message-view.c:
5705         (message_view_query_tooltip), (message_view_dispose),
5706         (message_view_instance_init), (message_view_class_init):
5708         Added GTK+ 2.12 style tooltips to file-manager and message view.
5709         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5710         old implementation is used.
5712 2007-09-23  Johannes Schmid <jhs@gnome.org>
5714         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5715         Fixed typo
5716         
5717         * plugins/language-manager/language-manager.plugin.in:
5718         Marked UserActivatable=FALSE
5719         
5720         * plugins/language-manager/plugin.c: (load_languages),
5721         (language_manager_activate), (language_manager_deactivate),
5722         (language_manager_dispose), (language_manager_instance_init),
5723         (language_manager_find_mime_type), (language_manager_find_string),
5724         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5725         (ilanguage_get_name), (ilanguage_get_strings):
5726         
5727         Fixed various stupid bugs in language-manager plugin
5728         
5729         * plugins/symbol-db/symbol-db-engine.c:
5730         (sdb_engine_second_pass_update_scope_1):
5731         
5732         Add a g_return_if_fail to avoid a crash though still unsure
5733         what's causing it.
5735 2007-09-23  Johannes Schmid <jhs@gnome.org>
5737         * plugins/symbol-db/plugin.c: (on_project_element_added),
5738         (sources_array_free), (sources_array_add_foreach),
5739         (project_root_added):
5740         * plugins/symbol-db/symbol-db-engine.c:
5741         (symbol_db_engine_add_new_files):
5742         * plugins/symbol-db/symbol-db-engine.h:
5743         
5744         Added support for other languages than "C" to symbol-db. Now
5745         supports all languages listed by the language-manager.
5747 2007-09-23  Tom <tpgww@onepost.net>
5749         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5751         * configure.in:
5752         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5753         
5754         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5755         (anjuta_glue_factory_get_object_type):
5756         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5757         * plugins/build-basic-autotools/build-basic-autotools.c:
5758         (value_added_current_editor):
5759         * plugins/debug-manager/breakpoints.c:
5760         (breakpoints_dbase_edit_breakpoint),
5761         (on_toggle_breakpoint_activate):
5762         * plugins/debug-manager/plugin.c:
5763         (on_run_to_cursor_action_activate):
5764         * plugins/debug-manager/stack_trace.c:
5765         (dma_thread_update_stack_trace):
5766         * plugins/gdb/plugin.c:
5767         * plugins/glade/plugin.c: (ifile_open):
5768         * plugins/profiler/gprof-call-graph-view.c:
5769         * plugins/profiler/gprof-flat-profile-view.c:
5770         * plugins/profiler/gprof-function-call-tree-view.c:
5771         * plugins/profiler/gprof-options.c: (setup_widgets):
5772         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5773         * plugins/search/search-replace_backend.c:
5774         (file_buffer_new_from_te):
5775         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5776         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5777         (assist_window_get_property), (assist_window_move):
5778         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5779         (value_added_current_editor):
5780         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5781         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5782         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5783         
5784         Many small code, warnings and leak fixes
5786 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
5788         * (removed) plugins/debug-manager/debugger.c,
5789         (removed) plugins/debug-manager/debugger.h,
5790         (added) plugins/debug-manager/command.c,
5791         (added) plugins/debug-manager/command.h,
5792         (added) plugins/debug-manager/queue.c,
5793         (added) plugins/debug-manager/queue.h,
5794         plugins/debug-manager/breakpoints.c,
5795         plugins/debug-manager/debug_tree.c,
5796         plugins/debug-manager/debug_tree.h,
5797         plugins/debug-manager/disassemble.c,
5798         plugins/debug-manager/disassemble.h,
5799         plugins/debug-manager/locals.c,
5800         plugins/debug-manager/locals.h,
5801         plugins/debug-manager/memory.c,
5802         plugins/debug-manager/memory.h,
5803         plugins/debug-manager/plugin.c,
5804         plugins/debug-manager/plugin.h,
5805         plugins/debug-manager/registers.c,
5806         plugins/debug-manager/registers.h,
5807         plugins/debug-manager/sharedlib.c,
5808         plugins/debug-manager/sharedlib.h,
5809         plugins/debug-manager/signals.c,
5810         plugins/debug-manager/signals.h,
5811         plugins/debug-manager/stack_trace.c,
5812         plugins/debug-manager/stack_trace.h,
5813         plugins/debug-manager/start.h,
5814         plugins/debug-manager/start.c,
5815         plugins/debug-manager/threads.c,
5816         plugins/debug-manager/threads.h,
5817         plugins/debug-manager/watch.c,
5818         plugins/debug-manager/watch.h,
5819         plugins/debug-manager/Makefile.am,
5820         plugins/gdb/debugger.c,
5821         plugins/gdb/debugger.h,
5822         plugins/gdb/plugin.c,
5823         libanjuta/interfaces/libanjuta.idl:
5824         Split debug-manager/debugger.c into command.c and queue.c
5825         Clean up debugger queue
5826         DmaDebuggerQueue object does not implement IAnjutaDebugger
5828 2007-09-23  Johannes Schmid <jhs@gnome.org>
5830         * configure.in:
5831         Bumped version to 2.3.0 (to ensure bugzilla bugs are
5832         set correctly, etc.)
5833         
5834         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5835         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
5836         (plugin_set_update):
5837         
5838         Show an error dialog instead of crashing when plugin loading fails
5840         * plugins/language-manager/Makefile.am:
5841         * plugins/language-manager/language-manager.plugin.in:
5842         * plugins/language-manager/languages.xml:
5843         * plugins/language-manager/plugin.c: (language_destroy),
5844         (load_languages), (language_manager_activate),
5845         (language_manager_deactivate), (language_manager_finalize),
5846         (language_manager_dispose), (language_manager_instance_init),
5847         (language_manager_class_init), (language_manager_find_mime_type),
5848         (language_manager_find_string), (ilanguage_get_from_mime_type),
5849         (ilanguage_get_from_string), (ilanguage_get_name),
5850         (ilanguage_get_strings), (ilanguage_iface_init):
5851         * plugins/language-manager/plugin.h:
5852         
5853         Added new language-manager plugin to have a better organisation for
5854         language names. The xml probabaly needs to be extended over time.
5855         
5856         * plugins/Makefile.am:
5857         * plugins/document-manager/plugin.c: (on_editor_changed):
5858         
5859         Adapted to new IAnjutaLanguage interface. Do not unload language-support
5860         because it does not really save memory but makes tab switching slow.
5861         
5862         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5863         .in:
5864         * plugins/language-support-cpp-java/plugin.c: (install_support),
5865         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
5866         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
5867         unloading
5869         * plugins/language-support-cpp-java/cpp-java-assist.c:
5870         (cpp_java_assist_show_autocomplete):
5871         
5872         Fix autocomplete to only show valid completions
5874         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5875         Calltips always have correct size and position now
5877 2007-09-22  Johannes Schmid <jhs@gnome.org>
5879         * plugins/search/search-replace_backend.c: (get_next_match):
5880         Removed code introduced by accident that causes a crash.
5881         
5882         * plugins/sourceview/sourceview-tags.c:
5883         * plugins/sourceview/sourceview-tags.h:
5884         Removed ununsed files
5886 2007-09-22  Johannes Schmid <jhs@gnome.org>
5888         * plugins/language-support-cpp-java/cpp-java-assist.c:
5889         Fixed build error
5891 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5893         * plugins/language-support-cpp-java/cpp-java-assist.c:
5894         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
5895         Increased matching brace search to 500 chars.
5897 2007-09-21  Johannes Schmid <jhs@gnome.org>
5899         * plugins/language-support-cpp-java/cpp-java-assist.c:
5900         (cpp_java_assist_get_pre_word),
5901         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
5902         
5903         Added some profiling debug code
5904         
5905         * plugins/language-support-cpp-java/cpp-java-utils.c:
5906         (cpp_java_util_jump_to_matching_brace):
5907         * plugins/language-support-cpp-java/cpp-java-utils.h:
5908         * plugins/language-support-cpp-java/plugin.c:
5909         (get_line_indentation_base), (get_line_auto_indentation):
5910         
5911         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
5912         avoid looping over the whole file when using calltips which is too slow and
5913         unneeded.
5914         
5915         * plugins/sourceview/assist-tip.c: (assist_tip_init),
5916         (assist_tip_set_tips), (assist_tip_get_coordinates),
5917         (assist_tip_new):
5918         * plugins/sourceview/sourceview.c: (iassist_show_tips):
5919         
5920         Better calltips appearance (use theme now) and avoid jumping
5921         calltips
5923 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5925         * plugins/document-manager/plugin.c:
5926         (update_editor_ui_interface_items):
5927         * plugins/language-support-cpp-java/plugin.c: (install_support),
5928         (uninstall_support): Moved autocomplete ui update code from
5929         document-manager to language-plugin.
5931 2007-09-21  Johannes Schmid <jhs@gnome.org>
5933         * libanjuta/interfaces/libanjuta.idl:
5934         
5935         Added IAnjutaLanguage interface (might still change...) for
5936         the upcoming language-manager plugin.
5937         
5938         * plugins/file-manager/Makefile.am:
5939         * plugins/file-manager/file-model.c:
5940         (file_model_cancel_expand_idle), (file_model_add_dummy),
5941         (file_model_expand_idle), (file_model_sort),
5942         (file_model_row_expanded), (file_model_row_collapsed),
5943         (file_model_init), (file_model_finalize),
5944         (file_model_set_property), (file_model_get_property),
5945         (file_model_class_init), (file_model_new), (file_model_refresh),
5946         (file_model_get_uri):
5947         * plugins/file-manager/file-model.h:
5948         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5949         (file_view_expand_row_idle), (file_view_refresh),
5950         (file_view_get_selected), (file_view_button_press_event),
5951         (file_view_selection_changed), (file_view_init),
5952         (file_view_get_property), (file_view_set_property),
5953         (file_view_finalize), (file_view_class_init):
5954         
5955         Split up model/view as far as possible and fixed some file-manager
5956         bugs (popup-menu and incorrect project loading).
5957         
5958         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5959         Use monospace font for tips.
5960         
5961         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
5962         (sourceview_cell_new), (icell_get_character), (icell_get_length),
5963         (icell_get_attribute), (icell_style_get_font_description),
5964         (icell_style_get_color), (icell_style_get_background_color),
5965         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
5966         (iiter_foreach), (iiter_set_position), (iiter_get_position),
5967         (iiter_get_length), (iiter_clone), (iiter_assign):
5969         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
5970         interface. This is way faster though it has the drawback to create invalid
5971         iterators if the buffer is changed.
5973 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5975         * libanjuta/interfaces/libanjuta.idl:
5976         * plugins/document-manager/action-callbacks.c:
5977         * plugins/document-manager/anjuta-document-manager.ui:
5978         * plugins/document-manager/plugin.c: (register_stock_icons):
5979         * plugins/editor/text_editor.c:
5980         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5981         * plugins/language-support-cpp-java/cpp-java-assist.c:
5982         (cpp_java_assist_get_calltip_context):
5983         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
5984         (register_stock_icons), (cpp_java_plugin_activate_plugin):
5986         Moved autocomplete menu action from document-manager to assist plugin
5987         and got rid of deprecated autocomplete interface.
5989 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5991         * libanjuta/interfaces/libanjuta.idl:
5992         * plugins/editor/text_editor.c: (iassist_iface_init):
5993         * plugins/language-support-cpp-java/cpp-java-assist.c:
5994         (cpp_java_assist_check), (on_assist_chosen):
5995         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5996         Removed react() methods in both editors and assist interface. Assist
5997         plugin itself handles setting the autocomplete. Also fixed
5998         some mem leaks.
6000 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6002         * plugins/file-manager/Makefile.am:
6003         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6004         (file_view_expand_idle), (file_view_init):
6005         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6006         (file_manager_set_default_uri), (project_root_added),
6007         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6008         (file_manager_activate), (file_manager_deactivate),
6009         (file_manager_instance_init), (file_manager_class_init),
6010         (ifile_manager_set_root), (ifile_manager_set_selected),
6011         (ifile_manager_iface_init): Adjusted white spaces to match
6012         anjuta convention.
6014 2007-09-19  Naba Kumar  <naba@gnome.org>
6016         * libanjuta/interfaces/libanjuta.idl:
6017         * plugins/editor/text_editor.c: (text_editor_instance_init),
6018         (iassist_show_tips), (iassist_cancel_tips),
6019         (iassist_hide_suggestions), (iassist_iface_init):
6020         * plugins/editor/text_editor.h:
6021         * plugins/editor/text_editor_cbs.c:
6022         (on_text_editor_scintilla_notify):
6023         * plugins/language-support-cpp-java/cpp-java-assist.c:
6024         (is_scope_context_character), (is_word_character),
6025         (create_completion), (cpp_java_assist_get_scope_context),
6026         (cpp_java_assist_get_pre_word),
6027         (cpp_java_assist_get_scope_operator),
6028         (cpp_java_assist_destroy_completion_cache),
6029         (cpp_java_assist_create_scope_completion_cache),
6030         (cpp_java_assist_create_word_completion_cache),
6031         (cpp_java_assist_show_autocomplete),
6032         (cpp_java_assist_get_calltip_context),
6033         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6034         (on_editor_char_added), (on_assist_chosen),
6035         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6036         (cpp_java_assist_init), (cpp_java_assist_finalize):
6037         * plugins/language-support-cpp-java/cpp-java-assist.h:
6038         * plugins/language-support-cpp-java/plugin.c:
6039         (initialize_indentation_params):
6040         * plugins/sourceview/assist-tip.c:
6041         * plugins/sourceview/assist-tip.h:
6042         * plugins/sourceview/sourceview-private.h:
6043         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6044         (on_assist_tip_destroyed), (on_assist_cancel),
6045         (on_document_char_added), (iassist_get_suggestions),
6046         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6047         
6048         Implement state-less assistance so that assist can be evaluated
6049         any given time at any position. Changed IAnjutaEditorAssist interfance
6050         and implementations and removed any state management in editors.
6052 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6054         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6055         completion items sorting and avoided unnecssary sorts.
6057         * plugins/text-editor.c: Fixed state.
6059 2007-09-17  Johannes Schmid <jhs@gnome.org>
6061         * plugins/language-support-cpp-java/cpp-java-assist.c:
6062         (on_assist_begin):
6063         
6064         Fixed calltips in sourceview
6066 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6068         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6069         completion items preparation time. Fixed a crash bug.
6071         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6072         Set buffer size (From Massimo, required for symbol-db).
6074         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6075         for suggestions.
6077         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6078         change in API.
6080         * plugins/editor/aneditor-autocomplete.cxx,
6081         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6082         Added ANE_GETWORDBEFORECARAT command.
6084         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6085         using assist interface.
6087         * plugins/editor/text_editor.c: (text_editor_instance_init),
6088         (text_editor_get_word_before_carat),
6089         (text_editor_get_current_word), (iassist_add_trigger),
6090         (iassist_remove_trigger), (on_assist_canceled),
6091         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6092         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6093         * plugins/editor/text_editor.h:
6094         * plugins/editor/text_editor_cbs.c: (trigger_size),
6095         (max_trigger_size), (text_editor_check_assist),
6096         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6097         interface.
6099         * plugins/language-support-cpp-java/Makefile.am:
6100         * plugins/language-support-cpp-java/plugin.c:
6101         (get_line_indentation_base), (get_line_auto_indentation),
6102         (install_support), (uninstall_support),
6103         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6104         (cpp_java_plugin_instance_init):
6105         * plugins/language-support-cpp-java/plugin.h:
6106         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6107         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6108         Make assist a separate class.
6110 2007-09-14  Johannes Schmid <jhs@gnome.org>
6112         * plugins/sourceview/sourceview.c: (iassist_suggest):
6113         Fixed changed char_alignment paramter in language-support
6114         plugin
6116 2007-09-14  Naba Kumar  <naba@gnome.org>
6118         * plugins/language-support-cpp-java/plugin.c: Send the right
6119         'char_alignment' paramenter (needs fixing in sourceview).
6121 2007-09-13  Johannes Schmid <jhs@gnome.org>
6123         * anjuta.anjuta:
6124         * plugins/project-wizard/templates/minimal/project.anjuta:
6125         Use IAnjutaSymbolManager instead of loading the plugin directly.
6126         (TODO: Think of a version to do this for older files...)
6128         * configure.in:
6129         * plugins/Makefile.am:
6130         * plugins/symbol-db/Makefile.am:
6131         
6132         Build symbol-db plugin if libgda-3.0 is found
6134 2007-09-13  Johannes Schmid <jhs@gnome.org>
6136         * plugins/sourceview/Makefile.am:
6137         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6138         (set_uri):
6139         * plugins/sourceview/anjuta-document.h:
6140         Removed lots of dead code
6141         
6142         * plugins/sourceview/anjuta-languages-manager.c:
6143         * plugins/sourceview/anjuta-languages-manager.h:
6144         removed completely
6145         
6146         * plugins/sourceview/sourceview.c: (on_document_char_added),
6147         (on_document_loaded), (sourceview_instance_init),
6148         (iselect_get_start), (iselect_get_end),
6149         (ilanguage_get_supported_languages), (ilanguage_set_language):
6150         
6151         Fixed selection handling and make some adaptions for the changes 
6152         mentioned above
6154 2007-09-13  Johannes Schmid <jhs@gnome.org>
6156         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6157         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6158         (on_assist_update):
6159         
6160         Added preferences to language support completion/calltips
6161         
6162         * plugins/sourceview/assist-window.c: (assist_window_update):
6164         Always select first entry
6166         * plugins/sourceview/sourceview.glade:
6167         Removed old completion preferences
6169 2007-09-11  Naba Kumar  <naba@gnome.org>
6171         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6172         and possible crash when pressing ctrl+d in terminal after preferences
6173         window has been shown once (no need for backport).
6175         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6176         implementations to get warnings instead of crashes for unimplemented
6177         interface methods.
6179 2007-09-11   Massimo Cora' <maxcvs@email.it>
6181         Reviewed by: Naba Kumar  <naba@gnome.org>
6183         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6184         * plugins/symbol-db/*:
6185         Added new symbol-database backend based on SQLite 3.
6186         (does not enabled for build currently).
6188 2007-09-10  Johannes Schmid <jhs@gnome.org>
6190         * anjuta.anjuta:
6191         * configure.in:
6192         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6193         (parse_info_init), (parse_info_free), (valid_element),
6194         (start_element_handler), (end_element_handler), (text_handler),
6195         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6196         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6197         (egg_recent_model_monitor), (egg_recent_model_read),
6198         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6199         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6200         (egg_recent_model_set_property), (egg_recent_model_class_init),
6201         (egg_recent_model_init), (egg_recent_model_add_full),
6202         (egg_recent_model_delete), (egg_recent_model_get_list),
6203         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6204         (egg_recent_model_set_filter_mime_types),
6205         (egg_recent_model_clear_group_filter),
6206         (egg_recent_model_set_filter_groups),
6207         (egg_recent_model_clear_scheme_filter),
6208         (egg_recent_model_set_filter_uri_schemes),
6209         (egg_recent_model_remove_expired):
6210         
6211         Update EggRecent (#456465)
6213 2007-09-10  Johannes Schmid <jhs@gnome.org>
6215         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6216         (anjuta_plugin_manager_get_plugin):
6217         * plugins/profiler/gprof-call-graph-view.c:
6218         (gprof_call_graph_view_create_columns):
6219         * plugins/profiler/gprof-flat-profile-view.c:
6220         (gprof_flat_profile_view_create_columns):
6221         * plugins/profiler/gprof-function-call-tree-view.c:
6222         (gprof_function_call_tree_view_create_columns):
6223         
6224         Fixed #466031 – Update of pieces of menus for Localization
6226 2007-09-10  Johannes Schmid <jhs@gnome.org>
6228         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6229         Bug 343522 – anjuta: Unable to execute commands that use options.
6231 2007-09-09  Johannes Schmid <jhs@gnome.org>
6233         * plugins/document-manager/anjuta-docman.c:
6234         (anjuta_docman_update_page_label):
6235         
6236         Fixed #458034 – Method of indicating unsaved changes breaks convention
6237         
6238         * plugins/document-manager/plugin.c: (update_title),
6239         (value_added_project_root_uri), (value_removed_project_root_uri),
6240         (on_editor_changed), (activate_plugin):
6241         * plugins/document-manager/plugin.h:
6242         * plugins/project-manager/plugin.c: (on_profile_scoped),
6243         (on_profile_descoped), (ifile_open):
6244         
6245         Fixed #427390 – Show path of item in currently focused editor window
6247 2007-09-09  Johannes Schmid <jhs@gnome.org>
6249         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6250         (on_toolbar_find_incremental):
6251         Fix incremental search
6252         
6253         * plugins/sourceview/sourceview.c: (on_document_char_added),
6254         (set_select):
6255         Fixed selection management
6257 2007-09-09  Johannes Schmid <jhs@gnome.org>
6259         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6260         Fixed memory leak
6262         * libanjuta/interfaces/libanjuta.idl:
6263         Extended IAnjutaEditorAssist interface
6264         
6265         * plugins/language-support-cpp-java/plugin.c:
6266         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6267         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6268         (context_character), (get_context), (function_parser),
6269         (cpp_member_parser), (install_assist), (uninstall_assist),
6270         (get_line_indentation_base), (get_line_auto_indentation),
6271         (install_support), (uninstall_support),
6272         (on_value_added_current_editor), (on_value_removed_current_editor),
6273         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6274         * plugins/language-support-cpp-java/plugin.h:
6275         
6276         Improved fixed editor assistance and added support for function/method
6277         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6278         
6279         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6280         Removed a FIXME
6281         
6282         * plugins/project-import/project-import.c: (on_import_next):
6283         Added a non-NULL check with could probably fix #474843 but not sure
6284         
6285         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6286         Fixed anjuta-plugin project wizard
6287         
6288         * plugins/sourceview/Makefile.am:
6289         * plguins/sourceview/assist-tip.[ch]:
6290         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6291         (anjuta_view_key_press_event):
6292         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6293         (assist_window_init), (assist_window_update), (assist_window_new):
6294         * plugins/sourceview/sourceview-private.h:
6295         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6296         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6297         (trigger_size), (max_trigger_size), (on_document_char_added),
6298         (sourceview_dispose), (ieditor_get_current_word),
6299         (iassist_add_trigger), (iassist_init_suggestions),
6300         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6301         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6302         
6303         Big update on sourceview assist capabilites. Autocompletion should
6304         now work much better and function tooltips are finally supported!
6306         * plugins/sourceview/anjuta-document.h:
6307         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6308         (anjuta_document_get_current_word):
6309         Fixed get_current_word (inspired by aneditor.cxx implementation)
6311         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6312         (icell_get_attribute):
6313         Fixed get_attribute() to also detect character constants.
6314         Simplified get_char()
6316         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6317         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6318         (isymbol_manager_get_completions_at_position):
6319         
6320         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6322 2007-09-04  Naba Kumar  <naba@gnome.org>
6324         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6325         projects that can not add sources.
6327         * plugins/file-wizard/file.c: Similarly for file wizard,
6328         Do not enable 'Add to project' projects that can not add sources.
6330 2007-09-04  Naba Kumar  <naba@gnome.org>
6332         * configure.in: Bumped gnome-build requirement to 0.2.0
6333         for project capabilities support.
6335         * plugins/project-manager/plugin.c: Enable/disable project
6336         actions based on project capabilities. Fixes bug #433552:
6337         crash in Anjuta IDE: add file test.h in project on generic
6338         Makefile.
6340         * libanjuta/interfaces/libanjuta.idl: Added method to query
6341         project capabilities.
6343 2007-09-03  Naba Kumar  <naba@gnome.org>
6345         * plugins/file-manager/plugin.c: Set shadow type IN.
6346         * plugins/file-manager/file-view.c: Fixed code style.
6347         * plugins/file-manager/file-view.c: Fixed icons column to size
6348         properly.
6350         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6352         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6353         unmonitors project-uri on file-manager deactivation.
6355         * TODO.tasks: Updated
6357 2007-09-02  Johannes Schmid <jhs@gnome.org>
6359         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6360         Fixed memory leak
6361         
6362         * plugins/file-manager/file-view.c: (file_view_get_selected),
6363         (file_view_button_press_event), (file_view_finalize):
6364         * plugins/file-manager/plugin.c: (project_root_removed),
6365         (file_manager_deactivate):
6366         
6367         Fixed some small bugs I missed before
6369 2007-09-02  Johannes Schmid <jhs@gnome.org>
6371         * plugins/file-manager/*:
6372         Added new and file-manager
6374 2007-09-02  Johannes Schmid <jhs@gnome.org>
6376         * plugins/file-manager/*:
6377         Removed old file-manager
6379 2007-08-31  Johannes Schmid <jhs@gnome.org>
6381         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6382         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6383         
6384         Fixed some memory leaks
6385         
6386         * MAINTAINERS: Fixed
6387         
6388 2007-08-31  Johannes Schmid <jhs@gnome.org>
6390         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6391         (get_property_value_as_string), (set_property_value_as_string),
6392         (register_callbacks), (preferences_foreach_callback),
6393         (anjuta_preferences_register_property_raw):
6394         * libanjuta/anjuta-preferences.h:
6395         * plugins/build-basic-autotools/build-basic-autotools.c:
6396         (on_build_mesg_format):
6397         * plugins/document-manager/anjuta-document-manager.glade:
6398         * plugins/message-view/anjuta-message-manager-plugin.glade:
6399         
6400         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6401         broken message view preferences
6402         
6403         * plugins/message-view/message-view.c:
6404         (message_view_instance_init), (pref_change_color), (prefs_init),
6405         (imessage_view_append):
6406         Cleaned up message view (#458041)
6407         
6408         * src/shell.c: (on_preferences_activate),
6409         (anjuta_test_shell_instance_init),
6410         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6411         Fixed test shell to allow better debugging
6412         
6413 2007-08-31  Johannes Schmid <jhs@gnome.org>
6415         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6416         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6417         * plugins/gtodo/main.h:
6418         * plugins/gtodo/plugin.c: (activate_plugin):
6419         
6420         Fixed #423467 (View->Tasks menu items are not 
6421         checked on startup)
6423 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6425         reviewed by: Johannes Schmid <jhs@gnome.org>
6427         * COPYING:
6428         * data/welcome.txt.in:
6429         * launcher/anjuta_launcher.c:
6430         * libanjuta/anjuta-children.c:
6431         * libanjuta/anjuta-children.h:
6432         * libanjuta/anjuta-debug.h:
6433         * libanjuta/anjuta-encodings.c:
6434         * libanjuta/anjuta-encodings.h:
6435         * libanjuta/anjuta-glue-c.c:
6436         * libanjuta/anjuta-glue-c.h:
6437         * libanjuta/anjuta-plugin-description.c:
6438         * libanjuta/anjuta-plugin-description.h:
6439         * libanjuta/anjuta-plugin-handle.c:
6440         * libanjuta/anjuta-plugin-handle.h:
6441         * libanjuta/anjuta-plugin-manager.c:
6442         * libanjuta/anjuta-plugin-manager.h:
6443         * libanjuta/anjuta-plugin.c:
6444         * libanjuta/anjuta-plugin.h:
6445         * libanjuta/anjuta-preferences.c:
6446         * libanjuta/anjuta-preferences.h:
6447         * libanjuta/anjuta-profile-manager.c:
6448         * libanjuta/anjuta-profile-manager.h:
6449         * libanjuta/anjuta-profile.c:
6450         * libanjuta/anjuta-profile.h:
6451         * libanjuta/anjuta-save-prompt.c:
6452         * libanjuta/anjuta-save-prompt.h:
6453         * libanjuta/anjuta-serializer.c:
6454         * libanjuta/anjuta-serializer.h:
6455         * libanjuta/anjuta-session.c:
6456         * libanjuta/anjuta-session.h:
6457         * libanjuta/anjuta-shell.c:
6458         * libanjuta/anjuta-shell.h:
6459         * libanjuta/anjuta-status.c:
6460         * libanjuta/anjuta-status.h:
6461         * libanjuta/anjuta-ui.c:
6462         * libanjuta/anjuta-ui.h:
6463         * libanjuta/anjuta-utils-priv.h:
6464         * libanjuta/anjuta-utils.c:
6465         * libanjuta/anjuta-utils.h:
6466         * libanjuta/cell-renderer-captioned-image.c:
6467         * libanjuta/cell-renderer-captioned-image.h:
6468         * libanjuta/e-splash.c:
6469         * libanjuta/e-splash.h:
6470         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6471         * libanjuta/interfaces/libanjuta.idl:
6472         * libanjuta/libanjuta.h:
6473         * libanjuta/resources.c:
6474         * libanjuta/resources.h:
6475         * libegg/egg-cell-renderer-text.c:
6476         * libegg/egg-combo-action.c:
6477         * libegg/egg-entry-action.c:
6478         * libegg/egg-recent-action.c:
6479         * libegg/egg-recent-files-module.c:
6480         * libegg/egg-recent-item.c:
6481         * libegg/egg-recent-model.c:
6482         * libegg/egg-recent-view-gtk.c:
6483         * libegg/egg-recent-view.c:
6484         * libegg/egg-submenu-action.c:
6485         * libegg/eggaccelerators.c:
6486         * libegg/eggcellrendererpopup.c:
6487         * libegg/eggcomboselect.c:
6488         * libegg/eggtreemodelfilter.c:
6489         * libegg/eggtreemultidnd.c:
6490         * libegg/gtkcellview.h:
6491         * libegg/treeviewutils/egg-cell-renderer-text.h:
6492         * libegg/treeviewutils/eggaccelerators.h:
6493         * libegg/treeviewutils/eggcellrendererkeys.h:
6494         * libegg/treeviewutils/eggcellrendererpopup.h:
6495         * libegg/treeviewutils/eggtreemodelfilter.h:
6496         * libegg/treeviewutils/eggtreemultidnd.h:
6497         * libegg/treeviewutils/eggtreeviewstate.h:
6498         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6499         * manuals/anjuta-faqs/Makefile.am:
6500         * manuals/anjuta-manual/C/anjuta-manual.xml:
6501         * manuals/anjuta-manual/C/license.xml:
6502         * manuals/anjuta-manual/es/es.po:
6503         * manuals/anjuta-manual/sv/sv.po:
6504         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6505         ml:
6506         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6507         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6508         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6509         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6510         * manuals/old/ja/anjuta-manual/license.xml:
6511         * plugins/build-basic-autotools/build-basic-autotools.c:
6512         * plugins/build-basic-autotools/build-basic-autotools.h:
6513         * plugins/build-basic-autotools/executer.c:
6514         * plugins/build-basic-autotools/executer.h:
6515         * plugins/build/build_file.c:
6516         * plugins/build/build_file.h:
6517         * plugins/build/build_project.c:
6518         * plugins/build/build_project.h:
6519         * plugins/build/clean_project.c:
6520         * plugins/build/clean_project.h:
6521         * plugins/build/commands.c:
6522         * plugins/build/commands.h:
6523         * plugins/build/compile.c:
6524         * plugins/build/compile.h:
6525         * plugins/build/compiler_options.c:
6526         * plugins/build/compiler_options.h:
6527         * plugins/build/configurer.c:
6528         * plugins/build/configurer.h:
6529         * plugins/build/executer.c:
6530         * plugins/build/executer.h:
6531         * plugins/class-gen/cell-renderer-flags.c:
6532         * plugins/class-gen/cell-renderer-flags.h:
6533         * plugins/class-gen/combo-flags.c:
6534         * plugins/class-gen/combo-flags.h:
6535         * plugins/class-gen/element-editor.c:
6536         * plugins/class-gen/element-editor.h:
6537         * plugins/class-gen/generator.c:
6538         * plugins/class-gen/generator.h:
6539         * plugins/class-gen/plugin.c:
6540         * plugins/class-gen/plugin.h:
6541         * plugins/class-gen/transform.c:
6542         * plugins/class-gen/transform.h:
6543         * plugins/class-gen/validator.c:
6544         * plugins/class-gen/validator.h:
6545         * plugins/class-gen/window.c:
6546         * plugins/class-gen/window.h:
6547         * plugins/class-inheritance/class-callbacks.c:
6548         * plugins/class-inheritance/class-callbacks.h:
6549         * plugins/class-inheritance/class-inherit.c:
6550         * plugins/class-inheritance/class-inherit.h:
6551         * plugins/class-inheritance/plugin.c:
6552         * plugins/class-inheritance/plugin.h:
6553         * plugins/cvs-plugin/cvs-actions.c:
6554         * plugins/cvs-plugin/cvs-actions.h:
6555         * plugins/cvs-plugin/cvs-callbacks.c:
6556         * plugins/cvs-plugin/cvs-callbacks.h:
6557         * plugins/cvs-plugin/cvs-execute.c:
6558         * plugins/cvs-plugin/cvs-execute.h:
6559         * plugins/cvs-plugin/cvs-interface.c:
6560         * plugins/cvs-plugin/cvs-interface.h:
6561         * plugins/cvs-plugin/plugin.c:
6562         * plugins/cvs-plugin/plugin.h:
6563         * plugins/debug-manager/breakpoints.c:
6564         * plugins/debug-manager/breakpoints.h:
6565         * plugins/debug-manager/chunk_view.c:
6566         * plugins/debug-manager/chunk_view.h:
6567         * plugins/debug-manager/data_buffer.c:
6568         * plugins/debug-manager/data_buffer.h:
6569         * plugins/debug-manager/data_view.c:
6570         * plugins/debug-manager/data_view.h:
6571         * plugins/debug-manager/debug_tree.c:
6572         * plugins/debug-manager/debug_tree.h:
6573         * plugins/debug-manager/debugger.c:
6574         * plugins/debug-manager/debugger.h:
6575         * plugins/debug-manager/disassemble.c:
6576         * plugins/debug-manager/disassemble.h:
6577         * plugins/debug-manager/info.c:
6578         * plugins/debug-manager/info.h:
6579         * plugins/debug-manager/locals.c:
6580         * plugins/debug-manager/locals.h:
6581         * plugins/debug-manager/memory.c:
6582         * plugins/debug-manager/memory.h:
6583         * plugins/debug-manager/plugin.c:
6584         * plugins/debug-manager/plugin.h:
6585         * plugins/debug-manager/registers.c:
6586         * plugins/debug-manager/registers.h:
6587         * plugins/debug-manager/sexy-icon-entry.c:
6588         * plugins/debug-manager/sexy-icon-entry.h:
6589         * plugins/debug-manager/sharedlib.c:
6590         * plugins/debug-manager/sharedlib.h:
6591         * plugins/debug-manager/signals.c:
6592         * plugins/debug-manager/signals.h:
6593         * plugins/debug-manager/sparse_buffer.c:
6594         * plugins/debug-manager/sparse_buffer.h:
6595         * plugins/debug-manager/sparse_view.c:
6596         * plugins/debug-manager/sparse_view.h:
6597         * plugins/debug-manager/stack_trace.c:
6598         * plugins/debug-manager/stack_trace.h:
6599         * plugins/debug-manager/start.c:
6600         * plugins/debug-manager/start.h:
6601         * plugins/debug-manager/threads.c:
6602         * plugins/debug-manager/threads.h:
6603         * plugins/debug-manager/utilities.c:
6604         * plugins/debug-manager/utilities.h:
6605         * plugins/debug-manager/watch.c:
6606         * plugins/debug-manager/watch.h:
6607         * plugins/devhelp/htmlview.c:
6608         * plugins/devhelp/htmlview.h:
6609         * plugins/document-manager/action-callbacks.c:
6610         * plugins/document-manager/action-callbacks.h:
6611         * plugins/document-manager/anjuta-docman.c:
6612         * plugins/document-manager/anjuta-docman.h:
6613         * plugins/document-manager/editor-tooltips.c:
6614         * plugins/document-manager/editor-tooltips.h:
6615         * plugins/document-manager/file_history.c:
6616         * plugins/document-manager/file_history.h:
6617         * plugins/document-manager/indent-dialog.c:
6618         * plugins/document-manager/indent-dialog.h:
6619         * plugins/document-manager/indent-util.c:
6620         * plugins/document-manager/indent-util.h:
6621         * plugins/document-manager/plugin.c:
6622         * plugins/editor/aneditor-autocomplete.cxx:
6623         * plugins/editor/aneditor-calltip.cxx:
6624         * plugins/editor/aneditor-indent.cxx:
6625         * plugins/editor/aneditor-priv.h:
6626         * plugins/editor/aneditor.cxx:
6627         * plugins/editor/aneditor.h:
6628         * plugins/editor/lexer.h:
6629         * plugins/editor/plugin.c:
6630         * plugins/editor/plugin.h:
6631         * plugins/editor/print.c:
6632         * plugins/editor/print.h:
6633         * plugins/editor/properties.h:
6634         * plugins/editor/properties_cxx.h:
6635         * plugins/editor/style-editor.c:
6636         * plugins/editor/style-editor.h:
6637         * plugins/editor/text-editor-iterable.c:
6638         * plugins/editor/text-editor-iterable.h:
6639         * plugins/editor/text_editor.c:
6640         * plugins/editor/text_editor.h:
6641         * plugins/editor/text_editor_cbs.c:
6642         * plugins/editor/text_editor_cbs.h:
6643         * plugins/editor/text_editor_menu.c:
6644         * plugins/editor/text_editor_menu.h:
6645         * plugins/editor/text_editor_prefs.c:
6646         * plugins/editor/text_editor_prefs.h:
6647         * plugins/file-loader/dnd.c:
6648         * plugins/file-loader/dnd.h:
6649         * plugins/file-loader/plugin.c:
6650         * plugins/file-manager/an_file_view.c:
6651         * plugins/file-manager/plugin.c:
6652         * plugins/file-wizard/file.c:
6653         * plugins/file-wizard/file.h:
6654         * plugins/file-wizard/plugin.c:
6655         * plugins/file-wizard/plugin.h:
6656         * plugins/gdb/debugger.c:
6657         * plugins/gdb/debugger.h:
6658         * plugins/gdb/gdbmi-test.c:
6659         * plugins/gdb/gdbmi.c:
6660         * plugins/gdb/gdbmi.h:
6661         * plugins/gdb/global.h:
6662         * plugins/gdb/parser.c:
6663         * plugins/gdb/parser.h:
6664         * plugins/gdb/plugin.c:
6665         * plugins/gdb/plugin.h:
6666         * plugins/gdb/utilities.c:
6667         * plugins/gdb/utilities.h:
6668         * plugins/glade/plugin.c:
6669         * plugins/glade/plugin.h:
6670         * plugins/gtodo/egg-datetime.c:
6671         * plugins/gtodo/egg-datetime.h:
6672         * plugins/gtodo/eggtrayicon.c:
6673         * plugins/gtodo/eggtrayicon.h:
6674         * plugins/gtodo/plugin.c:
6675         * plugins/gvim/anjuta-vim.c:
6676         * plugins/gvim/anjuta-vim.h:
6677         * plugins/gvim/gtkvim.c:
6678         * plugins/gvim/gtkvim.h:
6679         * plugins/gvim/plugin.c:
6680         * plugins/gvim/plugin.h:
6681         * plugins/language-support-cpp-java/plugin.c:
6682         * plugins/language-support-cpp-java/plugin.h:
6683         * plugins/macro/macro-actions.c:
6684         * plugins/macro/macro-actions.h:
6685         * plugins/macro/macro-db.c:
6686         * plugins/macro/macro-db.h:
6687         * plugins/macro/macro-dialog.c:
6688         * plugins/macro/macro-dialog.h:
6689         * plugins/macro/macro-edit.c:
6690         * plugins/macro/macro-edit.h:
6691         * plugins/macro/macro-util.c:
6692         * plugins/macro/macro-util.h:
6693         * plugins/macro/plugin.c:
6694         * plugins/macro/plugin.h:
6695         * plugins/message-view/anjuta-msgman.c:
6696         * plugins/message-view/anjuta-msgman.h:
6697         * plugins/message-view/message-view.c:
6698         * plugins/message-view/message-view.h:
6699         * plugins/message-view/plugin.c:
6700         * plugins/message-view/plugin.h:
6701         * plugins/patch/patch-plugin.c:
6702         * plugins/patch/patch-plugin.h:
6703         * plugins/patch/plugin.c:
6704         * plugins/patch/plugin.h:
6705         * plugins/profiler/gprof-call-graph-block-entry.c:
6706         * plugins/profiler/gprof-call-graph-block-entry.h:
6707         * plugins/profiler/gprof-call-graph-block.c:
6708         * plugins/profiler/gprof-call-graph-block.h:
6709         * plugins/profiler/gprof-call-graph-view.c:
6710         * plugins/profiler/gprof-call-graph-view.h:
6711         * plugins/profiler/gprof-call-graph.c:
6712         * plugins/profiler/gprof-call-graph.h:
6713         * plugins/profiler/gprof-flat-profile-entry.c:
6714         * plugins/profiler/gprof-flat-profile-entry.h:
6715         * plugins/profiler/gprof-flat-profile-view.c:
6716         * plugins/profiler/gprof-flat-profile-view.h:
6717         * plugins/profiler/gprof-flat-profile.c:
6718         * plugins/profiler/gprof-flat-profile.h:
6719         * plugins/profiler/gprof-function-call-chart-view.c:
6720         * plugins/profiler/gprof-function-call-chart-view.h:
6721         * plugins/profiler/gprof-function-call-tree-view.c:
6722         * plugins/profiler/gprof-function-call-tree-view.h:
6723         * plugins/profiler/gprof-options.c:
6724         * plugins/profiler/gprof-options.h:
6725         * plugins/profiler/gprof-profile-data.c:
6726         * plugins/profiler/gprof-profile-data.h:
6727         * plugins/profiler/gprof-view-manager.c:
6728         * plugins/profiler/gprof-view-manager.h:
6729         * plugins/profiler/gprof-view.c:
6730         * plugins/profiler/gprof-view.h:
6731         * plugins/profiler/plugin.c:
6732         * plugins/profiler/plugin.h:
6733         * plugins/profiler/string-utils.c:
6734         * plugins/profiler/string-utils.h:
6735         * plugins/project-import/plugin.c:
6736         * plugins/project-import/plugin.h:
6737         * plugins/project-import/project-import.c:
6738         * plugins/project-import/project-import.h:
6739         * plugins/project-manager/plugin.c:
6740         * plugins/project-manager/plugin.h:
6741         * plugins/project-wizard/action.c:
6742         * plugins/project-wizard/action.h:
6743         * plugins/project-wizard/autogen.c:
6744         * plugins/project-wizard/autogen.h:
6745         * plugins/project-wizard/druid.c:
6746         * plugins/project-wizard/druid.h:
6747         * plugins/project-wizard/file.c:
6748         * plugins/project-wizard/file.h:
6749         * plugins/project-wizard/header.c:
6750         * plugins/project-wizard/header.h:
6751         * plugins/project-wizard/install.c:
6752         * plugins/project-wizard/install.h:
6753         * plugins/project-wizard/parser.c:
6754         * plugins/project-wizard/parser.h:
6755         * plugins/project-wizard/plugin.c:
6756         * plugins/project-wizard/plugin.h:
6757         * plugins/project-wizard/property.c:
6758         * plugins/project-wizard/property.h:
6759         * plugins/project-wizard/values.c:
6760         * plugins/project-wizard/values.h:
6761         * plugins/sample1/plugin.c:
6762         * plugins/search/plugin.c:
6763         * plugins/search/plugin.h:
6764         * plugins/search/search-replace_backend.c:
6765         * plugins/search/search-replace_backend.h:
6766         * plugins/search/search_preferences.c:
6767         * plugins/sourceview/anjuta-convert.c:
6768         * plugins/sourceview/anjuta-convert.h:
6769         * plugins/sourceview/anjuta-document-loader.c:
6770         * plugins/sourceview/anjuta-document-loader.h:
6771         * plugins/sourceview/anjuta-document-saver.c:
6772         * plugins/sourceview/anjuta-document-saver.h:
6773         * plugins/sourceview/anjuta-document.c:
6774         * plugins/sourceview/anjuta-document.h:
6775         * plugins/sourceview/anjuta-encodings.c:
6776         * plugins/sourceview/anjuta-encodings.h:
6777         * plugins/sourceview/anjuta-languages-manager.c:
6778         * plugins/sourceview/anjuta-languages-manager.h:
6779         * plugins/sourceview/anjuta-utils.c:
6780         * plugins/sourceview/anjuta-utils.h:
6781         * plugins/sourceview/anjuta-view.c:
6782         * plugins/sourceview/anjuta-view.h:
6783         * plugins/sourceview/assist-window.c:
6784         * plugins/sourceview/assist-window.h:
6785         * plugins/sourceview/sourceview-cell.c:
6786         * plugins/sourceview/sourceview-cell.h:
6787         * plugins/sourceview/sourceview-prefs.c:
6788         * plugins/sourceview/sourceview-prefs.h:
6789         * plugins/sourceview/sourceview-print.c:
6790         * plugins/sourceview/sourceview-print.h:
6791         * plugins/sourceview/sourceview-private.h:
6792         * plugins/sourceview/sourceview-tags.c:
6793         * plugins/sourceview/sourceview-tags.h:
6794         * plugins/sourceview/sourceview.c:
6795         * plugins/sourceview/sourceview.h:
6796         * plugins/subversion/plugin.c:
6797         * plugins/subversion/plugin.h:
6798         * plugins/subversion/subversion-actions.c:
6799         * plugins/subversion/subversion-actions.h:
6800         * plugins/subversion/subversion-callbacks.c:
6801         * plugins/subversion/subversion-callbacks.h:
6802         * plugins/subversion/svn-auth.c:
6803         * plugins/subversion/svn-auth.h:
6804         * plugins/subversion/svn-backend-priv.h:
6805         * plugins/subversion/svn-backend.c:
6806         * plugins/subversion/svn-backend.h:
6807         * plugins/subversion/svn-notify.c:
6808         * plugins/subversion/svn-notify.h:
6809         * plugins/subversion/svn-thread.c:
6810         * plugins/subversion/svn-thread.h:
6811         * plugins/symbol-browser/an_symbol.c:
6812         * plugins/symbol-browser/an_symbol.h:
6813         * plugins/symbol-browser/an_symbol_info.c:
6814         * plugins/symbol-browser/an_symbol_info.h:
6815         * plugins/symbol-browser/an_symbol_iter.c:
6816         * plugins/symbol-browser/an_symbol_iter.h:
6817         * plugins/symbol-browser/an_symbol_prefs.c:
6818         * plugins/symbol-browser/an_symbol_prefs.h:
6819         * plugins/symbol-browser/an_symbol_search.c:
6820         * plugins/symbol-browser/an_symbol_search.h:
6821         * plugins/symbol-browser/an_symbol_view.c:
6822         * plugins/symbol-browser/an_symbol_view.h:
6823         * plugins/symbol-browser/plugin.c:
6824         * plugins/symbol-browser/plugin.h:
6825         * plugins/terminal/terminal.c:
6826         * plugins/tools/dialog.c:
6827         * plugins/tools/dialog.h:
6828         * plugins/tools/editor.c:
6829         * plugins/tools/editor.h:
6830         * plugins/tools/execute.c:
6831         * plugins/tools/execute.h:
6832         * plugins/tools/fileop.c:
6833         * plugins/tools/fileop.h:
6834         * plugins/tools/plugin.c:
6835         * plugins/tools/plugin.h:
6836         * plugins/tools/scripts/find-fixmes.pl:
6837         * plugins/tools/scripts/translation-status.pl:
6838         * plugins/tools/tool.c:
6839         * plugins/tools/tool.h:
6840         * plugins/tools/variable.c:
6841         * plugins/tools/variable.h:
6842         * plugins/valgrind/ldd.c:
6843         * plugins/valgrind/ldd.h:
6844         * plugins/valgrind/list.c:
6845         * plugins/valgrind/list.h:
6846         * plugins/valgrind/menu-utils.c:
6847         * plugins/valgrind/menu-utils.h:
6848         * plugins/valgrind/parser.c:
6849         * plugins/valgrind/parser.h:
6850         * plugins/valgrind/plugin.c:
6851         * plugins/valgrind/plugin.h:
6852         * plugins/valgrind/preferences.c:
6853         * plugins/valgrind/preferences.h:
6854         * plugins/valgrind/process.c:
6855         * plugins/valgrind/process.h:
6856         * plugins/valgrind/symtab.c:
6857         * plugins/valgrind/symtab.h:
6858         * plugins/valgrind/vgactions.c:
6859         * plugins/valgrind/vgactions.h:
6860         * plugins/valgrind/vgcachegrindprefs.c:
6861         * plugins/valgrind/vgcachegrindprefs.h:
6862         * plugins/valgrind/vgdefaultview.c:
6863         * plugins/valgrind/vgdefaultview.h:
6864         * plugins/valgrind/vgerror.c:
6865         * plugins/valgrind/vgerror.h:
6866         * plugins/valgrind/vggeneralprefs.c:
6867         * plugins/valgrind/vggeneralprefs.h:
6868         * plugins/valgrind/vghelgrindprefs.c:
6869         * plugins/valgrind/vghelgrindprefs.h:
6870         * plugins/valgrind/vgio.c:
6871         * plugins/valgrind/vgio.h:
6872         * plugins/valgrind/vgmemcheckprefs.c:
6873         * plugins/valgrind/vgmemcheckprefs.h:
6874         * plugins/valgrind/vgrule-editor.c:
6875         * plugins/valgrind/vgrule-editor.h:
6876         * plugins/valgrind/vgrule-list.c:
6877         * plugins/valgrind/vgrule-list.h:
6878         * plugins/valgrind/vgrule.c:
6879         * plugins/valgrind/vgrule.h:
6880         * plugins/valgrind/vgrulepattern.c:
6881         * plugins/valgrind/vgrulepattern.h:
6882         * plugins/valgrind/vgsearchbar.c:
6883         * plugins/valgrind/vgsearchbar.h:
6884         * plugins/valgrind/vgstrpool.c:
6885         * plugins/valgrind/vgstrpool.h:
6886         * plugins/valgrind/vgtoolprefs.c:
6887         * plugins/valgrind/vgtoolprefs.h:
6888         * plugins/valgrind/vgtoolview.c:
6889         * plugins/valgrind/vgtoolview.h:
6890         * src/about.c:
6891         * src/about.h:
6892         * src/action-callbacks.c:
6893         * src/action-callbacks.h:
6894         * src/anjuta-actions.h:
6895         * src/anjuta-app.c:
6896         * src/anjuta-app.h:
6897         * src/anjuta-callbacks.c:
6898         * src/anjuta-callbacks.h:
6899         * src/anjuta.c:
6900         * src/anjuta.h:
6901         * src/anjuta_cbs.c:
6902         * src/bacon-message-connection.c:
6903         * src/bacon-message-connection.h:
6904         * src/getline.c:
6905         * src/main.c:
6906         * src/shell.c:
6907         * src/shell.h:
6908         * src/start-with.c:
6909         * src/start-with.h:
6910         * src/utilities.c:
6911         * src/utilities.h:
6912         * tagmanager/options.c:
6913         
6914         Change the address of FSF in various files
6916 2007-08-30  Johannes Schmid <jhs@gnome.org>
6918         * anjuta.glade:
6919         * anjuta.gladep:
6920         Removed because they are no longer in use
6921         
6922         * plugins/class-gen/anjuta-class-gen-plugin.glade:
6923         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
6924         Marked some strings as not translatable
6926         * plugins/search/search-replace.c: (list_max_items):
6927         Fixed a possible memory corruption
6929         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6930         Do not show menuitems for locked layout items
6932         * src/main.c: (main):
6933         Some minor style correction in gnome_init
6935 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
6937         * plugins/debug-manager/debugger.c,
6938         plugins/debug-manager/breakpoints.c,
6939         plugins/gdb/plugin.c,
6940         plugins/gdb/debugger.c,
6941         libanjuta/interfaces/libanjuta.idl:
6942         Move all breakpoints functions from IAnjutaDebugger to a new
6943         IAnjutaBreakpointDebugger interface
6945 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
6947         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6948         * plugins/debug-manager/plugin.c,
6949         plugins/debug-manager/breakpoints.c,
6950         plugins/tools/execute.c,
6951         plugins/project-wizard/plugin.c,
6952         plugins/build-basic-autotools/executer.c,
6953         plugins/gdb/debugger.c,
6954         plugins/profiler/gprof-options.h,
6955         plugins/sourceview/assist-window.h,
6956         plugins/class-gen/transform.c,
6957         libanjuta/anjuta-plugin-description.c,
6958         libanjuta/anjuta-status.c,
6959         libanjuta/anjuta-glue-c.c,
6960         libanjuta/anjuta-glue-cpp.c,
6961         plugins/symbol-browser/an_symbol_prefs.c:
6962         Fix warnings mostly "dereferencing type-punned pointer"
6963         Fix two bugs in breakpoints.c and an_symbol_prefs.c
6965 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
6967         * plugins/debug-manager/breakpoints.c,
6968         plugins/debug-manager/debugger.c:
6969         Avoid an endless loop if clearing all breakpoints while the programm
6970         is running
6972 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
6974         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6975         * plugins/debug-manager/plugin.c:
6976         Fix a segmentation fault added in the previous patch
6978 2007-07-21  Johannes Schmid <jhs@gnome.org>
6980         * plugins/build-basic-autotools/executer.c:
6981         (get_program_parameters):
6982         
6983         Show an error dialog if no targets are availible instead of
6984         just returning
6986 2007-07-20  Johannes Schmid <jhs@gnome.org>
6988         * libanjuta/anjuta-shell.c: (on_widget_data_add),
6989         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
6990         * libanjuta/anjuta-shell.h:
6991         * plugins/document-manager/plugin.c: (activate_plugin):
6992         * plugins/glade/anjuta-design-document.c:
6993         * plugins/glade/plugin.c: (glade_update_ui):
6994         * src/anjuta-app.c: (anjuta_app_add_widget_full),
6995         (anjuta_shell_iface_init):
6996         * src/shell.c: (anjuta_test_shell_add_widget),
6997         (anjuta_shell_iface_init):
6998         
6999         Make the document manager undockable (#458038)
7001 2007-07-20  Johannes Schmid <jhs@gnome.org>
7003         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7004         * plugins/glade/anjuta-design-document.c:
7005         * plugins/glade/plugin.c: (glade_update_ui):
7006         
7007         Fixed some save/dirty status bug in glade
7009 2007-07-20  Johannes Schmid <jhs@gnome.org>
7011         * libanjuta/anjuta-status.c:
7012         Fixed crasher on shutdown
7014 2007-07-20  Johannes Schmid <jhs@gnome.org>
7016         * configure.in:
7017         Minimum glade requirement is 3.2 now. It was before
7018         but we did not check...
7019         
7020         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7021         * libanjuta/anjuta-profile.c:
7022         (anjuta_profile_add_plugins_from_xml):
7023         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7024         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7025         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7026         * plugins/file-loader/plugin.c: (on_create_submenu):
7027         * plugins/file-manager/an_file_view.c: (compare_iter):
7028         * plugins/glade/plugin.c: (activate_plugin):
7029         * src/anjuta-app.c: (on_toolbar_view_toggled):
7030         * src/main.c: (main):
7031         
7032         Fixed lots of memory leaks (thansk valgrind)
7034 2007-07-19  Johannes Schmid <jhs@gnome.org>
7036         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7037         * plugins/document-manager/anjuta-docman.c:
7038         (anjuta_docman_set_busy):
7039         * plugins/document-manager/plugin.c: (on_editor_changed):
7040         * plugins/glade/plugin.c: (activate_plugin):
7041         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7042         (on_value_removed_current_editor):
7043         
7044         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7046 2007-07-18  Johannes Schmid <jhs.gnome.org>
7048         * plugins/build-basic-autotools/executer.c: (execute_program):
7049         Fixed some of the scratchbox stuff but the environment is
7050         still broken
7052 2007-07-18  Johannes Schmid <jhs@gnome.org>
7054         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7055         (on_plugin_deactivated), (get_plugin_loader_type):
7056         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7057         (activate_plugin), (deactivate_plugin),
7058         (glade_plugin_instance_init):
7059         
7060         Fixed glade plugin deactivation
7062 2007-07-18  Johannes Schmid <jhs@gnome.org>
7064         * plugins/document-manager/anjuta-docman.c:
7065         (anjuta_docman_add_document):
7066         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7067         
7068         Fixed path display in document manager with glade files
7070 2007-07-17  Johannes Schmid <jhs@gnome.org>
7072         * libanjuta/interfaces/Makefile.am.iface:
7073         * pixmaps/Makefile.am:
7074         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7075         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7076         (value_removed_current_editor):
7077         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7078         (anjuta_docman_set_current_document):
7079         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7080         (on_editor_added), (on_editor_changed):
7081         * plugins/glade/Makefile.am:
7082         * plugins/glade/anjuta-design-document.c:
7083         (anjuta_design_document_instance_init),
7084         (anjuta_design_document_set_property),
7085         (anjuta_design_document_get_property),
7086         (anjuta_design_document_class_init), (anjuta_design_document_new),
7087         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7088         * plugins/glade/anjuta-design-document.h:
7089         * plugins/glade/anjuta-glade-notebook.c:
7090         * plugins/glade/anjuta-glade-notebook.h:
7091         * plugins/glade/plugin.c: (value_added_current_editor),
7092         (value_removed_current_editor), (glade_update_ui),
7093         (on_close_activated), (on_glade_project_changed),
7094         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7095         (ifile_open):
7096         * plugins/language-support-cpp-java/plugin.c:
7097         (on_value_added_current_editor), (on_value_removed_current_editor):
7098         * plugins/macro/plugin.c: (value_added_current_editor):
7099         * plugins/project-manager/plugin.c: (value_added_current_editor):
7100         * plugins/subversion/plugin.c: (value_added_current_editor):
7101         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7103         Fixed lot of IAnjutaEditor stuff and completed glade integration
7104         with document manager
7105         
7106         * plugins/build-basic-autotools/build-basic-autotools.c:
7107         (value_added_current_editor):
7108         * plugins/build-basic-autotools/executer.c: (execute_program):
7109         
7110         Some initial code to execute projects inside scratchbox
7111         
7112 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7114         * plugins/project-import/project-import.c:
7115         Project import overwrites file on user request (bug #452579)
7117 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7119         * plugins/debug-manager/debugger.c,
7120         plugins/debug-manager/threads.c,
7121         plugins/debug-manager/plugin.c,
7122         plugins/debug-manager/registers.c,
7123         plugins/debug-manager/locals.c,
7124         plugins/debug-manager/stack_trace.c,
7125         plugins/gdb/plugin.c,
7126         plugins/gdb/debugger.c,
7127         plugins/gdb/debugger.h,
7128         libanjuta/interfaces/libanjuta.idl:
7129         Rename change-location to program-moved
7130         Store thread id as gint instead of guint
7131         Do not display registers list if not available
7132         Add intermediate debugger states if missing
7134 2007-07-11  Johannes Schmid <jhs@gnome.org>
7136         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7137         .glade:
7138         Reverted unnecessary changes (#455819)
7140 2007-07-10  Johannes Schmid <jhs@gnome.org>
7142         * plugins/glade/plugin.c:
7143         Fixed glade plugin with glade 3.2 and another crasher
7145 2007-07-09  Johannes Schmid <jhs@gnome.org>
7147         * libanjuta/interfaces/libanjuta.idl:
7148         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7149         .glade:
7150         * plugins/debug-manager/breakpoints.c:
7151         (breakpoint_item_update_in_ui),
7152         (breakpoints_dbase_edit_breakpoint),
7153         (on_toggle_breakpoint_activate):
7154         * plugins/debug-manager/plugin.c:
7155         (on_run_to_cursor_action_activate):
7156         * plugins/document-manager/action-callbacks.c:
7157         (on_editor_command_cut_activate),
7158         (on_editor_command_copy_activate),
7159         (on_editor_command_paste_activate),
7160         (on_editor_command_clear_activate):
7161         * plugins/document-manager/anjuta-docman.c:
7162         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7163         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7164         (anjuta_docman_goto_file_line_mark),
7165         (anjuta_docman_find_editor_with_path),
7166         (anjuta_docman_get_all_editors):
7167         * plugins/document-manager/anjuta-docman.h:
7168         * plugins/document-manager/plugin.c:
7169         (update_editor_ui_interface_items), (on_editor_update_ui),
7170         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7171         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7172         (ianjuta_document_manager_iface_init), (isaveable_save),
7173         (isavable_is_dirty):
7174         * plugins/editor/editor.glade:
7175         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7176         (idocument_paste), (idocument_clear), (idocument_iface_init),
7177         (iselection_iface_init):
7178         * plugins/glade/Makefile.am:
7179         * plugins/glade/anjuta-glade-notebook.c:
7180         (anjuta_glade_notebook_instance_init),
7181         (anjuta_glade_notebook_set_property),
7182         (anjuta_glade_notebook_get_property),
7183         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7184         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7185         (ifile_savable_save), (ifile_savable_save_as),
7186         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7187         (ifile_savable_iface_init), (idocument_can_redo),
7188         (idocument_can_undo), (idocument_begin_undo_action),
7189         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7190         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7191         (idocument_copy), (idocument_paste), (idocument_clear),
7192         (idocument_iface_init):
7193         * plugins/language-support-cpp-java/plugin.c:
7194         (on_value_added_current_editor), (on_value_removed_current_editor):
7195         * plugins/macro/macro-util.c: (get_current_editor):
7196         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7197         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7198         (on_next_occur), (on_incremental_entry_key_press),
7199         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7200         (on_toolbar_find_incremental_start),
7201         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7202         * plugins/search/search-replace.c: (search_start_over),
7203         (search_update_combos), (replace_update_combos),
7204         (anjuta_search_replace_activate):
7205         * plugins/search/search-replace_backend.c: (create_search_entries):
7206         * plugins/sourceview/sourceview.c: (idocument_cut),
7207         (idocument_copy), (idocument_paste), (idocument_clear),
7208         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7209         * plugins/tools/editor.c: (on_editor_response):
7210         * plugins/tools/execute.c: (get_current_editor),
7211         (atp_output_context_initialize), (atp_user_tool_execute):
7212         * plugins/tools/variable.c: (get_current_editor),
7213         (atp_variable_get_editor_variable):
7214         
7215         Some more IAnjutaEditor => IAnjutaDocument fixing!
7216         
7217         * plugins/glade/anjuta-glade-notebook.h:
7218         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7219         (glade_update_ui):
7220         * plugins/glade/plugin.h:
7221         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7222         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7223         be used for glade, too. It might still have some rough edges but already works.
7224         (Fixes #415547 – Glade usability problem)
7226 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7228         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7229           development release (I updated version of glade3 svn to 3.3.2).
7231 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7233         * plugins/symbol-browser/an_symbol_view.c:
7234         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7236 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7238         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7239         (on_system_tags_update_finished), (on_update_global_clicked),
7240         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7241         (symbol_browser_prefs_init),
7242         (symbol_browser_prefs_create_global_tags),
7243         (symbol_browser_load_global_tags):
7244         * plugins/symbol-browser/an_symbol_prefs.h:
7245         * plugins/symbol-browser/an_symbol_view.c:
7246         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7247         * plugins/symbol-browser/an_symbol_view.h:
7248         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7249         on global tags update because of delayed prefs merging. Happens when
7250         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7251         is opened.
7253 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7255         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7256         after install/uninstall.
7258         Patch from James Liggett:
7259         * scripts/glade2schemas.pl: Fixed creating schemas for list
7260         values.
7262 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7264         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7265           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7266           development release since glade svn version is also 3.3.1. In future, the
7267           solution would be for us to always increment the micro version when
7268           changing the API.
7270 2007-07-05  Johannes Schmid <jhs@gnome.org>
7272         * libanjuta/interfaces/libanjuta.idl:
7273         * plugins/build-basic-autotools/build-basic-autotools.c:
7274         (on_build_mesg_format):
7275         * plugins/debug-manager/breakpoints.c:
7276         (breakpoint_item_update_in_ui),
7277         (breakpoints_dbase_edit_breakpoint),
7278         (on_toggle_breakpoint_activate):
7279         * plugins/debug-manager/plugin.c:
7280         (on_run_to_cursor_action_activate):
7281         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7282         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7283         (get_current_editor), (on_save_activate), (on_save_as_activate),
7284         (on_save_prompt_save_editor), (on_close_file_activate),
7285         (on_close_all_file_activate), (on_reload_file_activate),
7286         (anjuta_print_cb), (anjuta_print_preview_cb),
7287         (on_editor_command_upper_case_activate),
7288         (on_editor_command_lower_case_activate),
7289         (on_editor_command_undo_activate),
7290         (on_editor_command_redo_activate),
7291         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7292         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7293         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7294         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7295         (on_zoom_out_text_activate), (on_force_hilite_activate),
7296         (on_indent1_activate), (on_swap_activate),
7297         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7298         * plugins/document-manager/anjuta-docman.c:
7299         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7300         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7301         (anjuta_docman_dispose), (on_notebook_switch_page),
7302         (anjuta_docman_page_from_widget), (on_editor_destroy),
7303         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7304         (anjuta_docman_get_current_document),
7305         (anjuta_docman_set_current_document),
7306         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7307         (anjuta_docman_update_page_label),
7308         (anjuta_docman_get_document_from_path),
7309         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7310         (anjuta_docman_order_tabs):
7311         * plugins/document-manager/anjuta-docman.h:
7312         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7313         (update_editor_ui_interface_items), (update_editor_ui),
7314         (on_editor_update_save_ui), (on_editor_update_ui),
7315         (on_editor_changed), (on_save_prompt_save_editor),
7316         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7317         (ianjuta_docman_get_current_document),
7318         (ianjuta_docman_set_current_document),
7319         (ianjuta_docman_remove_buffer),
7320         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7321         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7322         (idocument_get_filename), (idocument_can_undo),
7323         (idocument_can_redo), (idocument_undo),
7324         (idocument_begin_undo_action), (idocument_end_undo_action),
7325         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7326         * plugins/language-support-cpp-java/plugin.c:
7327         (on_editor_char_inserted_cpp), (on_auto_indent):
7328         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7329         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7330         * plugins/sample1/plugin.c: (on_sample_action_activate):
7331         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7332         (on_next_occur), (on_incremental_entry_key_press),
7333         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7334         (on_toolbar_find_incremental_start),
7335         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7336         * plugins/search/search-replace.c: (search_and_replace),
7337         (write_message_pane), (search_start_over), (search_update_combos),
7338         (replace_update_combos), (anjuta_search_replace_activate):
7339         * plugins/search/search-replace_backend.c:
7340         (file_buffer_new_from_path), (create_search_entries):
7341         * plugins/sourceview/sourceview-print.c: (create_print_job):
7342         * plugins/sourceview/sourceview.c:
7343         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7344         (idocument_can_redo), (idocument_can_undo),
7345         (idocument_begin_undo_action), (idocument_end_undo_action),
7346         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7347         (idocument_get_filename), (idocument_iface_init):
7348         * plugins/tools/editor.c: (on_editor_response):
7349         * plugins/tools/execute.c: (atp_output_context_initialize),
7350         (atp_user_tool_execute):
7351         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7352         
7353         Create IAnjutaDocument interface. This interface is a more general idea
7354         of documents being anything that can be modified, has undo/redo and
7355         may have operations like copy/paste.
7356         The primary goal is to integrate better by making it use the standard file
7357         and edit menu instead of it's own glade menu. Of course the downside is that
7358         you won't be able to view a source file and the designer at the same time. Anyway
7359         so many people have complained that they "can't save a glade file" that I think
7360         this is the much better solution.
7361         Work on the glade plugin is still to come but the most difficult things should be
7362         done now.
7364 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7366         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7367           version 3.0.3.
7369 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7371         * libanjuta/anjuta-plugin-manager.c:
7372         (anjuta_plugin_manager_get_plugins_page),
7373         (anjuta_plugin_manager_get_remembered_plugins_page):
7374         * libanjuta/anjuta-plugin-manager.h:
7375         * src/anjuta-app.c: (anjuta_app_install_preferences):
7376         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7377         and remembered plugins preferences pages in separate pages (avoid
7378         crowd).
7380 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7382         Patch from James Liggett  <jrliggett@cox.net>:
7383         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7384         Installed editor preferences schemas. Fixes bug #453463.
7386 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7388         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7389         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7391 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7393         * plugins/document-manager/anjuta-document-manager.ui:
7394         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7395         * src/action-callbacks.c:
7396         * src/action-callbacks.h:
7397         * src/anjuta-actions.h:
7398         * src/anjuta-app.c: (anjuta_app_instance_init),
7399         (anjuta_app_install_preferences):
7400         * src/anjuta.glade:
7401         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7402         General preferences page. Move preferences menu from Settings to
7403         Edit submenu. And got rid of Settings submenu.
7405 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7407         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7408         
7409 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7411         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7412         as discussed and agreed with James Liggett.
7414         Patch from James Liggett  <jrliggett@cox.net>:
7416         * configure.in:
7417         * libanjuta/anjuta-plugin-manager.c:
7418         (on_activated_plugin_objects_foreach),
7419         (anjuta_plugin_manager_get_active_plugin_objects):
7420         * libanjuta/anjuta-plugin-manager.h:
7421         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7422         (anjuta_plugin_deactivate):
7423         * libanjuta/anjuta-preferences-dialog.c:
7424         (anjuta_preferences_dialog_finalize),
7425         (anjuta_preferences_dialog_class_init), (add_category_columns),
7426         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7427         (anjuta_preferences_dialog_remove_page):
7428         * libanjuta/anjuta-preferences.c: (property_destroy),
7429         (unregister_preferences_key), (register_callbacks),
7430         (preferences_foreach_callback), (connect_prop_to_object),
7431         (anjuta_preferences_register_property_raw),
7432         (anjuta_preferences_register_property_custom),
7433         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7434         (anjuta_preferences_remove_page),
7435         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7436         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7437         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7438         (anjuta_preferences_class_init), (anjuta_preferences_new):
7439         * libanjuta/anjuta-preferences.h:
7440         * plugins/build-basic-autotools/Makefile.am:
7441         * plugins/build-basic-autotools/build-basic-autotools.c:
7442         (ipreferences_unmerge):
7443         * plugins/cvs-plugin/Makefile.am:
7444         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7445         * plugins/document-manager/Makefile.am:
7446         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7447         * plugins/editor/plugin.c: (ipreferences_unmerge):
7448         * plugins/file-manager/Makefile.am:
7449         * plugins/file-manager/plugin.c: (activate_plugin),
7450         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7451         * plugins/gtodo/plugin.c: (ipreferences_merge),
7452         (ipreferences_unmerge):
7453         * plugins/language-support-cpp-java/Makefile.am:
7454         * plugins/language-support-cpp-java/plugin.c:
7455         (ipreferences_unmerge):
7456         * plugins/message-view/Makefile.am:
7457         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7458         * plugins/sourceview/Makefile.am:
7459         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7460         * plugins/symbol-browser/Makefile.am:
7461         * plugins/symbol-browser/an_symbol_prefs.c:
7462         (symbol_browser_prefs_finalize):
7463         * plugins/terminal/Makefile.am:
7464         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7465         * plugins/valgrind/plugin.c: (ipreferences_merge),
7466         (ipreferences_unmerge):
7467         * scripts/Makefile.am:
7468         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7469         * src/Makefile.am:
7470         * src/action-callbacks.c: (on_set_preferences1_activate):
7471         * src/anjuta-app.c: (anjuta_app_instance_init),
7472         (anjuta_app_install_preferences):
7473         * src/anjuta-app.h:
7474         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7475         task: Bug #445314: On demand preferences widgets creation. Thanks
7476         James for this great work.
7478 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7480         * plugins/debug-manager/data_buffer.c,
7481         plugins/message-view/message-view.c: Fixed compiler warnings.
7483 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7485         * src/action-callbacks.c: (help_activate),
7486         (on_help_manual_activate), (on_help_tutorial_activate),
7487         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7489         Fixed help activation (bug #451557).
7491 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7493         * AUTHORS: Added James Liggett. Forgot to add him before :(
7495 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7497         * plugins/debug-manager/debugger.c,
7498         plugins/debug-manager/plugin.c,
7499         plugins/gdb/debugger.c,
7500         libanjuta/interfaces/libanjuta.idl:
7501         Add a GError* parameter to debugger-stopped signal
7503         * (added) libanjuta/anjuta-error.c,
7504         (added) libanjuta/anjuta-error.h,
7505         libanjuta/Makefile.am:
7506         Register GError as a boxed type
7508         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7509         Support GError* in signal, GError must be registered as a boxed type
7510         Accept NULL as strings
7512 === anjuta 2.2.0 ===
7514 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7516         * configure.in: Bumped version to 2.2.0
7517         * NEWS: Updated for 2.2.0 stable release.
7518         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7519         Reduce the idle priority to make the UI update before anything else.
7521 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7523         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7525         * libanjuta/interfaces/libanjuta.idl:
7526         * plugins/document-manager/action-callbacks.c:
7527         (on_editor_command_complete_word_activate):
7528         * plugins/document-manager/plugin.c:
7529         (update_editor_ui_interface_items):
7530         * plugins/editor/text_editor.c: (iautocomplete_activate),
7531         (iautocomplete_iface_init):
7532         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7534         Moved autocomplete() method away from IAnjutaEditorAssist into
7535         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7536         autocomplete and does not crash with sourceview. Fixes Bug #449620
7537         – The auto completion functionality not work. Also sets menuitem 
7538         insensitive when hiding them.
7540         * plugins/debug-manager/disassemble.c:
7541         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7542         printf types.
7544 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7546         * pixmaps/anjuta_splash.png: Updated.
7547         
7548         * plugins/search/search-replace.c
7549         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7550         the right target (project).
7551         * ChangeLog: Added missing log.
7553 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7555         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7556         manuals/anjuta-manual/C/fileoperations.xml,
7557         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7559         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7561         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7563 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7565         * TODO.tasks: Added bounty for on-demand preferences.
7567         Patch from Thierry Moisan:
7568         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7569         (bug #88824).
7571 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7573         Patch from tpgww@onepost.net:
7575         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7576         * libegg/test-actions.c:
7577         * libegg/test-multi-drag.c: (main):
7578         * plugins/debug-manager/memory.c: (read_memory_block):
7579         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7581         Fixes compile warnings. Fixes bug #427101.
7583 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7585         Patch from James Liggett:
7587         * plugins/profiler/gprof-options.c: (on_option_changed),
7588         (setup_widgets):
7589         * plugins/profiler/gprof-options.h:
7590         * plugins/profiler/gprof-profile-data.c:
7591         (gprof_profile_data_init_profile):
7592         * plugins/profiler/gprof-profile-data.h:
7593         * plugins/profiler/plugin.c: (profiler_get_data),
7594         (profiler_set_target), (register_options),
7595         (on_profile_data_browse_button_clicked),
7596         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7597         * plugins/profiler/profiler.glade: implements independent targets.
7598         implements the ability to select arbitrary gmon.out files.
7599         Fixes bug #403502 – User should also be allowed to select an
7600         independent executable target.
7602 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7604         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7606         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7607         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7609 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7611         * plugins/debug-manager/plugin.c,
7612         plugins/debug-manager/breakpoints.c:
7613         Remove weak pointers when owner is destroyed
7614         Remove all breakpoints before loading new one
7616 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7618         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7619          
7620 2007-06-19  Naba Kumar  <naba@gnome.org>
7622         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7623         Bug #448491 Empty Lines Problem.
7625         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7626         
7627         * data/default.profile, plugins/message-view/plugin.c: Do not
7628         restore session for messages.
7629         Fixes bug #377461 – don't create new message window for each
7630         build/find.
7632         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7633         Fixes a crash on exit/project-close if profiler plugin is loaded.
7635 2007-06-17  Naba Kumar  <naba@gnome.org>
7637         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7638         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7640         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7641         Bug #448034 – Anjuta crashes on starting (when the last project
7642         directory was deleted).
7644         * plugins/document-manager/plugin.c: Set line markers for files
7645         opened via IAnjutaFile::open(). Fixes missing line markers while
7646         navigating symbols.
7648 2007-06-17  Naba Kumar  <naba@gnome.org>
7650         * plugins/sourceview/sourceview.glade: Set correct font
7651         default value and use monospace instead of sans. Fixes
7652         bug #448408 – crash in Anjuta IDE: Trying to change the
7653         editor
7655 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7657         * plugins/search/search-replace.c,
7658         plugins/search/search-replace.h,
7659         plugins/search/anjuta-search.glade:
7660         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7661         Fixes bug #355166
7663 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7665         * plugins/debug-manager/plugin.c,
7666         plugins/debug-manager/breakpoints.c:
7667         Add weak references, fixes bug #448053 ?
7669 2007-06-16  Naba Kumar  <naba@gnome.org>
7671         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7672         dialog to allow forgetting them if user chooses to select a different
7673         one.
7675 2007-06-13  Naba Kumar  <naba@gnome.org>
7677         * plugins/sourceview/sourceview-prefs.c: Initialize font
7678         on startup correctly if use_theme is set.
7680         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7681         if available for default font. Fixes bug #447304.
7683         * plugins/sourceview/sourceview-prefs.c: Return value based
7684         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7685         for the first time has black background
7686         
7687         * plugins/project-manager/plugin.c: Give a better error message
7688         when project could not be loaded.
7690         * libanjuta/anjuta-serializer.c: Added a comment.
7692 2007-06-13  Johannes Schmid <jhs@gnome.org>
7694         * configure.in:
7695         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7696         most warnings to avoid simple coding problems.
7697         
7698         * plugins/message-view/anjuta-msgman.c:
7699         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7700         * plugins/message-view/plugin.c: (on_view_changed),
7701         (ianjuta_msgman_add_view):
7702         
7703         Fixed #440866 by always presenting the message-manager when a tab is
7704         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7705         
7706         * plugins/subversion/subversion-callbacks.c:
7707         (on_subversion_commit_response):
7708         Destroy dialog if user clicks "No"
7710 2007-06-12  Naba Kumar  <naba@gnome.org>
7712         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7713         read and use of uninitialized variable.
7715         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7716         because it is used in credits listing and packaging could compress
7717         it in docdir. Fixes bug #397881: The credits are empty
7719         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7720         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7721         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7722         plugins/symbol-browser/an_symbol_info.c,
7723         plugins/symbol-browser/plugin.c,
7724         plugins/symbol-browser/an_symbol_view.c,
7725         plugins/editor/aneditor-autocomplete.cxx:
7727         - Do not access TMTag
7728         member in TMSymbol when freeing it because by then the tags
7729         could have changed. Avoids dangerous memory corruptions by freeing
7730         someone else's memory (Could explain those random crashes when
7731         refreshing symbols or re-loading a different project or closing
7732         a project). Anything that tries to refresh symbols could trigger
7733         this corruptions.
7734         - Added a flag to also retrieve method definitions as part of
7735         the class's scope members. And used it to set both function prototype
7736         and definition in symbols. Fixes navigation to prototype and
7737         function definitions from symbol browser (bug #440370)
7739         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7740         memory. Could fix those bogus 'file changed' dialogs.
7742         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7744 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7746         * (added) libanjuta/anjuta-utils-priv.h,
7747         libanjuta/anjuta-utils.h,
7748         libanjuta/anjuta-launcher.c,
7749         libanjuta/Makefile.am:
7750         Fix bug #440801: do not use config.h in public include files
7752 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7754         * plugins/project-wizard/templates/mkfile.wiz:
7755         Fix bug #442038: missing project.sh file
7757         * configure.in,
7758         plugins/project-wizard/templates/Makefile.am,
7759         plugins/project-wizard/templates/translatable-strings.h,
7760         (added) plugins/project-wizard/templates/sdl.wiz,
7761         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7762         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7763         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7764         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7765         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7766         (added) plugins/project-wizard/templates/sdl/src/main.c,
7767         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7768         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7769         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7770         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7771         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7772         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7773         Fix bug #315635: add a SDL project wizard
7775 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7777         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7778         when SIGCHLD is triggered when main loop context is locked. Dead lock
7779         happens when child_exited callback also accesses main loop context.
7780         Happens particularly badly in debug target exiting.
7782 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7784         * manuals/anjuta-manual/C/debugger.xml:
7785         First update of the debugger documentation
7787 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
7789         * manuals/anjuta-manual/C/fileoperations.xml,
7790         manuals/anjuta-manual/C/projects.xml,
7791         manuals/anjuta-manual/C/anjuta-manual.xml,
7792         manuals/anjuta-manual/C/build.xml,
7793         manuals/anjuta-manual/C/execute.xml,
7794         manuals/anjuta-manual/Makefile.am: Updated more documentation.
7795         Added project properties documentation. Moved execution section
7796         inside project management. Removed dead documentation.
7798 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
7800         * src/anjuta.c, plugins/symbol-browser/plugin.c,
7801         plugins/symbol-browser/plugin.h,
7802         plugins/symbol-browser/an_symbol_prefs.c,
7803         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7804         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
7805         progress bar instead of separate window for system tags
7806         generation. Renamed AnjutaStatus methods to a proper ones.
7808         * plugins/symbol-browser/plugin.c,
7809         plugins/symbol-browser/plugin.h,
7810         plugins/symbol-browser/an_symbol_prefs.c,
7811         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7812         global-tags/create_global_tags.sh.in: Get rid of message window
7813         for showing global tags creation and use a small window with
7814         progress bar.
7816 2007-05-30  Naba Kumar  <naba@gnome.org>
7818         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
7819         Bug 442315 – After calling configure, the build menus are still insensitive,
7820         Bug 442314 – Autogeneration fails when there is no autogen.sh
7822         * plugins/project-manager/plugin.c: Fixed mem corruption when it
7823         fails to remove target/source/group. Fixes bug #440196 – crash in
7824         Anjuta IDE: removing a target
7826 2007-05-29  Naba Kumar  <naba@gnome.org>
7828         * plugins/symbol-browser/an_symbol_view.c,
7829         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
7830         tags generation. Fixed runtime warning.
7832 2007-05-28  Naba Kumar  <naba@gnome.org>
7834         Patch from James Liggett  <jrliggett@cox.net>:
7835         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
7836         Fixed bug #403502 – User should also be allowed to select an
7837         independent executable target.
7839 2007-05-27  Johannes Schmid <jhs@gnome.org>
7841         * plugins/build-basic-autotools/build-basic-autotools.c:
7842         (get_real_directory), (on_build_mesg_format):
7843         
7844         Find correct files for error messages inside scratchbox
7846 2007-05-27  Naba Kumar  <naba@gnome.org>
7848         * manuals/anjuta-manual/C/projects.xml,
7849         manuals/anjuta-manual/C/projects.xml: Updated project
7850         management chapter more.
7852 2007-05-25  Johannes Schmid <jhs@gnome.org>
7854         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
7855         * plugins/build-basic-autotools/build-basic-autotools.c:
7856         (on_sb_check_toggled), (build_execute_command),
7857         (ipreferences_merge), (ipreferences_unmerge):
7858         Added support for building inside scratchbox environment
7859         
7860         Patch from James Liggett <jrliggett@cox.net>:
7861         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
7862         (anjuta_msgman_append_view):
7864         Fix 440866 
7865           – Anjuta aborts with numerous assertion failures when adding a new message view tab
7867 2007-05-23  Naba Kumar  <naba@gnome.org>
7869         * manuals/anjuta-manual/C/projects.xml: Updated project
7870         management chapter.
7872 2007-05-22  Naba Kumar  <naba@gnome.org>
7874         * manuals/anjuta-manual/C/projects.xml: More updates.
7876         * manuals/anjuta-manual/C/introduction.xml,
7877         manuals/anjuta-manual/C/projects.xml,
7878         manuals/anjuta-manual/C/interface.xml: Updated documentation.
7880 2007-05-22  Naba Kumar  <naba@gnome.org>
7882         Patch from Étienne Bersac:
7883         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
7884         class in generated class.
7886 2007-05-22  Naba Kumar  <naba@gnome.org>
7888         * plugins/profiler/plugin.c: Fixed a compiler warning.
7889         * plugins/valgrind/Makefile.am: Added ldflags.
7891         Patch from James Liggett:
7892         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
7893         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
7894         specific options.
7896 2007-05-18  Johannes Schmid <jhs@gnome.org>
7898         * plugins/editor/text_editor.c:
7899         * plugins/language-support-cpp-java/plugin.c:
7900         (on_editor_language_changed), (on_value_added_current_editor),
7901         (on_value_removed_current_editor):
7902         
7903         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
7904         Fix assist support in language-support-plugin.
7906 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7908         * libanjuta/interfaces/libanjuta.idl:
7909         Add a new interface allowing to implement plugin able
7910         to load other plugins (not written in C)
7912         * libanjuta/anjuta-plugin-handle.c,
7913         libanjuta/anjuta-plugin-handle.h:
7914         Add a language and a resident plugin properties
7916         * libanjuta/anjuta-glue-plugin.c,
7917         libanjuta/anjuta-glue-plugin.h,
7918         (added)libanjuta/anjuta-glue-c.c,
7919         (added)libanjuta/anjuta-glue-c.h,
7920         libanjuta/Makefile.am:
7921         Split code used to load a C plugin into a common part
7922         in anjuta-glue-plugin and a specific part in anjuta-glue-c
7924         * libanjuta/anjuta-glue-factory.c,
7925         libanjuta/anjuta-glue-factory.h,
7926         libanjuta/anjuta-plugin-manager.c:
7927         Allow to load plugin not written in C and search for the
7928         additional needed code in another plugin
7930 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
7932         * plugins/editor/text_editor.c:
7933         Add an empty implementation of IAnjutaEditorAssist for scintilla,
7934         avoiding a crash if scintilla is used
7936 2007-05-14  Johannes Schmid <jhs@gnome.org>
7938         * libanjuta/interfaces/libanjuta.idl:
7939         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7940         (assist_cleanup), (on_assist_end), (on_assist_cancel),
7941         (on_assist_chosen), (on_assist_update), (get_context),
7942         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
7943         (install_assist), (uninstall_assist), (install_support),
7944         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
7945         (cpp_java_plugin_instance_init):
7946         * plugins/language-support-cpp-java/plugin.h:
7947         Use IAnjutaEditorAssist to show language specific suggestions
7948         
7949         * plugins/sourceview/Makefile.am:
7950         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
7951         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7952         * plugins/sourceview/anjuta-view.h:
7953         * plugins/sourceview/assist-window.c: (assist_window_expose),
7954         (assist_window_set_property), (assist_window_get_property),
7955         (assist_window_class_init), (assist_activated),
7956         (assist_window_init), (assist_window_finalize),
7957         (assist_window_select), (assist_window_first),
7958         (assist_window_last), (assist_window_up), (assist_window_down),
7959         (get_coordinates), (assist_window_move), (assist_window_update),
7960         (assist_window_filter_keypress), (assist_window_is_active),
7961         (assist_window_new), (assist_window_get_trigger),
7962         (assist_window_get_position):
7963         * plugins/sourceview/assist-window.h:
7964         * plugins/sourceview/sourceview-args.c (removed):
7965         * plugins/sourceview/sourceview-args.h (removed):
7966         * plugins/sourceview/sourceview-autocomplete.c (removed):
7967         * plugins/sourceview/sourceview-autocomplete.h (removed):
7968         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7969         * plugins/sourceview/sourceview-private.h:
7970         * plugins/sourceview/sourceview-scope.c(removed):
7971         * plugins/sourceview/sourceview-scope.h(removed):
7972         * plugins/sourceview/sourceview.c: (on_assist_chosen),
7973         (on_assist_cancel), (on_document_char_added),
7974         (on_reload_dialog_response), (sourceview_class_init),
7975         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
7976         (iassist_remove_trigger), (iassist_autocomplete),
7977         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
7978         (iassist_react), (iassist_iface_init):
7979         * plugins/sourceview/tag-window.c (moved to assist-window.c):
7980         * plugins/sourceview/tag-window.h (moved to assist-window.c):
7981         
7982         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
7983         - Mark files dirty if reload dialog is canceled.
7985 2007-05-12  Naba Kumar  <naba@gnome.org>
7987         * libanjuta/anjuta-launcher.h: Corrected include file.
7989 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
7991         * libanjuta/anjuta-glue-plugin.c,
7992         libanjuta/anjuta-glue-plugin.h,
7993         libanjuta/anjuta-glue-factory.c,
7994         libanjuta/anjuta-glue-factory.h,
7995         ibanjuta/anjuta-plugin-manager.c:
7996         Move code used to load a C plugin from glue-factory to glue-plugin
7997         So loading a plugin written in another language could be done by
7998         just using another object derived from AnjutaGluePlugin
8000         * libanjuta/libanjuta.h:
8001         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8002         includes
8004 === anjuta 2.1.3 ===
8006 2007-05-11  Naba Kumar  <naba@gnome.org>
8008         * configure.in: Bumped version to 2.1.3
8009         * NEWS: Updated.
8010         * AUTHORS: Updated.
8011         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8013 2007-05-11  Naba Kumar  <naba@gnome.org>
8015         * configure.in:
8016         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8017         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8018         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8020 2007-05-10  Johannes Schmid <jhs@gnome.org>
8022         * plugins/search/plugin.c:
8023         Make incremental search behave less annoying
8024         
8025 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8027         * plugins/macro/macro-util.c:
8028         Fix bug #419008 and bug #419036
8029         When creating new header file, use name and email set in
8030         preferences and replace invalid C character by underscore
8031         in guards
8033 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8035         * plugins/search/search-replace.c,
8036         plugins/search/search-replace_backend.c:
8037         Disable search button if search expression is empty (bug #378193)
8039 2007-05-08  Naba Kumar  <naba@gnome.org>
8041         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8042         build error.
8044 2007-05-07  Naba Kumar  <naba@gnome.org>
8046         * configure.in:
8047         * plugins/project-wizard/templates/Makefile.am:
8048         * plugins/project-wizard/templates/minimal.wiz:
8049         * plugins/project-wizard/templates/minimal/.cvsignore:
8050         * plugins/project-wizard/templates/minimal/Makefile.am:
8051         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8052         * plugins/project-wizard/templates/minimal/autogen.sh:
8053         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8054         * plugins/project-wizard/templates/minimal/project.anjuta:
8055         Added 'minimal', a generic and flat, project template.
8056         
8057 2007-05-05  Naba Kumar  <naba@gnome.org>
8059         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8061         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8062         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8063         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8064         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8065         instead of a real one, fixes interdependency with libanjuta.
8066         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8067         * libanjuta/Makefile.am: 
8068         * libegg/Makefile.am:
8069         * plugins/build-basic-autotools/Makefile.am:
8070         * plugins/class-gen/Makefile.am:
8071         * plugins/class-inheritance/Makefile.am:
8072         * plugins/cvs-plugin/Makefile.am:
8073         * plugins/debug-manager/Makefile.am:
8074         * plugins/devhelp/Makefile.am:
8075         * plugins/document-manager/Makefile.am:
8076         * plugins/editor/Makefile.am:
8077         * plugins/file-loader/Makefile.am:
8078         * plugins/file-manager/Makefile.am:
8079         * plugins/file-wizard/Makefile.am:
8080         * plugins/gdb/Makefile.am:
8081         * plugins/glade/Makefile.am:
8082         * plugins/gtodo/Makefile.am:
8083         * plugins/language-support-cpp-java/Makefile.am:
8084         * plugins/macro/Makefile.am:
8085         * plugins/message-view/Makefile.am:
8086         * plugins/patch/Makefile.am:
8087         * plugins/profiler/Makefile.am:
8088         * plugins/project-import/Makefile.am:
8089         * plugins/project-manager/Makefile.am:
8090         * plugins/project-wizard/Makefile.am:
8091         * plugins/sample1/Makefile.am:
8092         * plugins/search/Makefile.am:
8093         * plugins/sourceview/Makefile.am:
8094         * plugins/subversion/Makefile.am:
8095         * plugins/symbol-browser/Makefile.am:
8096         * plugins/terminal/Makefile.am:
8097         * plugins/tools/Makefile.am:
8098         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8100 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8102         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8104 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8106         * libanjuta/anjuta-launcher.c,
8107         libanjuta/anjuta-launcher.h:
8108         Add some missing implementation
8110 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8112         Reviewed by Naba Kumar  <naba@gnome.org>:
8113         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8114         for uninstall-hook.
8116 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8118         Reviewed by Naba Kumar  <naba@gnome.org>:
8119         * plugins/editor/text_editor.c: Large memory addresses were being
8120         truncated, switched to glong (bug #422143).
8122 2007-04-24  Naba Kumar  <naba@gnome.org>
8124         * plugins/document-manager/plugin.c: (prefs_finalize):
8125         * plugins/editor/aneditor-autocomplete.cxx:
8126         * plugins/editor/text_editor_menu.c:
8127         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8128         * plugins/file-loader/plugin.c: (open_file_with),
8129         (create_open_with_submenu):
8130         * plugins/file-manager/plugin.c: (prefs_finalize):
8131         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8132         pointer type castings.
8134 2007-04-24  Naba Kumar  <naba@gnome.org>
8136         Patch from s|s  <supreet.sethi@gmail.com>:
8137         * (added) plugins/project-wizard/templates/django-logo.png:
8138         * (added) plugins/project-wizard/templates/django.wiz:
8139         * plugins/project-wizard/templates/Makefile.am:
8140         * plugins/project-wizard/templates/translatable-strings.h: Added
8141         django project template. http://www.djangoproject.com/
8143 2007-04-24  Naba Kumar  <naba@gnome.org>
8145         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8146         the log entry widget and made the dialog little larger.
8148 2007-04-24  Naba Kumar  <naba@gnome.org>
8150         Patch from Halton Huo:
8151         * configure.in:
8152         * plugins/project-wizard/property.c:
8153         * plugins/subversion/svn-auth.c:
8154         * plugins/subversion/svn-backend-priv.h:
8155         * plugins/subversion/svn-backend.c:
8156         * plugins/subversion/svn-backend.h:
8157         * plugins/subversion/svn-notify.h: Proper use of subversion
8158         headers. Fixes build issues in solaris (bug #426701).
8160 2007-04-24  Naba Kumar  <naba@gnome.org>
8162         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8163         
8164         * plugins/project-wizard/templates/cpp.wiz:
8165         * plugins/project-wizard/templates/gcj.wiz:
8166         * plugins/project-wizard/templates/gnome.wiz:
8167         * plugins/project-wizard/templates/gtk.wiz:
8168         * plugins/project-wizard/templates/gtkmm.wiz:
8169         * plugins/project-wizard/templates/java.wiz:
8170         * plugins/project-wizard/templates/python.wiz:
8171         * plugins/project-wizard/templates/terminal.wiz:
8172         * plugins/project-wizard/templates/wxwin.wiz:
8173         * plugins/project-wizard/templates/xlib-dock.wiz:
8174         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8175         project option and set it ON by default (since gnome-build, can't
8176         enabled configure shared lib support later when a sharedlib target
8177         is added).
8179 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8181         * plugins/debug-manager/stack_trace.c:
8182         Fix a missing case in the previous changes
8184 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8186         * plugins/debug-manager/plugin.c:
8187         Fix bug #430401
8189         * plugins/debug-manager/breakpoints.c,
8190         plugins/gdb/plugin.c:
8191         Fix adding breakpoint on a function
8193         * plugins/debug-manager/stack_trace.c:
8194         Highlight changed stack frame
8196 2007-04-18  Naba Kumar  <naba@gnome.org>
8198         * plugins/document-manager/anjuta-docman.c:
8199         (anjuta_docman_dispose), (on_editor_destroy),
8200         (anjuta_docman_remove_editor): Remove the editor widget from
8201         the parent container before calling destroy, otherwise container
8202         removal happens after TextEditor is disposed resulting in call
8203         to value-remove for a TextEditor which is half-dead (crash).
8205 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8207         * plugins/debug-manager/data_buffer.c
8208         plugins/debug-manager/data_view.c,
8209         plugins/debug-manager/memory.c:
8210         Fixes for bug #418523, bug #427090 and bug #428174
8212 2007-04-11 Halton Huo <halton.huo@sun.com>
8214         reviewed by: <jhs@gnome.org>
8216         * configure.in:
8217         * libanjuta/Makefile.am:
8218         * libanjuta/anjuta-utils.c:
8219         * libanjuta/anjuta-utils.h:
8220         * manuals/reference/libanjuta/Makefile.am:
8221         
8222         Fixed compilation on sun by deploying the libutil methods
8223         in anjuta-utils.h and building them on condition.
8225 2007-04-11  Johannes Schmid <jhs@gnome.org>
8227         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8228         (anjuta_docman_add_editor):
8229         Hold a reference on the editor as long as we use it.
8230         
8231         * plugins/document-manager/plugin.c: (on_editor_changed):
8232         Destroy GValue to fix a memoery leak.
8234 2007-04-11  Johannes Schmid <jhs@gnome.org>
8236         * plugins/document-manager/plugin.c: (on_editor_changed):
8237         Fixed reference counting for editor by using g_value_take_object instead
8238         of g_value_set_object. The editors are now correctly finalized and thus
8239         we do not lack so much memory anymore.
8240         
8241         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8242         (anjuta_view_finalize), (anjuta_view_focus_out),
8243         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8244         * plugins/sourceview/anjuta-view.h:
8245         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8246         * plugins/sourceview/sourceview-prefs.c:
8247         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8248         * plugins/sourceview/sourceview-prefs.h:
8249         * plugins/sourceview/sourceview-private.h:
8250         * plugins/sourceview/sourceview.c: (on_document_loaded),
8251         (timeout_unref), (on_document_saved), (sourceview_finalize),
8252         (sourceview_new), (ifile_open), (ifile_savable_save),
8253         (ifile_savable_save_as):
8255         Several changes to fix things when the editor is correctly destroyed.
8256         Fixed preferences (which led me to the refcounting issue, #409412)
8257         and removed deprecated completition code that will be replace by
8258         IAnjutaAssist interface soon. 
8260 2007-04-11  Johannes Schmid <jhs@gnome.org>
8262         * libanjuta/anjuta-launcher.c:
8263         (anjuta_launcher_execution_done_cleanup),
8264         (anjuta_launcher_child_terminated):
8265         Possible fix for #428363 and added a g_return_if_fail
8267         * plugins/message-view/plugin.c: (activate_plugin):
8268         Fixed a Gtk/Gdl-Critical
8269         
8270         Patches from Étienne Bersac <bersace03@laposte.net>
8271         * plugins/class-gen/templates/go-source.tpl:
8272         * plugins/macro/macros.xml:
8273         Use better template for GObjects (#417875 and #417918)
8274         
8275         Patches from Halton Huo <halton.huo@sun.com>
8276         * libanjuta/anjuta-launcher.h:
8277         * libanjuta/anjuta-preferences.c:
8278         * libanjuta/anjuta-utils.c:
8279         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8280         (cg_window_set_add_to_repository):
8281         * plugins/class-inheritance/class-inherit.c:
8282         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8284 2007-04-09  Johannes Schmid <jhs@gnome.org>
8286         * plugins/editor/print.c: (anjuta_print_show_header):
8287         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8288         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8290   Some string changes (#427395 and #427399)
8292 2007-04-06  Johannes Schmid <jhs@gnome.org>
8294         * plugins/build-basic-autotools/build-basic-autotools.c:
8295         (on_build_mesg_format), (on_build_mesg_parse):
8296         Fixed full path detection
8298 2007-04-05  Naba Kumar  <naba@gnome.org>
8300         Patch from Halton Huo:
8301         * libanjuta/Makefile.am:
8302         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8303         * libanjuta/anjuta-glue-cpp.h:
8304         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8305         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8306         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8307         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8308         (load_plugin), (anjuta_glue_factory_get_object_type):
8309         * libanjuta/anjuta-glue-factory.h:
8310         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8311         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8312         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8313         (anjuta_glue_plugin_new):
8314         * libanjuta/anjuta-glue-plugin.h:
8315         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8316         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8317         * libanjuta/anjuta-plugin.h:
8318         * libanjuta/glue-cpp.c:
8319         * libanjuta/glue-cpp.h:
8320         * libanjuta/glue-factory.c:
8321         * libanjuta/glue-factory.h:
8322         * libanjuta/glue-plugin.c:
8323         * libanjuta/glue-plugin.h:
8324         * plugins/build-basic-autotools/build-basic-autotools.h:
8325         * plugins/class-gen/plugin.h:
8326         * plugins/class-inheritance/plugin.h:
8327         * plugins/cvs-plugin/plugin.h:
8328         * plugins/debug-manager/plugin.h:
8329         * plugins/devhelp/plugin.h:
8330         * plugins/document-manager/plugin.h:
8331         * plugins/editor/plugin.h:
8332         * plugins/file-loader/plugin.h:
8333         * plugins/file-manager/plugin.h:
8334         * plugins/file-wizard/plugin.h:
8335         * plugins/gdb/plugin.h:
8336         * plugins/glade/plugin.h:
8337         * plugins/gtodo/plugin.h:
8338         * plugins/language-support-cpp-java/plugin.h:
8339         * plugins/macro/plugin.h:
8340         * plugins/message-view/plugin.h:
8341         * plugins/patch/plugin.h:
8342         * plugins/profiler/plugin.h:
8343         * plugins/project-import/plugin.h:
8344         * plugins/project-manager/plugin.h:
8345         * plugins/project-wizard/plugin.h:
8346         * plugins/sample1/plugin.h:
8347         * plugins/search/plugin.h:
8348         * plugins/sourceview/plugin.h:
8349         * plugins/subversion/plugin.h:
8350         * plugins/symbol-browser/plugin.h:
8351         * plugins/terminal/terminal.c:
8352         * plugins/tools/plugin.h:
8353         * plugins/tools/scripts/tools-2.xml.in:
8354         * plugins/valgrind/plugin.h:
8356         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8358 2007-04-05  Naba Kumar  <naba@gnome.org>
8360         * anjuta.spec.in, configure.in: Removed dead codes.
8361         
8362         Patch from Jos Dehaes:
8363         * configure.in, plugins/project-wizard/templates/Makefile.am,
8364         plugins/project-wizard/templates/mkfile.wiz,
8365         plugins/project-wizard/templates/translatable-strings.h: Enabled
8366         makefile-based project creation and import. Fixes bug #355145
8368 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8370         * plugins/debug-manager/debugger.c,
8371         plugins/debug-manager/plugin.c,
8372         plugins/gdb/anjuta-gdb.plugin.in:
8373         Code cleaning (remove unused code, rename this into self)
8374         Add information about supported format in debugger plugin
8375         Activate debugger plugin according to the target format
8377 2007-04-01  Naba Kumar  <naba@gnome.org>
8379         * plugins/message-view/message-view.c:
8380         (message_view_instance_init): Fixed message icons to appear.
8382 2007-03-31  Johannes Schmid <jhs@gnome.org>
8384         * plugins/message-view/anjuta-msgman.c:
8385         (anjuta_msgman_append_view):
8386         * plugins/message-view/plugin.c: (on_view_changed),
8387         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8388         
8389         Fixed #424845
8391 2007-03-31  Johannes Schmid <jhs@gnome.org>
8393         * plugins/message-view/message-view.c:
8394         (message_view_instance_init), (imessage_view_append):
8395         Show nice icons beside the messages for info, warning and error. This is a completly
8396         cosmetic change so if someone dislikes it he is free to remove it.
8398 2007-03-31  Johannes Schmid <jhs@gnome.org>
8399         
8400         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8401         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8402         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8403         * plugins/message-view/anjuta-msgman.h:
8404         * plugins/message-view/message-view.h:
8405         * plugins/message-view/plugin.c: (on_view_changed),
8406         (activate_plugin):
8407         Fixed #359399 and made next/previous insensitive when not availible
8408         
8409         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8410         (tag_style_to_string):
8411         Fixed namespace Problem with gdk >= 2.11
8412         
8413         * plugins/sourceview/sourceview-autocomplete.c:
8414         (sourceview_autocomplete_init):
8415         Removed structure, follow-up of #423682
8417 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8419         * plugins/debug-manager/debug_tree.c,
8420         plugins/debug-manager/debug_tree.h,
8421         plugins/debug-manager/watch.c,
8422         plugins/debug-manager/anjuta-debug-manager.glade:
8423         Inspect variable at cursor
8424         Fix buttons in inspect dialog
8426 2007-03-27  Halton Huo  <halton.huo@sun.com>
8428         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8430         * plugins/sourceview/sourceview-autocomplete.c
8431         plugins/debug-manager/disassemble.c,
8432         libanjuta/interfaces/libanjuta.idl:
8433         Remove array with 0 size and empty structure as it is not
8434         supported by sun cc, Fixes bug #423682
8436         * plugins/debug-manager/debugger.c:
8437         Remove anonymous union as it is not supported by sun cc,
8438         Fixes bug #423680
8440 === anjuta 2.1.2 ===
8442 2007-03-28  Naba Kumar  <naba@gnome.org>
8444         * configure.in: Bumped version to 2.1.2
8445         * NEWS: Updated for release.
8446         
8447         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8448         Improved breakpoint marker icon.
8449         
8450         * plugins/editor/anjuta-editor.plugin.in,
8451         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8452         non user activable since they are now remembered properly.
8454 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8456         * plugins/tools/editor.c:
8457         Fix bug #423270
8459 2007-03-27  Naba Kumar  <naba@gnome.org>
8461         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8462         word when autocompleting without leaving any trailing part of
8463         the word.
8465 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8467         Reviewed by Naba Kumar  <naba@gnome.org>:
8468         * anjuta.desktop.in.in: Remove "Application" category from desktop
8469         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8470         
8471 2007-03-27  Naba Kumar  <naba@gnome.org>
8472         
8473         * configure.in, plugins/document-manager/anjuta-docman.c:
8474         (anjuta_docman_add_editor): Conditionally compile notebook tab
8475         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8477         Patch from Halton Huo:
8478         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8479         non gcc compiler flags. Fixes bug #423089.
8480         
8481 2007-03-26  Naba Kumar  <naba@gnome.org>
8482         
8483         * AUTHORS, NEWS, TODO.tasks: Updated.
8484         
8485         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8486         close menuitem.
8487         
8488         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8489         (update_editor_symbol_model), (iter_matches),
8490         (on_editor_update_ui), (value_added_current_editor),
8491         (activate_plugin), (dispose),
8492         (symbol_browser_plugin_instance_init):
8493         * plugins/symbol-browser/plugin.h: update line on editor save
8494         and editor change. Code clean up and fixed warnings.
8496 2007-03-26  Naba Kumar  <naba@gnome.org>
8498         * plugins/project-wizard/templates/java/project.anjuta,
8499         plugins/project-wizard/templates/python/project.anjuta,
8500         plugins/project-wizard/templates/python/project.anjuta:
8501         Removed version control plugins from default selection.
8503         * plugins/tools/scripts/prepare-changelog.pl,
8504         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8505         script to a better one (that works on both cvs and svn).
8507 2007-03-26  Naba Kumar  <naba@gnome.org>
8509         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8510         Makefile.am: Added the generated translatable file (required for
8511         translations for svn checkouts).
8513         * (added)
8514         plugins/project-wizard/templates/extract-translatable-strings.pl
8515         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8516         po/POTFILES.in: Generated translatable strings for .wiz files and
8517         added them in POTFILES.in for translation. Fixes bug #398035
8519 2007-03-25  Naba Kumar  <naba@gnome.org>
8521         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8522         
8523         * src/anjuta-app.c: Removed dead codes.
8524         
8525         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8526         global tags generation starts.
8527         
8528         * plugins/debug-manager/chunk_view.c,
8529         plugins/debug-manager/start.h,
8530         plugins/debug-manager/chunk_view.h,
8531         plugins/debug-manager/utilities.c,
8532         plugins/debug-manager/utilities.h,
8533         plugins/debug-manager/debugger.c,
8534         plugins/debug-manager/threads.c,
8535         plugins/debug-manager/disassemble.c,
8536         plugins/debug-manager/info.c,
8537         plugins/debug-manager/sharedlib.c,
8538         plugins/debug-manager/threads.h,
8539         plugins/debug-manager/disassemble.h,
8540         plugins/debug-manager/signals.c,
8541         plugins/debug-manager/info.h,
8542         plugins/debug-manager/sharedlib.h,
8543         plugins/debug-manager/data_buffer.c,
8544         plugins/debug-manager/data_view.c,
8545         plugins/debug-manager/signals.h,
8546         plugins/debug-manager/debug_tree.c,
8547         plugins/debug-manager/watch.c,
8548         plugins/debug-manager/registers.c,
8549         plugins/debug-manager/data_buffer.h,
8550         plugins/debug-manager/data_view.h,
8551         plugins/debug-manager/memory.c,
8552         plugins/debug-manager/debug_tree.h,
8553         plugins/debug-manager/watch.h,
8554         plugins/debug-manager/registers.h,
8555         plugins/debug-manager/memory.h,
8556         plugins/debug-manager/locals.c,
8557         plugins/debug-manager/sexy-icon-entry.c,
8558         plugins/debug-manager/breakpoints.c,
8559         plugins/debug-manager/locals.h,
8560         plugins/debug-manager/sexy-icon-entry.h,
8561         plugins/debug-manager/stack_trace.c,
8562         plugins/debug-manager/breakpoints.h,
8563         plugins/debug-manager/sparse_buffer.c,
8564         plugins/debug-manager/sparse_view.c,
8565         plugins/debug-manager/stack_trace.h,
8566         plugins/debug-manager/sparse_buffer.h,
8567         plugins/debug-manager/sparse_view.h,
8568         plugins/debug-manager/start.c,
8569         plugins/gdb/utilities.c,
8570         plugins/gdb/utilities.h,
8571         plugins/gdb/debugger.c,
8572         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8573         setup.
8575 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8577         * plugins/gdb/debugger.c:
8578         Avoid empty debugger log window by limiting line to 90 characters
8580 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8582         * plugins/debug-manager/plugin.c,
8583         plugins/debug-manager/plugin.h,
8584         plugins/debug-manager/threads.c,
8585         plugins/debug-manager/threads.h,
8586         plugins/debug-manager/breakpoints.c,
8587         plugins/debug-manager/breakpoints.h,
8588         plugins/debug-manager/stack_trace.c,
8589         plugins/debug-manager/stack_trace.h:
8590         View code action now changes location in disassembly view too
8592         * plugins/debug-manager/anjuta-debug-manager.ui:
8593         Rename breakpoint actions
8595 2007-03-24  Naba Kumar  <naba@gnome.org>
8597         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8598         in gdl 0.7.3 (svn trunk).
8599         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8600         
8601 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8603         * plugins/debug-manager/threads.c,
8604         plugins/debug-manager/debug_tree.c,
8605         plugins/debug-manager/debug_tree.h,
8606         plugins/debug-manager/locals.c,
8607         plugins/debug-manager/registers.c,
8608         plugins/debug-manager/stack_trace.c:
8609         Allow to change current thread updating register, stack and locals
8610         Allow to change current stack frame updating locals
8612         * plugins/gdb/debugger.c:
8613         Read argument of selected stack frame
8615         * plugins/debug-manager/data_view.c:
8616         Fix an unrelated bug
8618 2007-03-23  Naba Kumar  <naba@gnome.org>
8620         * plugins/document-manager/anjuta-docman.c,
8621         plugins/document-manager/plugin.c: Fixed many memory leaks.
8622         (ianjuta_file_get_uri() returns a new string).
8624         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8625         widget for save dialogs.
8626         
8627         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8628         svn and fixed to get function/prototype/member args list. Call tips
8629         also work fine now.
8631 2007-03-22  Naba Kumar  <naba@gnome.org>
8633         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8634         and calltips would work again for functions from global tags (Needs
8635         regenerating global tags).
8637         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8638         ctags svn version and reopened bug #395362. Fixes tags parsing that
8639         seemed to have stopped working recently.
8641 2007-03-21  Naba Kumar  <naba@gnome.org>
8643         * tagmanager/tm_source_file.c, tagmanager/options.c,
8644         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8645         extend .. more needs to be investigated and fixed). Enabled some
8646         debugging.
8648 2007-03-16  Naba Kumar  <naba@gnome.org>
8650         * src/anjuta.c: Fixed project loading from command line.
8652 2007-03-16  Naba Kumar  <naba@gnome.org>
8654         Patch from James Liggett <jrliggett@cox.net>:
8655         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8656         
8657 2007-03-15  Naba Kumar  <naba@gnome.org>
8659         * libanjuta/anjuta-profile-manager.c,
8660         libanjuta/anjuta-profile-manager.h: Added method to get current
8661         profile.
8663         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8664         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8665         is exiting.
8667         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8668         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8669         Also, not load project files in session load in loader plugin.
8670         
8671         * plugins/project-manager/plugin.c, src/anjuta.c:
8672         Emit "exiting" signal in shell when exiting anjuta. project manager
8673         listens to exiting signal and saves session. anjuta.c saves session
8674         only when current projfile is 'user'. Load project saved in session
8675         differently then the rest of the session. This should fix all the
8676         session restoration bugs.
8677         
8678         src/main.c: Present anjuta window when becon message is received.
8680 2007-03-14  Naba Kumar  <naba@gnome.org>
8682         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8683         not randomly save (it was a wrong looping).
8684         
8685 2007-03-12  Naba Kumar  <naba@gnome.org>
8687         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8689 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8691         * plugins/debug-manager/anjuta-debug-manager.ui,
8692         libanjuta/interfaces/libanjuta.idl,
8693         plugins/debug-manager/debugger.c,
8694         (added) plugins/debug-manager/threads.c,
8695         (added) plugins/debug-manager/threads.h,
8696         plugins/debug-manager/plugin.c,
8697         plugins/debug-manager/Makefile.am,
8698         plugins/gdb/plugin.c,
8699         plugins/gdb/debugger.c,
8700         plugins/gdb/debugger.h:
8701         Add a window displaying all threads
8702         Add needed functions
8703         Switching to a different thread is still not done
8705         * plugins/debug-manager/debug_tree.c,
8706         plugins/debug-manager/locals.c,
8707         plugins/debug-manager/stack_trace.c:
8708         Small cosmetic changes
8710         * plugins/gdb/gdbmi.c:
8711         Keep all elements in gdbmi hash
8712         Even if using the same key like in -threads-list-ids
8714 2007-03-11  Naba Kumar  <naba@gnome.org>
8716         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8717         
8718         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8719         
8720         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8721         manuals/reference/libanjuta/libanjuta-sections.txt,
8722         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8723         interfaces.
8725 2007-03-11  Naba Kumar  <naba@gnome.org>
8727         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8728         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8730         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8731         manuals/reference/libanjuta/libanjuta.types,
8732         manuals/reference/libanjuta/libanjuta-sections.txt,
8733         manuals/reference/libanjuta/.cvsignore,
8734         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8735         infrastructure. Got rid of tmpl/ directory and moved all section
8736         documenation to source code (requires gtk-doc >= 1.4).
8737         
8738         * libanjuta/anjuta-plugin-description.c,
8739         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8740         libanjuta/cell-renderer-captioned-image.c,
8741         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8742         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8743         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8744         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8745         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8746         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8747         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8748         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8749         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8750         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8751         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8752         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8753         documentation from templates to source code.
8755 2007-03-10  Johannes Schmid <jhs@gnome.org>
8757         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8758         Added some debug output but could not figure out why 
8759         some plugins are not kept.
8760         
8761         * libanjuta/interfaces/libanjuta.idl:
8762         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8763         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8764         Added IAnjutaEditorGoto::matching_brace
8765         
8766         * plugins/document-manager/action-callbacks.c:
8767         (on_editor_command_match_brace_activate):
8768         * plugins/document-manager/plugin.c:
8769         (update_editor_ui_interface_items):
8770         * plugins/editor/text_editor.c: (igoto_matching_brace),
8771         (igoto_iface_init):
8772         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8773         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8775 2007-03-09  Johannes Schmid <jhs@gnome.org>
8777         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8778         Hide correct column
8779         
8780         * plugins/sourceview/sourceview-private.h:
8781         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8782         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8783         (sourceview_new), (ifile_savable_save_as):
8784         Tweaked vfs monitoring
8786 2007-03-09  Johannes Schmid <jhs@gnome.org>
8788         * libanjuta/interfaces/Makefile.am.iface:
8789         Fixed installtion of header files
8790         
8791         * plugins/sourceview/sourceview.c: (set_select):
8792         do not scroll to much in interactive search
8794 2007-03-09  Naba Kumar  <naba@gnome.org>
8796         * src/anjuta.c: Fixed session restoration.
8797         
8798         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
8799         signal handlers after symbol browser plugin is deactivated.
8800         
8801         * plugins/editor/editor.glade,
8802         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
8803         Fixed indentation confustion in preferences.
8805 2007-03-08  Johannes Schmid <jhs@gnome.org>
8807         * plugins/search/search-replace.c: (search_set_combo),
8808         (search_set_action), (search_set_target), (search_set_direction),
8809         (create_dialog), (search_disconnect_set_toggle_connect),
8810         (on_search_match_whole_word_toggled),
8811         (on_search_match_whole_line_toggled),
8812         (on_search_match_word_start_toggled),
8813         (search_set_toggle_direction):
8814         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
8815         it's somehow ugly and uses many deprecated widgets
8816         
8817         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
8818         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8819         Fix #394709
8820         
8821 2007-03-07  Naba Kumar  <naba@gnome.org>
8823         * src/anjuta.c: Make launching projects work from command line. Also
8824         fixes gnome session restart command.
8825         
8826 2007-03-07  Johannes Schmid <jhs@gnome.org>
8828         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
8829         * plugins/class-gen/plugin.c: (iwizard_activate):
8830         Fixed #408218
8831         
8832         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
8833         Fixed #402774
8834         
8835         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8836         Fixed #377483 (It's not possible to know if directories have
8837         a version in CVS. Show version column only if there are version
8838         informations availible
8840         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8841         Fixed memory leak
8843 2007-03-07  Johannes Schmid <jhs@gnome.org>
8845         * plugins/sourceview/sourceview-prefs.c: (get_bool):
8846         Fixed #409408
8847         * plugins/symbol-browser/an_symbol_prefs.c:
8848         (on_update_global_clicked):
8849         Fixed ##409176
8851 2007-03-07  Johannes Schmid <jhs@gnome.org>
8853         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
8854         (anjuta_save_prompt_new):
8855         * plugins/project-import/project-import.c:
8856         (project_import_finalize):
8857         Fixed Gtk-Criticals (maybe #409408)
8859 2007-03-07  Naba Kumar  <naba@gnome.org>
8861         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
8862         when we are at just beginning of string or comment. Fixes bug #397981.
8864 2007-03-07  Johannes Schmid <jhs@gnome.org>
8866         * plugins/language-support-cpp-java/plugin.c:
8867         (initialize_indentation_params):
8868         Removed annoying DEBUG_PRINT
8869         
8870         * plugins/sourceview/sourceview-cell.c:
8871         (sourceview_cell_instance_init), (icell_get_character),
8872         (icell_get_length), (icell_get_char), (icell_get_attribute):
8873         Improved code to be faster
8874         Implemented attribute handling so that indentation really works in any case
8876 2007-03-06  Johannes Schmid <jhs@gnome.org>
8878         * configure.in:
8879         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
8880         
8881         * plugins/document-manager/anjuta-docman.c:
8882         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
8883         Removed old and ugly tab drag&drop code and use built-in gtk stuff
8884         instead (required GTK >= 2.10)
8885         
8886         * plugins/sourceview/sourceview-private.h:
8887         * plugins/sourceview/sourceview.c:
8888         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8889         (sourceview_finalize), (sourceview_new), (imark_mark),
8890         (imark_unmark), (imark_is_marker_set),
8891         (imark_location_from_handle), (imark_delete_all_markers):
8892         Fixed marker handling and worked a bit more on vfs monitoring
8894 2007-03-05  Johannes Schmid <jhs@gnome.org>
8896         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
8897         Added method to select specific iter
8898         
8899         * plugins/sourceview/sourceview-private.h:
8900         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8901         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8902         (sourceview_add_monitor), (on_document_saved),
8903         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
8904         Fixed vfs monitoring (mostly ported code from text_editor.c)
8905         
8906         * plugins/symbol-browser/an_symbol_view.c:
8907         * plugins/symbol-browser/an_symbol_view.h:
8908         * plugins/symbol-browser/plugin.c: (iter_matches),
8909         (on_editor_update_ui), (value_added_current_editor):
8910         Select the current tag in locals window and symbol toolbar. If there
8911         is no tag at the current line, reserve backward for the next tag. This will
8912         select the correct tag if inside a function.
8914 2007-03-05  Naba Kumar  <naba@gnome.org>
8916         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
8917         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
8918         compiler warnings.
8919         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
8920         (Bug #412186)
8921         
8922 2007-03-04  Johannes Schmid <jhs@gnome.org>
8924         * data/Makefile.am:
8925         * po/POTFILES.in:
8926         Fixed distcheck (well, partly)
8928 2007-03-04  Johannes Schmid <jhs@gnome.org>
8930         * plugins/document-manager/anjuta-document-manager.ui:
8931         Move "Swap .c/.h from Main to Browser toolbar
8933         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
8934         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
8935         (fv_prefs_free), (fv_add_tree_entry):
8936         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8937         * plugins/file-manager/plugin.c: (prefs_init):
8938         
8939         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
8941 2007-03-04  Naba Kumar  <naba@gnome.org>
8943         * data/default.proflie, data/Makefile.am, src/anjuta.c,
8944         plugins/project-manager/plugin.c:
8945         Restored default profile and renamed it from "default.anjuta" to
8946         "default.profile".
8947         
8948 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8950         * plugins/debug-manager/debugger.c,
8951         plugins/debug-manager/plugin.c,
8952         plugins/gdb/debugger.c,
8953         libanjuta/interfaces/libanjuta.idl,
8954         plugins/debug-manager/stack_trace.c:
8955         Add a dialog box when a signal is received (except SIGINT)
8956         Display stack frame even if arguments are not available
8958 2007-03-03  Naba Kumar  <naba@gnome.org>
8960         * TODO.tasks: Icons bounty added.
8962         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
8963         choise selection.
8964         
8965         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
8966         and descoping.
8968         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
8969         plugins/Makefile.am, (removed) plugins/profile-default/*,
8970         plugins/project-manager/anjuta-project-manager.plugin.in,
8971         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
8972         profile implementation to load user profile and projects. Store and
8973         restore remembered plugins. Use profile scoping and descoping for
8974         saving and loading sesstions.
8975         
8976         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
8977         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
8978         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
8979         DEBUG_PRINTs.
8981 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8983         * plugins/debug-manager/debug_tree.c
8984         plugins/debug-manager/debug_tree.h:
8985         Bug fix, deleting wrong variable
8987         * plugins/gdb/debugger.c:
8988         Bug fix, remove forgotten debugging code
8990 2007-03-02  Johannes Schmid <jhs@gnome.org>
8992         * plugins/document-manager/anjuta-document-manager.ui:
8993         * plugins/search/anjuta-search.ui:
8994         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
8995         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
8996         ToolbarFind
8998         * src/anjuta-app.c: (on_toolbar_view_toggled),
8999         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9000         Save toolbar positions, don't use fixed toolbar style
9001         
9002         All in all this will allow more complex toolbar configurations and
9003         might gain some space on smaller displays because the user can disable
9004         toolbar parts he does not use. Also allows to use any toolbar style
9005         without looking too ugly.
9007 2007-03-01  Naba Kumasr  <naba@gnome.org>
9009         * TODO.tasks: Added a bounty for creating icons.
9011         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9012         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9013         profile-changed signal. Do not sync non-user-activatable plugins.
9015 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9017         * plugins/debug-manager/disassemble.c,
9018         plugins/debug-manager/sparse_view.c,
9019         plugins/gdb/debugger.c,
9020         libanjuta/interfaces/libanjuta.idl:
9021         Display function name in disassembly view
9023 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9025         * (added) plugins/debug-manager/bookmark.png,
9026         (added) plugins/debug-manager/breakpoint-disabled.png,
9027         (added) plugins/debug-manager/breakpoint-enabled.png,
9028         (added) plugins/debug-manager/program-counter.png,
9029         (added) plugins/debug-manager/linemarker.png,
9030         plugins/debug-manager/Makefile.am,
9031         plugins/debug-manager/disassemble.c,
9032         plugins/debug-manager/disassemble.h,
9033         plugins/debug-manager/sparse_buffer.c,
9034         plugins/debug-manager/sparse_buffer.h,
9035         plugins/debug-manager/sparse_view.c,
9036         plugins/debug-manager/sparse_view.h,
9037         plugins/debug-manager/plugin.c,
9038         plugins/debug-manager/breakpoints.c,
9039         libanjuta/interfaces/libanjuta.idl:
9040         Add markers in the disassembly view
9041         Display program counter and breakpoints in disassembly view
9043         * plugins/gdb/debugger.c:
9044         Fix a bug added with my previous patch, setting and clearing
9045         breakpoints was not working
9047 2007-02-28  Johannes Schmid <jhs@gnome.org>
9049         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9050         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9051         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9052         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9053         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9054         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9055         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9056         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9057         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9058         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9059         Updated (why do they need to be under version control?)
9060         
9061         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9062         (create_tab_popup_menu), (on_msgman_popup_menu),
9063         (on_tab_button_press_event), (anjuta_msgman_page_new),
9064         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9065         Added "Close all message tabs" popup menu
9067 2007-02-26  Naba Kumar  <naba@gnome.org>
9069         * plugins/profiler/gprof-flat-profile-entry.c,
9070         plugins/profiler/gprof-flat-profile.c,
9071         plugins/profiler/gprof-flat-profile-entry.h,
9072         plugins/profiler/gprof-flat-profile.h,
9073         plugins/profiler/gprof-flat-profile-view.c,
9074         plugins/profiler/gprof-flat-profile-view.h,
9075         plugins/profiler/gprof-call-graph-block-entry.c,
9076         plugins/profiler/gprof-call-graph-block.c,
9077         plugins/profiler/gprof-function-call-chart-view.c,
9078         plugins/profiler/gprof-call-graph-block-entry.h,
9079         plugins/profiler/gprof-profile-data.c,
9080         plugins/profiler/gprof-call-graph-block.h,
9081         plugins/profiler/gprof-view.c,
9082         plugins/profiler/gprof-call-graph.c,
9083         plugins/profiler/gprof-function-call-chart-view.h,
9084         plugins/profiler/gprof-profile-data.h,
9085         plugins/profiler/gprof-call-graph.h,
9086         plugins/profiler/gprof-view.h,
9087         plugins/profiler/gprof-view-manager.c,
9088         plugins/profiler/gprof-call-graph-view.c,
9089         plugins/profiler/plugin.c,
9090         plugins/profiler/gprof-view-manager.h,
9091         plugins/profiler/gprof-call-graph-view.h,
9092         plugins/profiler/gprof-function-call-tree-view.c,
9093         plugins/profiler/gprof-function-call-tree-view.h,
9094         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9095         gnome-vfs. Fixes bug #411377.
9097 2007-02-26  Naba Kumar  <naba@gnome.org>
9099         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9101         Patch from James Liggett  <jrliggett@cox.net>:
9102         * plugins/profiler/gprof-flat-profile-view.c,
9103         plugins/profiler/gprof-flat-profile-view.h,
9104         plugins/profiler/gprof-function-call-chart-view.c,
9105         plugins/profiler/gprof-function-call-chart-view.h,
9106         plugins/profiler/gprof-view.c,
9107         plugins/profiler/gprof-view.h,
9108         plugins/profiler/gprof-call-graph-view.c,
9109         plugins/profiler/plugin.c,
9110         plugins/profiler/gprof-call-graph-view.h,
9111         plugins/profiler/gprof-function-call-tree-view.c,
9112         plugins/profiler/gprof-function-call-tree-view.h: Implements
9113         double click navigation. Fixes bug #403514.
9115 2007-02-25  Naba Kumar  <naba@gnome.org>
9117         * libanjuta/anjuta-plugin-manager.c,
9118         libanjuta/anjuta-plugin-handle.[ch],
9119         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9120         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9121         dependency on glib 2.8. Fixes bug #411623.
9123 2007-02-24  Naba kumar  <naba@gnome.org>
9125         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9126         
9127         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9128         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9129         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9130         (added) libanjuta/anjuta-profile-manager.c,
9131         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9132         manager.
9133         Implemented profile pushing and popping. Implemented profile xml
9134         synchronization. Implemented error handling in profiles. Implemented
9135         activation and deactivation signals in plugin manager.
9136         
9137         * libanjuta/Makefile.am: Added libanjuta log domain.
9138         
9139         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9140         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9141         in AnjutaShell interface and implemented it in AnjutaApp.
9142         
9143         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9145 2007-02-23  Naba kumar  <naba@gnome.org>
9147         src/main.c: Fixed missing end quote.
9149 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9151         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9154 2007-02-20  Naba Kumar  <naba@gnome.org>
9156         * plugins/subversion/plugin.c: Added "..." menuitems.
9157         * ROADMAP, README: Updated.
9158         * libanjuta/anjuta-profile.c: Fixed bugs.
9160         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9161         plugins/gtodo/Makefile.am: Removed dead code.
9163         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9164         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9165         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9166         plugins/gtodo/list_tooltip.c,
9167         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9168         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9169         not contain markups. Fixes Bug #360462.
9171 2007-02-16  Naba Kumar  <naba@gnome.org>
9173         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9174         unnecessary sub-sections.
9175         
9176 2007-02-15  Naba Kumar  <naba@gnome.org>
9178         * (removed) plugins/document-manager/bookmark-prev-16.png,
9179         plugins/document-manager/bookmark-last.png,
9180         (removed)plugins/document-manager/bookmark-first-16.png,
9181         plugins/document-manager/bookmark-prev.png,
9182         (added) plugins/document-manager/bookmark-toggle.png,
9183         (removed)plugins/document-manager/bookmark_toggle.xpm,
9184         (removed)plugins/document-manager/bookmark-last-16.png,
9185         plugins/document-manager/plugin.c,
9186         plugins/document-manager/anjuta-document-manager.ui,
9187         (removed)plugins/document-manager/bookmark-next-16.png,
9188         plugins/document-manager/bookmark-next.png,
9189         plugins/document-manager/Makefile.am,
9190         (added) plugins/document-manager/bookmark-clear.png,
9191         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9192         icons (stolen from monodevelop). Added clear bookmarks toolbar
9193         button.
9195         * plugins/document-manager/plugin.c,
9196         (added) plugins/document-manager/swap.png,
9197         (removed) plugins/document-manager/undock.png,
9198         plugins/document-manager/Makefile.am: Fixed swap icon.
9200 2007-02-13  Naba Kumar  <naba@gnome.org>
9202         * plugins/class-gen/element-editor.c: Fixed typo.
9203         
9204         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9205         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9206         Implementing plugin profiles loading.
9208 2007-02-13  Naba Kumar  <naba@gnome.org>
9210         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9211         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9212         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9213         pixmaps/open_project.png, pixmaps/close_project.png:
9214         Removed more old icons.
9215         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9216         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9217         anjuta_logo.png
9218         
9219 2007-02-13  Naba Kumar  <naba@gnome.org>
9221         * plugins/class-gen/element-editor.c: Included missing headers to
9222         prevent build failures in some cases.
9223         
9224 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9226         * plugins/debug-manager/stack_trace.c:
9227         Fix bug #407115
9229         * plugins/debug-manager/watch.c,
9230         plugins/debug-manager/breakpoints.c:
9231         Same bug than above, wrong use of gtk_ui_manager_get_widget
9233 === anjuta 2.1.1 ===
9235 2007-02-11  Naba Kumar  <naba@gnome.org>
9237         * cofigure.in: Bumped version to 2.1.1
9238         * NEWS: Updated for 2.1.1 release.
9239         
9240 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9242         * plugins/debug-manager/plugin.c,
9243         plugins/debug-manager/sparse_view.c,
9244         plugins/debug-manager/sparse_view.h:
9245         Reorder some code
9247         * plugins/gdb/debugger.c,
9248         plugins/debug-manager/debugger.c,
9249         plugins/debug-manager/memory.c,
9250         plugins/debug-manager/sparse_buffer.c
9251         plugins/gdb/debugger.h,
9252         libanjuta/interfaces/libanjuta.idl:
9253         Clean up, remove some warnings
9254         Use guint everywhere for addresses
9255         Rewrite code parsing position in debugger
9257 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9259         * plugins/debug-manager/debug_tree.c:
9260         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9261         Fix bug #406113
9263 2007-02-08  Naba Kumar  <naba@gnome.org>
9265         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9266         Delay showing the 'file modified on disk' dialog for one sec
9267         from the last notification to insure multiple notifications for
9268         the same file are treated as one. Do not same multiple dialogs
9269         for the same file. Make sure to destory the dialog if later
9270         the conent is no longer different.
9271         
9272 2007-02-08  Naba Kumar  <naba@gnome.org>
9274         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9275         Prevented spurious 'file modified' dialogs in scintilla editor
9276         when the file is saved.
9278 2007-02-09  Johannes Schmid <jhs@gnome.org>
9280         * scripts/glade2schema.pl:
9281         Added script to convert glade preferences into gconf schema files.
9282         See #406061
9284 2007-02-08  Naba Kumar  <naba@gnome.org>
9286         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9287         itself is destroyed. Fixes bug #355160.
9288         
9289 2007-02-08  Johannes Schmid <jhs@gnome.org>
9291         * plugins/profiler/profiler.plugin: 
9292         removed from version control (only .in file needed)
9293         
9294         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9295         * plugins/sourceview/sourceview.c: (sourceview_new):
9296         Code cleanup
9297         
9298         * plugins/subversion/svn-thread.c: (svn_thread_start):
9299         * src/main.c: (main):
9300         
9301         Fixed #395875 about initialisation of threads too late
9303 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9305         Reviewed by Naba Kumar  <naba@gnome.org>:
9306         * plugins/class-gen/plugin.c:
9307         * plugins/class-gen/window.c: Removed browse button related code, load
9308         generated output directly into new buffers when not adding to project.
9310         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9311         buttons from user interface.
9313 2007-02-07  Naba Kumar  <naba@gnome.org>
9315         * po/POTFILES.in: Fixed distcheck.
9317 2007-02-07  Daniel Nylander <po@danielnylander.se>
9319         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9321 2007-02-07  Johannes Schmid <jhs@gnome.org>
9323         * anjuta.desktop.in.in:
9324         Fixed spelling
9326 2007-02-07  Johannes Schmid <jhs@gnome.org>
9328         * configure.in:
9329         * manuals/anjuta-manual/*
9330         * manuals/anjuta-faqs/*:
9331         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9332         
9333         * plugins/document-manager/anjuta-document-manager.plugin.in:
9334         Removed duplicate application-xml mime-type (review patches properly ;-)
9335         
9336 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9338         * plugins/gdb/debugger.c,
9339         libanjuta/interfaces/libanjuta.idl:
9340         Fix bug #404755
9341         Fix handling of missing source file
9343 2007-02-06  Naba Kumar  <naba@gnome.org>
9345         Patch from James Liggett  <jrliggett@cox.net>:
9346         * plugins/profiler/gprof-flat-profile.c,
9347         plugins/profiler/gprof-profile-data.c,
9348         plugins/profiler/gprof-call-graph.c,
9349         plugins/profiler/gprof-profile-data.h,
9350         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9351         Show profiler view when target selected bug #403515.
9353 2007-02-05  Naba Kumar  <naba@gnome.org>
9355         * configure.in: Enabled devhelp plugin by default now that
9356         it works.
9357         
9358         Patch from parmigio@2ainfo.it:
9359         * plugins/document-manager/anjuta-document-manager.plugin.in:
9360         Added xml file type in supported mime types list.
9361         
9362 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9364         * plugins/debug-manager/debugger.c,
9365         plugins/debug-manager/plugin.c:
9366         Add a field in status bar displaying debugger state
9367         Change cursor shape when debugger is busy
9368         Fix bug #378600
9370         * plugins/debug-manager/watch.c,
9371         plugins/debug-manager/locals.c,
9372         libanjuta/interfaces/libanjuta.idl:
9373         Clean up, remove debugging messages and unused signals
9375 2007-02-03  Johannes Schmid <jhs@gnome.org>
9377         * configure.in:
9378         Fixed AC_INIT and seperated version to major, minor, micro
9380         * anjuta.anjuta:
9381         Load Subversion instead of CVS
9382         
9383         * anjuta.desktop.in.in:
9384         Fixed bug-buddy component
9386         Original patch from Rob Bradfort <robster@debian.org>:
9387         * src/main.c: (get_command_line_args), (main):
9388         Bug #335981 – Migration from popt to GOption
9390 2007-02-03  Naba Kumar  <naba@gnome.org>
9392         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9393         path variable. Fixed bug #341170.
9394         * plugins/profiler/Makefile.am: Fixed indentation.
9395         
9396 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9398         * libanjuta/interfaces/libanjuta.idl,
9399         plugins/sourceview/sourceview.c,
9400         plugins/editor/text-editor.c,
9401         plugins/symbol-browser/plugin.c,
9402         plugins/search/search-replace.c,
9403         plugins/document-manager/goto_line.c,
9404         plugins/document-manager/action-callbacks.c,
9405         plugins/document-manager/anjuta-docman.c:
9406         Rename markers of anjuta interface
9407         IANJUTA_MARKABLE_NONE has been removed
9408         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9409         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9410         IANJUTA_MARKABLE_ATTENTIVE renamed in
9411                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9412         IANJUTA_MARKABLE_INTENSE renamed in
9413                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9414         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9416         * (removed) plugins/sourceview/marker-light.png,
9417         (removed) plugins/sourceview/marker-basic.png,
9418         (removed) plugins/sourceview/marker-attentive.png,
9419         (removed) plugins/sourceview/marker-intense.png,
9420         plugins/sourceview/bookmark.png,
9421         (added) plugins/sourceview/breakpoint-disabled.png,
9422         (added) plugins/sourceview/breakpoint-enabled.png,
9423         (added) plugins/sourceview/program-counter.png,
9424         (added) plugins/sourceview/linemarker.png,
9425         plugins/sourceview/Makefile.am,
9426         (added) plugins/editor/bookmark.xpm,
9427         (added) plugins/editor/breakpoint-disabled.xpm,
9428         (added) plugins/editor/breakpoint-enabled.xpm,
9429         (added) plugins/editor/program-counter.xpm,
9430         (added) plugins/editor/linemarker.xpm,
9431         plugins/editor/Makefile.am:
9432         Add or change marker pixmaps in scintilla and sourceview editor
9434         * plugins/document-manager/plugin.c,
9435         libanjuta/interfaces/libanjuta.idl,
9436         plugins/debug-manager/plugin.c,
9437         plugins/debug-manager/breakpoints.c
9438         plugins/gdb/debugger.c:
9439         Fix bug #376404, program counter marker is not displayed when debugger
9440         Return the selected editor or NULL (if file does not exist) with 
9441         ianjuta_document_manager_goto_file_line* functions
9442         Emit a change-location signal even if the program counter is in an
9443         unknown file
9445 2007-02-02  Naba Kumar  <naba@gnome.org>
9447         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9448         older bounties 'Done'.
9449         
9450 2007-02-02  Naba Kumar  <naba@gnome.org>
9452         * TODO.tasks: Fixed typop.
9454         Patch from James Liggett  <jrliggett@cox.net>:
9455         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9456         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9457         profiler plugin by James Liggett. Completes bounty bug #359478
9458         'Gprof performance profiler plugin'
9460 2007-02-01  Naba Kumar  <naba@gnome.org>
9462         * src/main.c: Renamed option name.
9464         * TODO.tasks: Marked "Test and fix all project wizards templates"
9465         bounty completed.
9466         
9467 2007-01-29  Johannes Schmid <jhs@gnome.org>
9469         * plugins/document-manager/plugin.c: (on_editor_changed):
9470         Added DEBUG_PRINT(...)
9471         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9472         implemented
9473         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9474         Fix language support plugin for sourceview editor (add some new
9475         language names)
9476         
9477         * plugins/sourceview/sourceview.c: (iindic_clear):
9478         Clear all indicators
9480 2007-01-29  Johannes Schmid <jhs@gnome.org>
9482         * TODO.tasks:
9483         Minor task currentions
9484         
9485         * libanjuta/interfaces/libanjuta.idl:
9486         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9487         (itext_editor_iface_init):
9488         * plugins/language-support-cpp-java/plugin.c: (install_support):
9489         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9490         (ieditor_get_attributes), (ieditor_iface_init):
9491         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9492         plugins.
9493         
9494         * plugins/sourceview/sourceview.glade:
9495         Fixed sourceview preference window
9497 2007-01-28  Naba Kumar  <naba@gnome.org>
9498         
9499         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9500         Implemented --no-files and --no-session command line options and
9501         corresponding preferernces checkboxes in General tab.
9503 2007-01-28  Johannes Schmid <jhs@gnome.org>
9505         * plugins/subversion/plugin.c:
9506         * plugins/subversion/plugin.h:
9507         * plugins/subversion/svn-notify.c: (svn_show_info),
9508         (show_svn_error), (on_svn_notify):
9509         * plugins/subversion/svn-notify.h:
9510         * plugins/subversion/svn-thread.c: (create_message_view),
9511         (svn_thread_start):
9512         Fixed error handling and fixed #394216 – No indication of subversion commands running
9513         
9514         * plugins/tools/execute.c: (atp_output_context_print):
9515         Show name of tool in message pane
9517 2007-01-28  Naba Kumar  <naba@gnome.org>
9518         
9519         * configure.in, plugins/glade/plugin.c: Make it work with
9520         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9521         
9522         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9523         from devhelp (won't work untill devhelp is fixed: bug #341170).
9524         
9525         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9526         
9527 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9529         Reviewed by Naba Kumar  <naba@gnome.org>:
9530         * libanjuta/interfaces/libanjuta.idl, 
9531         plugins/debug-manager/debugger.c,
9532         plugins/debug-manager/start.c,
9533         plugins/gdb/plugin.c,
9534         plugins/gdb/debugger.c,
9535         plugins/gdb/debugger.h:
9536         Fix a bug when launching gdb
9537         Set the terminal for the debugged program on the command line.
9539 2007-01-26  Johannes Schmid <jhs@gnome.org>
9541         * plugins/sourceview/anjuta-document-saver.c:
9542         (anjuta_document_saver_save):
9543         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9544         * plugins/sourceview/sourceview.c: (save_if_modified),
9545         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9546         Proper error handling, for example if a file was modified externally. Use backup files
9547         to avoid data-loss on disk full.
9549 2007-01-24  Naba Kumar  <naba@gnome.org>
9550         
9551         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9552         Fixed mem leak and source leak.
9553         
9554 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9556         Reviewed by Naba Kumar  <naba@gnome.org>:
9557         * plugins/debug-manager/debug_tree.c,
9558         plugins/debug-manager/debug_tree.h,
9559         plugins/debug-manager/watch.c:
9560         Partial rewrite of the variable object code, find and fix a few bugs
9561         Fix bug #395808: gdb can still crash but children are listed
9562         on request only so you can avoid the crash
9564 2007-01-24  Naba Kumar  <naba@gnome.org>
9565         
9566         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9567         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9568         plugins/symbol-browser/plugin.h,
9569         plugins/symbol-browser/plugin.c,
9570         plugins/symbol-browser/Makefile.am: Added current file (local)
9571         symbols view (Seriously getting bored with the browse toolbar).
9573 2007-01-22  Naba Kumar  <naba@gnome.org>
9574         
9575         Patch from Gabor Kelemen:
9576         * po/POTFILES.in: Added .plugin.in files.
9578 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9580         Reviewed by Naba Kumar  <naba@gnome.org>:
9581         * plugins/document-manager/anjuta-docman.c,
9582         plugins/message-view/anjuta-msgman.c
9583         Set right alignment to the label widget in the tab title.
9585 2007-01-21  Naba Kumar  <naba@gnome.org>
9586         
9587         * libegg/egg-combo-action.c: Fixed mode line.
9588         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9589         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9591 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9593         Reviewed by Naba Kumar  <naba@gnome.org>:
9594         * plugins/class-gen/plugin.c: Prompt for target before actually
9595         generating the class files. This ensures that the files are created in
9596         the correct directory. Fixes bug #397406.
9598         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9599         the class is added to the project.
9601 2007-01-21  Naba Kumar  <naba@gnome.org>
9603         * libanjuta/anjuta-plugin-description.c,
9604         libanjuta/anjuta-ui.h,
9605         libanjuta/anjuta-status.c,
9606         libanjuta/anjuta-plugin-description.h,
9607         libanjuta/cell-renderer-captioned-image.c,
9608         libanjuta/anjuta-plugin-handle.c,
9609         libanjuta/anjuta-status.h,
9610         libanjuta/resources.c,
9611         libanjuta/cell-renderer-captioned-image.h,
9612         libanjuta/glue-cpp.c,
9613         libanjuta/anjuta-plugin-handle.h,
9614         libanjuta/anjuta-plugin.c,
9615         libanjuta/anjuta-preferences-dialog.c,
9616         libanjuta/libanjuta.h,
9617         libanjuta/resources.h,
9618         libanjuta/glue-cpp.h,
9619         libanjuta/anjuta-plugin.h,
9620         libanjuta/anjuta-preferences-dialog.h,
9621         libanjuta/anjuta-plugin-manager.c,
9622         libanjuta/anjuta-shell.c,
9623         libanjuta/anjuta-plugin-manager.h,
9624         libanjuta/anjuta-shell.h,
9625         libanjuta/anjuta-save-prompt.c,
9626         libanjuta/anjuta-save-prompt.h,
9627         libanjuta/anjuta-children.c,
9628         libanjuta/anjuta-utils.c,
9629         libanjuta/anjuta-profile.c,
9630         libanjuta/anjuta-preferences.c,
9631         libanjuta/anjuta-launcher.c,
9632         libanjuta/anjuta-utils.h,
9633         libanjuta/anjuta-profile.h,
9634         libanjuta/anjuta-launcher.h,
9635         libanjuta/anjuta-ui.c: Updated file headers.
9637         * po/POTFILES.in: Updated.
9639         * libanjuta/anjuta-marshal.list,
9640         (added) libanjuta/anjuta-plugin-handle.c,
9641         (added) libanjuta/anjuta-plugin-handle.h,
9642         (added) libanjuta/anjuta-plugin-manager.c,
9643         (added) libanjuta/anjuta-plugin-manager.h,
9644         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9645         (added) libanjuta/anjuta-profile.c,
9646         (added) libanjuta/anjuta-profile.h,
9647         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9648         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9649         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9650         src/action-callbacks.c: Implemented AnjutaPluginManager
9651         class based on old plugins.[ch]. Implemented AnjutaProfile as
9652         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9653         class to represent plugins (not to be confused with plugin objects).
9654         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9655         implemented it in AnjutaApp and AnjutaTestShell.
9656         De-globalized plugin management and several clean ups.
9658         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9659         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9660         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9661         plugins/project-import/project-import.c,
9662         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9663         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9664         Fixed plugins for the change in API.
9666         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9667         file.
9668         
9669         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9671 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9673         Reviewed by Naba Kumar  <naba@gnome.org>:
9674         * libanjuta/anjuta-launcher.c,
9675         libanjuta/anjuta-launcher.h:
9676         Add a new function anjuta_set_terminate_on_exit to close the i/o
9677         channel when the child exit
9678         Return directly the status and not the exit code in child-exited
9679         signal
9681         * plugins/gdb/debugger.c:
9682         Use new function in debugger plugin
9684 2007-01-18  Johannes Schmid <jhs@gnome.org>
9686         * src/about.c: Do not show empty license information instead hide the button (#397883)
9688 2007-01-15  Johannes Schmid <jhs@gnome.org>
9690         * plugins/project-manager/plugin.c:
9691         * plugins/project-wizard/templates/python.wiz
9692         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9693         
9694         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9695         You will also need latest gnome-build svn       
9697 === anjuta 2.1.0 ===
9699 2007-01-14  Naba Kumar  <naba@gnome.org>
9701         * configure.in: Removed reference of mkfile project
9702         template to fix distcheck build error.
9703         * AUTHORS: Updated.
9704         * NEWS: Updated.
9705         * configure.in: Bumped version to 2.1.0 for beta release.
9706         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9707         crashes as soon as editing starts in normal text files.
9709 2007-01-14  Johannes Schmid <jhs@gnome.org>
9711         * configure.in
9712         * po/LINGUAS:
9713         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9715         * tagmanager/c.c:
9716         Patch from Massimo Cora' to hopefully fix #395362
9718         * plugins/project-wizard/templates/*:
9720         Fixed and tested all project-wizards. Deactivated mkfile project because
9721         it was totally broken and I don't see any real use for it.
9722         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9724 2007-01-14  Naba Kumar  <naba@gnome.org>
9726         * NEWS: Updated for release.
9727         
9728         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9729         
9730         * libanjuta/interfaces/libanjuta.idl,
9731         plugins/editor/text_editor_cbs.c,
9732         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9733         interface and implemented it for scintilla.
9734         
9735         * plugins/editor/text-editor.c: Fixed highlighing issues when
9736         used with indicators (particularly when the file is just opened).
9737         Fixes bug #377477 – when debugging, scintilla editor grays out all
9738         lines before current line.
9739         
9740         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9741         Maintain a separate list of indicated edtitors for separate contexts.
9742         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9743         
9744 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9746         Reviewed by Naba Kumar  <naba@gnome.org>:
9747         * plugins/debug-manager/plugin.c:
9748         Bug fix: breakpoints cannot be added after stopping the debugger
9750 2007-01-13  Naba Kumar  <naba@gnome.org>
9752         * NEWS: Updated for release.
9754 2007-01-12  Johannes Schmid <jhs@gnome.org>
9756         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9757         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9758         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9759         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9760         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9761         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9762         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9763         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9764         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9765         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9766         
9767         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9768         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9769         
9770         * plugins/sourceview/sourceview.c:
9771         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9772         on character positions.
9773         
9774 2007-01-12  Naba Kumar  <naba@gnome.org>
9776         * src/anjuta-app.c,
9777         plugins/project-manager/plugin.c,
9778         plugins/profile-default/plugin.c,
9779         libanjuta/anjuta-status.c,
9780         libanjuta/anjuta-status.h: Introduced an API for application title
9781         in AnjutaStatus. Set application title to project name.
9783 2007-01-11  Massimo Cora' <maxcvs@email.i>
9785         Reviewed by Naba Kumar  <naba@gnome.org>:
9786         * tagmanager/Makefile.am,
9787         plugins/symbol-browser/Makefile.am: removed installation for 
9788         test programs.
9790 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
9792         Reviewed by Naba Kumar  <naba@gnome.org>:
9793         * plugins/debug-manager/start.h,
9794         plugins/debug-manager/start.c,
9795         plugins/debug-manager/anjuta-debug-manager.ui,
9796         plugins/debug-manager/plugin.c:
9797         Partial fix for bug #392537
9799         * plugins/debug-manager/disassemble.c:
9800         Fix bug #392543
9802 2007-01-11  Naba Kumar  <naba@gnome.org>
9804         * src/anjuta.c: Load project seperately from session,
9805         so that project session is also loaded.
9806         
9807         * plugins/profile-default/plugin.c: Load project in new
9808         anjuta if there already is one loaded currently (disabled
9809         code for now).
9810         
9811         * plugins/editor/aneditor.cxx: Disconnect focus in/out
9812         signals when editor is destroyed. Fixes a crash bug.
9813         
9814         * plugins/editor/text_editor.c: Do not mark line in
9815         ianjuta_editor_goto_line() implementation.
9816         
9817         * plugins/search/search-replace.c: Always check for markable
9818         interface availablility because its optional for an editor.
9819         
9820         * plugins/document-manager/goto_line.c,
9821         plugins/document-manager/action-callbacks.c: Mark lines for
9822         goto line commands (from dialog and from menu entry box).
9823         
9824         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
9825         plugins/file-manager/an_file_view.c: Expand file manager
9826         nodes in idle loop, one at a time. Did as a possible work
9827         around for bug #361763, but it didn't make any difference.
9828         However, it could still be useful in situations where there
9829         are lots to expand.
9830         
9831         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
9833 2007-01-11  Naba Kumar  <naba@gnome.org>
9835         * plugins/editor/scintilla/LineMarker.h,
9836         plugins/editor/scintilla/LexBasic.cxx,
9837         plugins/editor/scintilla/LexHTML.cxx,
9838         plugins/editor/scintilla/include/SciLexer.h,
9839         plugins/editor/scintilla/include/Scintilla.h,
9840         plugins/editor/scintilla/include/Scintilla.iface,
9841         plugins/editor/scintilla/include/ScintillaWidget.h,
9842         plugins/editor/scintilla/LexBash.cxx,
9843         plugins/editor/scintilla/PlatGTK.cxx,
9844         plugins/editor/scintilla/ViewStyle.h,
9845         plugins/editor/scintilla/Editor.cxx,
9846         plugins/editor/scintilla/StyleContext.h,
9847         plugins/editor/scintilla/LexCPP.cxx,
9848         plugins/editor/scintilla/Converter.h,
9849         plugins/editor/scintilla/LexAU3.cxx,
9850         plugins/editor/scintilla/Editor.h,
9851         plugins/editor/scintilla/LexPerl.cxx,
9852         plugins/editor/scintilla/LexVB.cxx,
9853         plugins/editor/scintilla/ScintillaGTK.cxx,
9854         plugins/editor/scintilla/ViewStyle.cxx,
9855         plugins/editor/scintilla/PropSet.cxx,
9856         plugins/editor/scintilla/LexSQL.cxx,
9857         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
9858         version 1.71
9860 2007-01-11  Armin Burgmeier  <armin@arbur.net>
9862         Reviewed by Naba Kumar  <naba@gnome.org>:
9863         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
9864         selected for editing. This fixes bug #394218.
9866         * plugins/class-gen/plugin.c: Do not use project's root URI as project
9867         name if said URI is not known.
9869         * plugins/class-gen/window.c: When stripping function prefix away,
9870         include the trailing underscore because it is already set by the
9871         template.
9873         * plugins/class-gen/transform.c: Include "const char*" and "const
9874         gchar*" in the list for transforming a default C type to a GType.
9875         Don't access invalid memory when writing pointer_str in
9876         cg_transform_first_argument.
9878 2007-01-11  Naba Kumar  <naba@gnome.org>
9880         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
9881         pixmaps/anjuta.svg, pixmaps/Makefile.am,
9882         (renamed) pixmaps/anjuta_icon.png, src/main.c,
9883         libegg/test-actions.c, anjuta.desktop.in.in,
9884         anjuta.prj: Renamed application icon to 'anjuta.png' from
9885         'anjuta_icon.png'. Added more fields in desktop file.
9887         * mime/anjuta.xml: Added magic section.
9888         
9889         * (removed) mime/anjuta.applications,
9890         (removed) mime/anjuta.mime, mime/Makefile.am,
9891         (removed) mime/anjuta.keys,
9892         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
9893         registeration and added scalable icon. Also fixes bug #393680
9895 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
9897         Reviewed by Naba Kumar  <naba@gnome.org>:
9898         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
9899         and anjuta_status_progress_add_ticks() to check for progressbar 
9900         being realized before trying to update it.
9902 2007-01-10  Naba Kumar  <naba@gnome.org>
9904         * tagmanager/tm_workspace.c,
9905         po/POTFILES.in,
9906         plugins/debug-manager/Makefile.am,
9907         plugins/tools/scripts/Makefile.am,
9908         plugins/class-gen/plugin.c,
9909         plugins/class-gen/Makefile.am,
9910         global-tags/Makefile.am: Fixed make distcheck.
9912         * plugins/debug-manager/attach_process.c,
9913         plugins/debug-manager/attach_process.h,
9914         plugins/class-gen/action-callbacks.h,
9915         plugins/class-gen/action-callbacks.c,
9916         plugins/class-gen/class_gen.h,
9917         plugins/class-gen/class_gen.c: Deleted unused/old files.
9919         * (removed) scintilla, (added) plugins/editor/scintilla,
9920         plugins/editor/scintilla/lexers.make,
9921         plugins/editor/scintilla/Makefile.am,
9922         plugins/editor/Makefile.am
9923         configure.in, manuals/reference/libanjuta/Makefile.am
9924         Makefile.am: Moved scintilla to its right place.
9926 2007-01-09  Naba Kumar  <naba@gnome.org>
9928         * plugins/profile-default/plugin.c: Save project session before
9929         a new one is opened.
9931         * plugins/project-manager/plugin.c,
9932         plugins/project-manager/plugin.h,
9933         plugins/project-manager/anjuta-project-manager.ui,
9934         plugins/profile-default/plugin.c,
9935         plugins/profile-default/plugin.h,
9936         plugins/profile-default/Makefile.am,
9937         (added) plugins/profile-default/anjuta-default-profile.ui,
9938         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9939         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
9940         multiple projects support.
9941         
9942 2007-01-06  Armin Burgmeier  <armin@arbur.net>
9944         Reviewed by Naba Kumar  <naba@gnome.org>
9945         * plugins/class-gen/combo-flags.h:
9946         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
9947         enum, added a type parameter to selected signal. Select highlighted
9948         entry when pressing enter (but not unselect it if it was already
9949         selected) before closing the popup. Also accept input when clicking
9950         not into the popup.
9952         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
9953         according to selection type.
9955         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
9956         VOID:BOXED,ENUM.
9958 2007-01-08  Johannes Schmid <jhs@gnome.org>
9960   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
9961   * plugins/project-wizard/templates/gtkmm/Makefile.am
9962   * plugins/project-wizard/templates/python/configure.ac.tpl
9963   * plugins/project-wizard/templates/python/configure.in.tpl
9964   * plugins/project-wizard/templates/python/Makefile.am
9965   * plugins/project-wizard/templates/cpp/configure.ac.tpl
9966   * plugins/project-wizard/templates/cpp/configure.in.tpl
9967   * plugins/project-wizard/templates/cpp/Makefile.am
9968   * plugins/project-wizard/templates/terminal.wiz
9969   * plugins/project-wizard/templates/xlib-dock.wiz
9970   * plugins/project-wizard/templates/wxwin.wiz
9971   * plugins/project-wizard/templates/java.wiz
9972   * plugins/project-wizard/templates/xlib/configure.ac.tpl
9973   * plugins/project-wizard/templates/xlib/configure.in.tpl
9974   * plugins/project-wizard/templates/xlib/Makefile.am
9975   * plugins/project-wizard/templates/gcj/configure.ac.tpl
9976   * plugins/project-wizard/templates/gcj/configure.in.tpl
9977   * plugins/project-wizard/templates/gcj/Makefile.am
9978   * plugins/project-wizard/templates/terminal/configure.ac.tpl
9979   * plugins/project-wizard/templates/terminal/configure.in.tpl
9980   * plugins/project-wizard/templates/terminal/Makefile.am
9981   * plugins/project-wizard/templates/terminal/autogen.sh
9982   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
9983   * plugins/project-wizard/templates/wxwin/configure.in.tpl
9984   * plugins/project-wizard/templates/wxwin/Makefile.am
9985   * plugins/project-wizard/templates/gnome.wiz 
9986   * plugins/project-wizard/templates/java/configure.ac.tpl
9987   * plugins/project-wizard/templates/java/configure.in.tpl
9988   * plugins/project-wizard/templates/java/Makefile.am
9989   * plugins/project-wizard/templates/anjuta-plugin.wiz
9990   * plugins/project-wizard/templates/gtkmm.wiz
9991   * plugins/project-wizard/templates/python.wiz
9992   * plugins/project-wizard/templates/cpp.wiz
9993   * plugins/project-wizard/templates/gtk.wiz
9994   * plugins/project-wizard/templates/gcj.wiz
9995   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
9996   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
9997   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9999   Starting fixing of all project wizards:
10000   - rename configure.in to configure.ac
10001   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10002   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10003   (See #394184)
10004   
10005   * TODO.task: Added bug number to bounty
10007 2007-01-07  Johannes Schmid <jhs@gnome.org>
10009   *  plugins/build-basic-autotools.c:
10010   Fixed #392290 – Missed install as root option in project manager
10012 2007-01-07  Johannes Schmid <jhs@gnome.org>
10014   * plugins/sourceview/sourceview.c:
10015   Fixed #388731 – Odd editor behaviour after performing block-text operations
10016   Fixed #388727 – Block-tab does not work
10017   
10018   * plugins/sourceview/anjuta-document.h/c:
10019   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10020   
10021   * configure.in:
10022   Require Gtk+ >= 2.10 for sourceview plugin
10024 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10026         * libanjuta/anjuta-status.c:
10027         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10029 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10031         * configure.in,
10032         plugins/terminal/terminal.c:
10033         Fix bug #377027
10034         remove support for VTE < 0.9
10036 2007-01-06  Naba Kumar  <naba@gnome.org>
10038         * po/POTFILES.in: Updated
10040 2007-01-05  Adam Dingle  <adam@medovina.org>
10042         Reviewed by Naba Kumar  <naba@gnome.org>:
10043         * plugins/message-view/anjuta-message-manager-plugin.glade:
10044         Fixed bug #377903 (improve message color defaults).
10046 2007-01-05  Naba Kumar  <naba@gnome.org>
10048         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10049         
10050 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10052         Reviewed by  Naba Kumar  <naba@gnome.org>:
10053         * plugins/symbol-browser/test-class.h: Fixed block ends.
10055         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10056         C-style-block comment.
10058         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10059         allow lists when writing autogen definition files. This is required
10060         for the new class generator. Also fixed a wrong return value in
10061         npw_autogen_write_definition_file and set a GError in
10062         npw_autogen_execute when the output file could not be opened.
10064         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10065         user interface.
10067         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10068         goc_template_header and goc_template_source, added top_srcdir to
10069         includes, link against project wizard (also hopefully temporarily),
10070         removed class_gen.h, class_gen.c, action-callbacks.h,
10071         action-callbacks.c.
10073         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10075         * plugins/class-gen/cell-renderer-flags.h:
10076         * plugins/class-gen/cell-renderer-flags.c:
10077         * plugins/class-gen/combo-flags.h:
10078         * plugins/class-gen/combo-flags.c:
10079         * plugins/class-gen/element-editor.c:
10080         * plugins/class-gen/element-editor.h:
10081         * plugins/class-gen/generator.c:
10082         * plugins/class-gen/generator.h:
10083         * plugins/class-gen/plugin.h:
10084         * plugins/class-gen/plugin.c:
10085         * plugins/class-gen/transform.c:
10086         * plugins/class-gen/transform.h:
10087         * plugins/class-gen/validator.c:
10088         * plugins/class-gen/validator.h:
10089         * plugins/class-gen/window.c:
10090         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10091         adding of several class elements and uses autogen.
10093         * plugins/class-gen/templates/cc-header.tpl:
10094         * plugins/class-gen/templates/cc-source.tpl:
10095         * plugins/class-gen/templates/go-header.tpl:
10096         * plugins/class-gen/templates/go-source.tpl:
10097         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10098         for the class generator.
10100         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10102 2007-01-04  Naba Kumar  <naba@gnome.org>
10104         Patch from Nick Treleaven:
10105         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10106         all matching symbols.
10107         
10108         Patches from  Maik Beckmann and Sébastien Granjoux:
10109         * plugins/profile-default/plugin.c,
10110         plugins/project-manager/plugin.c: Unescape project name. Fixes
10111         Bug #357151
10113 2007-01-04  Naba Kumar  <naba@gnome.org>
10115         * plugins/glade/plugin.c: Fixed compilation with
10116         older glade-3 version.
10117         
10118         Patch from Roland Illig:
10119         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10120         plugins/sourceview/anjuta-document-saver.c,
10121         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10122         are necessary to build anjuta on NetBSD 3.0
10124         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10125         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10126         window manager in gnome.
10127         
10128 2007-01-02  Naba Kumar  <naba@gnome.org>
10129         
10130         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10131         
10132 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10134         Reviewed by Naba Kumar  <naba@gnome.org>:
10135         * libanjuta/interfaces/libanjuta.idl,
10136         plugins/debug-manager/Makefile.am,
10137         plugins/debug-manager/anjuta-marshal.list,
10138         plugins/debug-manager/debugger.c,
10139         plugins/debug-manager/sparse_buffer.c,
10140         plugins/debug-manager/sparse_buffer.h,
10141         plugins/debug-manager/sparse_view.c,
10142         plugins/debug-manager/sparse_view.h,
10143         plugins/debug-manager/disassemble.h,
10144         plugins/debug-manager/disassemble.c,
10145         plugins/debug-manager/anjuta-marshal.list,
10146         plugins/debug-manager/plugin.c,
10147         plugins/gdb/debugger.c,
10148         plugins/gdb/debugger.h,
10149         plugins/gdb/plugin.c:
10150         Add a disassembly view window
10152         * plugins/debug-manager/breakpoints.c,
10153         plugins/debug-manager/chunk_view.c,
10154         plugins/debug-manager/locals.c,
10155         plugins/debug-manager/memory.c,
10156         plugins/debug-manager/registers.c,
10157         plugins/debug-manager/stack_trace.c:
10158         Add some debugging information 
10160 2006-12-18  Naba Kumar  <naba@gnome.org>
10162         * configure.in, plugins/glade/plugin.c: Allow building against both
10163         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10165 2006-12-03  Naba Kumar  <naba@gnome.org>
10166         
10167         * TODO.tasks: Marked a bounty completed.
10169 2006-11-24  Adam Dingle <adam@medovina.org>
10171         Reviewed by Naba Kumar  <naba@gnome.org>:
10172         * plugins/build-basic-autotools/build-basic-autotools.c,
10173         plugins/debug-manager/watch.c,
10174         plugins/document-manager/plugin.c, 
10175         plugins/patch/plugin.c,
10176         plugins/project-manager/plugin.c:
10177         Fixed bug #378879 (several command names need ellipses).
10179 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10181         Reviewed by: Naba Kumar  <naba@gnome.org>
10182         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10183         GCC 4.1.2 (there are only two warnings remaining now when compiling
10184         plugins).
10186         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10188         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10189         macro so that the generated function support a NULL plugin parameter.
10191         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10192         in debug_tree_find_expression by freeing memory returned by the call
10193         to gtk_tree_model_get instead of the parameter string.
10195 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10197         * plugins/debug-manager/breakpoints.c:
10198         Fix bug #378850
10200         * plugins/debug-manager/anjuta-debug-manager.ui,
10201         plugins/debug-manager/debugger.c,
10202         plugins/debug-manager/plugin.c:
10203         Fix bug #378871
10205 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10207         * libanjuta/anjuta-launcher.c,
10208         plugins/gdb/debugger.c:
10209         Fix bug #377061
10211 2006-11-21  Naba Kumar  <naba@gnome.org>
10213         * plugins/search/search_preferences.c: Fixed build break.
10214         
10215 2006-11-20  Naba Kumar  <naba@gnome.org>
10216         
10217         Patch from Kjartan Maraas:
10218         * plugins/cvs-plugin/cvs-interface.c,
10219         plugins/document-manager/plugin.c,
10220         plugins/gtodo/interface.c,
10221         plugins/gtodo/libgtodo.h,
10222         plugins/message-view/anjuta-msgman.c,
10223         plugins/project-wizard/druid.c,
10224         plugins/search/search_preferences.c,
10225         plugins/sourceview/sourceview-prefs.c,
10226         plugins/terminal/terminal.c,
10227         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10229         Patch from Przemysław Grzegorczyk:
10230         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10231         plugins/subversion/anjuta-subversion.glade: Enable files in
10232         fileselection dialog. Fixes bug #376031.
10233         
10234 2006-11-17  Adam Dingle <adam@medovina.org>
10236         Reviewed by: Naba Kumar  <naba@gnome.org>
10237         * plugins/build-basic-autotools/build-basic-autotools.c
10238         * plugins/class-gen/anjuta-class-gen.plugin.in
10239         * plugins/debug-manager/breakpoints.c
10240         * plugins/debug-manager/plugin.c
10241         * plugins/devhelp/plugin.c
10242         * plugins/document-manager/plugin.c
10243         * plugins/gdb/debugger.c
10244         * plugins/glade/anjuta-glade.plugin.in
10245         * plugins/gtodo/plugin.c
10246         * plugins/language-support-cpp-java/plugin.c
10247         * plugins/message-view/plugin.c
10248         * plugins/project-import/anjuta-project-import.glade
10249         * plugins/project-import/anjuta-project-import.plugin.in
10250         * plugins/search/plugin.c
10251         * plugins/tools/scripts/tools-2.xml.in
10252         * plugins/valgrind/plugin.c
10253         * src/anjuta-actions.h:
10254         Fixed bug #376335 "menu items should be capitalized".  Minor
10255         grammar edits.
10257 2006-11-20  Naba Kumar  <naba@gnome.org>
10258         
10259         * configure.in: Fixed build.
10261         Patch from: Arjan Timmerman
10262         *configure.in: Make subvesion plugin build for apr 1.x.
10263         Fixes: Bug #364754.
10264         
10265 2006-11-20  Johannes Schmid <jhs@gnome.org>
10267         * configure.in
10268         * plugins/*/*.[ch]:
10269         Removed patches from Sylvain and Günther. They caused not problems but
10270         Naba was against them.
10272 2006-11-20  Johannes Schmid <jhs@gnome.org>
10274         * Removed me from MAINTAINERS
10276 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10278         * configure.in:
10279         Use apr-1 instead of apr-0
10281 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10283         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10284         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10285         and another bug occuring when parsing .pc file containing quotes.
10287 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10289         * plugins/*/*.[ch]: Use class macro for type casting.
10291         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10292         GCC 4.1.2 (there are only two warnings remaining now when compiling
10293         plugins).
10295         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10296         a memory leak in debug_tree_find_expression; g_free was called on
10297         the parameter instead of the memory allocated by gtk_tree_model_get.
10299         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10300         to declare and initialize the global type variable of the plugin.
10302 2006-10-31  Naba Kumar  <naba@gnome.org>
10304         * global-tags/create_global_tags.sh.in: Added an end message.
10305         
10306         * libanjuta/anjuta-launcher.h: Fixed indentation.
10307         
10308         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10309         creation to a) append the messages in right way, b) Connect signals
10310         to the view properly and c) Recreate the system-tags.cache at the
10311         end of the generation.
10313         * plugins/symbol-browser: Fixed action path (double
10314         click on sysmbols was not working).
10316         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10317         Fixed typedef and removed dead code.
10319         * tagmanager/c.c: Took the latest version from ctags source
10320         repository, because the one we had (from ctags 5.6) was broken.
10321         
10322         * global_tags/create_global_tags.sh.in: Reverted the patch from
10323         Sylvain because it was not right fix (and added a helpful comment).
10324         Used /bin/bash to fix the bashism and generated separate log files
10325         for each tag files in the same directory.
10326         
10327 2006-10-29  Naba Kumar  <naba@gnome.org>
10329         * plugins/editor/text_editor.c: Use a temporary file
10330         to save the editor and move it at the end to original
10331         file. This will prevent data corruption if file save
10332         failed for any reason. Also report proper errors when
10333         file save fails. Fixes bug #346575.
10334         
10335 2006-10-26  Naba Kumar  <naba@gnome.org>
10337         * plugins/document-manager/anjuta-docman.c: Do not load
10338         the same files with different path more than once (happens
10339         with symlinked files). Fixes Bug #323591.
10341 2006-10-25  Naba Kumar  <naba@gnome.org>
10343         * plugins/valgrind/vgactions.c: Fixed a warning.
10345 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10347         Reviewed by Naba Kumar  <naba@gnome.org>:
10349         * plugins/valgrind/vgtoolview.c:
10350         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10352         * plugins/valgrind/bugged-prg-test.c:
10353         No more warning during compilation with GCC 4.1.
10354         Program is still buggy in order to be used as a test of the
10355         plugin.
10357         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10358         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10359         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10360         plugins/valgrind/vgrule.c:
10361         No more warning during compilation with GCC 4.1.
10363         * plugins/valgrind/plugin.c:
10364         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10365         prototype (was missing from previous patch).
10367 2006-10-24  Naba Kumar  <naba@gnome.org>
10369         * plugins/glade/plugin.c: Show glade tree view, not list view.
10370         
10371         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10372         exited with glade plugin still loaded. Fixes Bug #364755.
10374         * plugins/document-manager/anjuta-document-manager.plugin.in:
10375         Added application/x-reject in accepted mime-types.
10376         
10377         * Changelog: Fixed changelog alignments.
10379 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10381         Reviewed by: Naba Kumar  <naba@gnome.org>
10382         
10383         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10384         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10385         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10386         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10387         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10388         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10389         plugins/valgrind/vgsearchbar.c:
10390         Use class macro for type casting.
10392         * plugins/valgrind/plugin.h:
10393         Don't force cast a GtkActionGroup to a GtkAction.
10395         * plugins/valgrind/plugin.c:
10396         Use correct API to get path of the preoject root when building
10397         the list of targets for the run action.
10398         Correct ordering of the construction of the preferences widgets.
10399         Only remove the valgrind widget if it is currently displayed.
10401         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10402         Return if check_valgrind_binary() fails.
10403         The ValgrindPluginPrefs object is initialized after the call to
10404         vg_action_new. Take a handle to the location of the pointer to
10405         the future object.
10407 2006-10-24  Naba Kumar  <naba@gnome.org>
10409         * HACKING: Updated coding sample.
10410         
10411         Patch from: Armin Burgmeier  <armin@arbur.net>
10412         * plugins/symbol-browser/test-class.h,
10413         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10414         
10415 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10417         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10418         * plugins/valgrind/vgtoolview.h:
10419         Correctly handle the argv / srcdir of vg_tool_view object. Do
10420         not leak memory associated with those arrays.
10422         * plugins/symbol-browser/an_symbol_prefs.c:
10423         Support unloading / reloading of the module (for example when
10424         closing a project and opening another one).
10426         * plugins/project-manager/plugin.c:
10427         Remove plugin widget before removing plugin itself, preventing
10428         a crash with valgrind plugin.
10430         * libanjuta/anjuta-preferences-dialog.c:
10431         Do not use the page_num returned by gtk_notebook_append_page to
10432         remove the page as it cause bugs when pages removal is not done
10433         in LIFO.
10435         * plugins/document-manager/anjuta-docman.c:
10436         Fix some GTK+ warnings.
10438         * global-tags/create_global_tags.sh.in:
10439         Rewrite script to remove bash-ism and use pkg-config directly
10440         instead of parsing the *.pc file by hand. This solve problems
10441         that occurred when one of the directory in PKG_CONFIG_PATH is
10442         empty.
10444 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10446         * plugins/glade/plugin.c: Fix build (#363884)
10448 2006-10-22  Johannes Schmid <jhs@gnome.org>
10450         * plugins/file-manager/an_file_view.c:
10451         * plugins/file-manager/plugin.c:
10452         * plugins/file-manager/plugin.h:
10453         Fix possible crasher when changing project-root uri when we try to restore open nodes
10454         * AUTHORS: Updated
10456 2006-10-19  Naba Kumar  <naba@gnome.org>
10458         Patch from: Juan Pablo Ugarte
10459         * plugins/glade/plugin.c: Include glade header
10460         correctly.
10461         
10462 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10463         
10464         * plugins/debug-manager/Makefile.am,
10465         plugins/debug-manager/sexy-icon-entry.h,
10466         plugins/debug-manager/sexy-icon-entry.c,
10467         plugins/debug-manager/dataview.c:
10468         Fix bug #358134 (Goto memory prompt)
10469         Use sexy-icon-entry from libsexy 0.1.10
10471         * plugins/debug-manager/debugger.c,
10472         plugins/debug-manager/plugin.c,
10473         plugins/debug-manager/start.c,
10474         plugins/gdb/debugger.c,
10475         plugins/gdb/plugin.c:
10476         Better error handling when starting and stopping debugger
10478 2006-10-13  Maik Beckmann <maik@eigenco.de>
10480         * src/action_callbacks.c:
10481         Fixed bug #361830 (AboutDialog does not close) which is caused 
10482         due to a change in Gtk+ 2.10  
10483   
10484 2006-10-12  Adam Dingle <adam@medovina.org>
10486         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10488         * plugins/search/search-replace.c:
10489         Fixed bug #358068 (indicate when Find in Files is complete)
10491         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10493         * plugins/sourceview/sourceview-prefs.c:
10494         * plugins/sourceview/sourceview.glade:
10495         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10497         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10499         * plugins/devhelp/plugin.c:
10500         * plugins/search/plugin.c: 
10501         Fixed bug #359750 (fix find/replace shortcut keys).
10503         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10504         use Alt+key for shortcuts)
10506         *  plugins/debug-manager/debug_tree.c:
10507         *  plugins/debug-manager/debugger.c:
10508         Fixed bug #359317 (can't load debug manager)
10510         * /plugins/document-manager/plugin.c:
10511         Fixed bug #359259 (highlight modes listed in reverse 
10512         alphabetical order).
10514 2006-10-10  Johannes Schmid <jhs@gnome.org>
10516         * plugins/glade/plugin.c:
10517         Add scrollbars to glade project window
10519 2006-10-10  Johannes Schmid <jhs@gnome.org>
10521         * libanjuta/interfaces/Makefile.am.iface:
10522         Fixed Makefile with broke build
10524 2006-10-07  Johannes Schmid <jhs@gnome.org>
10526         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10527         * libanjuta/interfaces/Makefile.iface.am:
10528         Fixed enum types generation
10530         * libanjuta/interfaces/libanjuta.idl:
10531         Fixed some strange typo
10533 2006-10-06  Johannes Schmid <jhs@gnome.org>
10535         * libanjuta/interfaces/Makefile.iface.am:
10536         Fixed enum-types.h generation
10537         * libanjuta/interfaces/libanjuta.idl:
10538         char* => gchar*
10539         IAnjutaTODO::load should take const gchar* argument
10540         Remove include to libanjuta/e-splash.h which is not installed as header file
10541         Disable get_attributes for now
10542         
10543         * pluings/sourceview/sourceview.c: Disabled get_attributes
10544         
10545         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10547 2006-10-05  Naba Kumar  <naba@gnome.org>
10549         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10550         Set bug id for 'Profiler plugin' task.
10552 2006-10-03  Naba Kumar  <naba@gnome.org>
10554         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10555         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10557         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10558         plugins/project-manager/plugin.c: Added a new API in
10559         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10560         Added some documentation. On project close, close all editors that
10561         has files opened for the project.
10562         
10563         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10564         from the containers on anjuta_shell_remove_widget(). Do not destroy
10565         glade widgets once created.
10566         
10567 2006-10-03  Johannes Schmid <jhs@gnome.org>
10569         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10570         * libanjuta/interfaces/libanjuta.idl:
10571         const-List<> => const List<>
10572         List-free<> => List<>
10573         
10574         * Makefile.am: Reenabled launcher
10576 2006-10-03  Johannes Schmid <jhs@gnome.org>
10578         * libanjuta/interfaces/Makefile.am.iface:
10579         Install libanjuta.idl
10581 2006-10-02  Adam Dingle <adam@medovina.org>
10583         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10585 2006-10-02  Adam Dingle <adam@medovina.org>
10587         * plugins/editor/style-editor.c: fixed bug #357534
10588         * plugins/gdb/utilities.h: removed 2 unused declarations
10590 2006-10-02  Johannes Schmid <jhs@gnome.org>
10592         * Makefile.am: disabled anjuta-launcher
10593         * libanjuta/Makefile.am:
10594         
10595         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10596         * libanjuta/glue-factory.c: (glue_factory_add_path),
10597         (glue_factory_get_path):
10598         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10599         * libanjuta/glue-factory.h:
10600         * libanjuta/glue-cpp.h:
10601         * libanjuta/glue-cpp.c:
10602         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10603         
10604         * libanjuta/interfaces/Makefile.am.iface:
10605         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10606         * libanjuta/interfaces/libanjuta.idl:
10607         Add a new features to idl compiler:
10608         List<Type> => List of Type
10609         List-free<Type> => List of Type, it is up to the caller to free items and list
10610         const-List(-free)<Type> = const List of Types
10611         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10612         
10613         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10614         (generic_cpp_class_create_code):
10615         Adapted to new project_manager interface
10616         
10617         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10618         * plugins/debug-manager/debugger.c:
10619         (ivariable_debugger_iface_init):
10620         Do not use C++ keyword "delete" for interface name
10621         
10622         * plugins/document-manager/anjuta-document-manager.plugin.in:
10623         Added m4 to mime-types
10624         
10625         * plugins/project-manager/plugin.c:
10626         (iproject_manager_add_source_multi):
10627         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10629 2006-10-01  Naba Kumar  <naba@gnome.org>
10631         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10632         UI file used when out-of-process devhelp is used instead of
10633         embedded devhelp.
10634         
10635         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10636         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10637         plugins/profile-default/default.anjuta: Build devhelp plugin,
10638         but use out-of-process devhelp if devhelp plugin is disabled
10639         (either by user or devhelp is not installed). Disabled devhelp
10640         plugin by default. Added it in default profile.
10642 2006-10-01  Naba Kumar  <naba@gnome.org>
10644         * plguins/project-manager/plugin.c: Possible fix for crash
10645         bug #358583.
10646         
10647         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10648         set dep to last version 3.0.2.
10649         
10650         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10651         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10652         plugins/symbol-browser/plugin.c: Use the right action group
10653         for getting popup actions (Fixes lots of assertion failures).
10655         * plugins/project-manager/plugin.c,
10656         plugins/project-manager/plugin.h: use separate action group
10657         for profie actions.
10658         
10659         * plugins/message-view/plugin.c: Disconnect session load
10660         signal on plugin deactivation (fixes a crash).
10662 2006-09-30  Naba Kumar  <naba@gnome.org>
10664         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10665         * TODO.tasks: Assigned a bounty to Massimo.
10667 2006-09-29  Naba Kumar  <naba@gnome.org>
10669         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10671 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10673         * plugins/debug-manager/debugger.c,
10674         plugins/debug-manager/plugin.c,
10675         libanjuta/interfaces/libanjuta.idl:
10676         Add a new abort command to quit debugger without waiting
10678         * plugins/gdb/debugger.c,
10679         plugins/gdb/debugger.h,
10680         plugins/gdb/plugin.c:
10681         Send a signal directly to the debugged program
10682         Implement abort command
10684         * plugins/debug-manager/debug_tree.c:
10685         Fix bug #358163
10687         * plugins/debug-manager/stack-trace.c:
10688         Fix bug #358009
10690 2006-09-29  Naba Kumar  <naba@gnome.org>
10692         * TODO.tasks: Updated.
10693         
10694         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10695         dialog.
10696         
10697         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10698         
10699         * TODO.tasks: Updated in light of the word wrapping fix
10700         in Tasks Manager. Added a test bounty entry.
10702         * TODO.tasks: Added four bounties.
10703         
10704 2006-09-28  Naba Kumar  <naba@gnome.org>
10706         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10707         Added 'customizable' parameter to
10708         anjuta_ui_add_action_group_entries() and similar functions to
10709         allow user configuration of the actions. Filter out actions that
10710         are not configurable items (such as submenu items). Now the
10711         'Customize shortcuts' dialog is much better listed.
10713         * plugins/build-basic-autotools/build-basic-autotools.c,
10714         plugins/build-basic-autotools/build-basic-autotools.h,
10715         plugins/cvs-plugin/plugin.c,
10716         plugins/cvs-plugin/plugin.h,
10717         plugins/debug-manager/breakpoints.c,
10718         plugins/debug-manager/plugin.c,
10719         plugins/debug-manager/stack_trace.c,
10720         plugins/debug-manager/watch.c,
10721         plugins/devhelp/plugin.c,
10722         plugins/document-manager/plugin.c,
10723         plugins/file-loader/plugin.c,
10724         plugins/file-manager/plugin.c,
10725         plugins/glade/plugin.c,
10726         plugins/gtodo/interface.c,
10727         plugins/gtodo/plugin.c,
10728         plugins/language-support-cpp-java/plugin.c,
10729         plugins/macro/plugin.c,
10730         plugins/macro/plugin.h,
10731         plugins/message-view/plugin.c,
10732         plugins/patch/plugin.c,
10733         plugins/profile-default/default.anjuta,
10734         plugins/project-manager/plugin.c,
10735         plugins/project-manager/plugin.h,
10736         plugins/sample1/plugin.c,
10737         plugins/search/plugin.c,
10738         plugins/subversion/plugin.c,
10739         plugins/subversion/plugin.h,
10740         plugins/symbol-browser/plugin.c,
10741         plugins/symbol-browser/plugin.h,
10742         plugins/tools/plugin.c,
10743         plugins/valgrind/plugin.c,
10744         plugins/valgrind/plugin.h: Fixed to take care of above change
10745         in API of AnjutaUI. Properly added/removed action groups in some
10746         plugins. Split action groups into customization and non-customizable
10747         groups and added them separately.
10749         * plugins/document-manager/plugin.c: Close files belonging to
10750         project when project is closed (not complete).
10751         
10752         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10753         vertical aligned cell entries.
10754         
10755         * src/anjuta-app.c: Define macros for the placeholder names.
10756         Set default widths and heights of the default placeholders,
10757         so that newly docked widgets are correclty sized.
10758         
10759         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10760         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10761         Fixed to generated correct actions addition/removal code.
10763 2006-09-25  Naba Kumar  <naba@gnome.org>
10765         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10766         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10767         class.
10768         
10769         * plugins/message-view/anjuta-msgman.c,
10770         plugins/message-view/anjuta-msgman.h,
10771         plugins/message-view/message-view.c,
10772         plugins/message-view/message-view.h,
10773         plugins/message-view/plugin.c: Serialize messages panes in
10774         session save and deserialize them in session load so that
10775         build messages persistant.
10776         
10777 2006-09-24  Johannes Schmid <jhs@gnome.org>
10779         * libanjuta/anjuta-utils.c:
10780         * plugins/message-view/message-view.c:
10781         Really fixed #355407
10783 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10785         * libanjuta/interfaces/libanjuta.idl:
10786         Change one variable sign
10788         * plugins/debug-manager/anjuta-debug-manager.glade,
10789         plugins/debug-manager/anjuta-debug-manager.ui:
10790         Few small interface changes     
10792         * plugins/debug-manager/debug_tree.h,
10793         plugins/debug-manager/watch.c,
10794         plugins/debug-manager/debugger.c,
10795         plugins/debug-manager/plugin.c
10796         plugins/gdb/debugger.c,
10797         plugins/gdb/plugin.c:
10798         Big rewrite of debugger queue
10799         Allow to cancel command
10801         * plugins/debug-manager/memory.c:
10802         Fix a bug if a command is cancelled
10804 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
10806         * plugins/gdb/debugger.c,
10807         plugins/debug-manager/debug_tree.c,
10808         plugins/debug-manager/locals.c:
10809         Restore tree representation for local variable
10810         Add argument in local variable list
10811         Use gdb variable object to get all informations
10813 2006-09-19  Naba Kumar  <naba@gnome.org>
10815         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
10816         that implements AnjutaSavePrompt class.
10818         * ChangeLog: Fixed indentation.
10819         
10820         * libanjuta/Makefile.am,
10821         libanjuta/anjuta-marshal.list,
10822         libanjuta/anjuta-shell.c,
10823         libanjuta/anjuta-shell.h,
10824         plugins/document-manager/action-callbacks.c,
10825         plugins/document-manager/action-callbacks.h,
10826         plugins/document-manager/anjuta-docman.c,
10827         plugins/document-manager/anjuta-docman.h,
10828         plugins/document-manager/plugin.c,
10829         src/anjuta.c: Impletemnted save prompt dialog to prompt for
10830         unsaved items during exit. A new signal is added in shell
10831         interface called 'save-prompt' to collect all unsaved items.
10832         Create AnjutaSavePrompt class (dialog) to process unsaved items.
10833         Fixed document manager to use the new save-prompt signal in shell
10834         and AnjutaSavePrompt object for unsaved files. Cleaned up
10835         AnjutaDocman to synchronously save new files. Fixed function
10836         names.
10838 2006-09-18  Johannes Schmid <jhs@gnome.org>
10840         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
10841         gdl requirement to 0.7.0
10843 2006-09-18  Johannes Schmid <jhs@gnome.org>
10845         * global-tags/.cvsignore:
10846         * global-tags/Makefile.am:
10847         * global-tags/create_global_tags.sh (removed):
10848         * global-tags/create_global_tags.sh.in (added):
10849         Fixed #355407
10850         
10851         * libanjuta/anjuta-launcher.c:
10852         Fixed #349374
10853         
10854         * plugins/project-manager/plugin.c:
10855         (project_manager_plugin_close_project):
10856         Fixed crasher
10857         
10858         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
10859         Fixed gtk critical
10860         
10861         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
10862         More reasonable toolbar creation/deletition though it does
10863         not completly work!
10865 2006-09-15  Johannes Schmid <jhs@gnome.org>
10867         * libanjuta/anjuta-utils.c/.h:
10868         Fixed #355168
10870 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
10872         * scintilla/ScintillaGTK.cxx
10873         Fixed doulbe freeing in Scintilla
10875 2006-09-12  Johannes Schmid  <jhs@gnome.org>
10877         * plugins/symbol-browser/an_symbol_prefs.c:
10878         Support unloading / reloading of the module (for example when
10879         closing a project and opening another one).
10881         * plugins/project-manager/plugin.c:
10882         Really fixed #355148 (Show project name in title bar)
10884 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10886         * libanjuta/plugins.c:
10887         Fixed #355156 (Show plugins in alphabetical order)
10889 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10891         * plugins/project-manager/plugin.c:
10892         Fixed #355148 (Show project name in title bar)
10894 2006-09-09  Johannes Schmid  <jhs@gnome.org>
10896         * plugins/project-manager/plugin.c:
10897         (value_removed_project_root_uri):
10898         Fixed crasher if project cannot be opened
10900 2006-08-30 Naba Kumar  <naba@gnome.org>
10902         * plugins/language-support-cpp-java/plugin.[c,h],
10903         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10904         Impletemnted UI for auto indent.
10905         
10906 2006-08-28 Naba Kumar  <naba@gnome.org>
10907         
10908         * plugins/gvim/.cvsignore,
10909         plugins/gvim/Makefile.am,
10910         plugins/gvim/anjuta-vim-plugin.png,
10911         plugins/gvim/anjuta-vim.c,
10912         plugins/gvim/anjuta-vim.h,
10913         plugins/gvim/anjuta-vim.plugin.in,
10914         plugins/gvim/gtkvim.c,
10915         plugins/gvim/gtkvim.h,
10916         plugins/gvim/plugin.c,
10917         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
10918         in build yet.
10920 2006-08-28 Naba Kumar  <naba@gnome.org>
10922         Patch from: Massimo Corà  <maxcvs@email.it>
10923         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
10924         possible infinite loop.
10926 2006-08-22 Adam Dingle <adam@medovina.org>
10927         
10928         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
10929         to edit are shown in the preferences dialog in anjuta").
10930         Removed unused widgets from the style editor dialog.
10932 2006-08-21  Johannes Schmid <jhs@gnome.org>
10934         * plugins/symbol-browser/test-class.[cpp/h]
10935         Added missing files
10937 2006-08-18  Naba Kumar  <naba@gnome.org>
10939         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
10940         end of document loading.
10942         * plugins/language-support-cpp-java/plugin.c,
10943         plugins/sourceview/sourceview.c: Fixed plugin loading.
10945 2006-08-17  Naba Kumar  <naba@gnome.org>
10947         * plugins/language-support-cpp-java/plugin.c,
10948         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
10949         mode line parsing. Indentation parameters initialized based on
10950         mode line parameters.
10952 2006-08-16  Naba Kumar  <naba@gnome.org>
10954         * Makefile.am, plugins/editor/text_editor.c,
10955         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
10956         comments.
10958 2006-08-16 Naba Kumar  <naba@gnome.org>
10960         Patch from  Massimo Cora'  <maxcvs@email.it>:
10961         
10962         * plugins/editor/aneditor-autocomplete.cxx,
10963         plugins/editor/aneditor-calltip.cxx,
10964         plugins/symbol-browser/Makefile.am,
10965         plugins/symbol-browser/an_symbol.c,
10966         plugins/symbol-browser/an_symbol_view.c,
10967         plugins/symbol-browser/plugin.c,
10968         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
10969         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
10970         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
10971         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
10972         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
10973         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
10974         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
10975         tagmanager/get.h, tagmanager/html.c,
10976         tagmanager/include/tm_source_file.h,
10977         tagmanager/include/tm_tag.h,
10978         tagmanager/include/tm_workspace.h,
10979         tagmanager/jscript.c, tagmanager/keyword.c,
10980         tagmanager/keyword.h, tagmanager/lisp.c,
10981         tagmanager/lregex.c, tagmanager/lua.c,
10982         tagmanager/main.h, tagmanager/make.c,
10983         tagmanager/options.c, tagmanager/options.h,
10984         tagmanager/parse.c, tagmanager/parse.h,
10985         tagmanager/parsers.h, tagmanager/pascal.c,
10986         tagmanager/perl.c, tagmanager/php.c,
10987         tagmanager/python.c, tagmanager/read.c,
10988         tagmanager/read.h, tagmanager/readtags.c,
10989         tagmanager/readtags.h, tagmanager/rexx.c,
10990         tagmanager/routines.c, tagmanager/routines.h,
10991         tagmanager/ruby.c, tagmanager/scheme.c,
10992         tagmanager/sh.c, tagmanager/slang.c,
10993         tagmanager/sml.c, tagmanager/sort.c,
10994         tagmanager/sort.h, tagmanager/sql.c,
10995         tagmanager/strlist.c, tagmanager/strlist.h,
10996         tagmanager/tcl.c, tagmanager/tm_source_file.c,
10997         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
10998         tagmanager/tm_workspace.c, tagmanager/verilog.c,
10999         tagmanager/vim.c, tagmanager/vstring.c,
11000         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11001         5.6 and namespace completion fixed.
11003         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11004         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11006 2006-08-15 Naba Kumar  <naba@gnome.org>
11008         * libanjuta/interfaces/libanjuta.idl,
11009         plugins/editor/text-editor-iterable.c,
11010         plugins/editor/text_editor.c,
11011         plugins/sourceview/sourceview-cell.c,
11012         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11013         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11014         ianjuta_editor_end_action().
11015         
11016         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11018 2006-08-13 Naba Kumar  <naba@gnome.org>
11020         * plugins/debug-manager/breakpoints.c,
11021         plugins/debug-manager/memory.c,
11022         plugins/debug-manager/registers.c,
11023         src/layout.xml: Fixed debugger widgets layout.
11025 2006-08-12 Naba Kumar  <naba@gnome.org>
11027         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11028         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11029         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11030         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11031         codes and dead codes. Removed automatic indentation prefs.
11033 2006-08-12  Johannes Schmid <jhs@gnome.org>
11035         * libanjuta/Makefile.am:
11036         * libanjuta/anjuta-launcher.c:
11037         * libanjuta/anjuta-launcher.h:
11038         * libanjuta/anjuta-plugin.c:
11039         * libanjuta/anjuta-plugin.h:
11040         * libanjuta/anjuta-preferences.c:
11041         * libanjuta/anjuta-preferences.h:
11042         * libanjuta/anjuta-shell.c:
11043         * libanjuta/anjuta-shell.h:
11044         * libanjuta/libanjuta.h:
11045         
11046         Made wrapper friendly:
11047         - no inline in header files (preferences_set/get)
11048         - correct signal names
11049         - correct GError** argument in anjuta_shell_freeze/thaw
11050         - include correct files in libanjuta.h
11051         
11052         * plugins/project-manager/plugin.c: 
11053         Fixed two crashers
11055 2006-08-11 Naba Kumar  <naba@gnome.org>
11057         * plugins/editor/aneditor-priv.h,
11058         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11059         
11060         * plugins/editor/text_editor_cbs.c,
11061         plugins/sourceview/anjuta-view.c: Pass the right position for char
11062         added signal.
11063         
11064         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11065         
11066         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11068 2006-08-11 Naba Kumar  <naba@gnome.org>
11070         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11071         return the right character at the iter position and get_char() to
11072         not leak memory.
11074         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11075         to set to character offset and not byte index.
11077         * plugins/language-support-cpp-java/plugin.c: Improved
11078         auto-indentation login. Indents opening and closing braces correctly.
11080 2006-08-10  Johannes Schmid <jhs@gnome.org>
11082         * INSTALL:
11083         * autogen.sh:
11084         Required automake = 1.9
11086         * libanjuta/anjuta-children.c:
11087         * libanjuta/anjuta-children.h:
11088         * libanjuta/anjuta-encodings.h:
11089         * libanjuta/anjuta-launcher.h:
11090         * libanjuta/anjuta-plugin-description.h:
11091         * libanjuta/anjuta-preferences-dialog.h:
11092         * libanjuta/anjuta-preferences.h:
11093         * libanjuta/anjuta-session.h:
11094         * libanjuta/anjuta-status.h:
11095         * libanjuta/anjuta-ui.h:
11096         * libanjuta/anjuta-utils.c:
11097         * libanjuta/anjuta-utils.h:
11098         * libanjuta/e-splash.h:
11099         * libanjuta/glue-factory.h:
11100         * libanjuta/glue-plugin.h:
11101         * libanjuta/plugins.h:
11102         * libanjuta/resources.h:
11103         Fixed libanjuta to be able to wrap it
11104         - G_BEGIN_DECLS, G_END_DECLS
11105         - include all necessary files in libanjuta.h
11107         * plugins/gtodo/tray-icon.c:
11108         * plugins/terminal/terminal.c:
11109         Some build fixes for freebsd
11111         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11112         * plugins/sourceview/sourceview.glade:
11113         Remove auto-indent feature as it is now in language-support
11115 2006-08-09 Naba Kumar  <naba@gnome.org>
11117         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11118         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11119         Added missing files.
11121         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11122         get_use_spaces(), set_tabsize() and set_use_spaces().
11124 2006-08-09 Naba Kumar  <naba@gnome.org>
11126         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11127         succeeded in activating.
11129         * plugins/document-manager/plugin.c: Added debug message.
11131         * libanjuta/interfaces/libanjuta.idl,
11132         plugins/editor/text_editor.c: Implemented get_tabsize(),
11133         get_use_spaces(), set_tabsize() and set_use_spaces().
11135         * plugins/language-support-cpp-java/Makefile.am,
11136         plugins/language-support-cpp-java/plugin.c,
11137         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11138         for indentation. Added preferences page for paramenters.
11140         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11142 2006-08-08 Naba Kumar  <naba@gnome.org>
11144         * libanjuta/interfaces/libanjuta.idl,
11145         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11146         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11147         plugins/editor/text_editor.c,
11148         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11149         and implemented it for both scintilla and sourceview.
11151         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11152         focus back to editor (happens when pressing esc in incremental
11153         search box).
11155 2006-08-08 Naba Kumar  <naba@gnome.org>
11157         * libanjuta/interfaces/libanjuta.idl,
11158         plugins/editor/text_editor.c,
11159         plugins/editor/text_editor.h,
11160         plugins/editor/text-editor-iterable.c,
11161         plugins/sourceview/sourceview-cell.c,
11162         plugins/sourceview/sourceview.c: Implemented editor attributes
11163         methods.
11164         
11165         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11166         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11167         code (not complete yet).
11169         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11170         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11171         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11172         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11173         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11174         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11176 2006-08-04 Naba Kumar  <naba@gnome.org>
11178         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11179         implementation.
11180         
11181 2006-08-03  Johannes Schmid <jhs@gnome.org>
11183         * configure.in: Add a more informative text to valgrind plugin
11185         * TODO.tasks:
11186         Modified Preferences tasl
11187         * libanjuta/anjuta-plugin.c: 
11188         * libanjuta/anjuta-preferences-dialog.c: 
11189         * libanjuta/anjuta-preferences-dialog.h:
11190         * libanjuta/anjuta-preferences.c:
11191         * libanjuta/anjuta-preferences.h:
11192         * libanjuta/interfaces/Makefile.am.iface:
11193         * libanjuta/interfaces/libanjuta.idl:
11194         Added IAnjutaPreferences interface which every plugin that has preferences should
11195         implement. Call merge() and unmerge() at plugin activation/deactivation.
11196         Fixed preferences_page_remove()
11197         
11198         * plugins/build-basic-autotools/build-basic-autotools.c:
11199         * plugins/cvs-plugin/plugin.c: 
11200         * plugins/document-manager/plugin.c:
11201         * plugins/editor/plugin.c:
11202         * plugins/editor/plugin.h:
11203         * plugins/file-manager/plugin.c: 
11204         * plugins/gtodo/main.h:
11205         * plugins/gtodo/plugin.c: 
11206         * plugins/gtodo/preferences.c: 
11207         * plugins/message-view/anjuta-msgman.c: 
11208         * plugins/message-view/anjuta-msgman.h:
11209         * plugins/message-view/plugin.c:
11210         * plugins/sourceview/plugin.c: 
11211         * plugins/sourceview/plugin.h:
11212         * plugins/symbol-browser/an_symbol_prefs.c:
11213         * plugins/symbol-browser/plugin.c: 
11214         * plugins/terminal/terminal.c: 
11215         * plugins/valgrind/plugin.c
11216         * src/anjuta-app.c:
11217         
11218         Updated preference loading/unloading for all plugins
11220 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11221         
11222         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11223         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11224     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11225         recommended by the autoconf manual. 
11226         - Fixes compiling with autoconf 2.60.
11227         
11228         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11230 2006-08-02      Johanes Schmid <jhs@gnome.org>
11232         * plugins/profile-default/plugin.c:
11233         Fixed session handling
11235 2006-08-01  Johannes Schmid <jhs@gnome.org>
11237         * configure.in
11238         * plugins/Makefile.am:
11239         Disabled devhelp and glade for now as they do not work (#341073
11240         and #341170)
11241         
11242         * plugins/profile-default/anjuta-default-profile.ui (removed):
11243         * plugins/profile-default/plugin.c:
11244         * plugins/profile-default/plugin.h:
11245         * plugins/project-manager/anjuta-project-manager.ui:
11246         * plugins/project-manager/plugin.c:
11247         * plugins/project-manager/plugin.h:
11248         Limted multiple project support #315043
11250         * libanjuta/interfaces/libanjuta.idl:
11251         Added ianjuta_profile_unload
11253 2006-07-31 Naba Kumar  <naba@gnome.org>
11255         * libanjuta/interfaces/libanjuta.idl,
11256         plugins/editor/text-editor-iterable.c,
11257         plugins/editor/text_editor.c,
11258         plugins/sourceview/anjuta-view.c,
11259         plugins/sourceview/anjuta-view.h,
11260         plugins/sourceview/sourceview.c: Fixed text iteration and 
11261         IAnjutaEditor implementations in both scintilla
11262         and sourceview. Cleand up libanjuta API: Removed redundant
11263         erase_range() method from IAnjutaEditor interface, fixed
11264         ianjuta_editor_get_text to take length instead of range (consistency).
11265         autoindentation in both sourceview and scintilla more or less works,
11266         but still disabled for now because there are still some anomalies
11267         in text iteration.
11269         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11271         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11272         API changes.
11274 2006-07-30  Johannes Schmid <jhs@gnome.org>
11276         * plugins/sourceview/anjuta-document.c:
11277         * plugins/sourceview/anjuta-document.h:
11278         * plugins/sourceview/anjuta-view.c: 
11279         * plugins/sourceview/sourceview.c:
11280         Wrote a new "char_added" implementation, I hope this one is good
11282         * plugins/sourceview/sourceview-cell.c:
11283         Fixed typo: "text_iter" instead of "iter"
11285 2006-07-30 Naba Kumar  <naba@gnome.org>
11287         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11289 2006-07-30  Johannes Schmid <jhs@gnome.org>
11291         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11292         
11293         * plugins/debug-manager/plugin.c: 
11294         * plugins/patch/plugin.c:
11295         Use IAnjutaIndicable to mark debugger position
11297         * plugins/sourceview/sourceview.c:
11298         Define colors for IAnjutaIndicable
11300 2006-07-29  Johannes Schmid <jhs@gnome.org>
11302         * plugins/debug-manager/anjuta-debug-manager.ui:
11303         * plugins/debug-manager/breakpoints.c:
11304         * plugins/debug-manager/images/Makefile.am:
11305         * plugins/debug-manager/images/run-to-cursor.png:
11306         * plugins/debug-manager/plugin.c:
11307         Added toolbar and some icons
11309         * plugins/patch/anjuta-patch.ui:
11310         * plugins/patch/patch-plugin.c:
11311         * plugins/patch/patch-plugin.glade:
11312         * plugins/patch/plugin.c:
11313         * plugins/patch/plugin.h:
11314         Improved patch plugin (GUI and function)
11316         * plugins/sourceview/sourceview.c:
11317         Fixed another Gtk-Critical
11319         * plugins/tools/anjuta-tools.ui:
11320         * plugins/tools/plugin.h:
11321         Put Patch plugin in tools menu and changed ui file
11323 2006-07-29  Johannes Schmid <jhs@gnome.org>
11325         * plugins/document-manager/plugin.c:
11326         Fixed accelator Gtk-Warning
11328         * plugins/message-view/anjuta-msgman.c: 
11329         Fixed Gtk-Warning
11331         * plugins/sourceview/anjuta-document.c:
11332         * plugins/sourceview/anjuta-document.h:
11333         * plugins/sourceview/anjuta-marshal.list:
11334         Wrote a better emitter for the char-added signal
11336         * plugins/sourceview/sourceview.c:
11337         Fixed Redo/Undo to void Gtk-Criticals
11338         
11339         * plugins/sourceview/sourceview-args.c:
11340         * plugins/sourceview/sourceview-cell.c:
11341         * plugins/sourceview/sourceview-scope.c:
11342         * plugins/sourceview/sourceview-tags.c: 
11343         Adapted to new IAnjutaIterator API
11345 2006-07-28 Naba Kumar  <naba@gnome.org>
11347         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11349         * plugins/symbol-browser/an_symbol.c,
11350         plugins/symbol-browser/an_symbol_iter.c,
11351         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11352         subclass of AnjutaSymbol so that the symbol is accessible from
11353         the iter in light of changes in IAnjutaIterable.
11355         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11356         implementation of IAnjutaIterable.
11358 2006-07-28 Naba Kumar  <naba@gnome.org>
11360         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11361         IAnjutaIterable. They were kind of useless since the interface is
11362         defined on the data object itself. Added set_position() method
11363         in IAnjutaIterable to allow setting arbitrary current index to the
11364         iter.
11365         Added erase() and erase_range() in IAnjutaEditor.
11367         * plugins/editor/text-editor-iterable.c: Fixed 
11368         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11369         methods in editor. Fixed get_line_from_position() method.
11371         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11372         code. It's disabled for now.
11374         * plugins/sourceview/sourceview-cell.c,
11375         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11376         implementation.
11378 2006-07-27  Johannes Schmid <jhs@gnome.org>
11380         * plugins/sourceview/sourceview-cell.c:
11381         Fixed IAnjutaEditorCell to work only on a single line
11382         Fixed crasher in finalize
11384         * plugins/symbol-browser/an_symbol_prefs.c:
11385         * global-tags/Makefile.am:
11386         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11387         script installation     
11389 2006-07-26 Naba Kumar  <naba@gnome.org>
11391         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11392         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11393         
11394         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11395         
11396         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11397         support plugins
11398         
11399         * plugins/editor/text-editor-iterable.c,
11400         plugins/editor/text_editor.c,
11401         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11402         method to work correctly, it was ignoring start and end parameters.
11403         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11404         emission.
11405         
11406         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11407         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11409 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11411         * plugins/symbol-browser/an_symbol_view.c,
11412         plugins/symbol-browser/an_symbol_view.h,
11413         plugins/symbol-browser/plugin.c:
11414     fix a matching case into sv_extract_type_qualifier_from_expr ()
11415     and some minor issues.
11417 2006-07-26  Johannes Schmid <jhs@gnome.org>
11419         * plugins/language-support-cpp-java/plugin.c:
11420         Fixed to work kind of with sourceview editor
11421         * plugins/sourceview/anjuta-document.c: 
11422         * plugins/sourceview/anjuta-view.c: 
11423         * plugins/sourceview/sourceview-cell.c:
11424         * plugins/sourceview/sourceview.c:
11425         Fixed IAnjutaEditorCell and "char-added" signal
11427 2006-07-24 Naba Kumar  <naba@gnome.org>
11429         * plugins/document-manager/plugin.c,
11430         plugins/document-manager/plugin.h: Initial implementedion for loading
11431         support plugins.
11432         
11433         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11434         implementation.
11435         
11436         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11437         indicators are cleared (that leaved grey texts).
11439 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11441         * libanjuta/interfaces/libanjuta.idl,
11442         plugins/debug-manager/breakpoints.c,
11443         plugins/debug-manager/memory.c,
11444         plugins/debug-manager/registers.c,
11445         plugins/debug-manager/debug_tree.c,
11446         plugins/debug-manager/debugger.c,
11447         plugins/gdb/debugger.c,
11448         plugins/gdb/debugger.h,
11449         plugins/gdb/plugin.c:
11450         Add a parameter for reporting error
11451         Add a new interface for using gdb variable object
11452         Allow to cancel commands
11453         Rewrite handling of debugger state
11455         * plugins/debug-manager/plugin.c,
11456         plugins/debug-manager/locals.c,
11457         plugins/debug-manager/locals.h,
11458         plugins/debug-manager/register.c,
11459         plugins/debug-manager/stack_trace.c,
11460         plugins/debug-manager/stack_trace.h:
11461         Create and destroy local and stack trace windows when needed
11463 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11465         * plugins/document-manager/plugin.c:
11466         Fixed "Automatic" highlighting
11468 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11470         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11472         * plugins/sourceview/anjuta-view.c:
11473         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11475 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11476         
11477         * configure.in: Check for C/C++-Compiler correctly
11479 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11481         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11483         * plugins/debug-manager/stack_trace.c:
11484         Destroy stack window when debuuger is disabled (#347414)
11485         
11486         * plugins/sourceview/anjuta-view.c:
11487         Fix a crash with popup-menu (#347412)
11489 2006-07-13 Naba Kumar  <naba@gnome.org>
11491         * plugins/editor/Makefile.am,
11492         plugins/editor/text_editor.h,
11493         plugins/editor/text-editor-iterable.h,
11494         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11495         tested yet).
11496         
11497         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11498         code.
11499         
11500         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11502 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11504         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11505         Bug #342937
11506         
11507 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11509         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11511         * libanjuta/anjuta-preferences-dialog.c:
11512         Do not use the page_num returned by gtk_notebook_append_page to
11513         remove the page as it cause bugs when pages removal is not done
11514         in LIFO.
11516         * plugins/document-manager/anjuta-docman.c:
11517         * src/anjuta-app.c:
11518         makes Anjuta display dock_items which have previously been hidden
11520 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11522         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11524         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11525         * plugins/sourceview/sourceview.c: (imark_unmark):
11526         
11527         Patches for bugs #346450 and #346295
11528         
11529         * AUTHORS: Added Fredrik
11531 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11533         * plugins/message-view/anjuta-msgman.c: 
11534         Fixed close button/icon size (like in docman)
11536 2006-06-10 Naba Kumar <naba@gnome.org>
11538         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11539         being set.
11540         
11541 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11543         * libanjuta/interfaces/libanjuta.idl:
11544         Move inspect_memory function in IAnjutaCpuDebugger interface
11545         Rename Boolean type to State
11547         * plugins/debug-manager/breakpoint.c:
11548         Rename Boolean type to State
11550         * plugins/debug-manager/Makefile.am,
11551         plugins/debug-manager/anjuta-marshal.list,
11552         plugins/debug-manager/data_view.c,
11553         plugins/debug-manager/data_view.h,
11554         plugins/debug-manager/data_buffer.c,
11555         plugins/debug-manager/data_buffer.h,
11556         plugins/debug-manager/chunk_view.c,
11557         plugins/debug-manager/chunk_view.h,
11558         plugins/debug-manager/anjuta-debug-manager.ui,
11559         plugins/debug-manager/debugger.c,
11560         plugins/debug-manager/memory.c,
11561         plugins/debug-manager/memory.h,
11562         plugins/debug-manager/plugin.c,
11563         plugins/gdb/debugger.c,
11564         plugins/gdb/debugger.h,
11565         plugins/gdb/plugin.c:
11566         Rewrite memory window using a special widget
11567         Rename Boolean type to State
11569 2006-06-08 Naba Kumar <naba@gnome.org>
11571         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11572         Do not return garbage characters and return NULL when there is no
11573         current word.
11574         
11575         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11576         work correctly.
11577         
11578         * plugins/search/search-replace.c: Fixed a mem leak.
11580 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11582         * libanjuta/anjuta-launcher.c:
11583         Added debug message (see #343522)
11584         
11585         * plugins/build-basic-autotools/build-basic-autotools.c:
11586         Patch from Günther Brammer to fix #344015
11588         * plugins/sourceview/sourceview.c:
11589         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11590         automatic highlight of build messages)
11592 2006-06-06 Naba Kumar <naba@gnome.org>
11594         * configure.in,
11595         libanjuta/interfaces/libanjuta.idl,
11596         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11597         plugins/Makefile.am,
11598         plugins/document-manager/action-callbacks.c,
11599         plugins/document-manager/plugin.c,
11600         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11601         interface for language highlight selection and langauge change
11602         signal.
11603         
11604         * plugins/language-support-cpp-java: Added language support
11605         plugin for cpp and java.
11607 2006-05-27  Naba Kumar  <naba@gnome.org>
11609         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11610         plugins/debug-manager/*, data/Makefile.am,
11611         manuals/reference/libanjuta/libanjuta.types,
11612         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11613         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11614         merged anjuta-new-debugger branch into trunck.
11615         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11617 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11618         
11619         * libanjuta/interfaces/libanjuta.idl,
11620         plugins/debug-manager/debugger.c,
11621         plugins/debug-manager/debugger.h,
11622         plugins/gdb/anjuta-gdb.plugin.in,
11623         plugins/gdb/debugger.c,
11624         plugins/gdb/debugger.h,
11625         plugins/gdb/plugin.c:
11626         Add new IAnjutaCpuDebugger interface to access cpu register
11627         Run gdb instead of /usr/local/bin/gdb
11628         
11629         * plugins/debug-manager/plugin.c,
11630         plugins/debug-manager/registers.c,
11631         plugins/debug-manager/registers.h:
11632         Rewrite register window
11633         Rename Load target menu item to Run target
11635 2006-05-07  Naba Kumar  <naba@gnome.org>
11637         * plugins/gdb.init
11638         
11639 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11641         * plugins/debug-manager/watch.c,
11642         plugins/debug-manager/breakpoint.c,
11643         plugins/debug-manager/breakpoint.h:
11644         Fix crash: disconnect save and load session signals
11646 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11648         * libanjuta/interface/libanjuta.idl,
11649         plugins/debug-manager/debugger.c,
11650         plugins/gdb/plugin.c:
11651         Add a value parameter for evaluate command
11653         * plugins/debug-manager/anjuta-debug-manager.glade:
11654         Create new dialog box for watches using glade
11656         * plugins/debug-manager/anjuta-debug-manager.ui:
11657         Move watch menu items near the end
11658         Move breakpoint menu items outside the sub menu
11660         * plugins/debug-manager/debug_tree.c,
11661         plugins/debug-manager/debug_tree.h,
11662         plugins/debug-manager/debug_tree.h,
11663         plugins/debug-manager/watch.c:
11664         Move all GUI code from watch.c to debug_tree.c
11665         Add an auto update property to watches
11666         
11667         * plugins/debug-manager/locals.c,
11668         plugins/debug-manager/locals.h,
11669         plugins/debug-manager/stack_trace.c,
11670         plugins/debug-manager/stack_trace.h,
11671         plugins/debug-manager/plugin.c:
11672         Register actions before starting debugger
11674         * plugins/gdb/debugger.c:
11675         Do not call callback function if not present
11677 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11679         * libanjuta/interfaces/libanjuta.idl,
11680         plugins/debug-manager/stack_trace.c,
11681         plugins/debug-manager/stack_trace.h,
11682         plugins/debug-manager/anjuta-debug-manager.ui,
11683         plugins/gdb/debugger.c:
11684         Add a popup menu in stack frame window
11685         Add a new frame-changed event
11686         Use MI command for getting stack informations
11687         Get filename with full path (need gdb > 6.3)
11689         * libanjuta/interfaces/libanjuta.idl,
11690         plugins/debug-manager/debug_tree.c,
11691         plugins/debug-manager/debugger.c,
11692         plugins/debug-manager/locals.c,
11693         plugins/debug-manager/locals.h,
11694         plugins/debug-manager/plugin.c,
11695         plugins/gdb/debugger.c,
11696         plugins/gdb/debugger.h,
11697         plugins/gdb/parser.c,
11698         plugins/gdb/parser.h,
11699         plugins/gdb/plugin.c,
11700         plugins/gdb/Makefile.am:
11701         Pass watch data with string instead of Watch structures
11702         Use debug_tree in local window
11703         Remove info local
11704         Remove parser.{ch}
11706         * plugins/debug-manager/breakpoints.c,
11707         plugins/debug-manager/utilities.c,
11708         plugins/debug-manager/utilities.h:
11709         Use a GtkListStore instead of a GtkTreeStore
11710         move goto_location_in_editor in utilities.c
11711         
11712 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11714         * libanjuta/interfaces/libanjuta.idl,
11715         plugins/debug-manager/anjuta-debug-manager.ui,
11716         plugins/debug-manager/breakpoints.c,
11717         plugins/debug-manager/plugin.c,
11718         plugins/gdb/debugger.c:
11719         Add a breakpoint type
11720         Add new popup menu in breakpoint window
11721         Add toggle breakpoint in editor popup menu
11722         Save and restore breakpoint enable
11723         Fix bug in clear all breakpoints
11724         Remove old useless code
11726         * plugins/debug-manager/debugger.c:
11727         Fix some problem with debugger states
11729         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11730         Update documentation
11731         
11732 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11734         * data/Makefile.am,
11735         plugins/gdb/Makefile.am,
11736         plugins/gdb/gdb.init:
11737         Move gdb.init crom data to plugins/gdb
11739         * plugins/gdb/gdb.init,
11740         libanjuta/interfaces/libanjuta.idl,
11741         plugins/debug-manager/breakpoints.c,
11742         plugins/debug-manager/debugger.c,
11743         plugins/debug-manager/plugin.c,
11744         plugins/gdb/debugger.c,
11745         plugins/gdb/plugin.c:
11746         Support pending breakpoints
11747         Rewrite debugger states
11748         Split ianjuta_debugger_log into _enable_log and _disable_log
11750         * plugins/debug-manager/start.c,
11751         plugins/debug-manager/debug_tree.c,
11752         plugins/gdb/parser.c:
11753         Remove some useless lines
11755         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11756         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11757         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11758         Update documentation
11760 2006-03-12 Naba Kumar <naba@gnome.org>
11762         * manuals/references/libanjuta/libanjuta.types: Fixed
11763         debug-manager name.
11764         
11765 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11767         * libanjuta/anjuta-debugger.c,
11768         libanjuta/anjuta-debugger.h:
11769         Remove those files
11770         
11771         * libanjuta/interfaces/libanjuta.idl,
11772         plugins/debug-mananger/breakpoints.c,
11773         plugins/debug-manager/debug_tree.c,
11774         plugins/debug-manager/debugger.c,
11775         plugins/debug-manager/plugin.c,
11776         plugins/debug-manager/registers.c,
11777         plugins/debug-manager/sharedlib.c,
11778         plugins/debug-manager/signal.c,
11779         plugins/debug-manager/stack_trace.c,
11780         plugins/debug-manager/start.c,
11781         plugins/debug-manager/watch.c,
11782         plugins/gdb/debugger.c,
11783         plugins/gdb/debugger.h,
11784         plugins/gdb/parser.c,
11785         plugins/gdb/parser.h,
11786         plugins/gdb/plugin.c:
11787         Move types definitions from libanjuta/anjuta-debugger.{ch}
11788         Rename types from AnjutaDebugger* to IAnjutaDebugger*
11789         
11790         * plugins/gdb/Makefile.am:
11791         Remove user interface from gdb plugin
11793 2006-03-12 Naba Kumar <naba@gnome.org>
11795         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
11797 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
11799         Modified Patch from Marc Maurer <uwog@uwog.net>:
11800         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
11801         Fixes #342447
11802         
11803         * plugins/sourceview/Makefile.am:
11804         * plugins/sourceview/sourceview-cell.c:
11805         * plugins/sourceview/sourceview-cell.h:
11806         * plugins/sourceview/sourceview.c: 
11807         
11808         Implemented IAnjutaEditorCell
11810 2006-05-21  Naba Kumar  <naba@gnome.org>
11812         * libanjuta/interfaces/libanjuta.idl,
11813         plugins/document-manager/action-callbacks.c,
11814         plugins/document-manager/plugin.c,
11815         plugins/editor/print.c, plugins/editor/text_editor.c,
11816         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
11817         Fixed zooming and added icons and shortcuts for zoom menu items.
11819 2006-05-21  Naba Kumar  <naba@gnome.org>
11821         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
11822         whitespaces.
11824 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11826         * plugins/document-manager/anjuta-docman.c:
11827         Fixed close button reaction by setting the correct current editor
11829 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11831         Patch from Yang Hong <yanghong@ccoss.com.cn>:
11832         * plugins/document-manager/anjuta-docman.c
11833         - Fix close button, you can close any tab as you wish now.
11834         - Fadeout mime icon as the same as close image  
11836 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11838         Patch from Marc Maurer <uwog@uwog.net>
11839         * main.c: Compile fix when NLS is enabled
11840         
11841         AUTHORS: Added Marc
11843 2006-05-20  Naba Kumar  <naba@gnome.org>
11845         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
11846         while loading abiword-2.4.4/abi project).
11848 2006-05-18 Naba Kumar  <naba@gnome.org>
11850         * libanjuta/interfaces/libanjuta.idl,
11851         plugins/document-manager/action-callbacks.c,
11852         plugins/editor/print.c,
11853         plugins/editor/text_editor.c,
11854         plugins/editor/text_editor.h,
11855         plugins/editor/text_editor_prefs.c: Fixed zooming.
11856         
11857         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
11858         interface for character iteration and IAnjutaEditorAssist interface
11859         for autocompletions and editor tips.
11861 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
11863         Patch from Günther Brammer <GBrammer@gmx.de>:
11864         * plugins/document-manager/anjuta-docman.c:
11865         Make tabs smaller but keep nice closing icon
11867         * plugins/document-manager/anjuta-docman.c:
11868         * plugins/document-manager/Makefile.am:
11869         
11870         Added nice mime-icons to the editor tabs
11872 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
11874         * configure.in: Bumped version to 2.0.3 (pre-release increment)
11875         
11876         * plugins/symbol-browser/an_symbol_view.c:
11877         - Fixed crasher
11878         - Fixed symbol searching (Yang Hong (#341997))
11879         
11880         * plugins/devhelp/htmlview.c:
11881         Fixed devhelp plugin
11882         
11883         * plugins/build-basic-autotools/build-basic-autotools.c:
11884         * plugins/search/search-replace.c:
11885         * plugins/document-manager/anjuta-docman.c:
11886         
11887         Only add a marker to a line where it makes sense!
11889 === anjuta 2.0.2 ===
11891 2006-05-15  Naba Kumar  <naba@gnome.org>
11893         * configure.in: set required versions for
11894         gdl and glade3.
11895         
11896 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11898         * plugins/glade/plugin.c:
11899         Fixed signal connection for "gtk-doc-search"
11901 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
11903         * NEWS: Set release date, add known issues
11904         
11905         * libanjuta/anjuta-shell.c:
11906         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
11907         and debug other gtk-warnings/criticals)
11908         
11909         * plugins/build-basic-autotools/build-basic-autotools.c:
11910         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
11911         
11912         * plugins/sourceview/anjuta-view.c:
11913         * plugins/sourceview/sourceview-args.c:
11914         * plugins/sourceview/sourceview-scope.c:
11915         * plugins/sourceview/sourceview-tags.c:
11916         Fixed gtk-criticals (gtk_source_language_get_mime_types)
11918 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11920         * pixmaps/Makefile.am:
11921         Add preferences_general.png
11922         
11923         * plugins/devhelp/plugin.c:
11924         Fixed some more realise things
11925         
11926         * plugins/message-view/anjuta-msgman.c:
11927         Support stock icons for message panes
11928         
11929         * plugins/search/search-replace.c:
11930         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
11931          
11932         * plugins/search/search-replace_backend.c:
11933         Fixed #341359
11934         
11935         * plugins/sourceview/anjuta-document.c:
11936         * plugins/sourceview/sourceview.c:
11937         Fixed finalise and tag completion
11938         
11939         * src/anjuta-app.c:
11940         Use preferences_general icon
11942 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11944         * pixmaps/Makefile.am:
11945         Fixed EXTRA_DIST
11947 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11949         * plugins/sourceview/sourceview-prefs.c:
11950         Fixed font & color handling
11951         
11952         * plugins/symbol-browser/an_symbol_view.c:
11953         Fixed crasher
11955 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
11957         * plugins/macro/macros.xml:
11958         Fixed bug #341583 (Address of FSF)
11960 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
11962         * src/main.c:
11963         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
11964         Update: Do it the cool way...
11965         
11966 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11968         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
11969         Implement gtk-api-help signals of glade3
11970         * configure.in: Bump to glade3 2.91.2
11971         
11972         * plugins/devhelp/plugin.c:
11973         Fixed some realize stuff in the devhelp plugin
11974         
11975         * plugins/sourceview/anjuta-document.c:
11976         fixed bug with scope completion
11978 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11980         * plugins/symbol-browser/an_symbol_view.c
11981         * plugins/symbol-browser/an_symbol_prefs.c
11982         * plugins/symbol-browser/an_symbol_prefs.h
11983         * global_tags/create_global_tags.sh:
11984         
11985         Automaticly create global tags on first startup
11987 2006-05-08  Massimo Cora'  <maxcvs@email.it>
11989         * configure.in:
11990         * plugins/project-wizard/templates/Makefile.am:
11991         * (added) plugins/project-wizard/templates/cpp-logo.png:
11992         * (added) plugins/project-wizard/templates/cpp.wiz:
11993         * (added) plugins/project-wizard/templates/cpp/*:
11995         Added a generic c++ template. It's a simple hello world.
11997 2006-05-07  Massimo Cora' <maxcvs@email.it>
11999         * plugins/symbol-browser/an_symbol_view.c:
12000         fixed a stupid crasher.
12002 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12004         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12005         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12006         
12007         Fixed WxWidgets project type
12009 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12011         * plugins/devhelp/htmlview.c: 
12012         * plugins/devhelp/plugin.c:
12013         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12014         
12015         * plugins/project-wizard/install.c:
12016         Don't set a message - thanks to seb
12018 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12020         * plugins/devhelp/htmlview.c: 
12021         * plugins/symbol-browser/an_symbol_view.c:
12022         
12023         There is a weird crash in gtk_idle which I still did not completly fix!
12024         
12025         * plugins/project-wizard/install.c:
12026         Default to success instead of failure
12028 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12030         * plugins/devhelp/htmlview.c:
12031         * plugins/devhelp/plugin.c:
12032         Fixed bug and libdevhelp issue!
12034         * plugins/project-wizard/install.c:
12035         Fixed message string!
12037 2006-05-03  Massimo Cora' <maxcvs@email.it>
12038        
12039         * plugins/symbol-browser/an_symbol_view.c:
12040         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12042 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12044         * pixmaps/Makefile.am:
12045         * src/main.c:
12046         * anjuta.desktop.in.in
12047         
12048         GNOME Goal #2.1: Install theme-friendly icons
12050 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12052         * plugins/devhelp/htmlview.c: Reload page on reparent
12053         * plugins/document-manager/anjuta-docman.c:
12054         Present document-manager when document is selected in file-manager
12056 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12058         * plugins/symbol-broser/an_symbol_view.c:
12059         Fixed crasher in namespace exploration
12061 2006-05-01  Massimo Cora' <maxcvs@email.it>
12063         * configure.in:
12064         * plugins/valgrind/Makefile.am:
12066         Optional compiling of Valgrind plugin
12068 2006-05-01  Massimo Cora' <maxcvs@email.it>
12070         * plugins/symbol-browser/an_symbol_view.c:
12071         - modularized code. Marked with FIXME the parts which need improvement.
12072         - More comments.
12073     - Added basic namespace completion for Gtkmm type project:
12074     - namespace1::MyClass *class;
12075     - class-> [display]
12076     - Namespaces must be anyway improved.
12078 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12080         * plugins/devhelp/plugin.c: 
12081         Fixed up plugin unloading and show html widget on link selected
12082         
12083         * NEWS: Updated
12084         
12085 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12087         * plugins/devhelp/Makefile.am:
12088         * plugins/devhelp/anjuta-devhelp.plugin.in:
12089         * plugins/devhelp/htmlview.c:
12090         * plugins/devhelp/htmlview.h:
12091         * plugins/devhelp/plugin.c: 
12092         * plugins/devhelp/plugin.h:
12093         Reimplemeted devhelp plugin from scratch
12094         
12095         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12096         Fixed crasher
12098 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12100         * plugins/sourceview/sourceview-tags.c:
12101         complete some more tag types
12102         
12103         * plugins/valgrind/plugin.c:
12104         * plugins/valgrind/preferences.c:
12105         * plugins/valgrind/vggeneralprefs.c:
12106         
12107         Fixed lots of gtk warnings
12109 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12111         * plugins/sourceview/sourceview-scope.c:
12112         Implemented type-ahead for scope completion
12114 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12116         * manuals/C/Makefile.am:
12117         * manuals/Makefile.am:
12118         * plugins/document-manager/Makefile.am:
12119         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12120         * plugins/sourceview/Makefile.am:
12121         * tagmanager/c.c:
12122         
12123         Fixed distcheck
12124         
12125         * plugins/class-gen/goc_template_header: G_END_DECLS
12127 2006-05-27  Naba Kumar <naba@gnome.org>
12129         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12130         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12131         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12132         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12133         scintilla/include/Scintilla.iface,
12134         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12135         cvs. Fixed compile flags. Removed outdated patches.
12137 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12139         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12141         * plugins/sourceview/anjuta-document.c:
12142         * plugins/sourceview/sourceview-args.c:
12143         * plugins/sourceview/sourceview-scope.c:
12144         
12145         Add End/Home keypresses and support completion if symbol start with '!' for example
12146         in an if statement
12148 2006-04-27 Massimo Cora' <maxcvs@email.it>
12150         * libanjuta/interfaces/libanjuta.idl:
12152         * plugins/sourceview/sourceview-scope.c:
12153         * plugins/sourceview/tag-window.c: 
12154         * plugins/sourceview/tag-window.h:
12155         * plugins/symbol-browser/an_symbol_view.c:
12156         * plugins/symbol-browser/an_symbol_view.h:
12157         * plugins/symbol-browser/plugin.c:
12158         
12159         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12160         interface.
12161         Code and ideas for C/C++ new completion engine comes from IComplete written by
12162         Martin Stubenschrott <stubenschrott@gmx.net>.
12163         Currently the interface works only with GtkSourceView plugin.   
12164         
12165         * tagmanager/Makefile.am:
12166         * tagmanager/c.c: 
12167         * tagmanager/entry.h:
12168         * tagmanager/get.c:
12169         * tagmanager/get.h:
12170         * tagmanager/include/tm_file_entry.h:
12171         * tagmanager/include/tm_project.h:
12172         * tagmanager/include/tm_source_file.h:
12173         * tagmanager/include/tm_symbol.h:
12174         * tagmanager/include/tm_tagmanager.h:
12175         * tagmanager/include/tm_work_object.h:
12176         * tagmanager/include/tm_workspace.h:
12177         * tagmanager/parse.c:
12178         * tagmanager/read.c: 
12179         * tagmanager/read.h:
12180         * tagmanager/tm_project.c: 
12181         * tagmanager/tm_source_file.c: 
12182         * tagmanager/tm_workspace.c:
12183         
12184         Tagmanager can now parse a memory buffer and generate/update 
12185         tags into tm_workspace/tm_project on the fly, without using files.
12186         C/C++ is supported now.
12187         
12188 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12190         * plugins/sourceview/anjuta-document.c:
12191         * plugins/sourceview/sourceview-args.c:
12192         * plugins/sourceview/sourceview-scope.c:
12193         * plugins/sourceview/sourceview.c:
12194         
12195         Fixed some memory leaks and argument completion
12197 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12199         * plugins/glade/plugin.c:
12200         
12201         Fixed glade plugin build because of API changes in glade3
12203 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12205         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12206         Updated editor section
12207         
12208         * manuals/C/anjuta-manual/interface.xml:
12209         * manuals/C/anjuta-manual/preferences.xml:
12210         * manuals/C/anjuta-manual/projects.xml:
12211         Updated manual
12212         
12213         * plugins/editor/anjuta-editor.plugin.in:
12214         Better plugin name
12216 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12218         * configure.in:
12219         * plugins/editor/anjuta-editor.plugin.in:
12220         * plugins/sourceview/sourceview.plugin.in:
12222         Build both editors and let the user decide a runtime!
12223         
12224         * plugins/sourceview/sourceview-scope.c:
12225         Fixed bug in regex to allow test()-> completions
12227 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12229         * plugins/sourceview/anjuta-document.c:
12230         * plugins/sourceview/sourceview-args.c: 
12231         * plugins/sourceview/sourceview-scope.c:
12232         * plugins/sourceview/sourceview-tags.c:
12233         * plugins/sourceview/tag-window.c: 
12234         
12235         Improved callltip windows
12237 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12239         * src/anjuta-app.c: (on_session_save):
12240         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12241         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12243 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12245         * libanjuta/anjuta-utils.c: 
12246         * plugins/cvs-plugin/cvs-execute.c:
12247         Off-by-one...
12249         * scintilla/LexInno.cxx:
12250         * scintilla/LexOpal.cxx:
12251         * scintilla/LexTCL.cxx:
12253         Added missing files from scintilla-update
12255 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12257         * configure.in:
12258         * manuals/C/Makefile.am:
12259         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12260         * manuals/C/anjuta-manual/Makefile.am:
12261         * manuals/C/anjuta-manual/anjuta-manual.xml:
12262         * manuals/C/anjuta-manual/build.xml:
12263         * manuals/C/anjuta-manual/debugger.xml:
12264         * manuals/C/anjuta-manual/execute.xml:
12265         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12266         * manuals/C/anjuta-manual/figures/arguments.png:
12267         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12268         * manuals/C/anjuta-manual/figures/file_menu.png:
12269         * manuals/C/anjuta-manual/figures/menu_main.png:
12270         * manuals/C/anjuta-manual/figures/menubar.png:
12271         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12272         * manuals/C/anjuta-manual/figures/project_info.png:
12273         * manuals/C/anjuta-manual/figures/scrshot.png:
12274         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12275         * manuals/C/anjuta-manual/figures/tool-editor.png:
12276         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12277         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12278         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12279         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12280         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12281         * manuals/C/anjuta-manual/fileoperations.xml:
12282         * manuals/C/anjuta-manual/interface.xml:
12283         * manuals/C/anjuta-manual/introduction.xml:
12284         * manuals/C/anjuta-manual/preferences.xml:
12285         * manuals/C/anjuta-manual/projects.xml:
12286         * manuals/C/anjuta-manual/tools.xml:
12287         * manuals/Makefile.am:
12288         
12289         Updated manual and faq
12291         * scintilla/CallTip.cxx:
12292         * scintilla/CallTip.h:
12293         * scintilla/CellBuffer.cxx:
12294         * scintilla/CellBuffer.h:
12295         * scintilla/ContractionState.cxx:
12296         * scintilla/Document.cxx:
12297         * scintilla/Document.h:
12298         * scintilla/DocumentAccessor.cxx:
12299         * scintilla/Editor.cxx:
12300         * scintilla/Editor.h:
12301         * scintilla/ExternalLexer.cxx:
12302         * scintilla/Indicator.cxx:
12303         * scintilla/KeyMap.cxx:
12304         * scintilla/KeyWords.cxx:
12305         * scintilla/LexAU3.cxx:
12306         * scintilla/LexBash.cxx:
12307         * scintilla/LexCPP.cxx:
12308         * scintilla/LexCaml.cxx:
12309         * scintilla/LexCsound.cxx:
12310         * scintilla/LexEiffel.cxx:
12311         * scintilla/LexGui4Cli.cxx:
12312         * scintilla/LexHTML.cxx:
12313         * scintilla/LexLua.cxx:
12314         * scintilla/LexMSSQL.cxx:
12315         * scintilla/LexOthers.cxx:
12316         * scintilla/LexPOV.cxx:
12317         * scintilla/LexPython.cxx:
12318         * scintilla/LexRuby.cxx:
12319         * scintilla/LexSQL.cxx:
12320         * scintilla/LexVB.cxx:
12321         * scintilla/Makefile.am:
12322         * scintilla/PlatGTK.cxx:
12323         * scintilla/PropSet.cxx:
12324         * scintilla/RESearch.cxx:
12325         * scintilla/RESearch.h:
12326         * scintilla/ScintillaBase.cxx:
12327         * scintilla/ScintillaGTK.cxx:
12328         * scintilla/StyleContext.h:
12329         * scintilla/ViewStyle.cxx:
12330         * scintilla/ViewStyle.h:
12331         * scintilla/XPM.cxx:
12332         * scintilla/include/KeyWords.h:
12333         * scintilla/include/Platform.h:
12334         * scintilla/include/PropSet.h:
12335         * scintilla/include/SciLexer.h:
12336         * scintilla/include/Scintilla.h:
12337         * scintilla/include/Scintilla.iface:
12338         * scintilla/include/ScintillaWidget.h:
12339         * scintilla/lexers.make:
12341         Update to scintilla 1.68
12343         * src/anjuta-app.c:
12344         Only show help items which are really availible
12346         * plugins/cvs-plugin/cvs-callbacks.c
12347         * plugins/cvs-plugin/cvs-execute.c
12348         * plugins/cvs-plugin/subversion-callbacks.c:
12349         * libanjuta/anjuta-utils.c:
12350         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12352 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12354         * plugins/project-wizard/install.c,
12355         * plugins/project-wizard/autogen.c:
12356         Add error messages if using a read only directory
12357         Improve fix for bug #339296
12359 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12361         * libanjuta/interfaces/libanjuta.idl:
12362         * plugins/document-manager/action-callbacks.c:
12363         * plugins/document-manager/plugin.c:
12364         * plugins/editor/text_editor.c:
12365         Added IAnjutaEditorGoto 
12367         * plugins/editor/aneditor.cxx:
12368         * plugins/editor/aneditor.h:
12369         * plugins/editor/text_editor.h:
12370         * plugins/editor/text_editor_prefs.c:
12371         
12372         Fixed #305076
12374 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12376         * libanjuta/interfaces/libanjuta.idl:
12377         * plugins/document-manager/action-callbacks.c:
12378         * plugins/document-manager/anjuta-docman.c:
12379         * plugins/document-manager/plugin.c:
12380         * plugins/editor/text_editor.c: 
12381         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12382         
12383         * plugins/sourceview/sourceview.c:
12384         * plugins/sourceview/sourceview.glade:
12385         Fixed some uft-8 issues and added a preference option
12386         to enable/disable gnome-vfs monitoring
12387         
12388         * scintilla/Makefile.am:
12389         * scintilla/include/Makefile.am:
12390         Fixed build
12392 2006-04-20  Massimo Cora' <maxcvs@email.it>
12394         * libanjuta/interfaces/libanjuta.idl:
12395         Remove get_current_pos () because we have get_position()
12397 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12399         * NEWS: Updated
12400         * plugins/sourceview/tag-window.c:
12401         Don't close window on PageUp/PageDown
12403 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12405         * data/Makefile.am:
12406         * manuals/reference/libanjuta/Makefile.am:
12407         
12408         Some build fixes
12409         
12410         * src/Makefile.am:
12411         * src/bacon-message-connection.c: 
12412         * src/bacon-message-connection.h: (both from gedit)
12413         * src/main.c:
12414         
12415         Fixed #312319 (Opening files when Anjuta is already open)
12417 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12419         * TODO.tasks: Updated
12420         * plugins/sourceview/anjuta-view.c: 
12421         * plugins/sourceview/anjuta-view.h:
12422         * plugins/sourceview/sourceview.c: 
12423         
12424         * configure.in: Fix --enable-plugin-scintilla
12425         
12426         Added char_added signal
12428 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12430         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12431         
12432         Fixed diff for utf8
12433         
12434         * plugins/sourceview/sourceview.c:
12435         Fixed VFS monitoring (still a bit buggy)
12436         
12437         * plugins/sourceview/sourceview-args.c:
12438         * plugins/sourceview/tag-window.c: 
12439         
12440         Better sizing for the popup-window
12442 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12444         * plugins/project-wizard/templates/gnome/src/main.c:
12445         * plugins/project-wizard/templates/gnome/src/project.glade:
12446         * plugins/project-wizard/templates/gtk/src/main.c: 
12447         * plugins/project-wizard/templates/gtk/src/project.glade:
12448         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12449         
12450         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12451         
12452 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12454         * configure.in: More removal of obsoleteness.
12455         * po/no.po:
12457 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12459         * ROADMAP:
12460         * libanjuta/anjuta-preferences.c: 
12461         * libanjuta/anjuta-utils.c: 
12462         * libanjuta/anjuta-utils.h:
12463         * plugins/message-view/message-view.c:
12464         
12465         Changed color functions and moved convert_color to anjuta-utils.h
12466         
12467         * plugins/message-view/anjuta-message-manager-plugin.glade:
12468         GnomeColorPicker -> GtkColorButton (bug #309154)
12469         
12470         * plugins/sourceview/plugin.c:
12471         * plugins/sourceview/sourceview-prefs.c:
12472         * plugins/sourceview/sourceview.glade:
12473         Added color and font preferences
12475         * plugins/sourceview/sourceview-tags.c:
12476         Only show as much choices as configured in preferences
12478 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12480         * ROADMAP, NEWS: Updated (we are far behind ;-)
12481         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12483 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12485         * configure.in:
12486         * plugins/editor/Makefile.am:
12487         * scintilla/Makefile.am
12488         
12489         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12490         
12491         * global-tags/Makefile.am:
12492         * global-tags/create_global_tags.sh:
12493         * plugins/symbol-browser/an_symbol_prefs.c:
12494         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12495         * plugins/symbol-browser/plugin.h:
12496         * tagmanager/include/tm_workspace.h:
12497         * tagmanager/tm_workspace.c:
12498         
12499         Fixed symbol-browser prefs and move global tags generation from installtion to
12500         preferences to make the life easier for distributers and to allow updates after installtion
12502         * plugins/document-manager/action-callbacks.c: 
12503         * plugins/document-manager/action-callbacks.h:
12504         * plugins/document-manager/anjuta-document-manager.ui:
12505         * plugins/document-manager/indent-util.c:
12506         * plugins/document-manager/plugin.c:
12507         * plugins/editor/text_editor.c:
12508         
12509         Moved indent stuff to document-manager
12510         
12511         * plugins/sourceview/anjuta-view.c: 
12512         * plugins/sourceview/sourceview-args.c: 
12513         * plugins/sourceview/sourceview-scope.c:
12514         * plugins/sourceview/sourceview-tags.c: 
12515         * plugins/sourceview/sourceview.c:
12516         
12517         Fixed several bugs
12518         
12519         * plugins/sourceview/sourceview.plugin (removed):
12520         * plugins/sourceview/sourceview.plugin.in:
12521         Editor is not user-activatible
12522         
12523         * plugins/sourceview/sourceview.png:
12524         Updated icon
12526 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12528         * src/anjuta-app.c: Fixed crasher on plugin unloading
12530 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12532         * plugins/sourceview/sourceview.c
12533         * plugins/sourceview/sourceview-args.c
12534         * plugins/sourceview/sourceview-args.h:
12535         
12536         Polished argument completion
12538 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12540         * plugins/message-view/anjuta-msgman.c:
12541         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12542         
12543         Show message pane on switch (does not work, anjuta_shell needs a fix)
12544         
12545         * plugins/sourceview/Makefile.am:
12546         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12547         * plugins/sourceview/sourceview-args.c: 
12548         * plugins/sourceview/sourceview-args.h:
12549         * plugins/sourceview/sourceview-private.h:
12550         * plugins/sourceview/sourceview-scope.c: 
12551         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12552         * plugins/sourceview/sourceview-tags.c:
12553         * plugins/sourceview/sourceview.c:
12554         * plugins/sourceview/tag-window.c:
12555         * plugins/sourceview/tag-window.h:
12556         
12557         Added scope and argument completion
12559 2006-04-03  Johannes Schmid <jhs@gnome.org>
12561         * TODO.tasks
12562         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12563         (on_widget_remove):
12564         Save toolbar state
12566         * plugins/sourceview/sourceview.c: (iselect_clear):
12567         Make "Delete"-key working
12569         * configure.in: #336389
12571 2006-04-03  Johannes Schmid <jhs@gnome.org>
12573         * plugins/sourceview/Makefile.am:
12574         * plugins/sourceview/anjuta-view.c:
12575         * plugins/sourceview/plugin.c: 
12576         * plugins/sourceview/sourceview-private.h:
12577         * plugins/sourceview/sourceview-scope.c:
12578         * plugins/sourceview/sourceview-scope.h:
12579         * plugins/sourceview/sourceview-tags.c: 
12580         * plugins/sourceview/sourceview-tags.h:
12581         * plugins/sourceview/sourceview.c:
12582         * plugins/sourceview/sourceview.h:
12583         * plugins/sourceview/tag-window.c:
12584         
12585         - fixed goto_file_line
12586         - scroll to cursor on undo/redo
12587         - show correct popup-menu
12588         - scope completion (not ready yet)
12590 2006-04-03  Johannes Schmid <jhs@gnome.org>
12592         * plugins/sourceview/plugin.c: 
12593         * plugins/sourceview/sourceview-tags.c:
12594         * plugins/sourceview/sourceview.c: 
12595         * plugins/sourceview/sourceview.h:
12596         * plugins/sourceview/tag-window.c:
12597         
12598         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12600 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12602         * plugins/sourceview/sourceview.c:
12603         Fixed next/previous bookmark.
12604         Toggled bookmark (set/unset).
12606 2006-04-03  Johannes Schmid <jhs@gnome.org>
12608         * plugins/document-manager/action-callbacks.c:
12609         Fixed Gtk-Warning in goto_line
12610         
12611         * plugins/sourceview/Makefile.am:
12612         * plugins/sourceview/anjuta-document.c:
12613         * plugins/sourceview/anjuta-view.c: 
12614         * plugins/sourceview/anjuta-view.h:
12615         * plugins/sourceview/sourceview-autocomplete.c:
12616         * plugins/sourceview/sourceview-autocomplete.h:
12617         * plugins/sourceview/sourceview-private.h:
12618         * plugins/sourceview/sourceview-tags.c:
12619         * plugins/sourceview/sourceview-tags.h:
12620         * plugins/sourceview/sourceview.c:
12621         * plugins/sourceview/tag-window.c:
12622         * plugins/sourceview/tag-window.h:
12623         Created a nice API for tag and completion windows
12624         
12625         * plugins/sourceview/sourceview-print.h:
12626         * plugins/sourceview/sourceview-print.c:
12627         Added printing
12628                 
12629 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12631         * plugins/sourceview/sourceview.c:
12632         Fixed typo (Sort bookmarks).
12633         
12634 2006-04-01  Johannes Schmid <jhs@gnome.org>
12636         * plugins/sourceview/anjuta-document.c:
12637         * plugins/sourceview/anjuta-document.h:
12638         * plugins/sourceview/anjuta-view.c:
12639         * plugins/sourceview/anjuta-view.h:
12640         * plugins/sourceview/sourceview-autocomplete.c:
12641         * plugins/sourceview/sourceview-autocomplete.h:
12642         * plugins/sourceview/sourceview-prefs.c:
12643         * plugins/sourceview/sourceview-prefs.h:
12644         * plugins/sourceview/sourceview-private.h:
12645         * plugins/sourceview/sourceview-tags.c:
12646         * plugins/sourceview/sourceview-tags.h:
12647         * plugins/sourceview/sourceview.c:
12648         * plugins/sourceview/sourceview.glade:
12649         * plugins/sourceview/tag-window.c: 
12650         * plugins/sourceview/tag-window.h:
12651         
12652         Improved code complete and autocomplete
12654 2006-04-01  Johannes Schmid <jhs@gnome.org>
12656         * plugins/sourceview/Makefile.am:
12657         * plugins/sourceview/bookmark.png:
12658         * plugins/sourceview/marker-attentive.png:
12659         * plugins/sourceview/marker-basic.png:
12660         * plugins/sourceview/marker-intense.png:
12661         * plugins/sourceview/marker-light.png:
12662         * plugins/sourceview/sourceview.c: 
12663         
12664         Added pixmaps for all marker types and show bookmarks
12665         
12666         * configure.in
12667         * plugins/sourceview/Makefile.am:
12668         Build sourceview on 2.14 only
12670 2006-03-31  Johannes Schmid <jhs@gnome.org>
12672         * plugins/sourceview/Makefile.am:
12673         * plugins/sourceview/anjuta-document.c:
12674         * plugins/sourceview/anjuta-view.c:
12675         * plugins/sourceview/anjuta-view.h:
12676         * plugins/sourceview/sourceview-autocomplete.c:
12677         * plugins/sourceview/sourceview-private.h:
12678         * plugins/sourceview/sourceview-tags.c:
12679         * plugins/sourceview/sourceview-tags.h:
12680         * plugins/sourceview/sourceview.c: 
12681         * plugins/sourceview/tag-window.c:
12682         * plugins/sourceview/tag-window.h:
12683         
12684         Added code completion with tag manager to the editor and fixed a save_as bug
12686 2006-03-31  Johannes Schmid <jhs@gnome.org>
12688         * src/main.c: Revert patch from Rob to allow building with
12689         Gnome 2.12
12690         * configure.in: Require at least 2.12 libraries
12692 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12694         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12696         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12697         Improve anjuta-plugin project template: Added missed files dist tarball
12698         (make dist)
12700         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12701         typo
12703 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12705         reviewed by: Johannes Schmid <jhs@gnome.org>
12707         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12708         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12709         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12710         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12711         
12712         Improve anjuta-plugin project template. Also fix for #322744
12714 2006-03-27  Johannes Schmid <jhs@gnome.org>
12716         * plugins/sourceview/sourceview-private.h:
12717         plugins/sourceview/sourceview.c:
12718         
12719         Added basic bookmark support
12721 2006-03-27  Johannes Schmid <jhs@gnome.org>
12723         * TODO.tasks:
12724         Updated
12725         
12726         Patch from Rob Bradfort <robster@debian.org>:
12727         * src/main.c: (get_command_line_args), (main):
12728         Migration from popt to GOption
12729         
12730 2006-03-26 Naba Kumar  <naba@gnome.org>
12732         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12733         size to scale itself with theme.
12735 2006-03-26 Naba Kumar  <naba@gnome.org>
12737         * plugins/file-manager/an_file_view.c,
12738         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12739         when symbolview and fileview objects are destroyed to avoid crashes
12740         after the plugins are disabled.
12742 2006-03-26 Naba Kumar <naba@gnome.org>
12744         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12745         Deleted unused file.
12746         
12747         * plugins/glade/plugin.c: Be able to close glade plugin when there
12748         there is no glade project loaded.
12749         
12750         * plugins/sourceview/sourceview.plugin,
12751         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12753 2006-03-23  Naba Kumar  <naba@gnome.org>
12755         * plugins/editor/print.c: Fixed a bug where some sections of
12756         printed/previewed text is not highlighted.
12757         
12758 2006-03-20  Johannes Schmid <jhs@gnome.org>
12760         * libanjuta/interfaces/libanjuta.idl:
12761         Added IAnjutaPrint
12762         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12763         as we do not use private apis. Show help window and startup because it does 
12764         not survive gdl
12765         
12766         * plugins/document-manager/action-callbacks.c:
12767         plugins/editor/Makefile.am:
12768         plugins/editor/text_editor.c:
12769         plugins/editor/print.c:
12770         plugins/editor/print.h:
12771         
12772         Fixed printing (nobody has missed it BTW ;-)
12773         
12774         * plugins/sourceview/sourceview.c:
12775         Fixed a crasher
12777 2006-03-20 Naba Kumar <naba@gnome.org>
12779         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12780         devhelp >= 0.9 < 0.11 versions.
12781         
12782 2006-03-20  Johannes Schmid <jhs@gnome.org>
12784         * plugins/sourceview/anjuta-document-loader.c
12785         plugins/sourceview/sourceview.c:
12786         
12787         Fixed encoding bugs
12789 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12791         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
12792         Fixed bug (line position)
12793         Give the good line position whatever the active editor.
12795 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
12797         * configure.in: Added fi to ALL_LINGUAS
12799 2006-03-19  Johannes Schmid <jhs@gnome.org>
12801         * plugins/sourceview/anjuta-document-loader.c:
12802         replace gnome_vfs_get_mime_type_for_name_and data
12804         * plugins/build-basic-autotools/build-basic-autotools.c:
12805         Fixed #335142
12807 2006-03-17  Johannes Schmid <jhs@gnome.org>
12809         * plugins/editor/editor.glade:
12810         Added style-editor again after it got lost somehow
12812 2006-03-17  Johannes Schmid <jhs@gnome.org>
12814         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
12815         configure.in: require devhelp 0.11
12816         
12817         Post 0.11 devhelp versions (CVS) do not work because of an API change...
12819         plugins/build-basic-autotools/build-basic-autotools.c:
12820         forgot a an installtion callback for the "install as root"-feature
12822 2006-03-17  Massimo Cora' <maxcvs@email.it>
12824         reviewed by: Johannes Schmid <jhs@gnome.org>
12826         * plugins/class-gen/anjuta-class-gen-plugin.glade
12827         plugins/class-gen/class_gen.c 
12828         plugins/class-gen/goc_template_header
12829         plugins/class-gen/goc_template_source
12830         
12831         Fixed bug #334663
12833 2006-03-16  Johannes Schmid <jhs@gnome.org>
12835         * plugins/sourceview/sourceview.c:
12836         Fixed "save-point" signal for undo actions
12838 2006-03-16  Massimo Cora' <maxcvs@email.it>
12839         
12840         reviewed by: Johannes Schmid <jhs@gnome.org>
12841         
12842         * plugins/document-manager/anjuta-docman.c:
12843         Implement tab drag and drop
12845 2006-03-16  Johannes Schmid <jhs@gnome.org>
12847         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
12848         plugins/build-basic-autotools/build-basic-autotools.c:
12849         
12850         Implemented "install as root"-feature (#321455)
12852 2006-03-16  Johannes Schmid <jhs@gnome.org>
12854         * mime/.cvsignore
12855         plugins/sourceview/.cvsignore
12856         plugins/tools/scripts/.cvsignore:
12857         Added/extended .cvsignore files
12858         
12859         * plugins/sourceview/sourceview-autocomplete.c:
12860         plugins/sourceview/sourceview-autocomplete.h:
12861         plugins/sourceview/sourceview-prefs.c:
12862         plugins/sourceview/sourceview-private.h:
12863         plugins/sourceview/sourceview.glade:
12864         Autcomplete just works(tm) now and respects preferences
12865         
12866         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
12867         Use better algorithm from autocomplete
12869 2006-03-15  Johannes Schmid <jhs@gnome.org>
12871         * src/anjuta-app.c:
12872         Fixed bug #304495
12874 2006-03-15  Johannes Schmid <jhs@gnome.org>
12876         * libanjuta/interfaces/libanjuta.idl:
12877         plugins/class-gen/class_gen.c:
12878         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
12879         plugins/project-manager/plugin.c:
12880         
12881         Allow to add multiple source files (#320191)
12882         
12883         * configure.in: Require gnome-build 0.1.3
12885 2006-03-14  Johannes Schmid <jhs@gnome.org>
12887         * plugins/macro/macro-utils.c: Fixed bug #333606
12888         * plugins/file-wizard/file.c: Fixed bug #333601
12890 2006-03-13  Johannes Schmid <jhs@gnome.org>
12892         * plugins/sourceview/sourceview_autocomplete.c
12893         plugins/sourceview/sourceview_autocomplete.h
12894         plugins/sourceview/sourceview.c
12895         plugins/sourceview/sourceview-private.h
12896         plugins/sourceview/sourceview-prefs.c:
12897         
12898         Cleaned up and fixed several issues
12899         
12900 2006-03-13  Johannes Schmid <jhs@gnome.org>
12902         * plugins/sourceview/Makefile.am:
12903         plugins/sourceview/sourceview-autocomplete.c
12904         plugins/sourceview/sourceview-autocomplete.h:
12905         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12906         plugins/sourceview/sourceview-private.h:
12907         plugins/sourceview/sourceview.c:
12908         
12909         Added (buggy) autocomplete feature to sourceview
12910         
12911 2006-03-12 Naba Kumar <naba@gnome.org>
12913         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
12914         libanjuta/anjuta-session.c: Added API docs.
12916 2006-03-12 Naba Kumar <naba@gnome.org>
12918         * TODO.tasks: Added couple of tasks.
12919         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
12920         Register private class as early as possible so that members could
12921         point to self class. Code clean up.
12923 2006-03-12 Naba Kumar <naba@gnome.org>
12925         * po/POTFILES.in, po/POTFILES.skip: Updated.
12927 2006-03-11 Naba Kumar <naba@gnome.org>
12929         * libanjuta/anjuta-shell.c,
12930         plugins/document-manager/anjuta-docman.c,
12931         plugins/document-manager/plugin.c,
12932         plugins/symbol-browser/an_symbol_search.c,
12933         plugins/valgrind/vgrule-list.c: Use correct signal names while
12934         creating them.
12935         
12936         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
12937         signal names and fixed enum IANJUTA_TYPE_* macro.
12939 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12941         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
12942         plugins/search/search-replace.c :
12943         Fixed bug (Bookmark the good line).
12944         Search & Replace (Mark all matched strings).
12945         
12946 2006-03-09  Johannes Schmid <jhs@gnome.org>
12948         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
12949         Completed changes from yesterday
12950         
12951         * plugins/document-manager/anjuta-document-manager.glade:
12952         plugins/editor/editor.glade
12953         plugins/editor/plugin.c: (activate_plugin)
12954         plugins/editor/text_editor.c
12955     plugins/sourceview/Makefile.am
12956         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
12957         plugins/sourceview/sourceview.glade:
12958         Completed preference changes
12960 2006-03-08  Johannes Schmid <jhs@gnome.org>
12962         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
12963         plugins/search/plugin.c: (activate_plugin):
12964         
12965         Removed Gtk-Criticals
12966         
12967         * plugins/document-manager/anjuta-document-manager.glade:
12968         plugins/document-manager/plugin.c: (on_docman_auto_save),
12969         (on_gconf_notify_timer), (prefs_init):
12970     plugins/document-manager/plugin.h:
12971         plugins/editor/text_editor.c: (text_editor_instance_init),
12972         (text_editor_dispose):
12973         plugins/editor/text_editor.h:
12974         plugins/editor/text_editor_cbs.c:
12975         plugins/editor/text_editor_cbs.h:
12976         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
12977         plugins/glade/plugin.c: (activate_plugin):
12978         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12979         plugins/sourceview/sourceview-private.h:
12980         plugins/sourceview/sourceview.c: (on_menu_popup),
12981         (sourceview_new), (ifile_open), (ifile_savable_save),
12982         (ifile_savable_save_as), (ieditor_set_popup_menu),
12983         (ieditor_get_filename), (imark_mark):
12985     Moved autosave from editor to document manager and fixed some things in 
12986     Sourceview plugin
12988 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12990         * plugins/search/anjuta-search.glade :
12991         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
12992         plugins/search/search-replace_bachend.c: Fixed a crash bug.
12993         plugins/search/search-replace.c : Fixed bug.
12994         
12995 2006-03-08  Johannes Schmid <jhs@gnome.org>
12997     * plugins/search/anjuta-search.glade
12998     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13000 2006-03-07  Johannes Schmid <jhs@gnome.org>
13002         * plugins/document-manager/action-callbacks.c
13003         plugins/document-manager/anjuta-document-manager.glade
13004         plugins/document-manager/plugin.c: (prefs_init),
13005         (activate_plugin):
13006         plugins/editor/Makefile.am:
13007         plugins/editor/editor.glade:
13008         plugins/editor/plugin.c: (on_style_button_clicked),
13009         (activate_plugin), (dispose):
13010         plugins/editor/style-editor.c:
13011         
13012         Startet to seperate document-manager and editor preferences
13014         * plugins/search/Makefile.am:
13015         plugins/search/anjuta-search.glade:
13016         plugins/search/search-replace.c:
13017         
13018         Moved search GUI to search-plugin
13019                 
13020         * plugins/sourceview/sourceview-prefs.c:
13021         plugins/sourceview/sourceview-prefs.h:
13022         plugins/sourceview/sourceview-private.h:
13023         plugins/sourceview/sourceview.c: 
13024         plugins/sourceview/sourceview.h:
13025         plugins/sourceview/Makefile.am:
13026         plugins/sourceview/anjuta-document.h:
13027         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13028         plugins/sourceview/plugin.c: 
13029         
13030         Added some preferences to sourceview and fixed vfs_monitor
13031         
13032         * tagmanager/c.c: (parseParens): 
13033         Removed annoying debug message
13034         
13035         * libanjuta/interfaces/libanjuta.idl: 
13036         Removed IAnjutaEditorFactory::create_style_editor()
13038 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13040         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13041         Search : Bookmark all matched lines.
13043 2006-03-06  Johannes Schmid <jhs@gnome.org>
13045         * plugins/class-gen/anjuta-class-gen.plugin.in
13046         plugins/file-loader/plugin.c: (sort_wizards)
13047         (on_create_submenu), (activate_plugin)
13048         plugins/file-wizard/anjuta-file-wizard.plugin.in
13049         plugins/glade/anjuta-glade.plugin.in
13050         plugins/project-import/anjuta-project-import.plugin.in
13051         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13052         
13053         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13054         sorted alphabeticly
13055         
13056         * plugins/project-wizard/templates/mkfile.wiz:
13057         Use configured project directory instead of ~/myproject
13058         
13059         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13060         (ifile_open):
13061         Show markers (again) and monitor uri
13063 2006-03-06  Naba Kumar  <naba@gnome.org>
13065         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13066         typedefs separately so that forward linking would work.
13067         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13069 2006-03-05  Naba Kumar  <naba@gnome.org>
13071         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13072         passing Enums and Structs in signals. Define struct _Name in
13073         generated code, so that forward referencing.
13074         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13075         
13076         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13077         
13078 2006-03-05  Naba Kumar  <naba@gnome.org>
13080         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13081         support. Generate GType definitions for enums in generated codes
13082         so that enums could be passed as signal params.
13083         
13084 2006-03-04  Naba Kumar  <naba@gnome.org>
13086         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13087         Restored cvs-moved revision files. They were originally marked
13088         deleted at their older locations. Now they are restored at
13089         their new locations. The changeset is one that was committed
13090         as part of document-manager, editor, search and print plugins
13091         separation from editor plugin.
13092         
13093 2006-03-03  Johannes Schmid <jhs@gnome.org>
13095         * plugins/sourceview/*:
13096         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13097         poiting this out!
13099 2006-03-04  Naba Kumar  <naba@gnome.org>
13101         * plugins/gdb/*: Deleted removed files (see previous changlog
13102         entry for files list).
13103         
13104 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13106         * plugins/debug-mananger/breakpoints.c,
13107         plugins/debug-manager/breakpoints.h,
13108         plugins/debug-manager/debug_tree.c,
13109         plugins/debug-manager/debug_tree.h,
13110         plugins/debug-manager/info.c,
13111         plugins/debug-manager/info.h,
13112         plugins/debug-manager/locals.c,
13113         plugins/debug-manager/locals.h,
13114         plugins/debug-manager/memory.c,
13115         plugins/debug-manager/memory.h,
13116         plugins/debug-manager/registers.c,
13117         plugins/debug-manager/registers.h,
13118         plugins/debug-manager/sharedlib.c,
13119         plugins/debug-manager/sharedlib.h,
13120         plugins/debug-manager/signal.c,
13121         plugins/debug-manager/signal.h,
13122         plugins/debug-manager/stack_trace.c,
13123         plugins/debug-manager/stack_trace.h,
13124         plugins/debug-manager/watch.c,
13125         plugins/debug-manager/watch.h,
13126         plugins/debug-manager/Makefile.am:
13127         Move from gdb plugin to debug manager plugin
13129         * plugins/debug-manager/anjuta-debug-manager.glade,
13130         plugins/debug-manager/anjuta-debug-manager.ui:
13131         Move all user interface from gdb to debug manager
13133         * plugins/debug-manager/utilities.c,
13134         plugins/debug-manager/utilities.h:
13135         Remove some unused code
13136         Add useful code from gdb plugin
13138         * plugins/debug-manager/start.c,
13139         plugins/debug-manager/start.h:
13140         Include code of attach_process
13141         Add more code to start the debugger
13143         * plugins/debug-manager/plugin.c,
13144         plugins/debug-manager/plugin.h,
13145         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13146         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13148         * plugins/debug-manager/debugger.c,
13149         plugins/debug-manager/debugger.h:
13150         Implement a queue of debugger command
13152         * plugins/gdb/actions.c,
13153         plugins/gdb/actions.h,
13154         plugins/gdb/watch_cbs.c,
13155         plugins/gdb/watch_cbs.h,
13156         plugins/gdb/watch_gui.c,
13157         plugins/gdb/watch_gui.h:
13158         Removed 
13160         * plugins/gdb/debugger.c,
13161         plugins/gdb/debugger.h,
13162         plugins/gdb/gdbmi.c,
13163         plugins/gdb/gdbmi.h,
13164         plugins/gdb/utilities.c,
13165         plugins/gdb/utilities.h,
13166         plugins/gdb/Makefile.am,
13167         plugins/gdb/anjuta-gdb.plugin.in:
13168         Implement necessary functions
13170         * plugins/gdb/parser.c,
13171         plugins/gdb/parser.h:
13172         Code for parsing variable previously in debug_tree.c
13174         * plugins/gdb/anjuta-gdb.glade,
13175         plugins/gdb/anjuta-gdb.ui:
13176         Remove user interface
13178         * plugins/gdb/gdbmi-test.c:
13179         Need update
13181         * plugins/gdb/anjuta-gdb.plugin.png:
13182         Try an improved icon for gdb (archer fish)
13184         * libanjuta/anjuta-debugger.c,
13185         libanjuta/anjuta-debugger.h,
13186         libanjuta/interfaces/libanjuta.idl,
13187         libanjuta/interfaces/anjuta-idl-compiler.pl,
13188         libanjuta/Makefile.am:
13189         Add declaration used in new IAnjutaDebugger interface
13191         * manuals/reference/libanjuta.types,
13192         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13193         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13194         Update documentation
13196 2006-03-02  Naba Kumar  <naba@gnome.org>
13198         * manuals/reference/libanjuta/Makefile.am,
13199         manuals/reference/libanjuta/libanjuta-docs.sgml,
13200         manuals/reference/libanjuta/libanjuta-sections.txt,
13201         manuals/reference/libanjuta/libanjuta.types,
13202         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13203         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13204         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13205         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13206         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13207         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13208         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13209         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13210         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13211         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13212         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13213         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13214         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13215         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13216         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13217         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13218         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13219         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13220         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13221         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13222         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13223         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13224         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13225         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13226         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13227         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13228         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13229         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13230         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13231         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13232         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13233         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13234         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13235         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13236         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13237         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13238         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13239         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13240         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13241         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13242         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13243         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13244         manuals/reference/libanjuta/tmpl/plugins.sgml,
13245         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13246         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13247         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13248         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13249         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13250         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13251         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13252         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13253         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13254         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13255         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13256         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13257         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13258         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13259         documentation.
13261 2006-02-28  Naba Kumar <naba@gnome.org>
13263         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13264         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13265         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13266         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13267         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13268         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13269         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13270         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13271         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13272         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13273         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13274         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13275         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13276         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13278 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13280         * plugins/sourceview/sourceview.c:
13281         Select to brace, select block.
13283 2006-02-28  Johannes Schmid <jhs@gnome.org>
13285         * plugins/file-wizard/Makefile.am
13286         plugins/file-wizard/action-callbacks.c (removed)
13287         plugins/file-wizard/action-callbacks.h (removed)
13288         plugins/file-wizard/anjuta-file-wizard.ui
13289         plugins/file-wizard/plugin.c: (activate_plugin),
13290         (deactivate_plugin)
13291         plugins/file-wizard/plugin.h:
13292         Removed Edit->Insert Text submenu (replace by macros plugin)
13293         
13294         * plugins/sourceview/sourceview.c: (sourceview_new),
13295         (ieditor_set_popup_menu):
13296         Fixed some more bugs
13297         
13298         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13300 2006-02-28  Naba Kumar <naba@gnome.org>
13302         * plugins/file-manager/an_file_view.c,
13303         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13304         rows also and with delay 1 sec (the color and timout value should
13305         probably be picked up from some system wide preference key).
13307 2006-02-28  Naba Kumar <naba@gnome.org>
13309         * libanjuta/interfaces/libanjuta.idl,
13310         plugins/document-manager/action-callbacks.c,
13311         plugins/document-manager/plugin.c,
13312         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13313         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13314         Added interface checks in document manager and enable/disable
13315         menus based on supported interface.
13316         
13317         * plugins/project-import/anjuta-project-import.glade: Set some
13318         resonable size for the import dialog.
13320  2006-02-27  Naba Kumar  <naba@gnome.org>
13322         * libanjuta/interfaces/libanjuta.idl,
13323         plugins/document-manager/action-callbacks.c,
13324         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13325         and eol conversion actions.
13327 2006-02-27  Johannes Schmid <jhs@gnome.org>
13328         
13329         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13330         * plugins/file-manager/an_file_view.c
13331         plugins/file-manager/plugin.h:  Added tooltips
13332         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13334 2006-02-26  Naba Kumar  <naba@gnome.org>
13336         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13337         plugins/build-basic-autotools/build-basic-autotools.c,
13338         plugins/build-basic-autotools/build-basic-autotools.h,
13339         plugins/build-basic-autotools/executer.c,
13340         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13341         disable indicator highlights preferences from message manager to
13342         build plugin. Implemented message indicator highlights in build tool.
13343         
13344         * plugins/editor/text_editor.c: Fixed indicators.
13346 2006-02-26  Johannes Schmid <jhs@gnome.org>
13348         * plugins/sourceview/sourceview.c:
13349         - Fixed some bugs
13350         - Added markers
13351         * plugins/subversion/svn_auth.c:
13352         Fixed username/password authentification but there might be a memory corruption
13354 2006-02-26  Naba Kumar  <naba@gnome.org>
13356         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13357         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13358         libanjuta/anjuta-launcher.h: Added documentation.
13360 2006-02-24  Naba Kumar  <naba@gnome.org>
13362         * plugins/editor/text_editor.c: Fixed change in API in
13363         IAnjutaEditorSelection::set().
13364         
13365 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13367         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13368         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13369         libanjuta/interfaces/libanjuta.idl :
13370         Search in sourceview editor (Select in buffer).
13373 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13375         * plugins/sourceview/sourceview.c :
13376         Fixed Replace, to_upper, to_lower.
13377         
13378         * plugins/search/search-replace_backend.c :
13379         Renamed header name.
13381 2006-02-22  Naba Kumar  <naba@gnome.org>
13383         * libanjuta/anjuta-plugin-description.c,
13384         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13385         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13386         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13387         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13388         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13389         
13390         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13391         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13392         
13393 2006-02-21  Naba Kumar  <naba@gnome.org>
13395         * libanjuta/interfaces/libanjuta.idl,
13396         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13397         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13398         interface for editor.
13400 2006-02-21  Naba Kumar  <naba@gnome.org>
13402         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13404         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13405         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13407 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13409         * GTKSOURCEVIEW EDITOR
13410         plugins/sourceview/sourceview.c :
13411         Fixed copy and Goto Line.
13412         
13413         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13414         plugins/macro/plugin.c :
13415         Fixed Insert key word and Insert macro.
13417 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13419         * plugins/document-manager/anjuta-docman.c:
13420         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13421         
13422         * configure.in:
13423         plugins/Makefile.am:
13424         plugins/sourceview/.cvsignore:
13425         plugins/sourceview/Makefile.am:
13426         plugins/sourceview/plugin.c: :
13427         plugins/sourceview/plugin.h:
13428         plugins/sourceview/sourceview.c: 
13429         plugins/sourceview/sourceview.h:
13430         plugins/sourceview/sourceview.plugin:
13431         plugins/sourceview/sourceview.plugin.in:
13432         plugins/sourceview/sourceview.png:
13434         Added sourceview editor plugin
13436 2006-02-19 Naba Kumar  <naba@gnome.org>
13438         * libanjuta/interfaces/libanjuta.idl,
13439         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13440         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13441         plugins/cvs-plugin/cvs-interface.c,
13442         plugins/document-manager/action-callbacks.c,
13443         plugins/document-manager/action-callbacks.h,
13444         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13445         plugins/search/plugin.c, plugins/search/search-replace.c,
13446         plugins/search/search-replace_backend.c,
13447         plugins/subversion/subversion-actions.c,
13448         plugins/subversion/subversion-callbacks.c,
13449         plugins/tools/editor.c, plugins/tools/execute.c,
13450         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13451         few fatal warnings.
13453 2006-02-15 Naba Kumar  <naba@gnome.org>
13455         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13456         within another.
13457         
13458         * libanjuta/interfaces/libanjuta.idl,
13459         plugins/document-manager/anjuta-docman.c,
13460         plugins/document-manager/plugin.c,
13461         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13462         unnecessary parameters from IAnjutaEditor interface and used proper
13463         types instead of 'gpointer'. Fixed various compiler warnings.
13464         
13465         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13466         file
13468 2006-02-12 Naba Kumar  <naba@gnome.org>
13470         * po/POTFILES.in: Updated.
13471         
13472 2006-02-11 Naba Kumar  <naba@gnome.org>
13474         * plugins/editor/properties.[cxx,h],
13475         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13476         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13477         to sci_prop_*(), because they were conflicting with external
13478         functions (in some ssl library).
13479         
13480 2006-02-08 Naba Kumar  <naba@gnome.org>
13482         Patch from Massimo Cora  <maxcvs@email.it>:
13483         * plugins/valgrind/anjuta-valgrind.schemas,
13484         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13485         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13486         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13487         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13488         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13489         plugins/valgrind/vgtoolview.c,
13490         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13491         before running the debugging session. I've added also a
13492         preference in Anjuta Preferences where you can specify
13493         the path to the valgrind binary. The default is /usr/bin/valgrind.
13494         Now it displays a dialog with the error. [it can be -program
13495         exited- or -file loaded or end of input-]. Some valgrind 3.x
13496         compatibility.
13497         
13498 2006-01-29 Naba Kumar  <naba@gnome.org>
13500         Patch from Massimo Cora  <maxcvs@email.it>:
13501         * configure.in, plugins/Makefile.am,
13502         plugins/valgrind/*: Valgrind plugin (requires
13503         binutils-dev and valgrind to be installed.
13505 2005-01-24 Johannes Schmid <jhs@gnome.org>
13507         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13508         plugins/tools/variables.c:
13509         Added current directory to possible variables
13511         * Patch from Günther Brammer <gbrammer@gmx.de>
13512         plugins/document-manager/anjuta-docman.c:
13513         Fix a crash on opening a file
13515         AUTHORS: Added Günther Brammer
13517 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13519         * libanjuta/anjuta-launcher.c:
13520         Fix a bug in AnjutaLauncher when output is bigger than buffer
13521         Probably fix bug #315188 and #305134
13523 2005-12-28      Johannes Schmid <jhs@gnome.org>
13524         
13525         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13526         * src/about.c: Use new gtk about dialog
13527         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13528         Updated anjuta_ui_add_action_group_entries call
13529         
13530         Patch from Jean Breford <jean.breford@normalesup.org>
13531         and Markus Habermehl <bmh1980de@yahoo.de>:
13532         
13533         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13534         * AUTHORS: Added Jean and Markus
13536 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13537         * plugins/search/search-replace.c :
13538         Bookmark all matched lines.
13539         * plugins/search/search-replace_backend.c :
13540         Fixed bug (Search in all project files).
13542 2005-12-21      Johannes Schmid <jhs@gnome.org>
13543         
13544         * plugins/search/plugin.c:
13545         Fixed signal names
13546         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13547         investigation needed.
13548         
13549         AUTHORS: Added Ross Goldner
13551 2005-12-19  Ross Golder  <ross@golder.org>
13553         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13554         application/xml MIME type.
13556 2005-12-18  Johannes Schmid <jhs@gnome.org>
13557         
13558         po/POTFILES.in: Updated files after directory changes
13559         HACKING: Removed outdated section 3 (anoncvs)
13561 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13563         * plugins/build-basic-autotools/build-basic-autotools.c:
13564         Save all files in editor before running a command
13566         * plugins/tools/execute.c:
13567         Use document manager plugin instead of each editor for
13568         saving all files
13570 2005-12-15  Johannes Schmid <jhs@gnome.org>
13572         * plugins/document-manager/action-callbacks.c:
13573         (on_save_all1_activate), (on_swap_activate)
13574         plugins/document-manager/anjuta-docman.c:
13575         (on_save_as_filesel_response), (on_notebook_switch_page):
13576         
13577         Fixed some remaining issues in document-manger
13579 2005-12-15      Johannes Schmid <jhs@gnome.org>
13581         * plugins/profile-default/default.anjuta:
13582         Load Search plugin and Message Manager by default
13584 2005-12-14  Johannes Schmid <jhs@gnome.org>
13585         
13586         * plugins/editor/text_editor.c
13587         libanjuta/anjuta-utils.c:
13588         
13589         Check if files differ when gnome-vfs monitoring is used.
13590         (Bug #309688)
13592 2005-12-13  Johannes Schmid <jhs@gnome.org>
13594         * plugins/document-manager/plugin.c:
13595         Only save modified files in ianjuta_file_savable_save() for document-manager
13596         as discussed on mailing list.
13597         
13598         * plugins/cvs-plugin/cvs-callbacks.c:
13599         Fixed dialog handling for empty log message
13601 2005-12-13  Johannes Schmid <jhs@gnome.org>
13603         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13604         
13605         * plugins/project-manager/* Removed ununsed files
13606         
13607         * plugins/symbol-browser/an_symbol_iter.c
13608         plugins/build-basic-autotools/build-basic-autotools.c
13609         plugins/build-basic-autotools/executer.c
13610         plugins/class-gen/class_gen.c
13611         plugins/class-inheritance/class-inherit.c
13612         plugins/cvs-plugin/cvs-actions.c
13613         plugins/cvs-plugin/cvs-interface.c
13614         plugins/debug-manager/attach_process.
13615         plugins/devhelp/plugin.c
13616         plugins/document-manager/plugin.c
13617         plugins/document-manager/indent_util.c
13618         plugins/editor/properties.cxx
13619         plugins/editor/aneditor.cxx
13620         plugins/editor/style-editor.c
13621         plugins/editor/text_editor.c
13622         plugins/macro/macro_db.c
13623         tagmanager/c.c:
13624         
13625         Use DEBUG_PRINT for debug messages
13627         libanjuta/anjuta-debug.h: Include config.h
13628         
13629         HACKING: Updated (BTW: does anyone read this?)
13630         
13631 2005-12-12  Johannes Schmid <jhs@gnome.org>
13633         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13634         * plugins/gdb/debugger.c
13635         
13636         Fix a crasher in gdb plugin
13637         
13638         * plugins/gtodo/plugin.c
13639         plugins/search/plugin.c
13640         
13641         Fixed bug #305301
13642         
13643         * plugins/document-manager/anjuta-docman.c:
13644         
13645         Fixed error markers 
13646         
13647         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13648         
13649         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13650         
13651         * plugins/document-manager/anjuta-docman.c:
13652         highlight changed files in docman popup-menu
13653         * plugins/gdb/debug-tree.c:
13654         plugins/gdb/debugger.c
13655         Do not corupt entire "locals" tree when variable pointer have
13656         additional info and arrays/strucs/unions correctly.
13657         
13659 2005-12-11  Johannes Schmid <jhs@gnome.org>
13661         * plugins/document-manager/anjuta-docman.c
13662         plugins/document-manager/plugin.c
13663         plugins/editor/text_editor.c:
13664         
13665         AUTHORS: Added Johan Ersvik
13667         Fixed "is-dirty" bug and tab ordering
13669 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13670         
13671         * plugins/editor/aneditor-autocomplete.cxx
13672         plugins/editor/aneditor-calltip.cxx
13673         plugins/editor/aneditor-priv.h
13674         plugins/symbol-browser/an_symbol.c
13675         plugins/symbol-browser/an_symbol_view.c
13676         tagmanager/entry.h
13677         tagmanager/tm_symbol.c
13678         tagmanager/tm_tag.c
13679         tagmanager/include/tm_symbol.h
13680         tagmanager/include/tm_tag.h
13681         tagmanager/c.c
13683         Better pointer recognition in tagmanager and symbol browser
13685 2005-12-11  Johannes Schmid <jhs@gnome.org>
13687         * plugins/search/*: New search plugin derived from search code in old editor
13688         plugin.
13689         
13690         * plugins/document-manager/*: new document-manger which is now seperated from
13691         editor to allow implementation of other editor widgets. Code is mostly derived
13692         from old editor plugin
13694         * plugins/print/* new print plugin which is not fully implemented in the
13695         moment
13697         * plugins/editor/text_editor.c: Added lots of interface code
13698         
13699         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13700         IAnjutaEditorFactory and extended IAnjutaEditor
13701         
13702         * configure.in, plugins/Makefile.am updated build system for new
13703         plugins
13705         This is a huge commit which might still contain some bugs and also has
13706         some fixmes. Things that are not working are the search toolbar because it
13707         does not use the same backend as any other searching function and printing
13708         (easy to fix) because it did not yet implement IAnjutaPrintable.
13710 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13712         * plugins/project-wizard/property.c:
13713         Use newer GtkFileChooser instead of GtkFileSelection with
13714         GnomeFileEntry to avoid a bug
13716         * plugins/project-wizard/install.c:
13717         Avoid an endless loop if project directory is not writable
13718         
13719         * plugins/project-wizard/druid.c:
13720         Allow creating project in empty directory without a
13721         warning
13723 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13724         
13725         Patch from Massimo Cora <maxcvs@email.it>
13726         * plugins/class-inheritence/class-inherit.c
13727         plugins/class-inheritence/plugin.c
13728         plugins/class-inheritence/plugin.h
13729         configure.in
13730         
13731         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13732         no longer supported!
13734 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13735         
13736         Patch from Johan Ersvik <jersvik@fastmail.fm>
13737         * plugins/message-view/message-view.c
13738         plugins/build-basic-autotools/build-basic-autotools.c
13739         plugins/build-basic-autotools/automake-c.filters
13741         This patch correct regex-filters for newer automake
13742         versions
13744 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13746        * plugins/tools/execute.c:
13747        Detect variables inside a word
13749 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13751         * libanjuta/anjuta-status.[ch],
13752         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13753         plugins/editor/anjuta-docman.c :
13754         New anjuta-status procedure.
13756 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13758         *Modified Files:
13759         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13760         plugins/editor/Makefile.am
13761         plugins/editor/anjuta-document-manager.glade
13762         plugins/editor/plugin.c plugins/editor/plugin.h
13763         plugins/editor/text_editor.c plugins/editor/text_editor.h
13764         *Added Files:
13765         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13766         plugins/editor/indent-util.c plugins/editor/indent-util.h
13767         plugins/editor/indent_test.c :
13768         Set and Preview indent preferences parameters.
13769         Saved indent user parameters.
13771 2005-10-27  Naba Kumar  <naba@gnome.org>
13773         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13774         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13775         theme color for saved documents.
13776         
13777 2005-10-26  Naba Kumar  <naba@gnome.org>
13779         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13780         list. Fixed bug #316731.
13781         
13782 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13784         * tagmanager/tm_symbol.c: Fixed bug #315218
13786 2005-10-23  Adam Weinberger  <adamw@gnome.org>
13788         * plugins/build/build_file.c
13789           plugins/build-basic-autotools/build-basic-autotools.c
13790           plugins/tools/execute.c
13791           plugins/build/compile.c
13792           plugins/build/configurer.c
13793           plugins/debug-manager/plugin.c
13794           plugins/editor/plugin.c
13795           plugins/editor/print.c
13796           plugins/editor/text_editor.c
13797           plugins/file-loader/plugin.c
13798           plugins/file-manager/an_file_view.c
13799           plugins/symbol-browser/an_symbol_view.c
13800           plugins/gdb/debugger.c
13801           plugins/gdb/plugin.c
13802           plugins/glade/plugin.c
13803           plugins/macro/macro-actions.c
13804           plugins/macro/plugin.c
13805           plugins/profile-default/plugin.c
13806           plugins/project-manager/plugin.c
13807           plugins/project-manager/project_import.c
13808           plugins/symbol-browser/plugin.c
13809           plugins/tools/execute.c
13810           src/anjuta.c
13811           src/anjuta-actions.h
13812           src/shell.c:
13813           Correct spacing errors before and after "...".
13815 2005-10-20  Naba Kumar  <naba@gnome.org>
13817         * plugins/gdb/debugger.c: Fixed attach/detach process to
13818         updated UI properly.
13819         
13820 2005-10-18  Naba Kumar  <naba@gnome.org>
13822         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
13823         #171314 too).
13824         
13825 2005-10-13  Naba Kumar  <naba@gnome.org>
13826         
13827         * plugins/project-mkfile-import/*: Removed separate import wizard for
13828         makefile based projects (because single widzard handles all wizards).
13830         * plugins/project-import/project-import.c: Made wizard window
13831         transient to main window.
13833         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
13834         
13835         * AUTHORS: Added Eric's name in contributors list.
13836         
13837         * configure.in, plugins/Makefile.am,
13838         plugins/project-import/Makefile.am,
13839         plugins/project-import/anjuta-project-import.glade,
13840         plugins/project-import/project-import.c,
13841         plugins/project-import/project-import.h: Import wizard now detects
13842         both makefile and automake projects together instead of separate wizard.
13843         
13844         * plugins/project-wizard/templates/java/project.anjuta,
13845         plugins/project-wizard/templates/mkfile/project.anjuta,
13846         plugins/project-wizard/templates/python/project.anjuta,
13847         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
13848         name to make it appropriate.
13850 2005-10-11  Naba Kumar  <naba@gnome.org>
13852         * configure.in: Fixed glade3 version requirement.
13854 2005-09-29  Alexander Shopov  <ash@contact.bg>
13856         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
13858 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
13860         * plugins/subversion/svn_auth.c
13861         plugins/subversion/anjuta_subversion.glade:
13862         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
13864 2005-09-22  Naba Kumar  <naba@gnome.org>
13866         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
13868         * configure.in,  plugins/Makefile.am
13869         plugins/project-manager/anjuta-project-manager.plugin.in,
13870         plugins/project-manager/plugin.c,
13871         (added) plugins/project-mkfile-import/.cvsignore,
13872         (added) plugins/project-mkfile-import/Makefile.am,
13873         (added) plugins/project-mkfile-import/
13874             anjuta-project-mkfile-import-plugin.png,
13875         (added) plugins/project-mkfile-import/
13876             anjuta-project-mkfile-import.glade,
13877         (added) plugins/project-mkfile-import/
13878             anjuta-project-mkfile-import.plugin.in,
13879         (added) plugins/project-mkfile-import/plugin.c,
13880         (added) plugins/project-mkfile-import/plugin.h,
13881         (added) plugins/project-mkfile-import/project-mkfile-import.c,
13882         (added) plugins/project-mkfile-import/project-mkfile-import.h,
13883         plugins/project-wizard/templates/Makefile.am,
13884         (added) plugins/project-wizard/templates/mkfile-logo.png,
13885         (added) plugins/project-wizard/templates/mkfile.wiz,
13886         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
13887         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
13888         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
13889         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
13890         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
13891         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
13892         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
13893         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
13894         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
13895         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
13896         (added) plugins/project-wizard/templates/mkfile/src/main.c:
13897         Added makefile based project import wizard and wizard template.
13899 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
13901         * libanjuta/anjuta-launcher.c: Reduced false password detections
13903 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13905         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
13906         messages correctly.a
13908 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
13909         
13910         * scintilla/Makefile.am: Changed scintilla library to noinst
13911         * pixmaps/Makefile.am: Install password.png
13912         * libanjuta/anjuta-launcher.c: Changed password detection
13913         to be able to access GNOME CVS with ssh.
13914         
13915 2005-08-31  Naba Kumar  <naba@gnome.org>
13917         * plugins/glade/plugin.c: Set transient window for the widget
13918         dialogs.
13919         
13920 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
13922         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
13924 2005-08-10  Naba Kumar  <naba@gnome.org>
13926         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
13927         as shortcut key for execute.
13929         * src/about.c: Clean up.
13930         
13931         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
13932         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
13933         entry boxes.
13934         
13935 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13937         * plugins/editor/search-replace_backend.c :
13938         Fixed search in File Patterns.
13940 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
13942         * plugins/gdb/Makefile.am: Fixed a make -j x bug
13943         
13944 2005-08-04  Naba Kumar  <naba@gnome.org>
13946         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13947         for pango-1.8 rendering bug.
13948         
13949 2005-08-03  Naba Kumar  <naba@gnome.org>
13951         * plugins/glade/plugin.c: Proper names for plugin widgets.
13952         
13953         * plugins/subversion/anjuta-subversion.glade,
13954         plugins/subversion/svn-auth.c: Fixed authentication dialog and
13955         string allocations. Use passed default values when available.
13956         Set proper focus and dialog default response. Destroy dialog after use.
13957         Return error when appropriate.
13959 2005-08-02  Naba Kumar  <naba@gnome.org>
13961         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13962         for pango-1.8 rendering bug.
13963         
13964 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
13966         * scintilla/Makefile.am: Fixed a make -j x bug
13967         
13968 2005-08-02  Johannes Schmid <jhs@gnome.org>
13969         
13970         * plugins/subversion/svn-auth.c: Added username/password 
13971         auto function.
13973 2005-08-01  Naba Kumar  <naba@gnome.org>
13975         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
13976         checks for character width calculations.
13977         
13978 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13980         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
13982 2005-07-31  Naba Kumar  <naba@gnome.org>
13984         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
13985         messup with pango 1.8. Fixed bug #311846.
13987 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13989         * plugins/gdb/memory.c : Fixed bug 305082.
13990         
13991         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13992         plugins/project-wizard/templates/gcj.wiz,
13993         plugins/project-wizard/templates/gnome.wiz,
13994         plugins/project-wizard/templates/gtk.wiz,
13995         plugins/project-wizard/templates/java.wiz,
13996         plugins/project-wizard/templates/python.wiz,
13997         plugins/project-wizard/templates/wxwin.wiz,
13998         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14000 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14002         * plugins/tools/execute.c:
14003         Correct a crash if editor is closed while a tool still use it.
14005 2005-07-28  Naba Kumar  <naba@gnome.org>
14007         * scintilla/*: Updated scintilla from their latest CVS.
14009 2005-07-27  Naba Kumar  <naba@gnome.org>
14011         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14012         plugins/build-basic-autotools/build-basic-autotools.c,
14013         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14014         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14015         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14016         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14017         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14018         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14019         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14020         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14021         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14022         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14023         argument to anjuta_ui_add_action_group_entries() and
14024         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14025         Fixed all plugins to pass translation domain. This fixes untranslated
14026         UI bugs. 
14028 2005-07-27  Naba Kumar  <naba@gnome.org>
14030         * plugins/class-inheritance/class-callbacks.c,
14031         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14032         proper system colors.
14034 2005-07-26  Naba Kumar  <naba@gnome.org>
14036         * ROADMAP: Updated and added more tasks.
14038 2005-07-25  Naba Kumar  <naba@gnome.org>
14040         * ROADMAP: Updated and added more tasks.
14041         
14042 2005-07-24  Naba Kumar  <naba@gnome.org>
14044         * HACKING: Fixed format.
14046 2005-07-24  Naba Kumar  <naba@gnome.org>
14048         * ROADMAP: Fixed format.
14049         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14051 2005-07-24  Naba Kumar  <naba@gnome.org>
14053         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14054         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14056 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14058         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14059         Correct wrong sensitivity setting
14060         
14061         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14062         
14063         * plugins/tools/variable.c:     Add variables for project manager
14065 2005-07-23  Naba Kumar  <naba@gnome.org>
14067         * ROADMAP: updated.
14069 2005-07-23 Naba Kumar  <naba@gnome.org>
14071         * plugins/subversion/Makefile.am,
14072         plugins/subversion/svn-auth.c,
14073         plugins/subversion/svn-auth.h: Added subversion authentication code
14074         stubs.
14075         
14076         * plugins/subversion/subversion-callbacks.c,
14077         plugins/subversion/subversion-callbacks.h,
14078         plugins/subversion/svn-backend-priv.h,
14079         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14080         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14081         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14082         Added file mode line.
14084 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14086         * configure.in: Added 'gl' to ALL_LINGUAS.
14088 2005-07-21 Naba Kumar  <naba@gnome.org>
14090         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14091         the active sources and kill the running process without emitting
14092         signals (which could be fatal because the object is being destroyed).
14093         Incidentally, fixed the crash that happens when stopping an active
14094         debugger session. Disabled debug prints and code clean up.
14095         Fixed bug #305587.
14096         
14097         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14098         message view object, because that prevents many unprocessed outputs
14099         from the cvs command from being appended in view. Does not set NULL
14100         to mesg_view private member (not required) so that any pending outputs
14101         to view is processed.Fixed bug #172666.
14103         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14104         type in supported list.
14105         
14106 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14108         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14109           grammar/spelling fixes.
14111 2005-07-17 Naba Kumar  <naba@gnome.org>
14113         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14114         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14115         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14116         plugins/project-wizard/templates/anjuta-plugin.wiz,
14117         plugins/project-wizard/templates/gcj.wiz,
14118         plugins/project-wizard/templates/gnome.wiz,
14119         plugins/project-wizard/templates/gtk.wiz,
14120         plugins/project-wizard/templates/gtkmm.wiz,
14121         plugins/project-wizard/templates/java.wiz,
14122         plugins/project-wizard/templates/python.wiz,
14123         plugins/project-wizard/templates/terminal.wiz,
14124         plugins/project-wizard/templates/terminal/Makefile.am,
14125         plugins/project-wizard/templates/terminal/po/Makefile.am,
14126         plugins/project-wizard/templates/terminal/src/Makefile.am,
14127         plugins/project-wizard/templates/wxwin.wiz,
14128         plugins/project-wizard/templates/xlib-dock.wiz,
14129         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14130         wizards and updated .wiz files to install them in newly created
14131         projects.
14133 2005-07-16 Naba Kumar  <naba@gnome.org>
14135         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14136         
14137         * plugins/file-manager/an_file_view.c,
14138         plugins/file-manager/plugin.c: Added file manager preferences to
14139         show/hide files ignored by version control (e.g. cvsignore).
14140         
14141         * plugins/editor/text_editor.c: Initialize vfs info struct.
14142         
14143         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14144         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14145         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14146         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14147         omf-install/.cvsignore, pixmaps/.cvsignore,
14148         plugins/file-manager/anjuta-file-manager-plugin.glade,
14149         scintilla/.cvsignore, scintilla/include/.cvsignore,
14150         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14151         tagmanager/python.c: Updated.
14153 2005-07-16 Naba Kumar  <naba@gnome.org>
14155         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14156         Fixed python parser to parser class methods.
14158 2005-07-15 Naba Kumar  <naba@gnome.org>
14160         * plugins/project-wizard/property.c: Used parenthesis to remove
14161         ambiguty.
14162         
14163         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14164         plugins/project-wizard/templates/gcj.wiz,
14165         plugins/project-wizard/templates/gnome.wiz,
14166         plugins/project-wizard/templates/gtk.wiz,
14167         plugins/project-wizard/templates/gtkmm.wiz,
14168         plugins/project-wizard/templates/java.wiz,
14169         plugins/project-wizard/templates/python.wiz,
14170         plugins/project-wizard/templates/terminal.wiz,
14171         plugins/project-wizard/templates/wxwin.wiz,
14172         plugins/project-wizard/templates/xlib-dock.wiz,
14173         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14174         and names.
14176 2005-07-15 Naba Kumar  <naba@gnome.org>
14178         * plugins/project-wizard/templates/java.wiz,
14179         plugins/project-wizard/templates/java/Makefile.am,
14180         plugins/project-wizard/templates/java/project.anjuta,
14181         plugins/project-wizard/templates/python.wiz,
14182         plugins/project-wizard/templates/python/Makefile.am,
14183         plugins/project-wizard/templates/python/project.anjuta: Use different
14184         project files for java and python module where debugger is not
14185         included in the list of plugins.
14187 2005-07-15 Naba Kumar  <naba@gnome.org>
14189         * configure.in, plugins/project-wizard/templates/Makefile.am,
14190         plugins/project-wizard/templates/gcj-logo.png,
14191         plugins/project-wizard/templates/gcj.wiz,
14192         plugins/project-wizard/templates/gcj/.cvsignore,
14193         plugins/project-wizard/templates/gcj/Makefile.am,
14194         plugins/project-wizard/templates/gcj/configure.in.tpl,
14195         plugins/project-wizard/templates/gcj/src/.cvsignore,
14196         plugins/project-wizard/templates/gcj/src/Makefile.am,
14197         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14198         plugins/project-wizard/templates/java-logo.png,
14199         plugins/project-wizard/templates/java.wiz,
14200         plugins/project-wizard/templates/java/configure.in.tpl,
14201         plugins/project-wizard/templates/java/po/Makefile.am,
14202         plugins/project-wizard/templates/java/po/POTFILES.in,
14203         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14204         plugins/project-wizard/templates/java/src/main.java,
14205         plugins/project-wizard/templates/python-logo.png,
14206         plugins/project-wizard/templates/python.wiz,
14207         plugins/project-wizard/templates/python/.cvsignore,
14208         plugins/project-wizard/templates/python/Makefile.am,
14209         plugins/project-wizard/templates/python/configure.in.tpl,
14210         plugins/project-wizard/templates/python/po/.cvsignore,
14211         plugins/project-wizard/templates/python/po/Makefile.am,
14212         plugins/project-wizard/templates/python/po/POTFILES.in,
14213         plugins/project-wizard/templates/python/src/.cvsignore,
14214         plugins/project-wizard/templates/python/src/Makefile.am,
14215         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14216         plugins/project-wizard/templates/python/src/main.py: Added Generic
14217         gcj and python project wizards. Fixed Generic java project to
14218         use _JAVA primary. Update gnome-build from cvs for them to work
14219         correctly.
14221 2005-07-12 Naba Kumar  <naba@gnome.org>
14223         * plugins/project-manager/plugin.c: Automatically determine
14224         project backend by probing.
14225         
14226 2005-07-04 Naba Kumar  <naba@gnome.org>
14228         * Makefile.am: Do not install old anjuta.glade file which conflicts
14229         with newer src/anjuta.glade.
14231 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14233         * plugins/an_symbol_prefs.c:
14234         Sort list of available symbol files
14236 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14238         * plugins/build-basic-autotools.c:
14239         Fixed #307810
14240         
14241         * plugins/gtodo/libgtodo.c:
14242         Possible fix for #307800
14244         * libanjuta/anjuta-encodings.c
14245         libanjuta/anjuta-launcher.c
14246         libanjuta/anjuta-preference-dialog.c
14247         libanjuta/anjuta-preferences.c
14248         libanjuta/anjuta-ui.c
14249         libanjuta/anjuta-util.c
14250         libanjuta/cell-renderer-captioned-image.c
14251         libanjuta/plugin.c:
14252         
14253         Patch from de_lupus@pandora.be (Kristof Vansant):
14254         Replaced deprecated gnome-i18n.h
14255         Closed #309153
14257 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14258         
14259         * plugins/subversion/anjuta-subversion.glade
14260         plugins/subversion/anjuta-subversion.ui
14261         plugins/subversion/plugin.c
14262         plugins/subversion/subversion-actions.c
14263         plugins/subversion/subversion-callbacks.h
14264         plugins/subversion/subversion-callbacks.c
14265         plugins/subversion/svn-backend-priv.h
14266         plugins/subversion/svn-backend.h
14267         plugins/subversion/svn-backend.c
14268         plugins/subversion/svn-thread.h
14269         plugins/subversion/svn-thread.c:
14270         
14271         Implemented Subversion diff
14272         
14273 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14274         
14275         * plugins/build-basic-autotools/build-basic-autotools.c:
14276         Fixed crash bug! Might be useful to release 2.0.2 soon
14277         because this bug will crash any build which produces errors
14278         or warnings
14280 === Anjuta 2.0.1 ===
14282 2005-06-27 Naba Kumar  <naba@gnome.org>
14284         * plugins/tools/execute.c: Formated code.
14285         
14286 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14288         * plugins/build-basic-autotools/build-basic-autotools.c:
14289         Remove two memory leaks
14290         Check command output versus untranslated strings too
14292         * plugins/tools/execute.c:
14293         Remove two memory leaks
14294         Check command output versus untranslated strings too
14295         Remove description message
14297         * plugins/tools/fileop.c:
14298         Escape tool name in xml configuration file
14300 2005-05-26 Naba Kumar  <naba@gnome.org>
14302         * configure.in: Bumped version to 2.0.1
14303         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14305         * plugins/tools/execute.c: Fixed clickable messages.
14306         * NEWS: Updated.
14308         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14309         Deactivate glade plugin when last glade project is closed. Reorder
14310         glade widgets in layout. Change glade project when user selects a
14311         new project. Removed project from the list when user closes it. Fixed
14312         glade project file loading from URI. Save and restored loaded glade
14313         projects in/from session.
14315         * plugins/class-gen/action-callbacks.c,
14316         plugins/class-gen/anjuta-class-gen-plugin.glade,
14317         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14318         plugins/file-wizard/anjuta-file-wizard.glade,
14319         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14320         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14321         "Add to project" correctly. Use the source file path returned after
14322         adding to project. Fixed memory leaks. Deactivate wizard plugins
14323         after use.
14324         
14325         * plugins/project-manager/plugin.c,
14326         plugins/project-wizard/anjuta-project-wizard.glade,
14327         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14328         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14329         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14330         project-wizard preference page to anjuta app, because they are
14331         more appropriated as general preferences. Renamed username and
14332         useremail properties keys.
14333         
14334         * po/POTFILES.in: Updated.
14336         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14337         saved at closing.
14338         
14339         * plugins/file-loader/plugin.c: Do not use static variable to store
14340         created submenu in factory. Fixed crash in anjuta exit.
14341         
14342 2005-05-24 Naba Kumar  <naba@gnome.org>
14344         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14345         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14346         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14347         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14348         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14349         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14350         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14351         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14352         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14353         
14354         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14355         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14356         plugins/build-basic-autotools/build-basic-autotools.c,
14357         plugins/build-basic-autotools/build-basic-autotools.h,
14358         plugins/build-basic-autotools/executer.c,
14359         plugins/build-basic-autotools/executer.h,
14360         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14361         plugins/tools/variable.c: Added an extra argument to
14362         anuta_util_dialog_input() to pass default value. Save/load project
14363         configure and execution parameters in/from session.
14365         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14366         symbol browser is loaded.
14367         
14368         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14369         freeze/thaw.
14371         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14372         deactivate would not start shell.
14374 2005-05-24 Naba Kumar  <naba@gnome.org>
14376         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14377         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14378         libegg/egg-submenu-action.c, libegg/test-actions.c,
14379         plugins/build-basic-autotools/build-basic-autotools.c,
14380         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14381         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14382         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14383         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14384         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14385         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14386         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14387         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14388         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14389         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14391 2005-05-24 Naba Kumar  <naba@gnome.org>
14393         * data/properties/styles.properties: Fixed defalt font.
14395         * plugins/editor/search-replace.c,
14396         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14397         project openness wihtout activating project-manager plugin (i.e.
14398         using anjuta_shell_get()).
14399         
14400         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14401         - Completed add_source(), add_group() and add_target() methods of
14402         IAnjutaProjectManager.
14403         - Change their definition to return the added element (or NULL).
14404         - Used interface API for project main menus and 'add to project'
14405         from file-manager context menu.
14406         - Select proper default target/group when prompting for adding
14407         source/target/group.
14408         - Do not expand all nodes in selection tree when default selection
14409         are given (eases navigation in big projects).
14410         - Code clean ups.
14411         - Marked strings for translation.
14413 2005-05-23 Naba Kumar  <naba@gnome.org>
14415         * src/anjuta-app.c: Save menu accelerators on change.
14416         * NEWS: Updated.
14417         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14418         save-as dialog (leading to crash later).
14420 2005-05-22 Naba Kumar  <naba@gnome.org>
14422         * NEWS: Updated.
14423         * AUTHORS: Added developers for other projects. Updated.
14424         * TODO.tasks: Updated.
14425         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14426         
14427 2005-05-22 Naba Kumar  <naba@gnome.org>
14429         * plugins/tools/execute.c: Make parsable lines distinct by adding
14430         a "Click me" description in the message. Allow tools to open arbibrary
14431         file in editory using gdb-styled annotation (The line starts with two
14432         \032 characters followed by the file:line).
14433         
14434         * plugins/tools/scripts/prepare-changelog.pl,
14435         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14436         ChangeLog file itself and open it.
14438 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14440         * plugins/tools/execute.c:
14441         Parse output in message pane
14442         Correct a crash on plugin deactivation
14444         * plugins/tools/fileop.c,
14445         plugins/tools/tool.c,
14446         plugins/tools/tool.h:
14447         Load only valid tools
14449 2005-06-21  Naba Kumar  <naba@gnome.org>
14451         * anjuta.spec.in: Fixed devel package requirement.
14453         * plugins/message-view/message-view.c: Scroll message on next/previous.
14455         * TODO.tasks: Updated.
14457         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14458         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14459         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14460         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14461         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14462         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14463         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14464         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14466         * libanjuta/anjuta-preferences.c,
14467         plugins/build-basic-autotools/build-basic-autotools.c,
14468         plugins/build-basic-autotools/executer.c,
14469         plugins/class-gen/action-callbacks.c,
14470         plugins/class-gen/action-callbacks.h,
14471         plugins/class-gen/class_gen.c,
14472         plugins/cvs-plugin/cvs-interface.c,
14473         plugins/debug-manager/attach_process.c,
14474         plugins/debug-manager/plugin.c,
14475         plugins/debug-manager/utilities.c,
14476         plugins/debug-manager/utilities.h,
14477         plugins/editor/aneditor-autocomplete.cxx,
14478         plugins/editor/aneditor.cxx,
14479         plugins/editor/search-replace.c,
14480         plugins/editor/search-replace_backend.c,
14481         plugins/gdb/breakpoints.c,
14482         plugins/gdb/registers.c,
14483         plugins/patch/plugin.c,
14484         plugins/project-wizard/druid.c,
14485         plugins/project-wizard/install.c,
14486         plugins/subversion/plugin.c,
14487         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14488         codes.
14490         * plugins/class-gen/action-callbacks.c,
14491         plugins/project-wizard/parser.c,
14492         plugins/project-wizard/property.c,
14493         plugins/project-wizard/values.c,
14494         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14496         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14497         alphabetically
14499 2005-06-20  Naba Kumar  <naba@gnome.org>
14501         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14502         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14503         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14504         
14505         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14506         exit idle function.
14507         
14508         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14509         Fixed possible memory corruption.
14511         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14512         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14513         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14514         progress bar increment and added progress status for symbol refresh
14515         and project loading.
14516         
14517         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14518         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14519         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14520         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14521         bar.
14523         * TODO.tasks: Updated.
14525 2005-06-19  Naba Kumar  <naba@gnome.org>
14527         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14528         Fixed warning.
14529         
14530         * plugins/project-import/project-import.c: Deactivate plugin when done.
14531         
14532 2005-06-18  Naba Kumar  <naba@gnome.org>
14534         * plugins/profile-default/plugin.c: Fixed error when loading another
14535         project while a project is still loaded.
14536         
14537         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14538         signal from gnome-build to popup group properties.
14539         
14540         * src/anjuta.c: Load default session by default.
14542         * po/POTFILES.in: Added missing files.
14543         
14544         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14545         activate plugin on load (activate it separately). Connect to activate
14546         and deactivate signals for housekeeping, so that if plugins are
14547         activated or deactivate externally, they are properly recorded.
14548         
14549         * plugins/profile-default/plugin.c: Save profile before a project
14550         is loaded so that it could be restored when project is closed.
14551         
14552         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14554 2005-06-17  Naba Kumar  <naba@gnome.org>
14556         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14557         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14558         for project. The plugins loaded for the project is restored when project
14559         is loaded next time.
14560         
14561         * TODO.tasks: Updated.
14562         
14563 2005-06-15  Naba Kumar  <naba@gnome.org>
14565         * plugins/tools/scripts/find-fixmes.pl,
14566         (new) plugins/tools/scripts/translation-status.pl,
14567         plugins/tools/scripts/tools-2.xml.in,
14568         plugins/tools/scripts/Makefile.am,
14569         plugins/tools/scripts/prepare-changelog.pl: Added translation
14570         status script. Completed find-fixmes.pl script. Fixed bugs.
14572         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14573         tool path.
14575 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14577         * plugins/message-view/anjuta-message-manager-plugin.glade :
14578         renamed "messages.tag.position" to "messages.tab.position".
14579         plugins/message-view/anjuta-msgman.c : 
14580         Messages tab position prefrences.
14581         
14582 2005-06-14  Naba Kumar  <naba@gnome.org>
14584         * (new) plugins/tools/scripts/find-fixmes.pl,
14585         (new) plugins/tools/scripts/tools-2.xml.in,
14586         (new) plugins/tools/scripts/Makefile.am,
14587         (new) plugins/tools/scripts/prepare-changelog.pl,
14588         plugins/tools/plugin.h, plugins/tools/fileop.c,
14589         plugins/tools/Makefile.am, configure.in: Added system tools.
14591 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14593         * plugins/tools/editor.c:
14594         Take care of creating .anjuta directory if missing
14596 2005-06-10  Naba Kumar  <naba@gnome.org>
14598         * configure.in: Increased gnome-build required to version 0.1.2.
14599         
14600         * plugins/project-manager/plugin.c: Fixed target/group removal.
14601         Fixed memory leaks.
14602         
14603 2005-06-10  Naba Kumar  <naba@gnome.org>
14605         * plugins/project-manager/plugin.c: Implemented target/group
14606         configuration (update gnome-build module from cvs).
14607         
14608 2005-06-07  Naba Kumar  <naba@gnome.org>
14610         Patch from: Massimo Cora'  <maxcvs@email.it>:
14611         * plugins/class-inheritance/Makefile.am,
14612         plugins/class-inheritance/class-inherit.c,
14613         plugins/class-inheritance/class-inherit.h,
14614         plugins/class-inheritance/plugin.c,
14615         plugins/class-inheritance/plugin.h,
14616         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14617         expanded view of classes in hierarchy canvas (collapsable again).
14618         
14619 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14621         * scintilla/patches/scintilla-64-bit.diff (added)
14622         * plugins/patch/patch-plugin.c:
14623         Conditional build for GTK 2.4 and GTK 2.6
14625 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14627         * plugins/tools/anjuta-tools.glade,
14628         plugins/tools/editor.c,
14629         plugins/tools/plugin.h,
14630         plugins/tools/fileop.c:
14631         Add a check box to edit an user script
14632         Correct a few memory leak
14634         * plugins/tools/execute.c,
14635         plugins/tools/tool.c,
14636         plugins/tools/tool.h:
14637         Move utility remove_mnemonic function in tool.c
14638         Small fix
14640 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14642         Patch from sbrabec@suse.cz:
14643         * configure.in
14644         scintilla/include/Scintilla.h:
14645         
14646         Fix 64-Bit warnings in gcc 4
14648 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14649         
14650         * plugins/patch/patch_plugin.c
14651         plugins/patch/patch.h
14652         plugin/patch/patch-plugin.glade
14653         plugin/patch/Makefile.am:
14654         
14655         Changed patch plugin to use libglade and new gtk 2.6 widgets
14657 2005-05-31  Naba Kumar  <naba@gnome.org>
14659         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14660         * plugins/editor/text_editor.c: Don't show error
14661         for empty files.
14662         
14663 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14664         
14665         * plugins/message-view/anjuta-message-manager.ui,
14666         plugins/message-view/anjuta-msgman.c,
14667         plugins/message-view/anjuta-msgman.h,
14668         plugins/message-view/message-view.c,
14669         plugins/message-view/message-view.h,
14670         plugins/message-view/plugin.c:
14671         Add a popup menu in messages panes
14672         Move save message pane option in it
14674 2005-05-28  Naba Kumar  <naba@gnome.org>
14676         * data/properties/styles.properties: Fixed default font
14677         names and sizes.
14679         * plugins/editor/style-editor.c: cleanup.
14680         
14681 2005-05-25  Naba Kumar  <naba@gnome.org>
14683         * plugin/gdb/plugin.c: Start gdb even if the program does
14684         not exists. Fixes bug #305074
14685         
14686 2005-05-24  Naba Kumar  <naba@gnome.org>
14688         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14689         * configure.in: graphviz pkgconfig path.
14691 2005-05-24  Naba Kumar  <naba@gnome.org>
14693         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14694         * TODO.tasks: Updated.
14695         
14696 2005-05-22  Naba Kumar  <naba@gnome.org>
14698         * anjuta.spec.in: Fixed spec file
14699         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14701 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14702         
14703         * TODO.tasks: Updated.
14705         * plugins/message-view/anjuta-message-manager.ui,
14706         plugins/message-view/message-view.c,
14707         plugins/message-view/message-view.h,
14708         plugins/message-view/plugin.c:
14709         Add shortcut for next and previous message
14710         Add a save message menu item
14711         Fix a bug in previous message
14713 2005-05-21  Naba Kumar  <naba@gnome.org>
14715         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14716         doc/Makefile.am, global-tags/create_global_tags.sh,
14717         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14718         and rpm package creation. Fixed installation paths.
14719         
14720         * plugins/editor/anjuta-document-manager.glade,
14721         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14722         and indent options.
14723         
14724         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14726 2005-05-21  Naba Kumar  <naba@gnome.org>
14728         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14729         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14730         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14731         tagmanager/Makefile.am: Fixed paths configure variables to take
14732         automake configure variables instead of hardcoding.
14734         * global-tags/tm_global_tags.c: Formated code.
14736         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14737         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14738         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14739         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14740         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14741         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14742         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14743         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14744         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14746 2005-05-20  Naba Kumar  <naba@gnome.org>
14748         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14749         and fixed rpm spec file (more testing required).
14750         
14751         * data/gdb.init: Don't set gdb prompt.
14752         
14753         * mime/Makefile.am: run update-mime-data only on system-wide install.
14754         
14755         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14757 2005-05-19  Naba Kumar  <naba@gnome.org>
14759         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14760         while it's not visible.
14762         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14763         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14764         
14765 2005-05-19  Naba Kumar <naba@gnome.org>
14767         * configure.in: Fixed subversion checks. Added
14768         --disable-plugin-subversion and --disable-plugin-glade
14769         configure flags to manually turn off their plugin builds.
14771         * plugins/editor/plugin.c: Save and restore current editor line
14772         positions in session.
14774 2005-05-18  Naba Kumar  <naba@gnome.org>
14776         * AUTHORS: Fixed email address.
14777         
14778         * libanjuta/anjuta-utils.c,
14779         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14780         when the projectmanager toplevel is not a window. Check for valid
14781         gtkwindow type before using the passed window as parent for anjuta
14782         dialogs.
14784 2005-05-17  Naba Kumar  <naba@gnome.org>
14786         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
14787         
14788         * plugins/cvs-plugin/Makefile.am,
14789         plugins/devhelp/plugin.c,
14790         plugins/file-loader/Makefile.am,
14791         plugins/macro/Makefile.am,
14792         plugins/message-view/Makefile.am,
14793         plugins/patch/Makefile.am,
14794         plugins/project-manager/Makefile.am,
14795         plugins/subversion/Makefile.am,
14796         plugins/symbol-browser/Makefile.am: Removed -module flags
14797         from libtool flags
14799         * MAINTAINERS: Added file so that I could recieve bugzilla
14800         reports.
14802         * plugins/glade/plugin.c: Fixed compile error.
14804 === Anjuta 2.0.0 ===
14806 2005-05-15  Naba Kumar  <naba@gnome.org>
14808         * configure.in: Adjusted gdl version requirement. Bumped anjuta
14809         version to 2.0.0.
14811         * plugins/symbol-browser/an_symbol_view.c,
14812         plugins/symbol-browser/plugin.c,
14813         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
14814         symbols have been updated. Reset file symbols when update
14815         occurs. Fixed memory leaks.
14817         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14818         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
14819         
14820 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
14822         * plugins/tools/anjuta-tools.glade:
14823         Remove unused parameter dialog
14825         * plugins/tools/dialog.c,
14826         plugins/tools/fileop.c,
14827         plugins/tools/fileop.h,
14828         plugins/tools/tool.c,
14829         plugins/tools/tool.h,
14830         plugins/tools/variable.c:
14831         Add a few comments and cleanups
14833         * plugins/tools/editor.c,
14834         plugins/tools/editor.h:
14835         Remove code from previous plugin and add comments
14836         Use main window as parent (instead of tool list)
14838         * plugins/tools/execute.c,
14839         plugins/tools/execute.h:
14840         Remove code from previous plugin and add comments
14841         Fix warnings
14843 2005-05-14  Naba Kumar  <naba@gnome.org>
14845         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
14846         release.
14847         
14848         * configure.in: Fixed
14849         
14850         * plugins/class-inheritance/class-inheritance.png: New icon.
14851         
14852         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
14853         screws up when reparented.
14855 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14857         * plugins/editor/search-replace.c,
14858         plugins/editor/search-replace_backend.c
14859         plugins/project-manager/plugin.c : Clear find pane if searching same 
14860         expression. Clean code.
14862 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
14864         * configure.in: Added ne in ALL_LINGUAS
14865         
14866 2005-05-13  Naba Kumar  <naba@gnome.org>
14868         * configure.in: Fixed glade-3 version.
14869         
14870         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
14871         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
14872         plugins/gdb/watch.c: Update locals, watch and frame document on
14873         frame change.
14875 2005-05-12  Naba Kumar  <naba@gnome.org>
14877         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
14878         scope autocompletion when the function definition is incomplete.
14879         
14880         * plugins/class-gen/anjuta-class-gen.plugin.in,
14881         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14882         plugins/gdb/plugin.c,
14883         plugins/glade/anjuta-glade.plugin.in,
14884         plugins/project-import/anjuta-project-import.plugin.in,
14885         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
14886         titles for the wizards.
14888 2005-05-11  Naba Kumar  <naba@gnome.org>
14890         * configure.in, plugins/debug-manager/Makefile.am,
14891         plugins/debug-manager/plugin.c,
14892         (added) plugins/debug-manager/images/.cvsignore,
14893         (added) plugins/debug-manager/images/Makefile.am,
14894         (added) plugins/debug-manager/images/detach-16.png,
14895         (added) plugins/debug-manager/images/detach.png,
14896         (added) plugins/debug-manager/images/step-into-16.png,
14897         (added) plugins/debug-manager/images/step-into.png,
14898         (added) plugins/debug-manager/images/step-out-16.png,
14899         (added) plugins/debug-manager/images/step-out.png,
14900         (added) plugins/debug-manager/images/step-over-16.png,
14901         (added) plugins/debug-manager/images/step-over.png,
14902         plugins/gdb/Makefile.am,
14903         plugins/gdb/breakpoints.c,
14904         plugins/gdb/plugin.c,
14905         (added) plugins/gdb/images/.cvsignore,
14906         (added) plugins/gdb/images/Makefile.am,
14907         (added) plugins/gdb/images/breakpoint.png,
14908         (added) plugins/gdb/images/locals.png,
14909         (added) plugins/gdb/images/stack.png,
14910         (added) plugins/gdb/images/watch.png: Fixed breakpoints
14911         'remove all'. Added debugger icons.
14913         * plugins/editor/text_editor.c: Fixed file monitor.
14915         Patch from: Massimo Cora'  <maxcvs@email.it>
14916         * plugins/patch/anjuta-patch-plugin.png,
14917         plugins/class-gen/Makefile.am,
14918         plugins/class-gen/action-callbacks.c,
14919         plugins/class-gen/class_gen.c,
14920         plugins/class-gen/class_logo.xpm: Implemented vcs
14921         file addions. New icons by Fabio Zecchini
14923 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14925         * libanjuta/interfaces/libanjuta.idl
14926         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
14927         plugins/editor/search-replace_backend.c
14928         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
14930 2005-05-11  Naba Kumar  <naba@gnome.org>
14931         
14932         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
14933         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
14934         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
14935         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
14936         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
14937         memory leaks.
14938         
14939         * plugins/symbol-browser/an_symbol_prefs.c,
14940         plugins/symbol-browser/an_symbol_search.c,
14941         plugins/symbol-browser/an_symbol_view.c,
14942         plugins/symbol-browser/an_symbol_view.h,
14943         plugins/symbol-browser/plugin.c: Fixed memory leaks.
14945 2005-05-11  Naba Kumar  <naba@gnome.org>
14947         * libanjuta/anjuta-shell.c: Fixed runtime warning.
14948         
14949         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
14950         progress bar location at create time, instead of hardcoding.
14951         
14952         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
14953         Added mini splash screen.
14954         
14955         * plugins/editor/text_editor.c: Do not produce warning when file
14956         monitor could not be created.
14957         
14958         * plugins/profile-default/plugin.c: Save project session on exit.
14959         Show mini splash with progress bar at profile load.
14961 2005-05-10  Naba Kumar  <naba@gnome.org>
14963         * configure.in, manuals/Makefile.am: Fixed compile flags.
14964         Disable outdated manuals builds.
14965         
14966         * global-tags/Makefile.am: Uninstall tags files on
14967         'make uninstall'
14968         
14969         * libegg/Makefile.am: Use configured deprecated flags.
14970         
14971         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14972         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14973         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
14974         Updated.
14975         
14976         * mime/Makefile.am: Take DESTDIR into account.
14977         
14978         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
14979         
14980         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
14981         on scope autocompletion.
14982         
14983         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14984         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
14985         shared libs and static libs paths for debugging. Order them
14986         correctly.
14987         
14988         * po/POTFILES.in: Updated.
14990 2005-05-09  Naba Kumar  <naba@gnome.org>
14992         * libanjuta/interfaces/libanjuta.idl,
14993         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
14994         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
14995         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
14996         Implemented debugger source directory search and emits location changed
14997         signal with absolute path of the file.
14999         * plugins/tools/tool.c: Fixed compile errors.
15000         
15001 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15003         * plugins/tools/anjuta-tools.glade,
15004         plugins/tools/dialog.h,
15005         plugins/tools/dialog.c,
15006         plugins/tools/plugin.c,
15007         plugins/tools/editor.c:
15008         Improve graphical user interface
15009         Remove old code
15010         Correct an error on close
15011         Some cleanups
15013         * plugins/tools/fileop.c,
15014         plugins/tools/tool.h,
15015         plugins/tools/tool.c:
15016         Change the tool internal structure
15017         Support having tools configuration in several places
15019 2005-05-08  Naba Kumar  <naba@gnome.org>
15021         * plugins/gdb/actions.c,
15022         (removed) plugins/gdb/registers_cbs.c,
15023         (removed) plugins/gdb/registers_cbs.h,
15024         (removed) plugins/gdb/registers_gui.c,
15025         (removed) plugins/gdb/sharedlib_cbs.c,
15026         (removed) plugins/gdb/sharedlib_cbs.h,
15027         (removed) plugins/gdb/sharedlib_gui.c,
15028         (removed) plugins/gdb/signals_cbs.c,
15029         (removed) plugins/gdb/signals_cbs.h,
15030         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15032 2005-05-08  Naba Kumar  <naba@gnome.org>
15034         * plugins/build-basic-autotools/executer.c: Fixed programs
15035         listing dialog.
15036         
15037         * plugins/debug-manager/Makefile.am,
15038         plugins/debug-manager/anjuta-debug-manager.glade,
15039         plugins/debug-manager/plugin.c,
15040         plugins/gdb/Makefile.am: Used libglade for programs listing
15041         dialog.
15042         
15043         * (added) plugins/gdb/pointer.png: Stack pointer image.
15044         
15045         * libanjuta/anjuta-marshal.list,
15046         pixmaps/Makefile.am,
15047         plugins/gdb/actions.c,
15048         plugins/gdb/actions.h,
15049         plugins/gdb/anjuta-gdb-plugin.ui,
15050         plugins/gdb/anjuta-gdb.glade,
15051         plugins/gdb/breakpoints.c,
15052         plugins/gdb/breakpoints.h,
15053         plugins/gdb/debug_tree.c,
15054         plugins/gdb/debug_tree.h,
15055         plugins/gdb/debugger.c,
15056         plugins/gdb/debugger.h,
15057         plugins/gdb/gdbmi-test.c,
15058         plugins/gdb/gdbmi.c,
15059         plugins/gdb/gdbmi.h,
15060         plugins/gdb/info.c,
15061         plugins/gdb/info.h,
15062         plugins/gdb/locals.c,
15063         plugins/gdb/locals.h,
15064         plugins/gdb/memory.c,
15065         plugins/gdb/memory.h,
15066         plugins/gdb/plugin.c,
15067         plugins/gdb/plugin.h,
15068         plugins/gdb/registers.c,
15069         plugins/gdb/registers.h,
15070         plugins/gdb/registers_cbs.c,
15071         plugins/gdb/registers_cbs.h,
15072         plugins/gdb/registers_gui.c,
15073         plugins/gdb/sharedlib.c,
15074         plugins/gdb/sharedlib.h,
15075         plugins/gdb/sharedlib_cbs.c,
15076         plugins/gdb/sharedlib_cbs.h,
15077         plugins/gdb/sharedlib_gui.c,
15078         plugins/gdb/signals.c,
15079         plugins/gdb/signals.h,
15080         plugins/gdb/signals_cbs.c,
15081         plugins/gdb/signals_cbs.h,
15082         plugins/gdb/signals_gui.c,
15083         plugins/gdb/stack_trace.c,
15084         plugins/gdb/stack_trace.h,
15085         plugins/gdb/utilities.c,
15086         plugins/gdb/utilities.h,
15087         plugins/gdb/watch.c,
15088         plugins/gdb/watch.h,
15089         plugins/gdb/watch_cbs.c,
15090         plugins/gdb/watch_cbs.h,
15091         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15092         it for all debugger component updates and listing. Implemented
15093         user custom debugger command window. Fixed all debugger components
15094         to work correctly. Implemented debugger as GObject. Removed
15095         deprecated codes.
15096         
15097 2005-05-06  Naba Kumar  <naba@gnome.org>
15098         
15099         * TODO.tasks: Updated.
15100         
15101         * plugins/build-basic-autotools/Makefile.am,
15102         plugins/file-loader/Makefile.am,
15103         plugins/profile-default/Makefile.am,
15104         plugins/sample1/Makefile.am,
15105         plugins/symbol-browser/images/Makefile.am,
15106         src/Makefile.am: Fixed 'make distcheck' errors.
15108         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15109         updates.
15111         * tagmanager/tm_workspace.c: Include prototypes in getting
15112         scope members.
15114 2005-05-06  Naba Kumar  <naba@gnome.org>
15116         * TODO.tasks: Updated.
15117         
15118         * configure.in, plugins/cvs-plugin/Makefile.am,
15119         plugins/debug-manager/Makefile.am,
15120         plugins/devhelp/Makefile.am,
15121         plugins/editor/Makefile.am,
15122         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15123         
15124         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15125         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15126         interfaces.
15127         
15128         * tagmanager/tm_workspace.c,
15129         tagmanager/include/tm_workspace.h,
15130         plugins/editor/aneditor-autocomplete.cxx,
15131         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15132         to return all matching tag types when no name is given instead of
15133         returning empty array.
15134         
15135         * plugins/symbol-browser/Makefile.am,
15136         (added) plugins/symbol-browser/an_symbol.c,
15137         (added) plugins/symbol-browser/an_symbol.h,
15138         plugins/symbol-browser/an_symbol_info.c,
15139         plugins/symbol-browser/an_symbol_info.h,
15140         (added) plugins/symbol-browser/an_symbol_iter.c,
15141         (added) plugins/symbol-browser/an_symbol_iter.h,
15142         plugins/symbol-browser/an_symbol_search.c,
15143         plugins/symbol-browser/an_symbol_view.c,
15144         plugins/symbol-browser/an_symbol_view.h,
15145         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15146         plugins/symbol-browser/plugin.c,
15147         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15148         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15149         plugin and implemented IAnjutaIterable interface for symbol search
15150         and iteration.
15152         * plugins/class-inheritance/Makefile.am,
15153         plugins/class-inheritance/class-inherit.c,
15154         plugins/class-inheritance/class-inherit.h,
15155         plugins/class-inheritance/plugin.h: Use the newly added
15156         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15157         get rid of libanjuta-ctags.la dependencies.
15159 2005-05-02  Naba Kumar  <naba@gnome.org>
15161         * plugins/class-inheritance/class-inherit.c,
15162         plugins/class-inheritance/plugin.c,
15163         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15164         be found for a class. Formated code.
15166         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15167         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15168         of editor tabs.
15169         
15170 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15172         * libanjuta/anjuta-launcher.c:
15173         Keep trying sending data until all bytes have been written
15175         * plugins/tools/anjuta-tools.glade,
15176         plugins/tools/editor.c:
15177         Add a combo box to defined data from stdin
15179         * plugins/tools/execute.c:
15180         Send data in stdin if needed
15181         Code cleanups
15183         * plugins/tools/fileop.c,
15184         plugins/tools/tool.h,
15185         plugins/tools/tool.c:
15186         Store, load and save stdin data
15187         Use tools-2.xml instead of tools.xml
15189         * plugins/tools/plugin.c,
15190         plugins/tools/plugin.h:
15191         Code cleanups
15193         * plugins/tools/dialog.c,
15194         plugins/tools/dialog.h:
15195         Few code cleanups
15197         * plugins/tools/variable.c,
15198         plugins/tools/variable.h:
15199         Add editor related variables
15200         Code cleanups
15202 2005-04-29  Naba Kumar  <naba@gnome.org>
15204         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15206         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15207         
15208         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15209         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15210         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15211         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15212         working on gdb MI interface. Completed MI parser interface.
15214         Patch from  Massimo Cora <maxcvs@email.it>:
15215         * plugins/class-inheritance/Makefile.am,
15216         plugins/class-inheritance/class-inherit.c,
15217         plugins/class-inheritance/class-inherit.h,
15218         plugins/class-inheritance/plugin.c,
15219         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15220         Used system theme for colors. Display class members on mouse click.
15221         
15222 2005-04-28  Naba Kumar  <naba@gnome.org>
15224         * plugins/symbol-browser/an_symbol_prefs.c
15225         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15226         implementation to create/add/remove custom tags files in symbol
15227         brower preferences.
15229         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15230         EXTRA_DIST.
15232         * plugins/project-import/project-import.c: Fixed memory leaks and
15233         use correct debug prints.
15234         
15235         * TODO.tasks: Updated.
15236         
15237 2005-04-27  Naba Kumar  <naba@gnome.org>
15239         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15240         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15241         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15243         * plugins/editor/anjuta-docman.c,
15244         plugins/editor/anjuta-docman.h,
15245         plugins/editor/plugin.c: Emit editor-added signal from docman
15246         and connect signals to new editor correctly.
15248         * plugins/class-inheritance/plugin.c,
15249         plugins/symbol-browser/plugin.c: Added stock icons.
15250         
15251         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15252         plugins/build-basic-autotools/executer.c,
15253         plugins/build-basic-autotools/executer.h: Added missing files
15254         for the execute programs implementation.
15256 2005-04-26  Naba Kumar  <naba@gnome.org>
15257         
15258         * TODO.tasks: Updated.
15260         * plugins/file-loader/plugin.c,
15261         plugins/project-import/anjuta-project-import.plugin.in,
15262         plugins/project-import/plugin.c,
15263         plugins/project-import/project-import.c,
15264         plugins/project-import/project-import.h: Be able to import older
15265         anjuta projects.
15267 2005-04-26  Naba Kumar  <naba@gnome.org>
15269         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15270         removing it from the shell.
15272         * libanjuta/anjuta-shell.c,
15273         libanjuta/anjuta-shell.h,
15274         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15275         so that widget additions are freezed or thaw using a pending queue.
15276         Fixded UI flicker while loading projects.
15278 2005-04-26  Naba Kumar  <naba@gnome.org>
15280         * TODO.tasks: Updated.
15281         
15282         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15283         IAnjutaBuildable interface.
15284         
15285         * plugins/build-basic-autotools/Makefile.am,
15286         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15287         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15288         plugins/build-basic-autotools/build-basic-autotools.c,
15289         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15290         interface and UI for executing project/file programs. Implemented
15291         IAnjutaFile interface so that executables could be opened directly.
15292         
15293         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15294         Authors line (Reserved for external plugins, which do not have a way to
15295         show their credits).
15296         
15297         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15298         [File Loader] group for menu labels (default to "Name" if it is not
15299         defined.
15300         
15301         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15302         for executing external commands.
15304 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15306         * plugins/project-wizard/property.c:
15307         Correct a memory leak
15309         * libanjuta/interfaces/libanjuta.idl,
15310         plugins/editor/text_editor.c:
15311         Add erase_all and replace_selection function to IAnjutaEditor
15313         * plugins/tools/anjuta-tools.glade,
15314         plugins/tools/fileop.c,
15315         plugins/tools/editor.c,
15316         plugins/tools/tool.c
15317         plugins/tools/tool.h:
15318         Add shortcut and icon 
15320         * plugins/tools/variable.c,
15321         plugins/tools/variable.h:
15322         Add a variable asking parameters at run time
15324         * plugins/tools/execute.c:
15325         Add a warning message for missing document manager
15326         Add replace buffer and replace selection output
15327         Correct an error in popup output
15329         * plugins/tools/plugin.c,
15330         plugins/tools/plugin.h,
15331         plugins/tools/anjuta-tools.ui,
15332         src/anjuta.ui:
15333         Few clean up
15334         Attach tools menu to a new place
15336 2005-04-25  Naba Kumar  <naba@gnome.org>
15338         * libanjuta/plugins.c, src/about.c, src/about.h,
15339         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15340         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15341         plugins (about box for plugins) menu.
15343 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15345         *  plugins/editor/search-replace.c :
15346         Displayed full path in Search pane window. 
15347         Bug 300231 : Selected line in Search pane window .
15348                 
15349 2005-04-23  Naba Kumar  <naba@gnome.org>
15351         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15353 2005-04-22  Naba Kumar  <naba@gnome.org>
15355         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15356         
15357         * plugins/project-wizard/templates/java.wiz,
15358         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15359         to create bytecodes (.class) files.
15360         
15361         * plugins/symbol-browser/an_symbol_info.c,
15362         plugins/symbol-browser/an_symbol_info.h,
15363         plugins/symbol-browser/an_symbol_search.c,
15364         plugins/symbol-browser/an_symbol_view.c,
15365         plugins/symbol-browser/plugin.c,
15366         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15367         in file symbol list.
15369 2005-04-22  Naba Kumar  <naba@gnome.org>
15371         * TODO.tasks: Updated.
15372         
15373         * plugins/class-inheritance/Makefile.am,
15374         plugins/subversion/Makefile.am: Do not install plugin files when
15375         plugin build condition is false.
15376         
15377         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15378         plugins/build-basic-autotools/build-basic-autotools.c,
15379         plugins/build-basic-autotools/build-basic-autotools.h,
15380         plugins/file-loader/anjuta-loader-plugin.ui,
15381         plugins/file-loader/dnd.c,
15382         plugins/file-loader/plugin.c,
15383         plugins/file-loader/plugin.h,
15384         plugins/project-manager/anjuta-project-manager.ui,
15385         plugins/project-manager/plugin.c: Added open file and build context
15386         menu in project manager context menu.
15388 2005-04-22  Naba Kumar  <naba@gnome.org>
15390         * configure.in: Added message output showing conditional plugins to
15391         build or not.
15392         
15393         * src/layout.xml: Added layout for class-inheritance plugin widget.
15394         
15395         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15396         plugin name to remove redundant terms.
15397         
15398         * TODO.tasks: Updated.
15399         
15400         * configure.in,
15401         plugins/symbol-browser/Makefile.am,
15402         plugins/symbol-browser/an_symbol_view.c,
15403         (removed) plugins/symbol-browser/sv_class.xpm,
15404         (removed) plugins/symbol-browser/sv_function.xpm,
15405         (removed) plugins/symbol-browser/sv_macro.xpm,
15406         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15407         (removed) plugins/symbol-browser/sv_private_var.xpm,
15408         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15409         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15410         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15411         (removed) plugins/symbol-browser/sv_public_var.xpm,
15412         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15413         (removed) plugins/symbol-browser/sv_static_var.xpm,
15414         (removed) plugins/symbol-browser/sv_struct.xpm,
15415         (removed) plugins/symbol-browser/sv_unknown.xpm,
15416         (removed) plugins/symbol-browser/sv_variable.xpm,
15417         (added) plugins/symbol-browser/images/.cvsignore,
15418         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15419         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15420         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15421         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15422         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15423         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15424         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15425         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15426         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15427         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15428         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15429         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15430         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15431         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15432         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15433         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15434         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15435         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15436         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15437         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15438         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15439         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15440         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15441         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15442         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15443         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15444         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15445         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15446         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15447         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15448         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15449         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15450         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15451         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15452         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15453         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15454         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15455         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15456         pixmaps and added new icons (taken from monodevelop).
15458 2005-04-21  Naba Kumar  <naba@gnome.org>
15460         Patch from  Massimo Cora <maxcvs@email.it>:
15462         * configure.in, plugins/Makefile.am
15463         (new) plugins/class-inheritance/.cvsignore,
15464         (new) plugins/class-inheritance/Makefile.am,
15465         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15466         (new) plugins/class-inheritance/class-inherit.c,
15467         (new) plugins/class-inheritance/class-inherit.h,
15468         (new) plugins/class-inheritance/plugin.c,
15469         (new) plugins/class-inheritance/plugin.h,
15470         (new) plugins/class-inheritance/class-inheritance.png: Added class
15471         inheritance plugin.
15472         
15473         Changes by naba: Added pkgconfig check for graphviz and conditionally
15474         build graphviz.
15475         
15476         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15478 2005-04-20  Naba Kumar  <naba@gnome.org>
15480         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15481         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15482         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15483         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15484         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15485         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15486         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15487         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15488         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15489         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15490         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15491         
15492         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15493         message view management.
15495         * libanjuta/anjuta-children.[ch],
15496         plugins/build-basic-autotools/build-basic-autotools.c,
15497         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15498         Removed anjuta_children_init() function,
15499         because it is done automatically when first invoked. Introduced
15500         anjuta_children_recover() to recover the child signalling. Fixed
15501         child exit management to correctly recover the exit status.
15502         
15503         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15504         to properly shutdown the launcher and to kill the running process
15505         (without emitting any signal).
15506         
15507         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15508         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15509         gdb and program instance.
15511 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15513         * plugins/editor/search-replace.c :
15514         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15516 2005-04-18  Naba Kumar  <naba@gnome.org>
15518         * TODO.tasks: Marked completed items.
15519         
15520         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15521         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15522         plugins/project-manager/plugin.c: Prompt user for the debugging
15523         target (select from a list of project's executable targets) and
15524         correctly start debugger. Take care of libtool wrapping when the
15525         target selected is libtool target. Fixed debugger menu items
15526         sensitivity.
15528 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15530         * plugins/tools/execute.c,
15531         plugins/tools/execute.h:
15532         Implement save all files before running a command
15533         Implement all options for stdout and stderr except replace buffer
15534         Allow running several tools
15536         * plugins/tools/plugin.c:
15537         Move anjuta launcher in execute.c
15539         * plugins/tools/tools.h,
15540         plugins/tools/variable.c:
15541         Small changes
15543 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15545         * plugins/tools/anjuta-tools.glade:
15546         Add new properties in tool editor dialog
15547         Cosmetic improvements
15548         
15549         * plugins/tools/anjuta-tools.ui:
15550         Attach tool menu as a build menu
15552         * plugins/tools/dialog.c:
15553         Set tool menu item sensitivity in tool list
15554         Fix bugs
15556         * plugins/tools/editor.c,
15557         plugins/tools/editor.h,
15558         plugins/tools/fileop.c,
15559         plugins/tools/tool.c,
15560         plugins/tools/tool.h:
15561         Add new properties (active, save file...)
15562         Most of them are still not implemented
15564         * plugins/tools/execute.c,
15565         plugins/tools/execute.h:
15566         Reorganize code to support multiple run
15567         Support run in terminal
15568         
15569         * plugins/tools/plugin.c
15570         plugins/tools/plugin.h:
15571         Move message handling in execute.c
15573         * plugins/tools/variable.h,
15574         plugins/tools/variable.c:
15575         Add useful variables
15576         
15577 2005-04-13  Naba Kumar  <naba@gnome.org>
15579         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15580         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15581         
15582 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15584         * plugins/tools/dialog.c plugins/tools/tool.c :
15585         Fixed bugs.
15587 2005-04-06  Naba Kumar  <naba@gnome.org>
15589         * src/anjuta.c: Load default session only when
15590         "anjuta.session.load.last" preference is enabled.
15591         
15592 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15594         * plugins/tools/Makefile.am,
15595         plugins/tools/variable.c,
15596         plugins/tools/variable.h:
15597         Add new code for handling variables
15599         * plugins/tools/anjuta-tools.glade:
15600         Improve tool editor dialog
15601         Add variable selection dialog
15603         * plugins/tools/dialog.c,
15604         plugins/tools/dialog.h,
15605         plugins/tools/plugin.c,
15606         plugins/tools/plugin.h:
15607         Add variable object
15608         Add a function to get it
15610         * plugins/tools/editor.c:
15611         Add gui code for variable selection dialog
15613         * plugins/tools/execute.c:
15614         Use variables for executing command
15615         
15616         * Naba: Compile warning fixes.
15618 2005-04-06  Naba Kumar  <naba@gnome.org>
15620         * TODO.tasks: Marked completed items.
15621         
15622 2005-04-06  Naba Kumar  <naba@gnome.org>
15624         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15625         compile error.
15626         
15627         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15629 2005-04-04  Naba Kumar  <naba@gnome.org>
15631         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15632         inside Main window.
15633         
15634 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15636         * plugins/tools/Makefile.am,
15637         plugins/tools/anjuta-tools.plugin.in,
15638         plugins/tools/anjuta-tools.ui,
15639         plugins/tools/anjuta-tools.gladei,
15640         plugins/tools/anjuta-tools-plugin.png,
15641         plugins/tools/plugin.c,
15642         plugins/tools/plugin.h,
15643         plugins/tools/dialog.c,
15644         plugins/tools/dialog.h,
15645         plugins/tools/fileop.c,
15646         plugins/tools/fileop.h,
15647         plugins/tools/tool.c,
15648         plugins/tools/tool.h,
15649         plugins/tools/editor.c,
15650         plugins/tools/editor.h,
15651         plugins/tools/execute.c,
15652         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15653         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15654         Not fully working
15656         * anjuta-tools.[ch]: Removed old tools code.
15657         
15658 2005-04-01  Steve Murphy  <murf@e-tools.com>
15660         * configure.in: Added "rw" to ALL_LINGUAS.
15662 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15664         * Modified Files:
15665         manuals/C/anjuta-manual/fileoperations.xml
15666         Added Files:
15667         manuals/C/anjuta-manual/figures/search_expr.png
15668         manuals/C/anjuta-manual/figures/search_expr_basic.png
15669         manuals/C/anjuta-manual/figures/search_file_list.png
15670         manuals/C/anjuta-manual/figures/search_file_pattern.png
15671         manuals/C/anjuta-manual/figures/search_replace.png
15672         manuals/C/anjuta-manual/figures/search_setting.png
15673         manuals/C/anjuta-manual/figures/search_target.png
15674         manuals/C/anjuta-manual/figures/search_target_action.png
15675         manuals/C/anjuta-manual/figures/search_target_in.png
15676         Removed Files:
15677         manuals/C/anjuta-manual/figures/find_files.png
15678         manuals/C/anjuta-manual/figures/find_replace.png
15679         manuals/C/anjuta-manual/figures/find_text.png :
15680         Updated Anjuta manual (File Operations)
15682 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15684         * manuals/C/anjuta-manual/fileoperations.xml,
15685         manuals/C/anjuta-manual/figures/open_file.png,
15686         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15687         manuals/C/anjuta-manual/figures/prefs_print.png,
15688         manuals/C/anjuta-manual/figures/print_dlg.png,
15689         manuals/C/anjuta-manual/figures/print_preview.png.
15690         * Added Files:
15691         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15692         manuals/C/anjuta-manual/figures/display_macro.png,
15693         manuals/C/anjuta-manual/figures/insert_text.png,
15694         manuals/C/anjuta-manual/figures/keyword_macro.png,
15695         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15696         manuals/C/anjuta-manual/figures/save_as_file.png :
15697         Updated Anjuta Manual (File Operations)
15699 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15701         * plugins/editor/action-callbacks.c,
15702           plugins/file-loader/plugin.c,
15703           plugins/gtodo/main.c,
15704           plugins/project-wizard/druid.c:
15705           Fix spelling/grammar errors. Fixes bugs
15706           169068, 169137, 169138, and 169139.
15708 2005-03-21  Naba Kumar  <naba@gnome.org>
15710         Patch from: Massimo Cora' <maxcvs@email.it>:
15711         
15712         * plugins/editor/Makefile.am
15713         plugins/editor/anjuta-docman.c,
15714         (added) plugins/editor/editor-tooltips.c,
15715         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15716         editor tabs to show full path.
15718 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15719         
15720         * plugins/subversion/svn-backend.c:
15721         Removed "apr-0/" from include because this is 
15722         already included in SVN_INCLUDE and broke building if
15723         apr >= 1.0 was installed.
15725 2005-03-18  Naba Kumar  <naba@gnome.org>
15727         Patch from: Massimo Cora' <maxcvs@email.it>:
15729         * plugins/editor/action-callbacks.c,
15730         plugins/editor/aneditor-calltip.cxx,
15731         plugins/editor/aneditor-priv.h,
15732         plugins/editor/aneditor.cxx,
15733         plugins/editor/aneditor.h,
15734         plugins/editor/anjuta-document-manager.ui: Added calltip
15735         activation from menu.
15737 2005-03-16  Naba Kumar  <naba@gnome.org>
15739         Patch from: Massimo Cora' <maxcvs@email.it>:
15740         
15741         * plugins/class-gen/action-callbacks.c,
15742         plugins/class-gen/anjuta-class-gen-plugin.glade,
15743         plugins/class-gen/class_gen.c,
15744         plugins/class-gen/class_gen.h,
15745         plugins/class-gen/class_logo.xpm,
15746         plugins/class-gen/plugin.c: Create files without project
15747         being open. Add to project support. And other enhancements.
15749 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15751         * anjuta.glade,
15752           plugins/debug-manager/utilities.c,
15753           plugins/file-loader/plugin.c,
15754           plugins/gdb/utilities.c,
15755           plugins/profile-default/plugin.c,
15756           plugins/project-import/project-import.c,
15757           src/anjuta-actions.h:
15758           Spelling/grammar fixes.
15760 2005-03-13  Naba Kumar  <naba@gnome.org>
15761         
15762         * plugins/editor/action-callbacks.c,
15763         plugins/editor/action-callbacks.h,
15764         plugins/editor/anjuta-document-manager.ui,
15765         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15766         submenu. Moved menuitems from Format to View->Editor.
15767         
15768         * src/action-callbacks.c, src/action-callbacks.h,
15769         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15770         layout and lock layout menus in View submenu. Get rid of
15771         Settings->Layout Manager menu.
15772         
15773         * plugins/project-import/anjuta-project-import.plugin.in:
15774         Fixed icon name
15776         * global-tags/Makefile.am,
15777         global-tags/create_global_tags.sh,
15778         plugins/editor/aneditor-autocomplete.cxx,
15779         plugins/editor/aneditor-priv.h,
15780         plugins/editor/aneditor.cxx,
15781         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15782         in editor and made it work in global symbols also.
15783         
15784         * src/anjuta-app.c: Always use priority texts besides icons style
15785         for toolbars, because other styles look horible for Anjuta (fixme).
15787 2005-03-11  Naba Kumar  <naba@gnome.org>
15789         * configure.in: Removed test for iconv.
15791         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
15792         before scintilla widget is realized.
15793         
15794         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
15795         for Update menuitem.
15796         
15797         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
15798         already applied in scintilla main stream.
15799         
15800         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
15801         and notified scintilla developer.
15802         
15803 2005-03-10  Naba Kumar  <naba@gnome.org>
15805         * src/action-callbacks.c: Removed reference to src/help.h (dead
15806         file).
15808         * plugins/editor/text_editor.c: Removed reference to
15809         src/launcher.h (a dead file).
15811         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
15812         src/controls.c, src/controls.h, src/fileselection.c,
15813         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
15814         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
15815         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
15816         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
15817         src/session.h, src/support.c, src/support.h, src/toolbar.c,
15818         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
15819         Removed these dead files from CVS.
15822 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15824         * plugins/file-wizard/action-callbacks.c : Added error message.
15825         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
15828 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
15829         
15830         * plugins/cvs-plugin/cvs-callbacks.c
15831         plugins/cvs-plugin/plugin.c:
15832         Fixed preferences page init and busy handling
15833         
15834         * plugins/subversion/plugin.c:
15835         Fixed preferences page init
15837 2005-03-09  Naba Kumar  <naba@gnome.org>
15839         * plugins/Makefile.am, plugins/glade/Makefile.am,
15840         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
15841         enabled glade plugin in Anjuta. The plugin is built only when
15842         glade3 is installed.
15843         
15844 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15846         * plugins/project-wizard/templates/java.wiz
15847         plugins/project-wizard/templates/java-logo.png (*)
15848         plugins/project-wizard/templates/java/*
15849         plugins/project-wizard/templates/Makefile.am
15850         configure.in:
15851         
15852         Add Java project type. It generates a autoconf/automake
15853         project which is compiled using gcj. It requires automake 
15854         > 1.4 (1.9 is known to work) to work!
15855         
15856         (*) still awaiting response from the gcj team if we
15857         may use their logo.
15858         
15859 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
15860         
15861         * plugins/project-import/*
15862         plugins/Makefile.am
15863         configure.in:
15864         Added project import plugin. Might be a bit buggy and limited
15865         but works for now.
15866         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15867         Icon from old pixmaps dir
15869 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15871         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
15872         plugins/macro/macro-util.c, plugins/macro/macros.xml :
15873         Added C Custom_Indent line macro.
15874         Cleaned macros.xml
15876 2005-03-09  Naba Kumar  <naba@gnome.org>
15878         * TODO.tasks: Added new message-manager tasks.
15879         
15880         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15881         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15882         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15883         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15884         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15885         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15886         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15887         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15888         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15889         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15890         
15891         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
15892         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
15893         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
15894         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
15895         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
15896         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
15897         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
15898         Removed debugger widgets from shell on debugger shutdown. Added
15899         scrolled windows for docked widgets. Removed unnecessary widget refs
15900         and unrefs. Destroy widgets correctly on debugger shutdown.
15901         
15902         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
15903         with project description title. Removed frame shadow.
15904         
15905         * plugins/project-wizard/druid.c: Initializes tooltips.
15906         
15907         * scintilla/Makefile.am: Fixed comiple error.
15909 2005-03-08  Adam Weinberger  <adamw@gnome.org>
15911         * plugins/class-gen/anjuta-class-gen-plugin.glade,
15912           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
15914 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15916         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15917         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15918         plugins/macro/macro-util.c, plugins/macro/macro-util.h
15919         plugins/macro/macros.xml, plugins/macro/plugin.c :
15920         Moved cursor at the '|' position defined in macros.
15922 2005-03-07  Naba Kumar  <naba@gnome.org>
15924         * plugins/subversion/Makefile.am: Fixed build error.
15926         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
15927         types (perl, python, shellscript).
15928         
15929         * plugins/editor/plugin.c: Fixed to show all highlight options.
15930         
15931 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15933         * TODO.tasks : updated tasks.
15934         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
15936 2005-03-07  Naba Kumar  <naba@gnome.org>
15938         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
15939         or disable subversion file-manager submenu. If "Subvesion" is also
15940         valid directory, we should also check for it.
15942         * configure.in: Disable cygwin macro until someone fixes the
15943         autoconf warnings.
15944         
15945         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
15946         backward compatibility.
15947         
15948 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15950         * src/about.c : Cleaned code.
15951         * plugins/macro/macros.xml : Added "do_while" C macro.
15952         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
15953         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
15954         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
15955         Closed registers, shared libraries, kernel signals dialogs with ESC key.
15956         
15957 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15959         * plugins/class-gen/plugin.c:
15960         Removed "return" to activate project_root_uri watching.
15962 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15964         * plugins/Makefile.am
15965         plugins/subversion/*:
15966         Added subversion plugin. Add, Remove, Commit and Update work
15967         everything else needs work.
15968         
15969         * plugins/terminal/terminal.c
15970         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
15971         we still have focus problems with the editor.
15973 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15975         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
15976         
15977 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15979         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
15981 2005-03-04  Naba Kumar  <naba@gnome.org>
15983         Patch from Massimo Cora' <maxcvs@email.it>:
15985         * plugins/class-gen/Makefile.am,
15986         plugins/class-gen/action-callbacks.c,
15987         plugins/class-gen/action-callbacks.h,
15988         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
15989         plugins/class-gen/anjuta-class-gen.plugin.in,
15990         plugins/class-gen/class_gen.c,
15991         plugins/class-gen/class_gen.h,
15992         (removed) plugins/class-gen/clsGen.c,
15993         (added) plugins/class-gen/goc_template_header,
15994         (added) plugins/class-gen/goc_template_source,
15995         plugins/class-gen/plugin.c,
15996         plugins/class-gen/plugin.h: Refactored class gen code.
15997         Added GOCBuilder code. Fixed UI. Implemented plugin.
15999 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16001         * plugins/project-wizard/property.c
16002         plugins/project-wizard/install.c
16003         plugins/project-wizard/druid.c
16004         plugins/editor/goto_line.c
16005         plugins/editor/plugin.c
16006         plugins/gtodo/add_edit_item.c
16007         plugins/gtodo/ligtodo.c
16008         plugins/gtodo/main.c
16009         plugins/gtodo/preferences.c:
16010         Fixed #167559, #167534, #167266, #167357
16011         (Bad English in strings...)
16012         
16013         Thanks to Adam Weinberger and Thierry Moisan for
16014         reporting!
16016 2005-03-03  Naba Kumar  <naba@gnome.org>
16018         * libegg/Makefile.am, libegg/menu/Makefile.am,
16019         (added) libegg/egg-submenu-action.c,
16020         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16021         submenu (used for wizard listing).
16022         
16023         * plugins/file-loader/anjuta-loader-plugin.ui
16024         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16025         and toolbar.
16026         
16027         * plugins/editor/action-callbacks.c,
16028         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16029         ctrl+tabbing because it was interfaring with focus navigation.
16030         Focus editor on "Esc" in incremental search entry. Cleanups.
16031         
16032         * plugins/file-manager/an_file_view.c,
16033         plugins/symbol-browser/plugin.c,
16034         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16035         Cleanups.
16036         
16037         * plugins/profile-default/plugin.c,
16038         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16039         for sesssion load.
16040         
16041         * (removed) scintilla/patches/a64-crash-fix.patch,
16042         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16043         scintilla patches.
16045 2005-03-03  Naba Kumar  <naba@gnome.org>
16047         * HACKING: Fixed typos.
16048         
16049         * plugins/editor/aneditor-indent.cxx: Clean up.
16050         
16051         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16052         Enable/disable save, undo and redo actions depending on state
16053         of the editor.
16054         
16055 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16057         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16058         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16059         Displayed search_incremental status.
16061         * Removed plugins/editor/search_incremental.[ch]
16063 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16064         
16065         * plugins/cvs-plugin/cvs-execute.c
16066         plugins/cvs-plugin/cvs-callbacks.c:
16067         - Use weak reference on mesg_view and reuse tab if
16068         it still exists to avoid cluttering message manager.
16069         - Fixed bug in cvs remove
16070         
16071         README, HACKING: Updated
16072         
16073         configure.in: Added check for libsvn
16075 2005-02-29  Naba Kumar  <naba@gnome.org>
16076         
16077         * plugins/file-manager/an_file_view.c,
16078         plugins/symbol-browser/an_symbol_view.c,
16079         plugins/symbol-browser/plugin.c: Hide column headers (they
16080         are redundant).
16082 2005-02-29  Naba Kumar  <naba@gnome.org>
16084         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16085         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16086         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16087         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16088         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16089         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16090         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16091         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16092         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16093         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16095         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16096         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16097         (added) libanjuta/anjuta-session.[hc],
16098         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16099         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16100         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16101         src/main.c:
16102         
16103         Implemented session management. Implemented session
16104         container class. Added session notifications from shell. Implemented
16105         session save/load in editor, file-loader, default-profile-plugin
16106         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16107         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16108         and maximized states in session. Implemented project session
16109         management.
16111 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16113         * plugins/class-gen/action-callbacks.[ch],
16114         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16115         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16116         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16117         with Escape key.
16119 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16120         
16121         * plugins/project-wizard/anjuta-project-wizard.glade,
16122         plugins/project-wizard/druid.c:
16123         Add some padding in tab label in project selection page
16124         
16125         * plugins/project-wizard/druid.c,
16126         plugins/project-wizard/parser.c:
16127         Search for project template recursively
16128         Add ~/.anjuta/project to the search paths
16130 2005-02-26  Naba Kumar  <naba@gnome.org>
16132         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16133         * plugins/file-loader/plugin.c: Fixed crash bug.
16134         * libanjuta/plugins.c: Fixed memory leak.
16135         
16136 2005-02-26  Naba Kumar  <naba@gnome.org>
16137         
16138         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16139         "UserActivatable" attribute for plugins. This attribute if set to
16140         "no" will prevent users from activating/deactivating it from
16141         plugins dialog. Added a toggle button in plugins dialog to toggle
16142         the plugins list between list of activatable plugins (default) to
16143         list of all plugins. anjuta_plugin_select() now only selects the
16144         plugin. Added anjuta_plugins_select_and_activate() method that will
16145         select and activate it.
16146         
16147         * plugins/profile-default/Makefile.am,
16148         plugins/profile-default/anjuta-default-profile.ui,
16149         plugins/profile-default/plugin.c,
16150         plugins/profile-default/plugin.h,
16151         plugins/project-manager/anjuta-project-manager.ui,
16152         plugins/project-manager/plugin.c,
16153         plugins/project-manager/plugin.h:
16154         
16155         Anjuta projects (*.anjuta) files define the profile of respective
16156         projects. Profile is a set of related plugins required for the
16157         project to open. Moved "close project" action from Project Manager
16158         to Profile Manager plugin. Implemented loading and unloading of
16159         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16160         (instead of Project Manager) now handles opening of *.anjuta files.
16161         Close Project menuitem is now moved to File submenu (being
16162         consistent with Anjuta 1.x versions and avoiding creating Project
16163         submenu when project manager is not loaded).
16164         
16165         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16166         
16167         * src/anjuta.ui: Fixed place holder for projects.
16168         
16169         * (new) plugins/profile-default/default.anjuta: default startup
16170         profile. Removed the hardcoded plugins loading in
16171         DefaultProfilePlugin.
16173         * anjuta.anjuta,
16174         plugins/project-wizard/templates/terminal/project.anjuta:
16175         Implemented project format in newly created projects.
16177         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16178         plugins/class-gen/anjuta-class-gen.plugin.in,
16179         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16180         plugins/editor/anjuta-document-manager.plugin.in,
16181         plugins/file-loader/anjuta-loader.plugin.in,
16182         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16183         plugins/gdb/anjuta-gdb.plugin.in,
16184         plugins/glade/anjuta-glade.plugin.in,
16185         plugins/message-view/anjuta-message-manager.plugin.in,
16186         plugins/profile-default/anjuta-default-profile.plugin.in,
16187         plugins/project-manager/anjuta-project-manager.plugin.in,
16188         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16189         Defined UserActivatable attributes. Added supported types attribute.
16191         * plugins/project-wizard/anjuta-project-wizard.glade
16192         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16193         "Project Wizard" in preferences title.
16195         * TODO.tasks: Updated.
16196         
16197         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16198         Updated.
16199         
16200 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16202         * plugins/file-wizard/anjuta-file-wizard.glade
16203         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16204         
16205         Integrated License macros, cleaned file.c.
16206         
16207 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16208         
16209         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16210         username can not be found correctly.
16212 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16214         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16215         plugins/macro/macros.xml :
16216         
16217         Added Headers macros. Cleaned file.c
16219 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16221         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16222         plugins/macro/macros.xml :
16223         
16224         Fixed a bug. Added Header macro.
16226         
16227 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16229         * plugins/file-wizard/action-callbacks.c, 
16230         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16231         plugins/macro/macros.xml :
16232         
16233         Added FileName, Header template macros.
16234         
16235 2005-02-24  Naba Kumar  <naba@gnome.org>
16236         
16237         * plugins/patch/patch-plugin.c: Fixed a function call.
16238         
16239         * src/anjuta.c, src/main.c: Save and load default session.
16240         
16241 2005-02-24  Naba Kumar  <naba@gnome.org>
16243         * libanjuta/interfaces/libanjuta.idl,
16244         plugins/message-view/anjuta-msgman.c,
16245         plugins/message-view/anjuta-msgman.h,
16246         plugins/message-view/plugin.c: Added and implemented
16247         set_view_title() method.
16248         
16249         * plugins/build-basic-autotools/build-basic-autotools.c,
16250         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16251         build context pooling. Maximum 3 contexts are reused. Additional
16252         contexts are created when all are busy.
16254 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16256         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16257         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16258         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16259         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16261         Added Copyright, Changelog macros.
16262                 
16263 2005-02-23  Naba Kumar  <naba@gnome.org>
16265         Patch from Massimo Cora' <maxcvs@email.it>:
16266         * plugins/Makefile.am,
16267         plugins/patch/Makefile.am,
16268         (added) plugins/patch/anjuta-patch-plugin.png,
16269         (added) plugins/patch/anjuta-patch.plugin.in,
16270         (added) plugins/patch/anjuta-patch.ui,
16271         plugins/patch/patch-plugin.c,
16272         (added) plugins/patch/patch-plugin.h,
16273         (added) plugins/patch/plugin.c,
16274         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16275         architecture.
16277 2005-02-23  Naba Kumar  <naba@gnome.org>
16279         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16280         file-loader/plugin.c, profile-default/plugin.c:
16281         Implemented "activated" and "deactivated" signals for plugin class.
16282         Renamed *_location() functions to *_id(), because location is
16283         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16284         anjuta_plugins_unload_plugin().
16285         
16286         * class-gen/plugin.c: Fixed complier warning and utility function call.
16287         
16288         * debug-manager/plugin.c: Unload debugger plugin correctly.
16289         
16290         * project-manager/plugin.c:     Fixed compiler warnings.
16291         
16292         * plugins/project-wizard/templates/gnome/.cvsignore,
16293         plugins/project-wizard/templates/gnome/po/.cvsignore,
16294         plugins/project-wizard/templates/gnome/src/.cvsignore,
16295         plugins/project-wizard/templates/gtk/po/.cvsignore,
16296         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16297         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16298         
16299         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16300         build (we need to fix this thing).
16301         
16302 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16304         * plugins/macro/macro-action.[ch]
16305         plugins/macro/macro-edit.c
16306         plugins/macro/macro-dialog.c
16307         plugins/macro/macro-db.[ch]
16308         plugins/macro/plugin.[ch]
16309         plugins/macro/macro-util.[ch] (added)
16310         
16311         Cleaned up macro plugin and preview expanded macros.
16313 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16315         * plugins/cvs-plugin/cvs-interface.c:
16317         Fixed option setting when using no compression and not 
16318         ignoring .cvsrc
16320 2005-02-23  Naba Kumar  <naba@gnome.org>
16321         
16322         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16323         geometry on exit and startup (only if there is no geometry from the
16324         session).
16326         * TODO.tasks: Updated.
16327         
16328         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16329         
16330         * manuals/reference/libanjuta/Makefile.am,
16331         manuals/reference/libanjuta/libanjuta-docs.sgml,
16332         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16333         documentation for writing project templates.
16335 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16337         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16338         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16339         
16340         Expansion keywords in macros. 
16342 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16344         * plugins/file-wizard/action-callbacks.c,
16345         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16346         plugins/macro/macros.xml :
16347         
16348         Inserting text by macro plugin
16349         In progress ...
16351 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16353         * plugins/macro/plugin.c
16354         plugins/cvs-plugin/plugin.c:
16355         
16356         Fixed interfaces (use static)
16358 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16359         
16360         * plugins/macro/macro-actions.[ch]
16361         plugins/macro/plugin.c
16362         libanjuta/interfaces/libanjuta.idl:
16363         
16364         Implemented IAnjutaMacro interface to be used by file-wizard
16365         
16366         * plugins/cvs-plugin/plugin.c
16367         libanjuta/interfaces/libanjuta.idl:
16368         
16369         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16370         for all version control systems and not only for cvs.
16372 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16374         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16375         insert_macro.
16376         
16377         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16380 2005-02-21  Naba Kumar  <naba@gnome.org>
16382         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16383         IAnjutaDebugger interface.
16384         
16385         * plugins/debug-manager/anjuta-debug-manager.ui,
16386         plugins/debug-manager/attach_process.c,
16387         plugins/debug-manager/attach_process.h,
16388         plugins/debug-manager/plugin.c,
16389         plugins/debug-manager/plugin.h,
16390         plugins/gdb/actions.c,
16391         plugins/gdb/actions.h,
16392         plugins/gdb/anjuta-gdb-plugin.ui,
16393         plugins/gdb/breakpoints.c,
16394         plugins/gdb/breakpoints.h,
16395         plugins/gdb/debugger.c,
16396         plugins/gdb/debugger.h,
16397         plugins/gdb/memory.c,
16398         plugins/gdb/plugin.c,
16399         plugins/gdb/plugin.h,
16400         plugins/gdb/sharedlib.h,
16401         plugins/gdb/sharedlib_cbs.c,
16402         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16403         correctly between debug-manager and debugger. Implemented debugger
16404         interface in gdb plugin. Fixed action names. Added UI updating.
16405         Start and stop debugger (does not work yet). Fixed UI merging.
16406         Fixed debugger plugin handling in debug-manager.
16408 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16410         * plugins/editor/aneditor-autocomplete.cxx:
16411         
16412         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16413         crash with C++ "template" keyword.
16415 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16417         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16418         Fixed bug (Closed macro dialogs with Esc key).
16419         
16420 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16421         
16422         * plugins/project-wizard/xlib.wiz,
16423         plugins/project-wizard/xlib-logo.png,
16424         plugins/project-wizard/xlib/*:
16425         Port old xlib anjuta project on new project wizard
16426         
16427         * plugins/project-wizard/xlib-dock.wiz,
16428         plugins/project-wizard/xlib-dock/*:
16429         Port old xlib dock anjuta project on new project wizard
16430         
16431         * plugins/project-wizard/wxwin.wiz,
16432         plugins/project-wizard/wxwin-logo.png,
16433         plugins/project-wizard/wxwin/*:
16434         Port old wxwin anjuta project on new project wizard
16435         
16436         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16437         necessary changes for the new templates.
16438         
16439 2005-02-18  Naba Kumar  <naba@gnome.org>
16441         * plugins/Makefile.am: Added class-gen
16442         
16443 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16445         * plugins/project-wizard/header.c:
16446         Fix a bug in sorting of project categories
16448 2005-02-18  Naba Kumar  <naba@gnome.org>
16450         Patch from Massimo Cora  <maxcvs@email.it>:
16451         
16452         * plugins/class-gen/.cvsignore,
16453         plugins/class-gen/Makefile.am,
16454         (added) plugins/class-gen/action-callbacks.c,
16455         (added) plugins/class-gen/action-callbacks.h,
16456         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16457         (added) plugins/class-gen/class_gen.c,
16458         (added) plugins/class-gen/class_gen.h,
16459         (added) plugins/class-gen/plugin.c,
16460         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16461         new architecture.
16462         
16463         * plugins/project-manager/plugin.c: implemented add_source().
16465 2005-02-17  Naba Kumar  <naba@gnome.org>
16467         * plugins/file-loader/plugin.c: Fixed possible crash.
16468         
16469         * src/action-callbacks.c, src/action-callbacks.h,
16470         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16472 2005-02-17  Naba Kumar  <naba@gnome.org>
16473         
16474         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16475         plugins/project-wizard/templates/gnome.wiz,
16476         plugins/project-wizard/templates/gtk.wiz,
16477         plugins/project-wizard/templates/gtkmm.wiz,
16478         plugins/project-wizard/templates/terminal.wiz,
16479         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16480         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16481         plugins/project-wizard/templates/gnome/src/callbacks.c,
16482         plugins/project-wizard/templates/gnome/src/callbacks.h,
16483         plugins/project-wizard/templates/gnome/src/main.c,
16484         plugins/project-wizard/templates/gtk/src/callbacks.c,
16485         plugins/project-wizard/templates/gtk/src/callbacks.h,
16486         plugins/project-wizard/templates/gtk/src/main.c,
16487         plugins/project-wizard/templates/gtkmm/src/main.cc,
16488         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16489         to generate licence correctly (without any extra newlines). Removed
16490         IncludeGNUHeader macro definition and added proper licence property.
16491         Fixed project directory paths in file contents.
16493 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16495         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16496         Closed macro dialogs with Esc key.
16498 2005-02-16  Naba Kumar  <naba@gnome.org>
16500         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16501         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16502         plugins/project-wizard/templates/gnome/src/callbacks.c,
16503         plugins/project-wizard/templates/gnome/src/callbacks.h,
16504         plugins/project-wizard/templates/gnome/src/main.c,
16505         plugins/project-wizard/templates/gtk/src/main.c,
16506         plugins/project-wizard/templates/gtkmm/src/main.cc,
16507         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16508         macros to avoid blank newlines.
16510 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16512         * plugins/project-wizard/autogen.c:
16513         Correct a problem when having property value in UTF-8
16515         * plugins/project-wizard/druid.c:
16516         Correct a bug when reselecting a new project (all pages
16517         must be removed)
16519         * plugins/project-wizard/property.c:
16520         Avoid having default invalid properties
16522         * plugins/project-wizard/templates/terminal.wiz,
16523         plugins/project-wizard/templates/terminal/po/ChangeLog,
16524         plugins/project-wizard/templates/terminal/src/main.c:
16525         Remove command for testing run function
16526         Move destination directory to second page and include
16527         project name. Add exist tag. Remove unused properties.
16529 2005-02-16  Naba Kumar  <naba@gnome.org>
16531         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16532         plugins/debug-manager/anjuta-debug-manager.ui,
16533         plugins/debug-manager/plugin.c,
16534         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16535         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16536         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16537         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16538         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16539         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16540         (removed) src/anjuta_info.c,
16541         (removed) src/anjuta_info.h,
16542         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16543         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16544         (added) plugins/gdb/actions.c,
16545         (added) plugins/gdb/actions.h: Completed initial
16546         porting of debugger to new architecture. Fixed many of the debugger
16547         functions.
16549         * plugins/file-loader/plugin.c: Detect some important mime ourself
16550         to avoid inconsistencies when mime system isn't working.
16551         
16552 2005-02-16  Naba Kumar  <naba@gnome.org>
16554         * plugins/editor/Makefile.am,
16555         (added) plugins/editor/aneditor-autocomplete.cxx,
16556         (added) plugins/editor/aneditor-calltip.cxx,
16557         (added) plugins/editor/aneditor-indent.cxx,
16558         (added) plugins/editor/aneditor-priv.h,
16559         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16560         different smaller chunks to make it easy to maintain.
16562 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16564         * plugins/project-wizard/druid.c :
16565         
16566         Found system Email address if not defined in Preferences.
16568 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16569         
16570         * plugins/project-wizard/gtkmm.wiz
16571         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16572         plugins/project-wizard/gtkmm/*
16573         
16574         Added GTKmm (C++) project type
16576 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16578         * plugins/message-view/plugin.c
16579         plugins/message-view/message-view.c
16580         TODO.gtodo:
16581         Implemented next/prev action
16583 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16585         * plugins/project-wizard/templates/libglade2.* :
16586         Removed libglade2 project.
16587         
16588         * plugins/project-wizard/templates/gtk* :
16589         Removed interface.[ch] & support.[ch].
16590         
16591 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16593         * plugins/project-wizard/anjuta-project-wizard.glade,
16594         plugins/project-wizard/property.[ch],
16595         plugins/project-wizard/templates/anjuta-plugin.wiz :
16596         Added a new property ("iconfile").
16598 2005-02-14  Naba Kumar  <naba@gnome.org>
16600         * plugins/project-wizard/install.c,
16601         plugins/project-wizard/plugin.c,
16602         plugins/project-wizard/templates/anjuta-plugin.wiz,
16603         plugins/project-wizard/templates/gnome.wiz,
16604         plugins/project-wizard/templates/gtk.wiz,
16605         plugins/project-wizard/templates/libglade2.wiz,
16606         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16607         newly created projects and open them. Fixed message buffering in
16608         wizard.
16610 2005-02-14  Naba Kumar  <naba@gnome.org>
16612         * src/about.c, pixmaps/Makefile.am,
16613         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16614         
16615         * mime/gnome-mime-application-x-anjuta.png,
16616         pixmaps/anjuta_icon.png,
16617         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16618         done by 9-speed at:
16619         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16620         
16621 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16623         * configure.in,
16624         plugins/project-wizard/templates/libglade2-logo.png,
16625         plugins/project-wizard/templates/libglade2.wiz,
16626         plugins/project-wizard/templates/libglade2/* :
16627         Add Glade2 project
16630 2005-02-14  Naba Kumar  <naba@gnome.org>
16632         * TODO.tasks: Updated.
16633         
16634         * plugins/editor/anjuta-docman.c,
16635         plugins/editor/text_editor.c,
16636         plugins/editor/text_editor.h,
16637         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16638         for file modification, but it is still not functioning.
16640 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16642         * plugins/project-wizard/values.c,
16643         plugins/project-wizard/values.h,
16644         plugins/project-wizard/property.c,
16645         plugins/project-wizard/property.h,
16646         plugins/project-wizard/druid.c:
16647         Rewrite mandatory property check
16648         Add check of exist property
16649         Rewrite handling of cached property page
16651 2005-02-13  Naba Kumar  <naba@gnome.org>
16653         Patch from Igor Kovalenko  <garrison@mail.ru>:
16654         * tagmanager/tm_workspace.c: Improved performance.
16656 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16658         *plugins/project-wizard/templates/*.wiz,
16659         plugins/project-wizard/druid.c,
16660         plugins/project-wizard/templates/terminal/src/main.c,
16661         plugins/project-wizard/templates/gtk/src/*.[ch],
16662         plugins/project-wizard/templates/gtk/src/Makefile.am,
16663         plugins/project-wizard/templates/gnome/src/*.[ch],
16664         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16665         Add Copyright date & Email address,
16666         Correct terminal project.
16667         
16668 2005-02-12  Naba Kumar  <naba@gnome.org>
16670         * plugins/project-wizard/property.c: Fixed hidden
16671         properties to take values.
16673         * plugins/project-wizard/file.[ch]: Renamed
16674         true/false enum values to fix compile error
16675         (conflict with other definition).
16676         
16677         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16678         even when mime type detection fails (for example, when Anjuta is
16679         installed in non-system prefix).
16681 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16683         * plugins/project-wizard/values.c,
16684         plugins/project-wizard/values.h:
16685         Rewrite file with more comments
16687         * plugins/project-wizard/druid.c,
16688         plugins/project-wizard/druid.h,
16689         plugins/project-wizard/autogen.c,
16690         plugins/project-wizard/autogen.h,
16691         plugins/project-wizard/druid.c,
16692         plugins/project-wizard/druid.h:
16693         Add more comments
16694         Use values instead of properties
16695         Move default properties to druid.c
16697         * plugins/project-wizard/install.c,
16698         plugins/project-wizard/install.h:
16699         Use values instead of properties
16700         Add a check to avoid overwriting files
16702         * plugins/project-wizard/parser.c,
16703         plugins/project-wizard/property.c,
16704         plugins/project-wizard/property.h:
16705         Update to use new values
16706         Add an "exist" attribute to check if a directory already exist
16708         * plugins/project-wizard/anjuta-project-wizard.glade:
16709         Change project selection page (GtkTextView => GtkLabel,
16710         GtkTable => GtkVBox)
16712         * plugins/project-wizard/templates/terminal.wiz:
16713         Move destination directory on second page
16714         
16715         * plugins/project-wizard/action.c:
16716         Add a few comments
16718 2005-02-12  Naba Kumar  <naba@gnome.org>
16720         * plugins/file-manager/an_file_view.c,
16721         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16722         views. Created dynamic update date of view depending on project
16723         changes -- similar to file-manager view.
16724         
16725         * plugins/devhelp/plugin.c: Load help on idle.
16726         
16727         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16728         autoformat' to proper location in preferences.
16729         
16730         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16731         compatibility.
16732         
16733         * plugins/editor/plugin.c: Fixed accel name.
16735 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16737         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16738         plugins/project-wizard/templates/gnome.wiz,
16739         plugins/project-wizard/templates/gtk.wiz,
16740         plugins/project-wizard/anjuta-project-wizard.glade,
16741         plugins/project-wizard/autogen.c:
16742         Add Username & Email address in Project preferences.
16744 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16746         *plugins/project-wizard/templates/gnome-logo.png,
16747         plugins/project-wizard/templates/gnome.wiz,
16748         plugins/project-wizard/templates/gnome/* :
16749         Add Gnome project
16751 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16753         * plugins/project-wizard/templates/terminal/src/main.c, 
16754         plugins/project-wizard/templates/terminal/src/main.c,
16755         plugins/project-wizard/templates/terminal/src/main.[ch] :
16756         Insert License in projects
16757         
16758 2005-02-11  Naba Kumar  <naba@gnome.org>
16760         * TODO.tasks: Added message manager task.
16761         
16762         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16763         
16764         * plugins/editor/plugin.c: Use bookmark stock icons.
16765         
16766         * plugins/message-view/anjuta-message-manager.ui,
16767         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16769 2005-02-10  Naba Kumar  <naba@gnome.org>
16771         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16772         
16773 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16775         * global-tags/Makefile.am
16776         Error during 'make install'
16778 2005-02-09  Naba Kumar  <naba@gnome.org>
16780         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16781         missing file.
16782         
16783 2005-02-08  Naba Kumar  <naba@gnome.org>
16785         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
16786         
16787         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
16788         Show busy cursur when updating global tags in preferences.
16790         * configure.in: Fixed.
16791         
16792 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16794         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
16795           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
16796          
16797         - Fixed anjuta-plugin project (glade)
16799 2005-02-08  Naba Kumar  <naba@gnome.org>
16801         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
16802         Fixed automatic indentations.
16804         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
16805         Global tags are now segregated into smaller api tags, which can be
16806         selectively loaded from symbol browser preferences.
16808         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
16809         Implemented IProjectManager interface in project-manager. Mostly getter
16810         methods for now, but need to add add() and remove() methods to add
16811         or remove project elements.
16813         * plugins/gdb/debug_tree.c: Small fix.
16815         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
16816         plugins/symbol-browser/an_symbol_info.c,
16817         plugins/symbol-browser/an_symbol_info.h,
16818         plugins/symbol-browser/an_symbol_search.c,
16819         plugins/symbol-browser/an_symbol_search.h,
16820         plugins/symbol-browser/an_symbol_view.c,
16821         plugins/symbol-browser/an_symbol_view.h,
16822         plugins/symbol-browser/plugin.c,
16823         plugins/symbol-browser/plugin.h,
16824         tagmanager/c.c,
16825         tagmanager/entry.h,
16826         tagmanager/tm_project.c,
16827         tagmanager/tm_symbol.c,
16828         tagmanager/tm_tag.c,
16829         tagmanager/tm_workspace.c,
16830         tagmanager/vstring.c,
16831         tagmanager/include/tm_tag.h,
16832         tagmanager/include/tm_workspace.h:
16833         
16834         - Fixed tagmanager parsing of source files to parse for typedefines and
16835         properly record element scopes. Implemented scope autocompletion
16836         (autocompletion on '.', '->', '::' and ':'. The functionality is not
16837         fully working. It was based on older patch for Anjuta 1.2.2 in SF
16838         patch list (author is unknown).
16839         - Implemented symbol-browser preferences for dynamically loading and
16840         saving tags API segments.
16841         - Fixed symbol-search to use tagmanager directly instead of depending
16842         on symbol-view for tags list.
16843         - Fixed symbol-view to create the tree using TMSymbol tree directly.
16844         - Fixed TMSymbol to create the complete tags tree instead of letting the
16845         symbol-view created the root nodes.
16846         - Changed project tags cache name to .tm_project2.cache because the
16847         newer format records additional scope information.
16848         
16849 2005-02-07  Naba Kumar  <naba@gnome.org>
16851         * plugins/editor/style-editor.c,
16852         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
16853         and GtkFontButton instead of deprecated widgets in
16854         style editor.
16855         
16856 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
16858         * plugins/project-wizard/action.c,
16859         plugins/project-wizard/action.h,
16860         plugins/project-wizard/autogen.c,
16861         plugins/project-wizard/autogen.h,
16862         plugins/project-wizard/file.c,
16863         plugins/project-wizard/file.h,
16864         plugins/project-wizard/install.c,
16865         plugins/project-wizard/install.h,
16866         plugins/project-wizard/parser.h,
16867         plugins/project-wizard/parser.c,
16868         plugins/project-wizard/property.c,
16869         plugins/project-wizard/property.h,
16870         plugins/project-wizard/plugin.h,
16871         plugins/project-wizard/plugin.c,
16872         plugins/project-wizard/values.c,
16873         plugins/project-wizard/values.h:
16874         Replace C++ comments by C comments
16876         * plugins/project-wizard/autogen.c,
16877         plugins/project-wizard/autogen.h:
16878         Add a run time check of autogen version.
16879         Add UserName variable.
16881         * plugins/project-wizard/anjuta-project-wizard.glade,
16882         plugins/project-wizard/header.c,
16883         plugins/project-wizard/druid.c,
16884         plugins/project-wizard/druid.h:
16885         Sort project in alphabetic order.
16886         Correct selection troubles in notebooks.
16888         * plugins/project-wizard/parser.c:
16889         Add some check when reading the project header block.
16891 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16893         * plugins/project-wizard/action.c,
16894         plugins/project-wizard/action.h,
16895         plugins/project-wizard/autogen.c,
16896         plugins/project-wizard/autogen.h,
16897         plugins/project-wizard/file.c,
16898         plugins/project-wizard/file.h,
16899         plugins/project-wizard/install.c,
16900         plugins/project-wizard/parser.h,
16901         plugins/project-wizard/parser.c,
16902         plugins/project-wizard/property.c,
16903         plugins/project-wizard/property.h,
16904         plugins/project-wizard/values.c,
16905         plugins/project-wizard/values.h,
16906         Add a space between function name and open.
16908         * plugins/project-wizard/plugin.h,
16909         plugins/project-wizard/plugin.c,
16910         plugins/project-wizard/install.c,
16911         Avoid a crash if the user close the message view used by the .
16913         * plugins/project-wizard/anjuta-project-wizard,
16914         plugins/project-wizard/druid.c,
16915         plugins/project-wizard/druid.h,
16916         plugins/project-wizard/header.h,
16917         plugins/project-wizard/header.c,
16918         Add a text view with the description of each.
16919         Add a tab for each project.
16920         Replace some C++ comments to C comments.
16922 2005-02-05  Naba Kumar  <naba@gnome.org>
16924         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
16925         New icon from Sebastien Granjoux .
16926         
16927 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
16929         * libanjuta/anjuta-preferences.c:
16930         Set file property even without a focus out event (file selected 
16931         the browse dialog)
16933 2005-02-04  Naba Kumar  <naba@gnome.org>
16935         * plugins/glade/plugin.c: Fixed glade function calls.
16936         * configure.in: Fixed a typo.
16937         * TODO.tasks: Updated.
16939 2005-02-03  Naba Kumar  <naba@gnome.org>
16941         * plugins/project-manager/plugin.c: Fixed memory corruption.
16943         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
16944         build error.
16945         
16946         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
16947         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16948         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
16949         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16951         * libanjuta/interfaces/libanjuta.idl,
16952         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
16953         interface.
16954         
16955         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
16957         Patch from Massimo Cora <maxcvs@email.it>:
16958         * plugins/editor/plugin.c: Fixed update UI for created buffers.
16959         
16960 2005-02-01  Naba Kumar  <naba@gnome.org>
16962         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
16963         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
16964         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
16965         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
16966         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
16967         from sourceforge -- a64 crash fixes (correct typing for GType)
16968         and fixes compile errors in sun.
16970         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
16971         paste (shift+insert) in terminal.
16973 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
16975         * configure.in: Add «nb» to ALL_LINGUAS.
16977 2005-02-01  Naba Kumar  <naba@gnome.org>
16979         * TODO.tasks, TODO: Updated todo tasks.
16980         
16981         * plugins/editor/anjuta-document-manager.glade: Improved search
16982         relace dialog.
16983         
16984         * TODO.tasks: Fixed xml format.
16985         
16986         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
16987         work yet).
16988         
16989         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
16990         cleanups.
16991         
16992         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
16993         format during save (removed unwanted text nodes). Fixed scrollbars.
16995 2005-01-31  Naba Kumar  <naba@gnome.org>
16997         * libanjuta/interfaces/libanjuta.idl,
16998         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
16999         Implemented append() method for IAnjutaEditor interface and fixed
17000         various bugs with text insertions (cvs diff and macro insertions).
17001         
17002         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17003         automatic indentation.
17004         
17005         * plugins/editor/action-callbacks.c,
17006         plugins/editor/action-callbacks.h,
17007         plugins/editor/anjuta-docman.c,
17008         plugins/editor/anjuta-document-manager.ui,
17009         plugins/editor/plugin.c,
17010         plugins/editor/text_editor.c,
17011         plugins/editor/text_editor.h,
17012         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17013         Fixed highlight issues.
17015         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17016         macro.
17017         
17018         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17020         * data/properties/*: Updated properties files from scite. Created
17021         styles.properties to override the scite styles.
17022         
17023         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17025         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17026         
17027 2005-01-30  Naba Kumar  <naba@gnome.org>
17029         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17030         unused definitions.
17031         
17032         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17033         
17034         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17035         plugins/editor/text_editor.c,
17036         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17037         fixed linuwidth preference setting, fixed insert text interface
17038         implementation. Improved automatice-indentation for cpp lexer.
17039         
17040         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17042 2005-01-29  Naba Kumar  <naba@gnome.org>
17044         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17045         option in update dialog as default. Improved import dialog. Sized
17046         log dialog.
17048         * configure.in: Fixed underquoted warning from autoconf.
17049         
17050         * plugins/editor/action-callbacks.c,
17051         plugins/editor/aneditor.cxx,
17052         plugins/editor/aneditor.h,
17053         plugins/editor/anjuta-document-manager.glade,
17054         plugins/editor/plugin.c,
17055         plugins/editor/plugin.h,
17056         plugins/editor/text_editor.c,
17057         plugins/editor/text_editor.h,
17058         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17059         for Editor and fixed all preferences syncronization and notifys for
17060         visible prefs (in editor preferences page).
17061         
17062         * plugins/file-loader/plugin.c: Load recent files on idle.
17064 2005-01-28  Naba Kumar  <naba@gnome.org>
17066         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17067         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17069         * plugins/editor/action-callbacks.c,
17070         plugins/editor/action-callbacks.h,
17071         plugins/editor/aneditor.cxx,
17072         plugins/editor/aneditor.h,
17073         plugins/editor/anjuta-document-manager.ui,
17074         plugins/editor/plugin.c,
17075         plugins/editor/text_editor.c,
17076         plugins/editor/text_editor.h,
17077         plugins/editor/text_editor_cbs.c,
17078         plugins/editor/text_editor_cbs.h,
17079         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17080         Text editor.
17082         Patch from Massimo Cora <maxcvs@email.it>:
17083         * plugins/editor/an_symbol_search.c,
17084         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17085         
17086 2005-01-27  Naba Kumar  <naba@gnome.org>
17087         
17088         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17089         minimum size request to 200.
17091         * plugins/symbol-browser/an_symbol_info.c,
17092         plugins/symbol-browser/an_symbol_info.h,
17093         plugins/symbol-browser/an_symbol_search.c,
17094         plugins/symbol-browser/an_symbol_search.h,
17095         plugins/symbol-browser/an_symbol_view.c,
17096         plugins/symbol-browser/an_symbol_view.h,
17097         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17098         pixbuf retrieval. Fixed runtime warning. Code clean up.
17100 2005-01-27  Naba Kumar  <naba@gnome.org>
17102         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17103         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17104         (new) plugins/glade/Makefile.am,
17105         (new) plugins/glade/anjuta-glade-plugin.png,
17106         (new) plugins/glade/anjuta-glade.plugin.in,
17107         (new) plugins/glade/anjuta-glade.ui,
17108         (new) plugins/glade/plugin.c,
17109         (new) plugins/glade/plugin.h,
17110         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17111         now until glade3 works properly.
17113         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17114         they are generated.
17115         
17116 2005-01-26  Naba Kumar  <naba@gnome.org>
17118         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17119         Added mime icon for anjuta projects.
17120         
17121         patch from Massimo Cora <maxcvs@email.it>:
17122         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17123         an_symbol_search.h, an_symbol_view.c, plugin.c:
17124         Fix/implement objects destroying/freeing.
17126 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17127         
17128         * src/action-callback.[ch], src/anjuta-actions.h:
17129         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17130         because it has not been updated for years and we know have a devhelp plugin
17131         which can do the job much better.
17132         * TODO.tasks: Updated done items
17134 2005-01-25  Naba Kumar  <naba@gnome.org>
17136         * autogen.sh: Fixed to generate interface files.
17138         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17139         session save filenames.
17140         
17141         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17142         
17143 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17145         * plugins/project-wizard/Makefile.am,
17146         plugins/project-wizard/install.c,
17147         plugins/project-wizard/install.h,
17148         plugins/project-wizard/parser.c,
17149         plugins/project-wizard/parser.h,
17150         plugins/project-wizard/templates/terminal.wiz:
17151         Add action list block in wizard template
17152         * plugins/project-wizard/file.c,
17153         plugins/project-wizard/autogen.c:
17154         Small fixes
17156 2005-01-23  Naba Kumar  <naba@gnome.org>
17158         * configure.in: Fixed build error.
17160 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17162         * plugins/project-wizard/druid.c,
17163         plugins/project-wizard/parser.c,
17164         plugins/project-wizard/property.c: Rewrite parser with
17165         better error handling
17167 2005-01-22  Naba Kumar  <naba@gnome.org>
17169         * plugins/symbol-browser/plugin.c: Changed c++ coments
17170         to c commnets and formated code to anjuta coding styles.
17171         
17172 2005-01-21  Naba Kumar  <naba@gnome.org>
17174         * configure.in, autogen.sh: Fixed build errors in newer automake.
17175         
17176         * plugins/editor/anjuta-docman.c: Do not emit change editor
17177         signal while in dispose.
17179         Patch from: Massimo Corà <maxcvs@email.it>
17180         * plugins/symbol-browser/Makefile.am,
17181         plugins/symbol-browser/an_symbol_view.c,
17182         plugins/symbol-browser/an_symbol_view.h,
17183         plugins/symbol-browser/plugin.c,
17184         plugins/symbol-browser/plugin.h,
17185         plugins/symbol-browser/test-symbol-browser.c,
17186         (new) plugins/symbol-browser/an_symbol_info.c,
17187         (new) plugins/symbol-browser/an_symbol_info.h,
17188         (new) plugins/symbol-browser/an_symbol_search.c,
17189         (new) plugins/symbol-browser/an_symbol_search.h:
17190         Added a cool real-time symbol-search-view in symbol browser.
17192 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17193         
17194         * plugin/macro/plugin.c
17195         plugin/macro/anjuta-macro-plugin.ui
17196         plugin/macro/macro-db.[ch]
17197         plugin/macro/macro-dialog.[ch]
17198         plugin/macro/macro-actions.[ch]
17199         plugin/macro/macro-edit.[ch]
17200         plugin/macro/plugin.[ch]:
17201         
17202         Implemented three menu items as Naba proposed:
17203         Edit->Macro->
17204                 Insert Macro: Pops of a border-less window to enter a shortcut
17205                 Add Macro: Same as Manage Macro => New
17206                 Manage Macros: Full-features macro dialog
17208 2005-01-20  Naba Kumar  <naba@gnome.org>
17210         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17211         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17212         libanjuta/anjuta-shell.h,
17213         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17214         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17215         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17216         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17217         src/main.c, src/shell.c: Implemented command line args processing
17218         and session management. Fixed geometry restoration.
17220 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17221         
17222         * plugins/macro/macro-db.c,
17223         plugins/macros.xml:
17224         Cleaned up XML interface and use attributes now for name, category and 
17225         shortcut. CDATA is used to avoid xml errors inside of macros.
17227 2005-01-19  Naba Kumar  <naba@gnome.org>
17229         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17231 2005-01-18  Naba Kumar  <naba@gnome.org>
17232         
17233         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17234         to work.
17236         * scintilla/*: Updated scintilla to current cvs and updated
17237         scintilla patches.
17238         
17239 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17240         
17241         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17242         plugins/cvs-plugin/cvs-actions.c:
17243         Added "Whole project" infrastructure but it does not
17244         work because I did not find a way to get the current project's
17245         root dir.
17247 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17249         * plugins/cvs-plugin/Makefile.am
17250         plugins/cvs-plugin/anjuta-cvs.plugin.in
17251         plugins/cvs-plugin/cvs-actions.c
17252         plugins/cvs-plugin/cvs-callbacks.c
17253         plugins/cvs-plugin/cvs-interface.[ch] (added)
17254         plugins/cvs-plugin/plugin.c:
17255         
17256         Added IAnjutaCVS interface and improved cvs plugin. There
17257         is still some work to do on cvs import and to add a current
17258         project toggle.
17260 2005-01-17  Naba Kumar  <naba@gnome.org>
17262         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17263         
17264         * configure.in: Fixed build errors.
17266         * data/Makefile.am,     (removed) data/README.stock_libs,
17267         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17268         (removed) data/header.c, (removed) data/stock_libs.anj,
17269         (removed) data/x-anjuta-project.desktop,
17270         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17272         * libanjuta/anjuta-plugin-description.c,
17273         libanjuta/anjuta-shell.c: Updated documentations.
17275         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17276         
17277         * libanjuta/anjuta-launcher.c,
17278         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17279         x86_64 systems.
17281 2005-01-17  Naba Kumar  <naba@gnome.org>
17282         
17283         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17284         plugins/project-wizard/templates/gtk.wiz,
17285         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17286         Updated templates to new format.
17287         
17288         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17289         * plugins/project-wizard/druid.c,
17290         plugins/project-wizard/parser.c,
17291         plugins/project-wizard/property.c,
17292         plugins/project-wizard/property.h,
17293         plugins/project-wizard/templates/terminal.wiz,
17294         plugins/project-wizard/templates/terminal/AUTHORS,
17295         plugins/project-wizard/templates/terminal/ChangeLog,
17296         plugins/project-wizard/templates/terminal/NEWS,
17297         plugins/project-wizard/templates/terminal/README,
17298         plugins/project-wizard/templates/terminal/project.anjuta,
17299         plugins/project-wizard/templates/terminal/src/main.c:
17300         Moveed code related to property types from druid.c and parser.c to 
17301         property.c. Changed tag from "<string ..." to
17302         "<property type="string..."     and so on. Rewrite parser
17303         (warning still in progress). Added list property. Changed
17304         terminal project to avoid using autogen on some file (much 
17305         faster) using the autogen attribute. Add a license list box in
17306         terminal project (just as an example). _label in item list is
17307         optional now.
17309 2005-01-16  Naba Kumar  <naba@gnome.org>
17311         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17312         plugins/edtior/anjuta-docman.c: Fixed build errors.
17313         
17314         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17315         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17316         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17317         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17318         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17319         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17320         libanjuta/resources.h,
17321         plugins/build-basic-autotools/build-basic-autotools.c,
17322         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17323         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17324         plugins/gtodo/plugin.c, src/Makefile.am,
17325         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17326         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17327         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17328         should be handled in respective plugins. Added API documentations.
17330         * libanjuta-docs.sgml, libanjuta-sections.txt,
17331         libanjuta.types,
17332         (added) tmpl/anjuta-debug.sgml,
17333         (added) tmpl/anjuta-launcher.sgml,
17334         tmpl/anjuta-plugin.sgml,
17335         tmpl/anjuta-preferences.sgml,
17336         tmpl/anjuta-shell.sgml,
17337         (added) tmpl/anjuta-status.sgml,
17338         (removed) tmpl/anjuta-stock.sgml,
17339         tmpl/anjuta-utils.sgml,
17340         (removed) tmpl/defaults.sgml,
17341         (removed) tmpl/fileselection.sgml,
17342         (removed) tmpl/gnomefilelist.sgml,
17343         tmpl/ianjuta-buildable.sgml,
17344         (added) tmpl/ianjuta-debugger-manager.sgml,
17345         (added) tmpl/ianjuta-debugger.sgml,
17346         tmpl/ianjuta-document-manager.sgml,
17347         tmpl/ianjuta-editor.sgml,
17348         tmpl/ianjuta-file.sgml,
17349         tmpl/ianjuta-loader.sgml,
17350         tmpl/ianjuta-markable.sgml,
17351         tmpl/ianjuta-message-view.sgml,
17352         (added) tmpl/ianjuta-project-manager.sgml,
17353         (added) tmpl/ianjuta-todo.sgml,
17354         (added) tmpl/ianjuta-wizard.sgml,
17355         tmpl/libanjuta-iface-marshallers.sgml,
17356         tmpl/libanjuta-unused.sgml,
17357         (removed) tmpl/pixmaps.sgml,
17358         tmpl/plugins.sgml,
17359         (removed) tmpl/properties.sgml,
17360         tmpl/resources.sgml: Updated API documentations.
17362 2005-01-15  Naba Kumar  <naba@gnome.org>
17364         * libanjuta/anjuta-launcher.c: Added API docs.
17365         
17366         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17367         plugins/project-wizard/templates/gtk.wiz,
17368         plugins/project-wizard/templates/terminal.wiz,
17369         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17370         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17371         plugins/project-wizard/templates/gtk/src/main.c,
17372         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17373         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17374         template files.
17376         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17377         * plugins/project-wizard/anjuta-project-wizard.glade,
17378         plugins/project-wizard/autogen.c,
17379         plugins/project-wizard/druid.c,
17380         plugins/project-wizard/druid.h,
17381         plugins/project-wizard/file.c,
17382         plugins/project-wizard/file.h,
17383         plugins/project-wizard/install.c,
17384         plugins/project-wizard/parser.c,
17385         plugins/project-wizard/plugin.c,
17386         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17387         setting the default project directory. Fix HIDDEN property, it's
17388         working but I think we could make this cleaner. Removed the
17389         copy of the string in mandatory_property. Add an optional autogen
17390         attribute, to force or avoid using autogen on some files, default
17391         without any attribute is autodetect.+ Replace the script tag with
17392         a normal file tag and an attribute execute.
17393         
17394 2005-01-14  Naba Kumar  <naba@gnome.org>
17396         * plugins/editor/action-callbacks.c,
17397         plugins/editor/search_incremental.c,
17398         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17399         works now.
17400         
17401         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17402         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17403         tabs.
17405 2005-01-12  Naba Kumar  <naba@gnome.org>
17407         * configure.in,
17408         plugins/project-wizard/templates/Makefile.am,
17409         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17410         plugins/project-wizard/templates/anjuta-plugin.wiz,
17411         (added) plugins/project-wizard/templates/gtk-logo.png,
17412         (added) plugins/project-wizard/templates/gtk.wiz,
17413         (added) plugins/project-wizard/templates/terminal-logo.png,
17414         plugins/project-wizard/templates/terminal.wiz,
17415         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17416         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17417         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17418         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17419         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17420         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17421         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17422         (added) plugins/project-wizard/templates/gtk/src/main.c,
17423         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17424         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17425         GTK+ project templated and fixed other templates. Updated template
17426         logos.
17428 2005-01-12  Naba Kumar  <naba@gnome.org>
17430         * plugins/macro/anjuta-macro.glade: Improved GUI.
17431         
17432 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17434         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17435         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17436         * plugins/cvs-plugin/cvs.[ch] (removed)
17437         Removed old unused files
17438         
17439         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17440         * plugins/cvs-plugin/cvs-actions.c
17441         * plugins/cvs-plugin/Makefile.am:
17442         Seperate callback functions for better error
17443         handling. Cleaned up code.
17444         
17445         * plugins/macro/macros.xml: removed corrupt cvs
17446         macros for now.
17448 2005-01-10  Naba Kumar  <naba@gnome.org>
17450         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17451         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17452         and leaks.
17454 2005-01-09  Naba Kumar  <naba@gnome.org>
17456         * libegg/egg-recent-action.c, libegg/test-actions.c,
17457         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17458         recent files models.
17459         
17460         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17461         two models -- one for projects and other for regular files and show
17462         both in recent files menu. Changed recent files group from "anjuta"
17463         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17464         when adding the URI in recent files.
17465         
17466         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17467         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17468         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17469         * plugins/macro/macros.xml: Fixed xml errors.
17471 2005-01-08  Naba Kumar  <naba@gnome.org>
17472         
17473         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17474         libegg/test-actions.c, libegg/menu/Makefile.am,
17475         libegg/menu/egg-recent-action.h: Added a new action for
17476         recent files.
17478         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17479         Fixed dispose. Cleanup.
17480         
17481         * plugins/file-loader/anjuta-loader-plugin.ui,
17482         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17483         Use the new action for recent files. Added recent files in
17484         toolbar.
17486         * plugins/project-wizard/druid.c: Show busy cursor and
17487         de-sensitize druid buttons during page change.
17488         
17489         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17490         * plugins/project-wizard/Makefile.am,
17491         plugins/project-wizard/druid.c,
17492         plugins/project-wizard/druid.h,
17493         plugins/project-wizard/install.c,
17494         plugins/project-wizard/plugin.c,
17495         plugins/project-wizard/plugin.h,
17496         plugins/project-wizard/property.c,
17497         plugins/project-wizard/property.h,
17498         (added) plugins/project-wizard/values.c,
17499         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17500         objects (in values.c and values.h) containing the values of all
17501         properties. The NPWProperty objects now keep their values in this
17502         object which is persistant for one activation of the plugin, so the
17503         user keeps all the values even if he goes backward. Used an anjuta
17504         message view to list all files copied by the project wizard.
17506 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17508         * plugins/macro/plugin.[ch],
17509         plugins/macro/macro-dialog.[ch]
17510         plugins/macro/macro-edit.[ch]
17511         plugins/macro/macro-db.[ch]
17512         plugins/macro/macro-actions.[ch]
17513         plugins/macro/anjuta-macro.plugin.in
17514         plugins/macro/anjuta-macro.glade
17515         plugins/macro/anjuta-macro.png
17516         plugins/macro/Makefile.am
17517         plugins/macro/macros.xml
17518         plugins/macro/anjuta-macro.ui (all added)
17519         configure.in
17520         plugins/Makefile.am:
17521         Added new macro plugins
17522         
17523         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17524         New icon
17525         
17526         * manuals/reference/template (removed)
17527         Removed old api reference
17528         
17529         * plugins/message-view/message-view.c:
17530         "Fixed" crash in on_row_deleted and added a
17531         comment that I cannot work this way. We will
17532         have to change everything a bit to avoid losing
17533         memory there.
17534         
17535         * plugins/text-editor/text_editor.c:
17536         Update line number width on file save
17539 2005-01-07  Naba Kumar  <naba@gnome.org>
17541         * plugins/project-wizard/anjuta-project-wizard.glade,
17542         plugins/project-wizard/druid.c,
17543         plugins/project-wizard/templates/anjuta-plugin.wiz,
17544         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17545         Display page description in bold. Fixed mandatory field check.
17547         * configure.in,
17548         libanjuta/libanjuta-1.0.pc.in,
17549         plugins/project-wizard/druid.c,
17550         plugins/project-wizard/parser.c,
17551         plugins/project-wizard/property.h,
17552         plugins/project-wizard/templates/anjuta-plugin.wiz,
17553         plugins/project-wizard/templates/terminal.wiz,
17554         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17555         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17556         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17557         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17558         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17559         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17560         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17561         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17562         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17563         plugins/project-wizard/templates/terminal/configure.in.tpl,
17564         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17565         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17566         a new property type -- hidden. Fixed terminal and anjuta-plugin
17567         project templates.
17569 2005-01-07  Naba Kumar  <naba@gnome.org>
17571         * templates/anjuta-plugin.wiz,
17572         templates/terminal.wiz,
17573         templates/terminal/Makefile.am.tpl,
17574         templates/terminal/autogen.sh,
17575         (Removed) templates/terminal/configure.ac.tpl,
17576         (Added) templates/.cvsignore,
17577         (Added) templates/Makefile.am,
17578         (Added) templates/anjuta-plugin/.cvsignore,
17579         (Added) templates/anjuta-plugin/Makefile.am,
17580         (Added) templates/anjuta-plugin/src/.cvsignore,
17581         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17582         (Added) templates/terminal/.cvsignore,
17583         (Added) templates/terminal/Makefile.am,
17584         (Added) templates/terminal/configure.in.tpl,
17585         (Added) templates/terminal/po/.cvsignore,
17586         (Added) templates/terminal/po/ChangeLog,
17587         (Added) templates/terminal/po/Makefile.am,
17588         (Added) templates/terminal/po/POTFILES.in,
17589         (Added) templates/terminal/src/.cvsignore,
17590         (Added) templates/terminal/src/Makefile.am,
17591         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17592         project wizard. Fixed configure/po/Makefile template errors.
17594 2005-01-06  Naba Kumar  <naba@gnome.org>
17596         * configure.in: Added project templates.
17597         * plugins/project-wizard/templates/*: Added to project and renamed
17598         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17599         for the project templates (so that they do not conflict with autotools
17600         build. Created proper configure.ac.tpl and autogen.sh for project
17601         templates.
17602         
17603 2005-01-06  Naba Kumar  <naba@gnome.org>
17605         * plugins/project-wizard/anjuta-project-wizard.glade,
17606         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17607         Fixed file list parsing and to take absolute file paths (for example,
17608         from an icon selected previously). Used toggle buttons for boolean
17609         properties. Check if all mandatory fields are given before going
17610         forward in the wizard. Use scrollable viewport for listing property
17611         widgets incase the list goes out of wizard's size. Added tooltips
17612         as descriptions of the property widgets. And other fixes.
17614         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17615         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17616         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17617         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17618         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17619         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17620         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17621         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17622         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17623         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17624         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17625         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17626         Restructured template files.
17628 2005-01-06  Naba Kumar  <naba@gnome.org>
17630         * configure.in: Added check for autogen.
17631         
17632         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17633         in dispose.
17634         
17635         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17636         Do not emit changed signal when in dispose.
17638         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17639         symbol-view widget has been destroyed.
17640         
17641         * src/anjuta-app.c: Set null to preference, status and ui object
17642         pointers when they are destroyed.
17644         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17645         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17646         Added boolean, integer and file property types.
17647         
17648         * plugins/project-wizard/Makefile.am,
17649         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17650         project wizard templates.
17652 2005-01-04  Naba Kumar  <naba@gnome.org>
17654         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17655         added widgets.
17656         
17657         * plugins/editor/aneditor.cxx,
17658         plugins/editor/anjuta-docman.c,
17659         plugins/editor/plugin.c,
17660         plugins/editor/text_editor.c:
17661         Removed unnecessary ref/unref of scintilla.
17662         
17663         * plugins/message-view/anjuta-msgman.c,
17664         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17665         make close button similar to document manager.
17666         
17667         * plugins/project-manager/plugin.c,
17668         plugins/project-manager/plugin.h: Removed dead codes. Removed
17669         unnecessary ref/unref.
17670         
17671         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17672         instead of hard refs.
17674 2005-01-03  Naba Kumar  <naba@gnome.org>
17676         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17677         generate() methods for IAnjutaBuildable interface.
17679         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17680         IAnjutaBuildable inteface.
17682         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17683         to destroy build context when message view is destroyed.
17684         
17685         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17686         a ref to it and unref in destructor. AnEditor class wants to be the
17687         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17688         comparisions.
17689         
17690         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17691         complicate the scene. Removed editor widget from AnjutaDocman when
17692         the widget is destroyed.
17693         
17694         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17695         from shell. It will be removed from shell when the widget is destroyed.
17696         
17697         * plugins/editor/text_editor.c: Added debug codes to track object
17698         finalizations.
17700         * plugins/message-view/anjuta-msgman.c: Remove message view on
17701         widget destroy. Destroy message view on remove. Removed all views
17702         correctly.
17703         
17704         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17705         from container.
17707 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17709         * plugins/file-wizard/action-callbacks.c,
17710         plugins/file-wizard/anjuta-file-wizard.glade,
17711         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17712         Insert Licence, copyright, header template ...
17713         
17714 2005-01-02  Naba Kumar  <naba@gnome.org>
17716         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17717         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17718         anjuta_status_add_widget() to allow setting busy cursor on non
17719         toplevel windows.
17721         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17723         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17724         mime types to take text/source also.
17725         
17726         * plugins/editor/anjuta-docman.c,
17727         plugins/editor/anjuta-docman.h,
17728         plugins/editor/plugin.c,
17729         plugins/editor/text_editor.c,
17730         plugins/editor/text_editor.h,
17731         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17732         AnjutaStatus and set busy cursor on editors.
17734         * plugins/file-loader/Makefile.am,
17735         plugins/file-loader/plugin.c,
17736         (added) plugins/file-loader/dnd.c,
17737         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17739         * src/anjuta.c: Hide anjuta window before destruction.
17741         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17742         * configure.in, plugins/Makefile.am,
17743         (removed) plugins/project-wizard/appwiz_page1.c,
17744         (removed) plugins/project-wizard/appwiz_page2.c,
17745         (removed) plugins/project-wizard/appwiz_page3.c,
17746         (removed) plugins/project-wizard/appwiz_page4.c,
17747         (removed) plugins/project-wizard/appwizard.c,
17748         (removed) plugins/project-wizard/appwizard.h,
17749         (removed) plugins/project-wizard/appwizard_cbs.c,
17750         (removed) plugins/project-wizard/appwizard_cbs.h,
17751         (removed) plugins/project-wizard/appwizard_gui.c,
17752         (removed) plugins/project-wizard/gnome_project.c,
17753         (removed) plugins/project-wizard/gnome_project.h,
17754         (removed) plugins/project-wizard/wizard_gui.c,
17755         (removed) plugins/project-wizard/wizard_gui.h,
17756         (added) plugins/project-wizard/.cvsignore,
17757         (added) plugins/project-wizard/Makefile.am,
17758         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17759         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17760         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17761         (added) plugins/project-wizard/applogo.png,
17762         (added) plugins/project-wizard/appwizard.png,
17763         (added) plugins/project-wizard/autogen.c,
17764         (added) plugins/project-wizard/autogen.h,
17765         (added) plugins/project-wizard/druid.c,
17766         (added) plugins/project-wizard/druid.h,
17767         (added) plugins/project-wizard/file.c,
17768         (added) plugins/project-wizard/file.h,
17769         (added) plugins/project-wizard/header.c,
17770         (added) plugins/project-wizard/header.h,
17771         (added) plugins/project-wizard/install.c,
17772         (added) plugins/project-wizard/install.h,
17773         (added) plugins/project-wizard/parser.c,
17774         (added) plugins/project-wizard/parser.h,
17775         (added) plugins/project-wizard/plugin.c,
17776         (added) plugins/project-wizard/plugin.h,
17777         (added) plugins/project-wizard/property.c,
17778         (added) plugins/project-wizard/property.h: Removed old application-wizard
17779         codes and added new template based (autogen based) project wizard
17780         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17782 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17784         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17785         * plugins/cvs-plugin/cvs-execute.c:
17786         Fix cvs_log which did not work because of some
17787         glade problem
17788         Patch from Mark R. Pariente <markpariente@cmu.edu>
17789         - Fix message highlighting
17791 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17792         
17793         * template/*,
17794         date/template/*,
17795         configure.in:
17796         Removed template stuff completly because we dicussed to implement
17797         a macro system for Edit->Insert Text
17799 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17800         
17801         * plugins/editor/aneditor.cxx,
17802         plugins/editor/text_editor.c:
17803         Set line number width dynamically
17804         * src/about.c:
17805         Prepered new GTK 2.6 about dialog
17807 2004-12-30  Naba Kumar  <naba@gnome.org>
17809         patch from: Massimo Corà  <maxcvs@email.it>
17810         * plugins/editor/aneditor.cxx: Highlights correct function
17811         argument in recursive calltips.
17813 2004-12-30  Naba Kumar  <naba@gnome.org>
17815         * plugins/symbol-browser/plugin.c,
17816         libanjuta/interfaces/libanjuta.idl,
17817         plugins/editor/text_editor.c: Fixed editor markers and added a new
17818         marker (BASIC) to indicate line numbers. Fixed symbol browser to
17819         mark the line visited.
17820         
17821         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
17822         libegg/Makefile.am, libegg/eggcomboselect.c,
17823         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
17824         widget for use with symbol view in toolbar.
17825         
17826         * plugins/cvs-plugin/anjuta-cvs.ui,
17827         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
17828         placeholder for cvs plugin context menu in filemanager.
17829         
17830 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17831         
17832         * plugins/cvs-plugin/plugin.c:
17833         Show popup menu only if the file is contained in
17834         a directory containing a "CVS" directory
17836 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17837         
17838         * plugins/cvs-plugin/cvs-action.[ch],
17839         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17840         * plugins/cvs-plugin/anjuta-cvs.ui,
17841         * plugins/cvs-plugin/plugin.c:
17842         Implemented "Import"
17843         
17844         Patch from Mark R. Pariente <markpariente@cmu.edu>:
17845         Added right-click-menu for file-manager
17847 2004-12-26  Naba Kumar  <naba@gnome.org>
17849         * src/action-callbacks.c, src/action-callbacks.h,
17850         src/anjuta-actions.h, src/anjuta-app.c,
17851         src/anjuta.ui: Added fullscreen action.
17853         * plugins/cvs-plugin/cvs-actions.c,
17854         plugins/cvs-plugin/plugin.c,
17855         plugins/cvs-plugin/plugin.h: Watches current editor,
17856         project and file manager selection in plugin
17857         implementation.
17858         
17859 2004-12-26  Naba Kumar  <naba@gnome.org>
17861         * src/anjuta-app.c, src/anjuta.c, src/main.c,
17862         src/action-callbacks.c: Fixed app finalization. Added a
17863         command line arg --proper-shutdown (-p), which when set
17864         will release all plugins and their resources (this option
17865         is mainly for debugging).
17866         
17867         * plugins/file-loader/plugin.c: Fixed filename duplications
17868         in recent files history.
17869         
17870         * plugins/profile-default/plugin.c: Disabled problematic
17871         plugins for now to load at startup.
17872         
17873         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
17874         annoying debug prints.
17875         
17876 2004-12-23  Naba Kumar  <naba@gnome.org>
17878         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
17879         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17880         plugins/cvs-plugin/anjuta-cvs.ui,
17881         plugins/cvs-plugin/cvs-actions.c,
17882         plugins/cvs-plugin/cvs-actions.h,
17883         plugins/cvs-plugin/cvs-execute.c,
17884         plugins/cvs-plugin/cvs-execute.h,
17885         plugins/cvs-plugin/Makefile.am,
17886         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
17887         Added cvs log command.
17889 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
17890         
17891         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
17892         default
17894 2004-12-20  Naba Kumar  <naba@gnome.org>
17896         patch from: Massimo Corà  <maxcvs@email.it>
17897         * plugins/editor/aneditor.cxx: Added recursive calltips.
17899 2004-12-20  Naba Kumar  <naba@gnome.org>
17900         
17901         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
17902         Show busy cursor during loading and unloading.
17903         
17904 2004-12-19  Naba Kumar  <naba@gnome.org>
17906         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
17907         memory leaks. Disabled debug print.
17909         * plugins/symbol-browser/an_symbol_view.c,
17910         plugins/symbol-browser/plugin.c,
17911         plugins/symbol-browser/plugin.h: Fixed loading and unloading
17912         problems. Creates SymbolView object every time when the
17913         plugin is activated.
17915         * plugins/project-manager/plugin.c: Close project when
17916         deactivating.
17917         
17918 2004-12-18  Naba Kumar  <naba@gnome.org>
17920         * po/POTFILES.in: Removed commented lines.
17921         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
17922         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
17923         * plugins/gdb/plugin.c: Fixed compile error.
17924         
17925         Patch from: Mark R. Pariente  <mark@demar.com.tr>
17926         * libegg/eggcellrendererkeys.c: Fixed compile error.
17927         
17928 2004-12-18  Naba Kumar  <naba@gnome.org>
17930         * plugins/file-loader/plugin.c: Fixed loading bug.
17931         
17932         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
17933         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17934         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
17935         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
17936         and corruptions. Fixed loading and unloading of plugins.
17937         
17938 2004-12-17  Naba Kumar  <naba@gnome.org>
17939         
17940         * plugins/file-loader/Makefile.am,
17941         plugins/file-loader/plugin.c,
17942         plugins/project-manager/plugin.c: Fixed memory corruption
17943         and disposition codes. Added missing plugin.h in Makefile.am.
17945 2004-12-16  Naba Kumar  <naba@gnome.org>
17947         * plugins/symbol-browser/an_symbol_view.c,
17948         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
17949         codes. Fixed memory leaks and corruptions.
17951         * plugins/build-basic-autotools/build-basic-autotools.c
17952         plugins/editor/anjuta-docman.c,
17953         plugins/editor/text_editor.c,
17954         plugins/file-loader/plugin.c,
17955         plugins/file-manager/plugin.c,
17956         plugins/file-wizard/plugin.c,
17957         plugins/message-view/anjuta-msgman.c,
17958         plugins/message-view/anjuta-msgman.h,
17959         plugins/message-view/message-view.c,
17960         plugins/message-view/plugin.c,
17961         plugins/message-view/plugin.h,
17962         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
17964         * src/about.c, src/about.h, src/action-callbacks.c,
17965         src/action-callbacks.h, src/anjuta-actions.h,
17966         src/anjuta-app.c, src/anjuta-app.h,
17967         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
17968         src/anjuta.c, src/anjuta.h, src/getline.c, 
17969         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
17970         src/start-with.c, src/start-with.h: Fixed emacs modes.
17972         * src/layout.xml: Brought document manager in front.
17973         
17974 2004-12-15  Naba Kumar  <naba@gnome.org>
17976         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
17977         properly removed.
17978         
17979         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
17980         finalization. Added a method to unload all plugins and destroy them.
17981         Fixed memory leaks.
17982         
17983         * plugins/sample1/plugin.c: Proper finalization code and renamed
17984         functions to proper names.
17985         
17986         * plugins/build-basic-autotools/build-basic-autotools.c,
17987         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
17989         * src/shell.c: Unload all plugins on exit, so that memory profilers
17990         can detect memory leaks in plugins.
17992 2004-12-13  Naba Kumar  <naba@gnome.org>
17994         * plugins/devhelp/plugin.c: Delay widget initialization, now that
17995         docking is working.
17996         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
17997         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
17999 2004-12-11  Naba Kumar  <naba@gnome.org>
18001         * data/properties/anjuta.properties: Fixed font size.
18002         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18003         compile file function. There are some fixmes there.
18004         * plugins/message-view/anjuta-msgman.c,
18005         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18006         
18007 2004-12-08  Naba Kumar  <naba@gnome.org>
18009         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18010         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18011         to escape quotes in a string.
18012         
18013         * plugins/cvs-plugin/cvs-actions.c,
18014         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18015         cvs diff command.
18017         * plugins/build-basic-autotools/build-basic-autotools.c,
18018         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18019         filters.
18020         
18021 2004-12-07  Naba Kumar  <naba@gnome.org>
18023         * plugins/build-basic-autotools/build-basic-autotools.c,
18024         plugins/build-basic-autotools/automake-c.filters: Completed directory
18025         tracking. Double click on Errors and warnings now work as expected.
18027         * plugins/build-basic-autotools.c: Added codes to track build directory
18028         so that absolute path of the files could be determined.
18030 2004-12-06  Naba Kumar  <naba@gnome.org>
18032         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18033         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18034         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18035         
18036 2004-12-05  Naba Kumar  <naba@gnome.org>
18038         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18039         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18040         
18041         * plugins/cvs-plugin/plugin.c,
18042         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18043         
18044 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18045         
18046         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18047         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18048         plugins/cvs-plugin/cvs-execute.[ch]:
18049         Implemented cvs status and cvs diff
18050         Known bugs:
18051         - rdiff command is not correct
18052         - Must find a way to allow selection of directies AND files 
18053         in GtkFileChooser
18055 2004-12-03  Naba Kumar  <naba@gnome.org>
18057         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18058         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18059         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18060         session.properties file if it is for the first time.
18061         
18062 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18063         
18064         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18065         commit.
18066         
18067         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18068         plugins/cvs-plugin/anjuta-cvs.ui:
18069         Implemented update/commit and changed menu layout 
18071 2004-12-02  Naba Kumar  <naba@gnome.org>
18073         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18074         property name (for cvs path property). Beautified dialogs.
18076 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18077         
18078         * plugins/message-view/anjuta-msgman.c: Changed callback name
18079         and changed switch-page handling.
18080         
18081         * plugins/cvs-plugin/cvs-actions.c:
18082         * plugins/cvs-plugin/cvs-execute.c:
18083         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18084         - Implemented cvs add and cvs removed - both working now
18085         - Created a useful preferences page
18086         
18088 2004-11-30  Naba Kumar  <naba@gnome.org>
18090         * libanjuta/anjuta-status.c: Fixed runtime warning.
18091         
18092         * plugins/editor/Makefile.am:
18093         plugins/editor/anjuta-document-manager.glade,
18094         plugins/editor/plugin.c
18095         plugins/editor/plugin.h
18096         plugins/editor/style-editor.c (new, moved from src/),
18097         plugins/editor/style-editor.h (new, moved from src/),
18098         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18099         settings in preferences.
18101         * plugins/editor/text_editor.c,
18102         plugins/editor/text_editor.h: Do not take unused args in
18103         text_editor_get_props().
18105         * src/style-editor.c, src/style-editor.h: Removed, moved to
18106         plugins/editor/ directory.
18108 2004-11-29  Naba Kumar  <naba@gnome.org>
18110         * plugins/editor/text_editor_cbs.c: Emit click signal in
18111         IAnjutaMarkable.
18112         * libanjuta/anjuta-status.c: More spacing between items.
18113         
18114 2004-11-29  Naba Kumar  <naba@gnome.org>
18116         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18117         
18118         * libanjuta/interfaces/libanjuta.idl,
18119         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18120         plugins/debug-manager/plugin.c,
18121         plugins/gdb/breakpoints.c,
18122         plugins/gdb/breakpoints.h,
18123         plugins/gdb/debugger.c,
18124         plugins/gdb/debugger.h,
18125         plugins/gdb/plugin.c,
18126         plugins/gdb/plugin.h,
18127         plugins/gdb/utilities.c,
18128         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18129         toggle breakpoint margin clicks.
18131 2004-11-28  Naba Kumar  <naba@gnome.org>
18133         * TODO.tasks: Fixed indentations.
18134         * plugins/gtodo/libgtodo.c: Save with indentation.
18135         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18136         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18137         * libanjuta/anjuta-status.c: Fixed busy cursors.
18138         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18139         * po/POTFILES.in: Updated.
18140         
18141 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18142         
18143         * plugins/editor/anjuta-document-manager.glade,
18144           plugins/editor/search-replace.[c,h], 
18145           plugins/editor/search-replace_backend.h
18146           plugins/editor/search-preferences.[c,h] :
18147           Saved Search-Preferences (gconf),
18148           Basic search by default.
18150 2004-11-22  Naba Kumar  <naba@gnome.org>
18152         * configure.in: Fixed build error.
18154 2004-11-21  Naba Kumar  <naba@gnome.org>
18156         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18157         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18158         Added AnjutaStatus class to libanjuta.
18159         Added anjuta_shell_get_status() method.
18160         
18161         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18162         and fixed marshaller generation.
18163         
18164         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18165         "updade_ui" signals to IAnjutaEditor interface.
18166         
18167         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18168         
18169         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18170         regexes.
18171         
18172         * plugins/class-gen/clsGen.c: Intial port.
18173         
18174         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18175         name.
18176         
18177         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18178         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18179         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18180         Implemented status update. Emits "update_ui" and "char_added" signals.
18181         Added view preferences.
18182         
18183         * plugins/file-loader/plugin.c: Added open with plugins in open with
18184         menus.
18185         
18186         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18187         
18188         * plugins/message-view/anjuta-msgman.c,
18189         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18190         to close correct message view rather than current view.
18192 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18193         
18194         * plugins/cvs-plugin/cvs-actions.c
18195         plugins/cvs-plugin/plugin.[ch]
18196         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18197         Implemented cvs add but ran into a launcher/message_view
18198         problem because of a limitation of the idl compiler
18200 2004-11-19  Naba Kumar  <naba@gnome.org>
18202         * plugins/project-manager/plugin.c: Displays a progress window during
18203         project load.
18204         
18205         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18206         Fixed UI separators.
18207         
18208         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18209         UI placeholder.
18210         
18211         * plugins/project-manager/anjuta-project-manager.ui,
18212         plugins/project-manager/plugin.[c,h]: Added add/remove context
18213         menus and implemented them. Added file manager merge menu.
18215 2004-11-18  Naba Kumar  <naba@gnome.org>
18217         * TODO.tasks: Updated.
18218         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18219         plugins/message-view/message-view.c: Fixed finalize and dispose
18220         methods.
18221         * plugins/debugger/*: Removed from cvs (development now in
18222         debug-manager).
18224 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18226         Reviewed by Naba Kumar  <naba@gnome.org>:
18227         
18228         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18229         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18230         plugins/gdb/breakpoints.c: all marker related stuff moved from
18231         editor and docman interfaces to IAnjutaMarkable
18233 2004-11-17  Naba Kumar  <naba@gnome.org>
18235         * TODO.tasks: Updated.
18236         
18237         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18238         
18239         * libegg/egg-combo-action.c: Block changed signal when changing model.
18240         
18241         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18242         Emit changed signal. Removed dead codes.
18243         
18244         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18245         that recent files history do not duplicate.
18246         
18247         * plugins/symbol-browser/an_symbol_view.c,
18248         plugins/symbol-browser/an_symbol_view.h,
18249         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18250         Fixed a bug.
18252 2004-11-15  Naba Kumar  <naba@gnome.org>
18254         * plugins/project-manager/plugin.c: Opens targets on double click.
18255         
18256         * plugins/message-view/message-view.c,
18257         plugins/file-manager/anjuta-file-manager-plugin.glade,
18258         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18259         Added proper class finalization
18260         and disposition. Added preferences notifications and callbacks to
18261         change info/warning/error colors.
18262         
18263         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18264         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18265         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18266         Implemented finalize method for AnjutaApp. Code cleanups.
18267         
18268         * plugins/message-view/plugin.c: Static parent_class.
18269         
18270 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18271         * plugins/editor/search-replace.[c,h], 
18272           plugins/editor/search-replace_backend.c
18273           Update search entry in main toolbar.
18274           Clean code.
18276 2004-11-11  Naba Kumar  <naba@gnome.org>
18278         * TODO.tasks: Updated.
18280         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18281         and completed on-the-fly-change preferences. Removed "changed"
18282         signal as it is no longer necessary (use notify for similar
18283         purpose to monitor individual preferences).
18285         
18286         * plugins/editor/anjuta-document-manager.glade: Added view menu
18287         preferences so that they are registered.
18288         
18289         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18290         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18291         connection to "changed" signal of preferences and implemented
18292         notifications for some editor preferences. More to implement.
18294 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18295         * plugins/editor/print.c
18296         Fixed bug 1047624 : Add line number every X lines.
18298 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18299         * plugins/editor/search-replace.c
18300         Fixed a crash bug (995755) when searching "%n"
18302 2004-11-09  Naba Kumar  <naba@gnome.org>
18304         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18305         Fixed to refresh categories list on file load.
18307 2004-11-08  Naba Kumar  <naba@gnome.org>
18308         
18309         * configure.in, plugins/Makefile.am,
18310         plugins/profile-default/plugin.c: Added cvs plugin in build.
18311         
18312         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18313         
18314         * plugins/debug-manager/.cvsignore: Added file to ignore.
18315         
18316         * plugins/debug-manager/Makefile.am: Removed dead codes.
18317         
18318         * src/anjuta.ui: Added placeholder for version control UI.
18320 2004-11-08  Naba Kumar  <naba@gnome.org>
18322         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18323         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18324         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18325         Updated.
18327         * global-tags/Makefile.am: Fixed make error.
18329         * plugins/profile-default/plugin.c: Added debug-manager
18330         and gdb plugins to load at startup so that debugger
18331         windows are docked properly. They will be removed
18332         later when we figure out runtime docking.
18334         * plugins/sample1/*: Restored to last working state.
18336         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18337         windows in lower pane. Named the windows appropriately.
18339         * ChangeLog: Fixed format.
18340         
18341 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18343         * libanjuta/interfaces/libanjuta.idl,
18344         libanjuta/anjuta-marshal.c,
18345         plugins/Makefile.am,
18346         plugins/debug-manager/plugin.c,
18347         plugins/editor/plugin.c,
18348         plugins/editor/text_editor.c,
18349         plugins/gdb/breakpoints.c,
18350         plugins/gdb/debugger.c,
18351         plugins/gdb/plugin.c,
18352         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18354 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18355         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18356         plugins/editor/search-replace.c,
18357         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18358         Search and Replace; Show result in find pane
18359           
18360 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18361         
18362         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18363         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18364         (added features: starting debugger and loading of core/executable,
18365         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18366         partially works)
18368 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18369         
18370         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18371         my cvs-plugin files...
18372         I hope I have rescued everything possible.
18373         
18374         * Naba: Could you please fix sample1 because I messed it up to 
18375         but there should be a histroy of this directory we should commit
18377 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18378         
18379         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18380         infrastructure
18381         * plugins/cvs-plugin/plugin.c,
18382         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18383         Added preferences dialog (not yet complete)
18385 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18386         
18387         * global-tags/Makefile.am, mime/Makefile.am:
18388         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18389         
18390         * template/xmltemplate.[ch],
18391         template/xmlstrings.[ch],
18392         template/autotools.[ch] removed,
18393         template/prj_template.[ch] removed,
18394         template/lang_template.[ch] removed,
18395         template/lib_template.[ch] removed,
18396         template/Makefile.am adjusted,
18397         template/dtds/lang.dtd removed, 
18398         template/dtds/lib.dtd removed,
18399         template/dtds/prj.dtd removed,
18400         template/dtds/autotools.dtd removed,
18401         data/template/lib/* removed,
18402         data/template/language/* removed,
18403         data/template/library/* removed,
18404         data/template/project/* removed,
18405         date/template/Makefile.am adjusted:
18406         Remove everything except text-templates to replace hardcoded 
18407         Edit->Insert texts with dynamic loaded.
18409         * plugins/cvs-plugin/plugin.[ch],
18410         plugins/cvs-actions.[ch],
18411         plugins/Makefile.am,
18412         plugins/cvs-plugin/Makefile.am,
18413         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18414         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18415         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18416         Added initial cvs-plugin code
18418 2004-10-21  Naba Kumar  <naba@gnome.org>
18419         
18420         * libanjuta/anjuta-plugin.c,
18421         plugins/build-basic-autotools/build-basic-autotools.c,
18422         plugins/debugger/plugin.c,
18423         plugins/devhelp/plugin.c,
18424         plugins/editor/anjuta-docman.c,
18425         plugins/editor/goto_line.c,
18426         plugins/editor/plugin.c,
18427         plugins/editor/search-replace.c,
18428         plugins/editor/text_editor.c,
18429         plugins/file-loader/plugin.c,
18430         plugins/file-manager/plugin.c,
18431         plugins/file-wizard/file.c,
18432         plugins/file-wizard/plugin.c,
18433         plugins/gdb/plugin.c,
18434         plugins/gtodo/plugin.c,
18435         plugins/message-view/anjuta-msgman.c,
18436         plugins/profile-default/plugin.c,
18437         plugins/project-manager/plugin.c,
18438         plugins/sample1/plugin.c,
18439         plugins/terminal/terminal.c: Defined all global variables static,
18440         particularly class parent_class variables. They were getting
18441         confused at link time.
18443         * libanjuta/plugins.c: Do not unload plugins when they are
18444         deactivated. Simply cache them for later activation. Unloading
18445         modules have some problem with shared libs using static class
18446         registration. Fixed hash type for installed plugins. Eventually,
18447         we want to add "CanUnload" attribute for .plugin files (in
18448         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18449         be unloaded from memory. Those plugins declaring CanUnload=false
18450         will not be unloaded from memory and will be put in the cache. Those
18451         not declaring anything or declaring CanUnload=true, will be unloaded
18452         from memory when they are deactivated.
18454         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18455         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18456         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18457         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18458         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18459         activation, deactivation. Fixed memory leaks.
18461 2004-10-20  Naba Kumar  <naba@gnome.org>
18463         * TODO.tasks: Updated.
18464         
18465         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18466         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18467         macro for adding interfaces to plugin types. Code cleanup.
18468         
18469         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18470         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18471         
18472         * plugins/build-basic-autotools/build-basic-autotools.c,
18473         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18474         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18475         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18476         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18477         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18478         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18479         plugins/project-manager/plugin.c,
18480         plugins/symbol-browser/an_symbol_view.c,
18481         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18482         newly defined macro to add interfaces to plugin types.
18484         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18486 2004-10-20  Naba Kumar  <naba@gnome.org>
18488         * TODO.tasks: Added task list.
18489         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18490         default values.
18492 2004-10-19  Naba Kumar  <naba@gnome.org>
18494         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18495         
18496         * plugins/editor/action-callbacks.c,
18497         plugins/editor/action-callbacks.h,
18498         plugins/editor/anjuta-docman.c,
18499         plugins/editor/anjuta-docman.h,
18500         plugins/editor/anjuta-document-manager.ui,
18501         plugins/editor/file_history.c,
18502         plugins/editor/file_history.h,
18503         plugins/editor/plugin.c: Added file history browsing.
18504         
18505         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18506         
18507         * plugins/message-view/anjuta-message-manager.ui,
18508         plugins/message-view/plugin.c: Added document manager context menu.
18509         
18510         * plugins/symbol-browser/an_symbol_view.c,
18511         plugins/symbol-browser/an_symbol_view.h,
18512         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18513         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18514         document manager context menu.
18515         
18516         * scintilla/*, scintilla/include/*: Updated to current cvs.
18517         
18518 2004-10-19  Naba Kumar  <naba@gnome.org>
18520         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18521         placeholder for debugger UI.
18522         
18523         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18524         * plugins/file-manager/plugin.c: Fixed loading bug.
18525         
18526         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18527         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18528         Initializes gconf database with default values when the
18529         values are not defined. Use bool and int prefs separately.
18531         * plugins/editor/plugin.c: Added encoding preferences.
18532         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18534         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18535         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18536         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18537         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18539 2004-10-18  Naba Kumar  <naba@gnome.org>
18541         * po/POTFILES.in: Updated.
18542         
18543         * libanjuta/anjuta-ui.c: Corrected debug messages.
18544         
18545         * libegg/egg-combo-action.c, libegg/test-actions.c,
18546         libegg/menu/egg-combo-action.h: Fixed combo action.
18547         
18548         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18549         Fixed format.
18550         
18551         * plugins/editor/action-callbacks.[c,h],
18552         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18553         Implemented file swap. Removed dead codes.
18554         
18555         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18556         dead codes.
18557         
18558         * plugins/symbol-browser/an_symbol_view.[c,h],
18559         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18560         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18561         Implemented file symbols. Implemented goto file line when symbol is
18562         selected.
18563         
18564         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18565         
18566 2004-10-10  Naba Kumar  <naba@gnome.org>
18568         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18569         
18570         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18571         
18572         * plugins/debugger/.cvsignore,
18573         (added) plugins/debugger/Makefile.am,
18574         (added) plugins/debugger/anjuta-debugger.glade,
18575         (added) plugins/debugger/anjuta-debugger.plugin.in,
18576         (added) plugins/debugger/anjuta-debugger.plugin.png,
18577         (added) plugins/debugger/anjuta-debugger.ui,
18578         plugins/debugger/attach_process.c,
18579         (removed) plugins/debugger/attach_process_cbs.c,
18580         (removed) plugins/debugger/attach_process_cbs.h,
18581         (removed) plugins/debugger/breakpoints.c,
18582         (removed) plugins/debugger/breakpoints.h,
18583         (removed) plugins/debugger/debug_tree.c,
18584         (removed) plugins/debugger/debug_tree.h,
18585         (removed) plugins/debugger/debugger.c,
18586         (removed) plugins/debugger/debugger.h,
18587         (removed) plugins/debugger/memory.c,
18588         (removed) plugins/debugger/memory.h,
18589         (added) plugins/debugger/plugin.c,
18590         (added) plugins/debugger/plugin.h,
18591         (removed) plugins/debugger/registers.c,
18592         (removed) plugins/debugger/registers.h,
18593         (removed) plugins/debugger/registers_cbs.c,
18594         (removed) plugins/debugger/registers_cbs.h,
18595         (removed) plugins/debugger/registers_gui.c,
18596         (removed) plugins/debugger/sharedlib.c,
18597         (removed) plugins/debugger/sharedlib.h,
18598         (removed) plugins/debugger/sharedlib_cbs.c,
18599         (removed) plugins/debugger/sharedlib_cbs.h,
18600         (removed) plugins/debugger/sharedlib_gui.c,
18601         (removed) plugins/debugger/signals.c,
18602         (removed) plugins/debugger/signals.h,
18603         (removed) plugins/debugger/signals_cbs.c,
18604         (removed) plugins/debugger/signals_cbs.h,
18605         (removed) plugins/debugger/signals_gui.c,
18606         (removed) plugins/debugger/stack_trace.c,
18607         (removed) plugins/debugger/stack_trace.h,
18608         (added) plugins/debugger/utilities.c,
18609         (added) plugins/debugger/utilities.h,
18610         (removed) plugins/debugger/watch.c,
18611         (removed) plugins/debugger/watch.h,
18612         (removed) plugins/debugger/watch_cbs.c,
18613         (removed) plugins/debugger/watch_cbs.h,
18614         (removed) plugins/debugger/watch_gui.c,
18615         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18616         
18617         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18618         Added debugger gdb backend plugin.
18619         
18620         * plugins/message-view/plugin.c: Registered all message stock icons.
18621         
18622         * plugins/profile-default/plugin.c: Loads debugger plugin.
18623         
18624         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18626 2004-10-08  Naba Kumar  <naba@gnome.org>
18628         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18629         information.
18630         
18631         * plugins/symbol-browser/.cvsignore,
18632         plugins/symbol-browser/Makefile.am,
18633         plugins/symbol-browser/an_symbol_view.c,
18634         plugins/symbol-browser/an_symbol_view.h,
18635         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18636         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18637         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18638         plugins/symbol-browser/plugin.c,
18639         plugins/symbol-browser/plugin.h,
18640         plugins/symbol-browser/sv_class.xpm,
18641         plugins/symbol-browser/sv_function.xpm,
18642         plugins/symbol-browser/sv_macro.xpm,
18643         plugins/symbol-browser/sv_private_fun.xpm,
18644         plugins/symbol-browser/sv_private_var.xpm,
18645         plugins/symbol-browser/sv_protected_fun.xpm,
18646         plugins/symbol-browser/sv_protected_var.xpm,
18647         plugins/symbol-browser/sv_public_fun.xpm,
18648         plugins/symbol-browser/sv_public_var.xpm,
18649         plugins/symbol-browser/sv_static_fun.xpm,
18650         plugins/symbol-browser/sv_static_var.xpm,
18651         plugins/symbol-browser/sv_struct.xpm,
18652         plugins/symbol-browser/sv_unknown.xpm,
18653         plugins/symbol-browser/sv_variable.xpm,
18654         plugins/symbol-browser/test-symbol-browser.c,
18655         plugins/Makefile.am: Implemented Symbol
18656         browser plugin.
18657         
18658         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18659         
18660         * plugins/build-basic-autotools/Makefile.am,
18661         plugins/devhelp/Makefile.am,
18662         plugins/editor/Makefile.am,
18663         plugins/file-loader/Makefile.am,
18664         plugins/file-manager/Makefile.am,
18665         plugins/file-wizard/Makefile.am,
18666         plugins/gtodo/Makefile.am,
18667         plugins/message-view/Makefile.am,
18668         plugins/profile-default/Makefile.am,
18669         plugins/project-manager/Makefile.am
18670         plugins/sample1/Makefile.am,
18671         plugins/terminal/Makefile.am,
18672         scintilla/Makefile.am,
18673         libegg/Makefile.am,
18674         launcher/Makefile.am,
18675         libanjuta/Makefile.am,
18676         src/Makefile.am,
18677         tagmanager/Makefile.am,
18678         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18679         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18680         files. Also fixed library dependencies.
18681         
18682         * plugins/editor/aneditor.cxx: Disabled unused codes.
18683         * plugins/file-manager/an_file_view.c: Added copyright.
18684         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18685         
18686         * plugins/profile-default/plugin.c: Can load plugins by location.
18687         * plugins/project-manager/plugin.c: Remove project_root_uri value
18688         when project is closed.
18689         
18690 2004-10-06  Naba Kumar  <naba@gnome.org>
18692         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18693         
18694         * libanjuta/interfaces/libanjuta.idl,
18695         plugins/editor/text_editor.c: Added get_length()
18696         and get_current_word() methods in IAnjutaEditor interface.
18697         
18698         * libegg/Makefile.am: Added test_actions target.
18699         
18700         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18701         
18702         * plugins/build-basic-autotools/build-basic-autotools.c,
18703         plugins/file-loader/plugin.c,
18704         plugins/message-view/message-view.c: Added code to go to file and
18705         line number,
18706         
18707         * plugins/devhelp/plugin.c: Context sensitive help now works.
18708         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18709         uri as line number and goes to that line number.
18710         
18711         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18712         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18713         gtodo_client_load() method to load from a diffrent file. Watched 
18714         project root directory in plugin to open TODO.tasks of the project.
18715         
18716         * plugins/project-manager/plugin.c: Updates project UI
18717         sensitive/insensitive.
18719         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18720         anjuta-shell program to test plugins.
18721         
18722         * src/anjuta-app.c: Registered UI accels.
18723         
18724 2004-09-28  Naba Kumar  <naba@gnome.org>
18726         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18727         method.
18728         
18729         * src/anjuta-app.c: Implemented present widget method.
18730         
18731         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18732         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18733         
18734         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18735         added editor.
18736         
18737         * plugins/editor/text_editor.c: Connects to preferences changed signal
18738         correctly.
18739         
18740 2004-09-28  Naba Kumar  <naba@gnome.org>
18741         
18742         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18743         print code.
18744         
18745         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18746         size to 5 pix.
18747         
18748         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18749         in changed signal callback.
18750         
18751         * plugins/editor/action-callbacks.c: Implemented save_all action
18752         callback. Removed dead code. Do save_as when saving a new file.
18753         Implemented incremental search.
18754         
18755         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18756         
18757         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18758         
18759         * src/anjuta-app.c: Registers UI accelerators.
18760         
18761 2004-09-27  Naba Kumar  <naba@gnome.org>
18763         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18764         
18765         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18766         plugins/devhelp/anjuta-devhelp.plugin.in,
18767         plugins/file-loader/anjuta-loader.plugin.in,
18768         plugins/file-manager/anjuta-file-manager.plugin.in,
18769         plugins/gtodo/anjuta-gtodo.plugin.in,
18770         plugins/project-manager/anjuta-project-manager.plugin.in,
18771         plugins/terminal/anjuta-terminal.plugin.in:
18772         Gave proper plugin names.
18774         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18775         error when regex fail.
18776         
18777         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18778         Added help and context search. Watches current editor. More menus
18779         in Help submenu. Update UI (sensitive when required) properly.
18780         
18781         * plugins/editor/anjuta-document-manager.ui,
18782         plugins/devhelp/anjuta-devhelp.ui,
18783         plugins/message-view/anjuta-message-manager.ui,
18784         src/anjuta.ui: Goto menu actions are in separate submenu.
18785         
18786         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
18787         Removed unimplemented UI elements.
18788         
18789         * src/anjuta-app.c: Larger (and normal) icon size.
18790         
18791         * src/layout.xml: Task manager plugin along with document (in middle).
18792         
18793         * plugins/editor/plugin.c, plugins/file-loader.c,
18794         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
18795         in gtkactions. Enable/disable UI properly.
18796         
18797 2004-09-26  Naba Kumar  <naba@gnome.org>
18799         * po/POTFILES.in: Updated, added missing files.
18801         * .cvsignore: Updated.
18802         
18803         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
18804         a new function to get User input text.
18805         
18806         * libanjuta/resources.[c,h]: Added a function to created sized image.
18807         
18808         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
18809         from filename, as thats the correct representation.
18810         
18811         * plugins/build-basic-autotools/Makefile.am,
18812         (added) plugins/build-basic-autotools/automake-c.filters,
18813         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18814         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
18815         Rearragned UI elements in the build menu. Added codes to read build
18816         filter rules from external file. Implemented all build, configure,
18817         autogen commands. Watches current editor and project.
18818         
18819         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
18820         Added editor changed signal and exports current editor value.
18821         Fixed parameter names. Fixed get_uri() interface implementation to
18822         return correct uri.
18823         
18824         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
18825         elements.
18826         
18827         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
18828         
18829         * plugins/file-manager/an_file_view.c,
18830         plugins/file-manager/an_file_view.c: Exports file uri correctly.
18831         
18832         * plugins/file-wizard/file.c: Reads uri correctly.
18833         
18834         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
18835         sets the page to the new view.
18836         
18837         * plugins/message-view/message-view.c: Unrefs the tree model when done.
18838         Fixed signal connecting.
18839         
18840         * plugins/project-manager/plugin.c: Changed "project_root_directory"
18841         to "project_root_uri" and exports as uri.
18842         
18843 2004-09-24  Naba Kumar  <naba@gnome.org>
18845         * libanjuta/anjuta-ui.c: Fixed a crash bug.
18846         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
18847         in correct way.
18848         * plugins/file-manager/plugin.c: Fixed crash in unloading.
18849         * plugins/file-loader/plugin.c: Added comments.
18850         * plugins/build-basic-autotools/plugin.c: Added comments.
18851         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
18852         
18853         * libanjuta/interfaces/libanjuta.idl,
18854         plugins/message-view/anjuta-msgman.c,
18855         plugins/message-view/message-view.c,
18856         plugins/message-view/message-view.h,
18857         plugins/message-view/plugin.c: Buffering and appending messages have
18858         been separated. message-view implementations cleaned up. Signals
18859         Emissions fixed. Messages now displayed in summary and details show
18860         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
18861         API.
18862         
18863         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
18864         preferences.
18865         
18866         * plugins/build-basic-autotools/Makefile.am,
18867         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
18868         parsing of output to create message summaries. Uses new message view
18869         API.
18870         
18871         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
18872         preferences to make dialog box smaller.
18873         
18874         * plugins/editor/search-replace.c: Fixed compile error with change
18875         in IAnjutaMessageView API.
18876         
18877 2004-09-21  Naba Kumar  <naba@gnome.org>
18879         * plugins/Makefile.am: Deletes old (installed) plugins before
18880         installing new ones.
18881         
18882         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18883         plugins/build-basic-autotools/build-basic-autotools.c,
18884         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
18885         file URI from filemanager. Only disables/enables build submenu in file
18886         manager, instead of merging/unmerging.
18887         
18888         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
18889         non-text files.
18890         
18891         * plugins/file-loader/anjuta-loader-plugin.ui,
18892         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18893         Implemented "Open with" file manager submenu. Displays error message
18894         when file can not be opened.
18895         
18896         * plugins/file-manager/an_file_view.c: Renamed
18897         file_manager_current_filename value name to file_manager_current_uri
18898         and exports proper URI.
18899         
18900         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
18902 2004-09-19  Naba Kumar  <naba@gnome.org>
18904         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18905         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
18906         save point signal to change editor tabs. Fixed accels.
18907         
18908         * plugins/file-loader/plugin.c: Fixed accels.
18910         * plugins/project-manager/plugin.c: Added target selection callback.
18911         
18912         * plugins/project-manager/plugin.c: Added URI activation.
18913         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
18914         Fixed dialog and closed it on ok. Fixed a crash bug.
18915         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
18917         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
18918         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
18919         plugins/file-loader/anjuta-loader-plugin.ui,
18920         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18921         Added recent files in file loade plugin.
18922         
18923         * ChangeLog: Fixed entry dates.
18924         
18925 2004-09-18  Naba Kumar  <naba@gnome.org>
18927         * plugins/devhelp/plugin.c: Added UI sensitization and removed
18928         an unnecessary GtkFrame.
18929         
18930 2004-09-17  Naba Kumar  <naba@gnome.org>
18932         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
18934         * TODO: Updated.
18935         
18936         * data/Makefile.am: Disabled installing old mime info.
18937         
18938         * mime/anjuta.applications, mime/anjuta.keys: Updated.
18939         
18940         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
18941         plugins/editor/anjuta-document-manager.ui,
18942         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18943         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
18944         Added Editor context popup menu.
18945         
18946         * plugins/project-manager/anjuta-project-manager-plugin.png:
18947         Update image.
18948         
18949         * plugins/project-manager/anjuta-project-manager.plugin.in:
18950         Support .anjuta mime type.
18951         
18952         * plugins/project-manager/plugin.c: Exports "project_root_directory"
18953         value.
18954         
18955         * plugins/file-manager/plugin.c: Watches "project_root_directory"
18956         value.
18957         
18958         * src/layout.xml, plugins/profile-default/plugin.c:
18959         Added project manager plugin for startup.
18961 2004-09-16  Naba Kumar  <naba@gnome.org>
18962         
18963         * anjuta.prj: Updated.
18964         
18965         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
18966         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
18967         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
18968         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
18969         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
18970         plugins/terinal/Makefile.am, src/Makefile.am,
18971         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
18972         Fixed makefile syntax errors.
18974 2004-09-16  Naba Kumar  <naba@gnome.org>
18976         * configure.in, src/layout.xml,
18977         plugins/profile-default/plugin.c,
18978         libanjuta/interfaces/libanjuta.idl,
18979         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
18980         
18981         * configure.in, plugins/Makefile.am,
18982         plugins/project-manager/.cvsignore, 
18983         plugins/project-manager/Makefile.am,
18984         plugins/project-manager/anjuta-project-manager-plugin.png,
18985         plugins/project-manager/anjuta-project-manager.plugin.in,
18986         plugins/project-manager/anjuta-project-manager.ui,
18987         plugins/project-manager/plugin.c,
18988         plugins/project-manager/plugin.h: Added project manager plugin
18989         based on gnome-build.
18990         
18991         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
18992         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
18993         
18994         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
18995         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18996         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
18997     
18998 2004-09-16  Naba Kumar  <naba@gnome.org>
19000         * plugins/editor/action-callbacks.c: Fixed compile error.
19001         
19002 2004-09-15  Naba Kumar  <naba@gnome.org>
19004         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19005         
19006         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19007         New improved splace with nicer progress.
19008         
19009         * configure.in, plugins/Makefile.am,
19010         (added) file-wizard/.cvsignore,
19011         (added) file-wizard/Makefile.am,
19012         (added) file-wizard/action-callbacks.c,
19013         (added) file-wizard/action-callbacks.h,
19014         (added) file-wizard/anjuta-file-wizard-plugin.png,
19015         (added) file-wizard/anjuta-file-wizard.glade,
19016         (added) file-wizard/anjuta-file-wizard.plugin.in,
19017         (added) file-wizard/anjuta-file-wizard.ui,
19018         (added) file-wizard/file.c,
19019         (added) file-wizard/file.h,
19020         (added) file-wizard/plugin.c,
19021         (added) file-wizard/plugin.h:
19022         Created new file wizard and added it. The wizard takes care of text
19023         bit insertions and new files creation.
19025         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19026         plugins/editor/action-callbacks.h,
19027         plugins/editor/anjuta-document-manager.glade,
19028         plugins/editor/anjuta-document-manager.ui,
19029         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19030         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19031         new files code and moved into a new plugin (file wizard).
19032         
19033         * libanjuta/plugins.[c,h]: Added plugins selection function.
19034         
19035         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19036         get_position(), insert() in IAnjutaEditor interface. Added
19037         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19038         interface (for wizard plugins).
19040         * plugins/file-loader/anjuta-loader-plugin.ui,
19041         plugins/file-loader/plugin.c: Added wizard launcher interface which
19042         scans for plugins implement IAnjutaWizard interface and presents the
19043         list to user for selection. The selected plugin is then activated
19044         for the wizard.
19046         * libanjuta/interfaces/.cvsignore: Updated.
19047         * plugins/message-view/.cvsignore: Updated.
19048         * plugins/launcher/*: Removed as launcher has already been moved to
19049         libanjuta as class.
19051         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19052         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19053         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19054         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19055         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19056         Updated API documentations.
19058 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19060         * configure.in: Added Punjabi to ALL_LINGUAS
19062 2004-07-29  Naba Kumar  <naba@gnome.org>
19064         * configure.in: Added file-loader plugin Makefile path and
19065         fixed devhelp version requirement.
19067 2004-07-28  Naba Kumar  <naba@gnome.org>
19069         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19070         terminal/preferences-terminal.png (added), message-view/*.png (added),
19071         message-view/*.xpm (added), editor/*.png (added),
19072         editor/*.xpm (added), plugins/editor/Makefile.am,
19073         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19074         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19075         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19076         respective plugins directories.
19078         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19079         pixmaps/block-end-16.png, pixmaps/block-end.png
19080         pixmaps/block-start-16.png, pixmaps/block-start.png
19081         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19082         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19083         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19084         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19085         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19086         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19087         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19088         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19089         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19090         pixmaps/preferences-editor.png, pixmaps/undock.png
19091         pixmaps/error-next-16.png, pixmaps/error-next.png
19092         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19093         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19094         pixmaps/preferences-terminal.png: Deleted
19096         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19097         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19098         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19099         plugins/editor/anjuta-document-manager.plugin.in,
19100         plugins/editor/anjuta-document-manager.ui,
19101         plugins/editor/plugin.c, plugins/editor/print.c,
19102         plugins/editor/search-replace_backend.c,
19103         plugins/editor/search_preferences.h,
19104         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19105         Moved properties souce files to editor plugin as it not required in
19106         libanjuta. Other editor fixes.
19108         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19109         libegg/dock/* (removed)
19110         : Restored GDL external dependencies and removed libegg dock
19111         sources, because gdl is being developed.
19112         
19113         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19114         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19115         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19116         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19117         libanjuta/plugins.c, libanjuta/plugins.h,
19118         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19119         gconf system. Shell now takes docking positions. Added more utility
19120         functions. Added plugins query function. And other fixes.
19122         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19123         
19124         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19125         plugin to load files based on mime type.
19126         
19127         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19128         
19129         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19130         plugins/file-manager/plugin.c: File manager now uses file loader to
19131         open files.
19133         * plugins/message-view/anjuta-msgman.c,,
19134         plugins/message-view/message-view.c,
19135         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19137         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19138         plugins/terminal/terminal.c, src/Makefile.am,
19139         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19140         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19141         
19142         * libegg/dock/*: Removed directory.
19143         
19144 2004-07-28  Naba Kumar  <naba@gnome.org>
19146         * configure.in: Reduced gnome-print version requirement.
19147         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19149 2004-07-21  Ray Strode  <rstrode@redhat.com>
19150         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19151         new mime sytem.
19153 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19154         
19155         * plugins/editor/search-replace.c: Some fixes
19156         * plugins/terminal/Makefile.am:
19157         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19159 2004-05-19  Naba Kumar  <naba@gnome.org>
19161         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19162         compiler warning.
19164 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19166         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19167         Implemented IAnjutaSavable
19168         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19170 2004-05-17  Naba Kumar  <naba@gnome.org>
19172         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19173         plugins/build-basic-autotools/.cvsignore,
19174         plugins/build-basic-autotools/Makefile.am,
19175         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19176         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19177         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19178         plugins/build-basic-autotools/build-basic-autotools.c,
19179         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19180         build plugin.
19181         
19182         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19183         definition.
19184         
19185         * plugins/file-manager/an_file_view.c,
19186         plugins/file-manager/anjuta-file-manager.ui,
19187         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19188         Added context menu UI.
19189         
19190         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19191         in view menu.
19193 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19194         
19195         * libanjuta/anjuta-preferences.[ch]: 
19196         Added save/load_gconf functions
19197         * src/action_callbacks.[ch], src/preferences.c: 
19198         Load global prefs from gconf at startup and save them
19199         on exit. Prefs load and save correctly but something resets
19200         them to default after loading...
19201         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19202         Somehow the linker does not find save/load_gconf functions
19203         in libanjuta. Must be a stupid mistake, I would be glad
19204         if someone could fix that.
19205         * manuals/reference/libanjuta-sections.txt: Added new
19206         preferences functions and removed gnome-filelist
19207         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19208         * plugins/file-manager/plugin.c:
19209         Added root-path property
19211 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19212         
19213         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19214         they are not longer needed.
19215         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19216         anjuta-sections.txt: Remove references to the files
19217         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19218         Use new nautilus icons for file-manager, looks incredible
19219         cool!
19221 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19222         
19223         * plugins/editor/anjuta-docman.c: gchar* to 
19224         const gchar* in arguments
19225         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19226         Interface
19227         * plugins/file-manager/an_file_view.c: Open files on
19228         double-click. Does not work yet because it does not
19229         find IAnjutaFile interface in document manager
19231 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19232         
19233         * plugins/editor/anjuta-docman.c
19234         * plugins/editor/text_editor.c:
19235         Made close button working, made multiple selection in
19236         File/Open dialog possble, fixed crash bug if file cannot
19237         be opened.
19239 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19240         
19241         * plugins/editor/action-callbacks.c
19242         * plugins/editor/anjuta-docman.c
19243         * plugins/editor/anjuta-docman.h
19244         * plugins/editor/search-replace.c
19245         * plugins/editor/search-replace_backend.c
19246         * plugins/editor/text_editor.c
19247         * plugins/editor/text_editor.h:
19248         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19249         able to open all files, use uri instead of full_filename, fixed
19250         many bugs.
19253 2004-05-13  Naba Kumar  <naba@gnome.org>
19255         * plugins/message-view/anjuta-message-manager-plugin.glade:
19256         HIG compliant.
19258         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19259         management.
19261         * pixmaps/anjuta_splash.png: Added border.
19262         
19263         * plugins/editor/anjuta-document-manager.png: New icon.
19264         
19265         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19266         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19267         
19268         plugins/editor/Makefile.am,
19269         plugins/editor/search-replace.c,
19270         plugins/editor/search-replace.h,
19271         plugins/editor/search-replace_backend.c,
19272         plugins/editor/search-replace_backend.h,
19273         plugins/editor/search_preferences.h,
19274         plugins/editor/search_preferences.c: Merged changes from
19275         ANJUTA_1_2_0 branch.
19276         
19277         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19278         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19279         operational.
19281         * plugins/terminal/Makefile.am,
19282         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19283         dialog.
19284         
19285         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19286         submenu.
19288 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19289         * plugins/message-view/plugin.c: Fixed glade file loading
19290         Removed "Show messages" menu item
19291         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19292         twice because of this load system layout hack.
19293         * libanjuta/anjuta-ui.h: Removed #include config.h
19294         * libanjuta/libanjuta.pc: Fixed path and depencies
19295         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19296         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19297         * libanjuta/properties.cxx : #include "properties_cxx.h"
19298         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19300 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19301         * plugins/message-view/*: Fixed message view preferences
19302         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19303         * anjuta.glade: Removed messages stuff
19305 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19306         
19307         * Removed libanjutamm, it is now hosted on SF.net:
19308         cvs.sf.net/cvsroot/anjuta/libanjutamm
19310 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19311         
19312         * libanjutamm/*
19313         Added some experimental code to add support for C++ plugins.
19314         Nothing works yet and it is likely that it will disappear but
19315         I have some questions to murrayc and he wants to see the code.
19317 2004-05-11  Naba Kumar  <naba@gnome.org>
19319         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19321         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19322         hightlight style menu actions.
19324         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19325         manuals/reference/libanjuta/plugin-description-file.sgml,
19326         manuals/reference/libanjuta/writing-plugins.sgml,
19327         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19328         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19329         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19331         * src/anjuta-app.c: Always load system layout for now.
19333         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19334         
19335         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19336         manuals/reference/libanjuta/libanjuta-sections.txt,
19337         manuals/reference/libanjuta/libanjuta.types,
19338         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19339         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19340         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19341         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19342         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19343         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19344         Updated documentation.
19346         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19347         plugins/profile-default/plugin.c, src/layout.xml:
19348         Created terminal plugin.
19349          
19350         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19351         (new) plugins/file-manager/.cvsignore,
19352         plugins/file-manager/an_file_view.c,
19353         plugins/file-manager/plugin.c,
19354         plugins/file-manager/plugin.h: Moved preferences to separate
19355         glade file and added cvsignore file.
19356         
19357         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19358         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19359         from the branch. I tried it     but there were way too many conflicts.
19360         
19361         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19362         
19363         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19364         util functions required during the merge.
19365         
19366         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19367         interface.
19368         
19369         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19370         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19371         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19372         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19373         Merged with ANJUTA_1_2_0 branch.
19375 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19377         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19379 2004-05-07  Naba Kumar  <naba@gnome.org>
19381         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19383         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19384         Added preferences reading and loading.
19385         
19386         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19387         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19388         libanjuta/fileselection.c, libanjuta/fileselection.h,
19389         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19390         
19391         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19393         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19394         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19395         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19396         data/macros/autogen.sh, data/macros2/autogen.sh
19397         data/properties/ada.properties, data/properties/anjuta.properties,
19398         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19399         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19400         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19401         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19402         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19403         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19404         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19405         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19406         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19407         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19408         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19409         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19410         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19411         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19412         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19413         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19414         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19415         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19416         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19417         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19418         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19419         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19420         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19421         (added) scintilla/scintilla-marshal.c,
19422         (added) scintilla/scintilla-marshal.h,
19423         (added) scintilla/scintilla-marshal.list,
19424         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19425         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19426         (added) scintilla/patches/scintilla-calltip-align.patch,
19427         (added) scintilla/patches/scintilla-minor.patch,
19428         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19430 2004-05-06  Naba Kumar  <naba@gnome.org>
19432         * (added) plugins/file-manager/Makefile.am,
19433         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19434         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19435         (added) plugins/file-manager/anjuta-file-manager.ui,
19436         (added) plugins/file-manager/plugin.c,
19437         (added) plugins/file-manager/plugin.h,
19438         (removed) plugins/file-manager/an_file_view.h,
19439         plugins/Makefile.am, configure.in,
19440         plugins/file-manager/an_file_view.c: Created file manager plugin.
19441         
19442         * plugins/profile-default/plugin.c: Added file manager plugin in default
19443         profile.
19444         
19445         * libanjuta/Makefile.am: Fixed dependencies.
19446         * pixmaps/anjuta_splash.png: New splash screen.
19448 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19449         
19450         * template/template.c/h: Added in-line doc
19451         * manuals/reference/template/*: Added template documentation
19452         * configure.in: Build template docs
19454 2004-05-05  Naba Kumar  <naba@gnome.org>
19456         * autogen.sh: Added commands to generate initial interfaces.
19457         
19458         * libanjuta/Makefile.am,
19459         (removed)libanjuta/anjuta-plugin-parser.c,
19460         (removed)libanjuta/anjuta-plugin-parser.h,
19461         (added)libanjuta/anjuta-plugin-description.c,
19462         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19463         plugin description.
19464         
19465         * libanjuta/anjuta-plugin.c,
19466         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19467         
19468         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19469         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19470         widget add_widget() method.
19471         
19472         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19473         and moved plugin sets loading in profile plugins.
19474         
19475         * libanjuta/interfaces/.cvsignore,
19476         (removed)libanjuta/interfaces/Makefile.am,
19477         libanjuta/interfaces/libanjuta.idl,
19478         libanjuta/interfaces/anjuta-idl-compiler.pl,
19479         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19480         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19481         (removed)libanjuta/interfaces/ianjuta-editor.c,
19482         (removed)libanjuta/interfaces/ianjuta-editor.h,
19483         (removed)libanjuta/interfaces/ianjuta-file.c,
19484         (removed)libanjuta/interfaces/ianjuta-file.h,
19485         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19486         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19487         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19488         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19489         *.h and Makefile.am files. They are autogenerated. Interfaces are
19490         by anjuta-idl-compiler.pl from libanjuta.idl file.
19491         
19492         * manuals/reference/libanjuta/Makefile.am,
19493         manuals/reference/libanjuta/anjuta-architecture.sgml,
19494         manuals/reference/libanjuta/libanjuta-docs.sgml,
19495         manuals/reference/libanjuta/libanjuta-sections.txt,
19496         manuals/reference/libanjuta/libanjuta.types,
19497         manuals/reference/libanjuta/plugin-description-file.sgml,
19498         manuals/reference/libanjuta/writing-plugins.sgml,
19499         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19500         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19501         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19502         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19503         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19504         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19505         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19506         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19507         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19508         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19509         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19510         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19511         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19512         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19513         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19514         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19515         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19516         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19517         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19518         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19519         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19520         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19521         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19522         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19523         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19524         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19525         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19526         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19527         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19528         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19529         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19530         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19531         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19532         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19533         interfaces template sgmls.
19534         
19535         * plugins/Makefile.am,
19536         plugins/devhelp/anjuta-devhelp.plugin.in,
19537         plugins/devhelp/plugin.c,
19538         plugins/editor/action-callbacks.c,
19539         plugins/editor/anjuta-document-manager.plugin.in,
19540         plugins/editor/plugin.c,
19541         plugins/editor/plugin.h,
19542         plugins/editor/text_editor.c,
19543         plugins/sample1/plugin.c,
19544         plugins/message-view/anjuta-message-manager.plugin.in,
19545         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19546         placement. Fixed other errors.
19547         
19548         * (added)plugins/profile-default/.cvsignore,
19549         (added)plugins/profile-default/Makefile.am,
19550         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19551         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19552         (added)plugins/profile-default/anjuta-default-profile.ui,
19553         (added)plugins/profile-default/plugin.c,
19554         (added)plugins/profile-default/plugin.h: Added a default new
19555         profile plugin.
19556         
19557         * src/Makefile.am,
19558         src/action-callbacks.c,
19559         src/anjuta-app.c,
19560         src/anjuta.c,
19561         src/main.cpp: Fixed necessary changes for libanjuta
19563 2004-05-04  Naba Kumar  <naba@gnome.org>
19565         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19566         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19567         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19568         placement for default widgets placements.
19570 2004-05-03  Naba Kumar  <naba@gnome.org>
19572         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19573         manuals/reference/libanjuta/libanjuta-docs.sgml,
19574         manuals/reference/libanjuta/plugin-description-file.sgml,
19575         manuals/reference/libanjuta/writing-plugins.sgml:
19576         Wrote more sections in writing-plugins document and fixed errors.
19578 2004-05-03  Naba Kumar  <naba@gnome.org>
19580         * libanjuta/interfaces/libanjuta.idl: Added interface
19581         IAnjutaFileManager.
19582         
19583         * manuals/reference/libanjuta/anjuta-architecture.dia,
19584         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19585         architecture diagram.
19586         
19587         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19588          manuals/reference/libanjuta/libanjuta-docs.sgml,
19589         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19590         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19591         Wrote writing-plugins document and separated chapters into
19592         separate sgml files.
19593         
19594         * plugins/file-manager/an_file_view.c,
19595         plugins/file-manager/an_file_view.h: New and improved directory
19596         rendering.
19598 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19600         * anjuta.glade: re-designed the new file dialog
19601         * anjuta_dialogs_strings.c: new strings from the new file dialog
19603 2004-04-30  Naba Kumar  <naba@gnome.org>
19605         * libanjuta/interfaces/Makefile.am.iface,
19606         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19607         
19608         * libanjuta/interfaces/libanjuta.idl: Updated.
19610         * libanjuta/interfaces/Makefile.am.iface,
19611         libanjuta/interfaces/libanjuta.idl: Updated.
19613 2004-04-29  Naba Kumar  <naba@gnome.org>
19614         
19615         * libanjuta/interfaces/Makefile.am.iface,
19616         libanjuta/interfaces/libanjuta.idl: Updated.
19618 2004-04-29  Naba Kumar  <naba@gnome.org>
19620         * libanjuta/interfaces/giface-idlc-c.pl,
19621         libanjuta/interfaces/libanjuta.idl: Upgraded.
19622         * libanjuta/interfaces/Makefile.am.iface: Added.
19623         
19624 2004-04-28  Naba kumar  <naba@gnome.org>
19626         * libanjuta/interfaces/giface-idlc-c.pl,
19627         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19628         definitions and wrote a compiler.
19629         
19630 2004-04-28  Naba Kumar  <naba@gnome.org>
19632         * libanjuta/anjuta-shell.c: Fixed docs.
19633         * libanjuta/interfaces/Makefile.am,
19634         libanjuta/interfaces/ianjuta-file.c,
19635         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19636         
19637         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19638         
19639         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19641         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19642         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19643         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19644         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19645         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19646         * src/anjuta-app.c: Fixed bug.
19648 2004-04-27  Naba Kumar  <naba@gnome.org>
19650         * libanjuta/anjuta-preferences-dialog.c,
19651         manuals/Makefile.am: Fixed document bugs and enabled docs
19652         building.
19654         * libanjuta/anjuta-preferences-dialog.c,
19655         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19656         More documentation.
19657         
19658         * libanjuta/anjuta-preferences.c,
19659         manuals/reference/libanjuta/libanjuta-docs.sgml,
19660         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19661         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19662         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19663         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19664         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19665         Wrote more documentations.
19667         * (removed) plugins/message-view/imessage-view.c,
19668         (removed) plugins/message-view/ianjuta-msgman.c,
19669         plugins/message-view/Makefile.am,
19670         plugins/message-view/anjuta-msgman.c,
19671         plugins/message-view/anjuta-msgman.h,
19672         plugins/message-view/message-view.c,
19673         plugins/message-view/message-view.h,
19674         plugins/message-view/plugin.c,
19675         plugins/message-view/plugin.h: Moved interface implementations
19676         in their respective classes and used correct macros to
19677         defined class types.
19679         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19680         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19681         AnjutaUI from GtkUIManager instead of GtkDialog.
19683         * manuals/reference/libanjuta/Makefile.am,
19684         manuals/reference/libanjuta/libanjuta-docs.sgml,
19685         manuals/reference/libanjuta/libanjuta-sections.txt,
19686         manuals/reference/libanjuta/libanjuta.types,
19687         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19688         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19689         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19690         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19691         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19692         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19693         Wrote more documentation, fixed typos, added architecture
19694         diagram, updated object types etc.
19696         * plugins/editor/text_editor.c: Fixed interface implementation.
19698 2004-04-26  Naba Kumar  <naba@gnome.org>
19700         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19701         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19702         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19703         architecture diagram and a new chapter on plugins description file.
19705 2004-04-25  Naba Kumar  <naba@gnome.org>
19707         *  libanjuta/anjuta-children.h,
19708         libanjuta/anjuta-plugin.c,
19709         libanjuta/anjuta-plugin.h,
19710         libanjuta/anjuta-preferences.c,
19711         libanjuta/anjuta-shell.c,
19712         libanjuta/anjuta-shell.h,
19713         libanjuta/e-splash.c,
19714         libanjuta/e-splash.h,
19715         manuals/reference/libanjuta/Makefile.am,
19716         manuals/reference/libanjuta/libanjuta-docs.sgml,
19717         manuals/reference/libanjuta/libanjuta-sections.txt,
19718         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19719         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19720         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19721         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19722         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19723         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19724         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19725         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19726         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19727         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19728         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19729         manuals/reference/libanjuta/tmpl/defaults.sgml,
19730         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19731         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19732         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19733         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19734         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19735         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19736         manuals/reference/libanjuta/tmpl/plugins.sgml,
19737         manuals/reference/libanjuta/tmpl/properties.sgml,
19738         manuals/reference/libanjuta/tmpl/resources.sgml,
19739         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19740         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19741         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19742         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19743         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19744         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19746         Added more template files and wrote more documentation.
19748 2004-04-24  Andras Timar  <timar@gnome.hu>
19750         * configure.in: Added hu to ALL_LINGUAS.
19752 2004-04-23  Naba Kumar  <naba@gnome.org>
19753         
19754         * configure.in: Fixed compile error.
19755         
19756         * libanjuta/anjuta-children.c,
19757         libanjuta/anjuta-children.h,
19758         libanjuta/anjuta-preferences.c,
19759         libanjuta/anjuta-preferences.h,
19760         libanjuta/anjuta-shell.c,
19761         libanjuta/anjuta-ui.c,
19762         libanjuta/anjuta-ui.h,
19763         manuals/reference/libanjuta/Makefile.am,
19764         manuals/reference/libanjuta/libanjuta-docs.sgml,
19765         manuals/reference/libanjuta/libanjuta.types,
19766         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19767         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19768         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19769         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19770         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19771         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19772         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19773         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19774         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19775         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19776         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19777         manuals/reference/libanjuta/tmpl/defaults.sgml,
19778         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19779         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19780         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19781         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19782         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19783         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19784         manuals/reference/libanjuta/tmpl/plugins.sgml,
19785         manuals/reference/libanjuta/tmpl/properties.sgml,
19786         manuals/reference/libanjuta/tmpl/resources.sgml,
19787         plugins/sample1/plugin.c: Added libanjuta API documentation.
19789 2004-04-22  Naba Kumar  <naba@gnome.org>
19791         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
19792         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19793         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19794         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
19795         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
19796         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
19797         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
19798         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
19799         (removed) libegg/eggradiotoolbutton.c,
19800         (removed) libegg/eggseparatortoolitem.c,
19801         (removed) libegg/eggtoggletoolbutton.c,
19802         (removed) libegg/eggtoolbar.c,
19803         (removed) libegg/eggtoolbutton.c,
19804         (removed) libegg/eggtoolitem.c,
19805         (removed) libegg/prop-editor.c,
19806         (removed) libegg/test-actions.c,
19807         (removed) libegg/test-drag.c,
19808         (removed) libegg/test-merge.c,
19809         (removed) libegg/test-toolbar.c,
19810         libegg/menu/Makefile.am,
19811         (removed) libegg/menu/egg-accel-dialog.h,
19812         (removed) libegg/menu/egg-action-group.h,
19813         (removed) libegg/menu/egg-action.h,
19814         libegg/menu/egg-entry-action.h,
19815         (removed) libegg/menu/egg-markup.h,
19816         (removed) libegg/menu/egg-menu-merge.h,
19817         (removed) libegg/menu/egg-menu.h,
19818         (removed) libegg/menu/egg-radio-action.h,
19819         (removed) libegg/menu/egg-toggle-action.h,
19820         (removed) libegg/menu/howitshouldwork.txt,
19821         (removed) libegg/toolbar/.cvsignore,
19822         (removed) libegg/toolbar/Makefile.am,
19823         (removed) libegg/toolbar/TODO,
19824         (removed) libegg/toolbar/eggradiotoolbutton.h,
19825         (removed) libegg/toolbar/eggseparatortoolitem.h,
19826         (removed) libegg/toolbar/eggtoggletoolbutton.h,
19827         (removed) libegg/toolbar/eggtoolbar.h,
19828         (removed) libegg/toolbar/eggtoolbutton.h,
19829         (removed) libegg/toolbar/eggtoolitem.h,
19830         (removed) libegg/toolbar/prop-editor.h,
19831         (removed) libegg/toolbar/toolbar-api.txt,
19832         (removed) libegg/toolbar/toolbar-ideas.txt,
19833         plugins/devhelp/anjuta-devhelp.ui,
19834         plugins/devhelp/plugin.c,
19835         plugins/editor/action-callbacks.c,
19836         plugins/editor/action-callbacks.h,
19837         plugins/editor/anjuta-docman.c,
19838         plugins/editor/anjuta-document-manager.ui,
19839         plugins/editor/plugin.c,
19840         P plugins/message-view/Makefile.am,
19841         plugins/message-view/anjuta-message-manager.ui,
19842         plugins/message-view/plugin.c,
19843         plugins/sample1/anjuta-sample.ui,
19844         plugins/sample1/plugin.c,
19845         src/action-callbacks.c,
19846         src/action-callbacks.h,
19847         src/anjuta-actions.h,
19848         src/anjuta-app.c,
19849         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
19850         Gtk actions and UIManager. Fixed all plugins to use this.
19851         
19852         * manuals/reference/gtkdoc-scangobj.diff,
19853         manuals/reference/libanjuta/Makefile.am,
19854         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19855         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19856         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19857         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19858         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
19860         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
19861         
19862 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
19863         
19864         * plugins/message-view/imessage-view.c
19865         * plugins/message-view/ianjuta-msgman.c:
19866         Added interfaces
19868 2004-04-17  Adam Weinberger  <adamw@gnome.org>
19870         * configure.in: Added en_CA to ALL_LINGUAS.
19872 2004-04-08  Naba Kumar  <naba@gnome.org>
19874         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
19875         libanjuta/interfaces/Makefile.am,
19876         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
19877         message manager and message view interfaces.
19879         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
19880         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19881         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19882         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
19883         src/anjuta-app.c: Used 'activate' and
19884         'deactivate' virtual methods for plugins. Fixed installed plugins
19885         dialogs. Added remove_widget() method for AnjutaShell.
19887         * libanjuta/interfaces/Makefile.am,
19888         libanjuta/interfaces/ianjuta-document-manager.c,
19889         libanjuta/interfaces/ianjuta-document-manager.h,
19890         libanjuta/interfaces/ianjuta-editor.c,
19891         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
19892         and editor interfaces.
19894         * plugins/devhelp/plugin.c,
19895         plugins/message-view/anjuta-message-manager.plugin.in,
19896         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
19897         plugins/sample1/plugin.c: Updated plugins implementation to
19898         reflect the changes.
19900 2004-04-07  Naba Kumar  <naba@gnome.org>
19902         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
19903         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
19904         libanjuta/interfaces/ianjuta-editor.h,
19905         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
19906         plugins/editor/anjuta-docman.c,
19907         plugins/editor/anjuta-document-manager.plugin.in,
19908         plugins/editor/plugin.c, plugins/sample1/plugin.c,
19909         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
19910         Added supported interfaces for plugins. Tested plugin interfaces
19911         through sample plugin.
19912         
19913 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
19914         
19915         * template/Makefile.am, data/templates/library/Makefile.am
19916         Fixed some automake-1.7 incompatibilities
19917         * template/xmltemplate.c: Small fix
19919 2004-02-23  Naba Kumar  <naba@gnome.org>
19921         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
19922         Added plugins manager dialog.
19923         
19924         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
19925         library dependencies.
19926         
19927         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
19928         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
19929         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
19930         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
19931         geometry command line option.
19932         
19933 2004-02-16  Naba Kumar  <naba@gnome.org>
19935         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
19936         Added interfaces and IAnjutaEditor editor interface.
19937         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
19938         interface.
19939         * libanjuta/anjuta-shell.h: Fixed bug.
19940         
19941 2004-02-13  Naba Kumar  <naba@gnome.org>
19943         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
19944         
19945 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
19946         
19947         * data/template/*/.cvsignore:
19948         Avoid all these ? in cvs output
19950 2004-02-13  Naba Kumar  <naba@gnome.org>
19952         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
19953         includes and linking.
19955         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
19956         and set required version to devhelp 0.8. This devhelp version
19957         can be acquired from gnome cvs branch devhelp branch
19958         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
19960         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
19961         src/actions-callbacks.c: Added Dock Manager settings menu item.
19963         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
19964         * plugins/devhelp/plugin.c: Fixed a linking bug.
19965         
19966         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
19967         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
19968         external GDL dependency and used libegg codes.
19969         
19970 2004-02-12  Naba Kumar  <naba@gnome.org>
19972         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
19973         Added devhelp plugin, but it can't be used without a
19974         patch in devhelp. So it's disabled for now.
19976         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
19977         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
19978         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
19979         Update cvsignore files.
19981         * libanjuta/plugins.c, widgets/e-splash.c:
19982         Fixed plugins loading to show splash icons.
19983         
19984         * plugins/message-view/anjuta-message-manager.plugin.in,
19985         plugins/message-view/plugin.c: Fixed plugin registered name.
19987         * plugins/message-view/anjuta-message-view.png,
19988         plugins/sample1/anjuta-sample-plugin.png: Update images.
19990         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
19991         src/main.c: Fixed layout loading.
19993         * plugins/devhelp/Makefile.am: Fixed error.
19995         * (removed) widgets/*, libanjuta/plugins.h,
19996         src/main.c: Transfered widgets to libanjuta/.
19997         
19998         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
19999         toplevel directory to created only one library as libanjuta-egg.
20001         * data/Makefile.am: Fixed build error.
20003         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20004         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20005         libegg/.cvsignore: Added egg dock widget.
20007         * gdl/*: Removed as they are now available in libegg.
20008         
20009 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20011         * plugins/editor/anjuta-docman.c:
20012         Use stock close icon on tab close button
20014 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20015         
20016         * data/template/Makefile.am
20017         data/template/language/Makefile.am
20018         data/template/library/Makefile.am
20019         data/template/text/Makefile.am
20020         data/template/project/Makefile.am
20021         data/template/project/terminal/Makefile.am
20022         configure.in: Created Makefile to install templates
20024 2004-02-11  Naba Kumar  <naba@gnome.org>
20026         * plugins/editor/action-callbacks.c,
20027         plugins/editor/anjuta-document-manager.ui,
20028         plugins/editor/plugin.c
20029         plugins/message-view/anjuta-message-manager.ui,
20030         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20031         
20032 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20033         
20034         * plugins/message-view/*: MessageView plugin is now loaded
20035         The menu items are still dummies.
20037 2004-02-09  Naba Kumar  <naba@gnome.org>
20039         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20040         generation.
20041         
20042         * libanjuta/anjuta-preferences.h: Added some documentation.
20043         
20044         * libanjuta/anjuta-shell.h: Removed dead codes.
20045         
20046         * (removed) manuals/reference/gtkdoc-scangobj,
20047         manuals/reference/gtkdoc-scangobj.diff,
20048         manuals/reference/libanjuta/.cvsignore,
20049         manuals/reference/libanjuta/Makefile.am,
20050         manuals/reference/libanjuta/README.inline-doc,
20051         manuals/reference/libanjuta/README.sections,
20052         manuals/reference/libanjuta/libanjuta-docs.sgml,
20053         manuals/reference/libanjuta/libanjuta-sections.txt,
20054         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20055         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20056         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20057         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20058         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20059         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20060         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20061         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20062         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20063         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20064         manuals/reference/libanjuta/tmpl/defaults.sgml,
20065         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20066         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20067         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20068         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20069         manuals/reference/libanjuta/tmpl/plugins.sgml,
20070         manuals/reference/libanjuta/tmpl/properties.sgml,
20071         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20072         of scan program. Updated templates.
20074         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20075         editor action callbacks data.
20076         
20077         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20078         scintilla object ref/unref.
20080 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20081         
20082         * template/*: Added new xml based template system
20083         * template/dtds/*: Dtds to validate xml files of the template systems
20084         * data/template/*: Some sample template files
20085         Still needs some work but builds fine!
20087 2004-02-06  Naba Kumar  <naba@gnome.org>
20089         * cofigure.in, manuals/Makefile.am,
20090         (added) manuals/reference/*: Added API documentation
20091         structure (gtk-doc based).
20093         * libanjuta/libanjuta.h: Updated
20094         
20095 2004-02-05  Naba Kumar  <naba@gnome.org>
20096         
20097         * configure.in: Sets correct dependencies and
20098         uses gdl external library.
20100         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20101         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20102         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20103         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20104         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20105         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20106         and added file dialogs.
20108         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20109         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20110         Build dynamic libraries for libegg.
20112         * plugins/Makefile.am, plugins/editor/Makefile.am,
20113         plugins/editor/action-callbacks.c, 
20114         plugins/editor/action-callbacks.h,
20115         plugins/editor/anjuta-docman.c,
20116         plugins/editor/anjuta-docman.h
20117         plugins/editor/anjuta-document-manager.plugin.in
20118         plugins/editor/anjuta-document-manager.png
20119         plugins/editor/anjuta-document-manager.ui
20120         plugins/editor/file.c
20121         plugins/editor/file.h
20122         plugins/editor/plugin.c
20123         plugins/editor/print.c
20124         plugins/editor/print.h
20125         plugins/editor/search-replace.c
20126         plugins/editor/search_incremental.c
20127         plugins/editor/search_incremental.h
20128         plugins/editor/text_editor.c
20129         plugins/editor/text_editor.h
20130         plugins/editor/text_editor_cbs.c
20131         plugins/editor/text_editor_menu.h
20132         plugins/sample1/Makefile.am
20133         plugins/sample1/anjuta-sample-plugin.png
20134         plugins/sample1/anjuta-sample.plugin.in
20135         plugins/sample1/anjuta-sample.ui
20136         plugins/sample1/plugin-sample1.c
20137         plugins/sample1/plugin.c
20138         plugins/sample1/plugin.h: Created sample
20139         plugin and fixed editor plugin.
20141         * printing/*: Removed.
20143         * scintilla/Makefile.am: Builds dynamic library.
20145         * src/Makefile.am, src/action-callbacks.c,
20146         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20147         src/anjuta-actions.h, src/anjuta-app.c,
20148         src/anjuta-app.h, src/anjuta-callbacks.c,
20149         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20150         (removed) src/anjuta.h, src/anjuta.ui,
20151         src/layout.xml, src/main.c, src/preferences.h,
20152         src/utilities.c: Debuggged and finally made plugins
20153         loadable.
20155         * global-tags/Makefile.am: Fixed build error.
20157 2004-02-03  Naba Kumar  <naba@gnome.org>
20159         * configure.in: Users GDL from external package.
20160         * plugins/*: Added many new plugins (not ready though).
20161         * src/*: Removed many files (which have been transfered in plugins/).
20162         
20163 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20165         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20167 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20169         * configure.in: Added editor plugins
20170         
20171         * plugins/Makefile.am, src/search-replace_backend.h,
20172         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20173         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20174         
20175         * Added: plugins/editor/search_incremental.c, 
20176         plugins/editor/search_incremental.h
20178         * Update search-replace in plugins/editor
20179         
20180 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20181         
20182         * plugins/message-view/message-view.c: Some code clean-up
20184 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20186         * Added: search_incremental[ch]
20187         
20188         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20189         src/mainmenu_callbacks.c, src/toolbar.c
20190         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20191         
20192         * Incremental Search
20194 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20195         
20196         * plugins/message-view/anjuta-msgman.[c/h]:
20197         Added message manager for easier message handling with a
20198         similar interface as docman. Of course you can still use
20199         MessageView standalone.
20200         * plugins/Makefile.am: Added message-view because it compiles
20201         without errors.
20203 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20204         
20205         * plugins/message-view/*: Added message-view plugin 
20206         (still incomplete) 
20207         * configure.in: Added plugins/message-view/Makefile
20209 2004-01-03  Naba Kumar  <naba@gnome.org>
20211         * libanjuta/*.c: Added new files and updated old ones.
20212         * plugins/editor/*: Added editor plugin.
20213         * configure.in: Added editor plugin and moved editor related
20214         files into it.
20216 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20218         * src/Makefile.am: Added search-replace_backend.[ch]
20219         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20220         find_replace.[ch]
20221         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20222         src/search-replace_backend.c, src/search-replace_backend.h,
20223         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20224         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20225         src/toolbar_callbacks.c
20226         * The advanced Search/Replace functionality now replaces the older
20227         Find/Replace stuff.
20228         * The Search/Replace functionality can be interrupted during a long
20229         Search/Replace;
20230         
20231 2003-12-11  Naba Kumar  <naba@gnome.org>
20233         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20234         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20235         errors.
20236         * Makefile.am, libanjuta/*: Added new module.
20237         * src/Makefile.am: Fixed linking error.
20238         * src/watch_cbs.c: Debugger clean up.
20239         * configure.in: Added libanjuta-2.0.pc
20241         * configure.in, libanjuta/Makefile.am,
20242         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20243         libanjuta instead.
20245 2003-12-11  Naba Kumar  <naba@gnome.org>
20247         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20249         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20250         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20251         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20252         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20253         The user can now give a name at the creation of a new file and
20254         insert automatically (user choice) header, gpl notice, header
20255         template. The file extension is added automatically according
20256         to the selected type of file. The various insert functions have
20257         been moved from mainmenu-callback.c to file.c. The cursor is now
20258         moved after an insert operation. Removes also useless code in
20259         memory.c and search-replace.c
20260         
20261 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20263         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20264         sortable headers, process tree, removal of path and process params
20265         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20266         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20267         code cleanup
20269 2003-12-10  Naba Kumar  <naba@gnome.org>
20271         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20272         
20273 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20275         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20277 2003-11-28  Naba Kumar  <naba@gnome.org>
20279         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20280         
20281         * manuals/de/*: Added german translation docs.
20282         
20283         * configure.in, Makefile.am, src/Makefile.am,
20284         libegg/*/*: Added libegg library.
20285         
20286         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20287         installation directory.
20288         
20289         * src/text_editor_cbs.c: Fixed closing of file.
20291 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20292                                                                                 
20293         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20295 2003-09-05  Naba Kumar  <naba@gnome.org>
20297         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20298         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20299         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20300         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20301         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20302         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20303         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20304         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20305         using libegg. Initial commit -- compiles but is not complete.
20307 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20309         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20311 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20313         * configure.in: Removed "ta" from ALL_LINGUAS.
20315 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20317         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20319 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20321         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20323 2004-04-24  Andras Timar  <tmar@gnome.hu>
20325         * configure.in: Added hu to ALL_LINGUAS.
20327 2004-04-14  Naba Kumar  <naba@gnome.org>
20329         * src/Makefile.am, printing/Makefile.am,
20330         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20331         because we are still using GtkCombo and build breaks with gtk-2.4.
20332         
20333 2004-04-13  Naba Kumar  <naba@gnome.org>
20335         * NEWS: Updated.
20336         * anjuta.spec.in: Fixed build error.
20337         * po/POTFILES.in: Updated.
20338         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20340 2004-04-11  Naba Kumar  <naba@gnome.org>
20342         * NEWS: Updated.
20343         * AUTHORS: Updated.
20344         * configure.in: Added ga in ALL_LINGUAS.
20345         * ChangeLog: Fixed dates.
20346         
20347 2004-04-09  Naba Kumar  <naba@gnome.org>
20349         * src/print.c: Fixed buffer styling bug when printing with
20350         selection.
20352         * data/properties/anjuta.properties: Defined only one base font and
20353         used courier instead of lucidatypewriter, because most newer systems are
20354         unlikely to have it (bug #885023, #925956, #890473).
20355         
20356         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20357         warning.
20358         
20359         * src/an_file_view.c: Fixed possible crash bug.
20361 2004-04-07  Naba Kumar  <naba@gnome.org>
20363         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20364         gtk_main_quit() etc..), so that atexit() functions are not called
20365         (which is apparently done to free up memory and we don't need to
20366         do that at this point). Incidentally, something also happens in the
20367         atexit call which freezes the UI for far too long when the application
20368         exits and we want to avoid that..
20369         * src/glade_iface.c: Fixed compiler warning.
20370         
20371 2004-04-06  Naba Kumar  <naba@gnome.org>
20373         * src/project_dbase_gui.c: Fixed errors.
20375         * src/registers_gui.c: Fixed possible crash bug.
20376         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20377         * src/signals.[c,h]: Used tree view and glade file for dialog.
20378         * src/Makefile.am, src/about.c, src/an_file_view.c,
20379         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20380         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20381         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20382         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20383         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20384         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20385         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20386         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20387         src/launcher.h, src/main.c, src/main_menubar.c,
20388         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20389         src/message-manager-private.cc, src/message-manager.cc,
20390         src/preferences.c, src/project_config.c, src/project_dbase.c,
20391         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20392         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20393         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20394         src/search-replace.c, src/search-replace_backend.c,
20395         src/search_incremental.c, src/search_preferences.c,
20396         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20397         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20398         src/signals_gui.c, src/source.c, src/src_paths.c,
20399         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20400         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20401         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20402         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20403         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20404         tagmanager/Makefile.am, scintilla/include/SString.h,
20405         widgets/Makefile.am, widgets/gnomefilelist.c:
20407         Removed all deprecated codes and substituted
20408         with newer APIs. Fixed some possible crash bugs where cell renderers
20409         were being shared.
20410         
20411         * scintilla/patches/scintilla-minor.patch: Minor patch.
20413 2004-04-06  Naba Kumar  <naba@gnome.org>
20415         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20416         tree after all the files have been added (and not everytime a file
20417         is added in the project). Also fixed some memory corruption
20418         (possibly bug #900478).
20419         
20420         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20421         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20422         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20423         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20424         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20425         qualifier wherever appropriate.
20427 2004-04-05  Naba Kumar  <naba@gnome.org>
20429         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20430         switch terminal echo on/off. Debugger requires it off, while the
20431         rest requires it on.
20433         * src/search-replace.c: sets search direction and action (in addtion
20434         to target) for find in files.
20435         
20436 2004-04-02  Naba Kumar  <naba@gnome.org>
20438         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20440         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20441         src/an_symbol_view.c: Added an gtk events loop for
20442         displaying project loading status (for loading large projects) and
20443         debugger program starting ... just to give an impression of fastness :-).
20445         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20447         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20448         crash bug, which occurs when opening and closing a large project
20449         repeatedly.
20450         
20451         * src/attach_process.c: Fixed a comiple error for old gcc.
20452         
20453         * src/launcher.c: Prints proper error message when launcher child
20454         could not be executed and exits properly. Fixed a crash
20455         bug (bug #926606).
20456         
20457         * src/resources.c, src/utilities.c, src/glade_iface.c,
20458         src/debugger.c, src/attach_process.c: Properly exits forked children
20459         when they could not be executed.
20460         
20461 2004-04-01  Naba Kumar  <naba@gnome.org>
20463         * src/search-replace.c: Fixed a crash bug (bug #921893).
20465 2004-03-31  Naba Kumar  <naba@gnome.org>
20467         * anjuta.glade: Added a note on compiler options dialog ->support
20468         dialog telling that supports are only available for file mode.
20470         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20471         src/anjuta_cbs.c:
20472         Improved shutdown time delay by bypassing project closing
20473         and unloading plugins.
20475         * src/build_file.c, data/properties/anjuta.properties: Added a property
20476         to toggle on/off for going to first error automatically.
20478 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20480         * src/debugger.c: fixed core file loading
20481         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20482         for long lines (bugs #700968 and #911376)
20483         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20484         #917982.
20485         * src/anjuta.c: Focuses current AnEditor correctly.
20487 2004-03-30  Naba Kumar  <naba@gnome.org>
20489         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20490         * AUTHORS: Updated with all contributors names.
20491         * NEWS: Updated.
20492         * src/about.c: Reads contributors names from AUTHORS file.
20493         * manuals/C/anjuta-manual/authors.xml: Points to online
20494         contributors list.
20495         
20496 2004-03-29  Naba Kumar  <naba@gnome.org>
20498         * data/properties/ada.properties: Fixed syntax colors. Patch
20499         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20500         (bug #923474).
20502         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20503         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20504         generated projects, so that their pixmap files are
20505         found properly (bug #919903).
20506         
20507         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20508         anjuta.
20510         * src/source.c: Installs .glade file of libgllade
20511         projects in $(datadir)/$(package)/glade (part of bug #861038).
20512         
20513         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20514         in compiler options (bug #883837).
20515         
20516         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20517         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20518         
20519 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20521         * anjuta/src/search-replace.c: fixed another crash bug in
20522         "Find Usage"
20523         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20524         breakpoint property fix
20526 2004-03-29  Naba Kumar  <naba@gnome.org>
20528         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20529         (new) manuals/C/anjuta-advanced-tutorial/*:
20530         Added menu entry for 'Anjuta Advanced Tutorial'
20531         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20533 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20534         
20535         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20536         Fixed bug #908941  ('Open' starts in wrong directory)
20537         
20538 2004-03-26  Naba Kumar  <naba@gnome.org>
20540         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20541         compile error and bug #905738 with terminal.
20543         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20544         src/search-replace.[h,c], src/search_incremental.[h,c],
20545         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20546         src/text_editor.[c,h]: Fixed compiler warnings.
20547         
20548         * src/search-replace.c: Fixed a memory corruption (possible
20549         fix for bug #921893, but not yet confirmed).
20550         
20551         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20552         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20553         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20554         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20556 2004-03-25  Naba Kumar  <naba@gnome.org>
20558         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20559         crash bug with attach process dialog and made the dialog closable
20560         with 'esc'.
20561         
20562         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20563         always display within the margin.)
20564         
20565         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20566         the old breakpoint when it's properties are updated
20567         (creating a new updated one).
20568         
20569 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20571         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20572         displayed for wrong file.
20573         * src/breakpoints.c: conditional breakpoints
20574         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20575         "Find in Files..." disabling policy
20577 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20579         * src/build_file.c: Fixed bug #874380
20580         Goto the first error if it exists.
20582 2004-03-24  Naba Kumar  <naba@gnome.org>
20584         * src/anjuta.c: Fixed to get correct child exit status
20585         using mask (bug #905738).
20586         
20587         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20588         Aligned buttons in the New file dialog,
20589         set default response to OK, entry box activates default response,
20590         ESC closes dialog and hides on delet_event.
20592 2004-03-19  Naba Kumar  <naba@gnome.org>
20594         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20595         tree).
20597 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20599         * src/search-replace.c: fixed "Find Usage" crash when no project open
20601 2004-03-17  Naba Kumar  <naba@gnome.org>
20603         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20604         Fixed the generated projects to read m4 directory if the directory
20605         exists (bug #917781).
20606         
20607 2004-03-12  Naba Kumar  <naba@gnome.org>
20609         * HACKING: Fixed formatting for auto-parsing.
20611 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20612         
20613         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20614         rework (bug #890609)
20616 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20617         
20618         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20620 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20621         
20622         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20623         * src/search_preferences.c: Fixed typo.
20624         
20625 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20626         
20627         * src/search-replace.c: improved Search&Replace
20628         For the moment "Replace All" does not work with non opened files
20629         but Anjuta should not crash now ! ??? 
20630         
20631 2004-02-26  Naba Kumar  <naba@gnome.or>
20633         * src/source.c: Fixed to pass cflags correctly
20634         and suppress the automake's default cflags.
20635         bug #816130, #801056, #782798, #773459
20636         
20637         * data/properties/anjuta.properties: Do not defualt to -k make option.
20638         bug #875486.
20640         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20641         bug #877683.
20642         
20643         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20644         
20645         * src/message-manager-private.cc: Disabled debug messages.
20646         
20647 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20649         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20651 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20652         * anjuta.glade, src/search-replace.c:
20653         Reduced Search&Replace dialog, bug #902636.
20654         
20655 2004-02-23  Naba Kumar  <naba@gnome.or>
20657         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20658         (bug #866143).
20660 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20661         
20662         * src/search_incremental.c: Fixed bug #900903
20664 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20665         
20666         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20667         src/anjuta.c: Fixed bugs #890609 and #890609
20669 2004-02-23  Naba Kumar  <naba@gnome.or>
20671         * src/message-manager.cc: Disconnects menuitem signal properly.
20672         Fixed bug #901723.
20673         
20674         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20675         bug #900897.
20676         
20677 2004-02-20  Naba Kumar  <naba@gnome.org>
20679         * src/message-manager-private.[c,h]: Implemented keypress
20680         event for the terminal and resets it when ctrl c or ctrl d
20681         is pressed. But it doesn't seem to be working on keypress.
20682         Added a workaround to let it work on key release instead.
20683         (bug #878357).
20684         
20685         * src/search-replace: Fixed compiler warnings.
20686         
20687 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20689         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20690         Use defined file name when saving new files (fixes bug #898105)
20691         Don't change filename when clicking on a directory
20692         
20693         BTW: Happy birthday to me :-)
20694         
20695 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20696         
20697         * src/search-replace.c: Fixed a crash bug 
20698         Crash on Find & Replace (#887833)
20699         
20700 2004-02-18  Naba Kumar  <naba@gnome.org>
20702         * src/executer.c: Fixed a crash bug.
20703         
20704         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20705         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20706         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20707         instead of GtkWindow (Part of bug #671596).
20708         
20709         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20710         src/registers_gui.c, src/registers_cbs.[h,c],
20711         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20712         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20713         src/compiler_options.c, src/an_file_view.c, start-with.c,
20714         src/anjuta-tools.c, help.c:
20716         Added "close" buttons on all
20717         dialogs (HIG) and fixed to properly response to ESC close
20718         (Part of bug #671596).
20720         * src/launcher.c: Disabled printing of long debug lines.
20721         
20722         * src/utilities.h: Fixed a compiler warning.
20723         
20724 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20726         * src/anjuta.c: "Save all" action now asks for filenames for new files
20727         (fixes bug #898111)
20729 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20731         * anjuta.glade, src/text_editor.c:
20732         Fixed a typo in Hello World indentation style 
20733         Fixed misuse of translated strings when looking for style
20734         This entry fixes bug #876037
20736 2004-02-16  Naba Kumar  <naba@gnome.org>
20738         * src/utilities.c: Fixed return value when dest file could
20739         not be created.
20741         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20742         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20743         internal function to compare files.
20744         
20745 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20747         * src/message-manager-private.cc:
20748         Set bold color as foreground color in terminal
20749         (fixes bug #864924)
20751         * src/aneditor.cxx:
20752         Use font style defined for message indicators in
20753         preferences/messages
20754         (fixes bug #885032)
20756 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20758         * src/build_project.c:
20759         Use build.silent option from preferences (fixes bug #895726)
20760         
20761 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20763         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20765 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20766         
20767         Patch from Massimo Corà <maxcvs@email.it>:
20768         * scintilla/LexCPP.cxx: Support "///" comments
20770 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20771         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20772         src/search_replace.h, src/search-replace_backend.h
20773         anjuta.glade
20774         
20775         * Added: src/search_preferences.c, src/search_preferences.h
20776         Allow the user to save search/replace settings and give them names.
20778 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20779         
20780         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20781         scintilla/ScintillaGTK.cxx:
20782         Hopefully fixed AMD 64 crash bug by using correct marshaller
20784 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
20786         * src/preferences.c: Save GtkOptionMenu properties properly
20787         * src/text_editor.c: Fixes editor mispell of fold.symbols property
20789 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20790         
20791         * configure.in, src/Makefile.am, scintilla/Makefile.am:
20792         Fixed libiconv issue
20793         * NEWS: Updated
20795 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20796         
20797         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
20798         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
20799         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
20800         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
20801         src/sharedlib_gui.c:
20802         Debugger speed-up, replaced deprecated GtkCList
20804 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
20806         * src/text-editor.c: Use stock gtk+ close button for editor tabs
20808 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
20810         * configure.in: Added "sq" to ALL_LINGUAS.
20812 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
20814         * configure.in: Added "ko" to ALL_LINGUAS.
20816 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20818         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
20819         src/search_incremental.c, src/search_incremental.h: 
20820         Search_incremental code cleanup
20822 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20824         * scintilla/*/*: Updated scintilla to CVS
20825         * Added: scintilla/Readme.sync
20826         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
20827         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
20828         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
20829         scintilla/ScintillaGTK.cxx,
20830         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
20831         scintilla/include/Scintilla.iface: Updated.
20833 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20835         * search-replace_backend.[ch], search_incremental[ch]: Added
20836         
20837         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20838         find_replace.[ch]: Removed.
20839         
20840         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20841         src/search-replace_backend.c, src/search-replace_backend.h,
20842         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20843         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20844         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
20845         functionality now replaces the older Find/Replace stuff. The Search/Replace
20846         functionality can be interrupted during a long Search/Replace.
20848 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
20850         * widgets/gnomefilesel.c: Fix use of previously freed memory on
20851         selecting ".." and "." from file selector. 
20853 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
20855         * anjuta.glade: Fixed wrong "fold.symbols" property
20857 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20858         
20859         * src/project_dbase_gui.c: Alphabetical order ;-)
20860         * src/compiler_options.c: Fixed bug #867539
20861         * src/launcher.c: Workaround for bugs #864922, #849928,
20862         #846386 and #845782: The launcher no longer hangs but does
20863         not get the exit status correctly sometimes.
20864         * Changes suggested by Bosik are obviously already in without
20865         any Changelog entry (ClsGen.c, project_dbase_gui.c)
20866         * NEWS, README, anjuta.prj, configure.in: 
20867         Changed version to 1.2.1
20868         
20869         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
20870         * anjuta_dialogs_strings.c, anjuta.glade: 
20871         Fixed bugs #860906, #859329
20872         
20873         Patch from grzegol@pld-linux.org
20874         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
20875         freedesktop.org standard)
20877 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20878         
20879         Patch from Stefano Vallarino <stevalla@libero.it>:
20880         * src/source.[c/h]: Fixes cpp sample file to conform to 
20881         ISO/IEC 14882, C++-Standard 
20883 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
20885         Review by Johannes Schmid <jhs@cvs.gnome.org>
20886         * src/build_file.[ch]: Add build_execute_shell_command which executes the
20887         command using sh -c.
20888         * src/compile.c: Use build_execute_shell_command when compiling single
20889         files.
20891 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20892         
20893         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
20894         * src/breakpoints.c: Code cleanup, workaroud for possible 
20895         launcher bug
20896         * src/src_paths.c: Update debugger dirs on directory change
20898 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
20900         Review by Johannes Schmid <jhs@cvs.gnome.org>
20901         * src/attach_process.c, src/attach_process.h, anjuta.glade:
20902         sortable headers, process tree, removal of path and process params
20903         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20904         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20905         code cleanup
20907 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
20908         
20909         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20910         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
20911         Add a dialog for "New file" which lets the user set the 
20912         filename and to add copyright/header templates to the file
20913         * Review: Changed function names to contain modules name (file_)
20915 2003-12-09  Naba Kumar  <naba@gnome.org>
20917         * setup-gettext: Fixed a typo.
20918         * scintilla/Makefile.am: Fixed a build error for SMP systems.
20920 ---- Released version 1.2.0 ---
20922 2003-12-08  Naba Kumar  <naba@gnome.org>
20924         * src/preferences.c: Fixed compiler error.
20925         * global_tags/create_global_tags.sh: Fixed to install properly
20926         even when system.tags could not be generated.
20927         * NEWS: Updated.
20929 2003-12-06  Naba Kumar  <naba@gnome.org>
20931         * setup-gettext: Fixed to not generate intl directory with gettextize.
20933         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
20934         * src/anjuta.c: Filters out unnecessary files from find in files
20935         command.
20936         
20937         * NEWS: Updated.
20938         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
20939         * src/widzard_gui.c: Added horiz scrollbar for desc text.
20940         
20941 2003-12-04  Naba Kumar  <naba@gnome.org>
20942         
20943         * src/gnome_project.c: Enables debug and optimization flags for
20944         new projects.
20945         
20946         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
20947         
20948         * src/project_dbase_gui.c: combined header and c files for
20949         file selector.
20950         
20951         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
20952         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
20954 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20956         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20958 2003-11-29  Naba Kumar  <naba@gnome.org>
20960         * configure.in, anjuta.prj: Bumped version to 1.2.0.
20961         * NEWS: Updated.
20963 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
20964         
20965         * src/main_menubar.c: Now files cannot be opened twice in recently
20966         file menu
20968 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
20970         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
20972 2003-11-28  Naba Kumar  <naba@gnome.org>
20974         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
20975         
20976 2003-11-27  Naba Kumar  <naba@gnome.org>
20978         * src/breakpoints.c, src/launcher.c, src/find_text.c,
20979         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
20980         
20981         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
20982         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
20983         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
20984         checkbox in project wizard (project options page) to enable/disable
20985         source code generation with glade(mm).
20986         
20987         * NEWS: Updated
20988         
20989 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
20991         * src/dnd.c: Opening files with special characters in the name.
20993 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
20995         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
20996         a long time.
20998 2003-11-18  Naba Kumar  <naba@gnome.org>
21000         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21001         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21002         src/project_import.c, plugins/patch/patch-plugin.c:
21003         Fixed g_signal_diconnect calls to pass correct data.
21004         (Fixed possible crash in project imports).
21005         
21006         * NEWS: Updated.
21007         
21008 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21010         Reviewed by Naba Kumar  <naba@gnome.org>
21011         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21012         and debugger. Sets default settings for pty in launcher.
21013         * data/gdb.init: Removed charset work around (now works with user's
21014         native charset)
21015         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21017 2003-11-18  Naba Kumar  <naba@gnome.org>
21019         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21020         names of 'index' to 'idx'.
21021         
21022 2003-11-17  Naba Kumar  <naba@gnome.org>
21024         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21025         * src/project_dbase.c: Prompts user for unsaved project files
21026         when project is closed.
21027         
21028 2003-11-16  Naba Kumar  <naba@gnome.org>
21030         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21031         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21032         older gcc.
21033         
21034 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21035         
21036         * src/anjuta.c: Fixed crash related to tag == NULL while 
21037         anjuta is exiting
21039 2003-11-11  Naba Kumar  <naba@gnome.org>
21041         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21042         found. It simply doesn't generate the c/c++ codes and continues with
21043         just a warning.
21044         * NEWS: Updated.
21045         
21046 2003-11-10  Naba Kumar  <naba@gnome.org>
21048         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21049         'Start with dialog'.
21051         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21052         German translation of anjuta-tutorial.
21053         
21054         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21055         * NEWS: Updated.
21057 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21059         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21060         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21061         the syntax highlighting in Preferences, the automatic syntax
21062         highlighting is now selected. When the debugger is stopped and the
21063         breakpoints window not closed, the gtk_tree_view in this window is
21064         now made unsensitive.
21066 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21068         * src/preferences.h, src/preferences.c, anjuta.glade:
21069         Fixed translation bug in preferences by using GtkOptionMenu
21070         * anjuta.prj: Project version 1.1.98
21072 ---------------- Released version 1.1.98 ----------------
21074 2003-11-07  Naba Kumar  <naba@gnome.org>
21076         * anjuta.spec.in: Revived docs package and combined all docs into
21077         one package.
21078         * configure.in: Bumped version to 1.1.98 rc2
21079         * NEWS: Updated.
21080         * anjuta.spec.in: Fixed scrollkeepr-update command.
21081         * anjuta.spce.in: Fixed file permissions.
21083 2003-11-06  Naba Kumar  <naba@gnome.org>
21085         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21086         menus to activate anjuta helps.
21087         
21088         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21089         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21090         manuals/C/anjuta-faqs/legal.xml (added),
21091         manuals/C/anjuta-faqs/Makefile.am,
21092         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21093         manuals/C/anjuta-faqs/.cvsignore,
21094         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21095         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21096         manuals/C/anjuta-tutorial/legal.xml (added),
21097         manuals/C/anjuta-tutorial/Makefile.am,
21098         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21099         manuals/C/anjuta-tutorial/.cvsignore,
21100         manuals/C/anjuta-manual/*.sgml (removed),
21101         manuals/C/anjuta-manual/*.xml (added),
21102         manuals/C/anjuta-manual/Makefile.am,
21103         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21104         manuals/C/anjuta-manual/.cvsignore,
21105         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21106         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21107         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21108         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21109         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21110         manuals/ja/anjuta-faqs/legal.xml (added),
21111         manuals/ja/anjuta-faqs/Makefile.am,
21112         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21113         manuals/ja/anjuta-faqs/.cvsignore,
21114         manuals/ja/anjuta-manual/*.sgml (removed),
21115         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21116         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21117         manuals/ja/anjuta-manual/*.xml (added),
21118         manuals/ja/anjuta-manual/Makefile.am,
21119         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21120         manuals/ja/anjuta-manual/.cvsignore,
21121         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21122         manuals/sgmldocs.make (removed),
21123         manuals/xmldocs.make (added), manuals/omf.make (added),
21124         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21125         documentations to newer docbook xml documentations. Converted 
21126         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21127         Enabled manulas installations.
21128         
21129         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21131 2003-11-05  Naba Kumar  <naba@gnome.org>
21133         * data/gdb.init: Sets host's charset to ascii to solve debugger
21134         freeze up due to uninitialized strings in target program.
21136         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21137         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21138         
21139         * NEWS: Updated.
21140         
21141         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21142         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21144 2003-11-04  Naba Kumar  <naba@gnome.org>
21146         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21147         problems.
21148         
21149         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21150         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21151         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21152         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21153         in file headers.
21154         
21155         * src/search-replace.c: Fixed infinite loop bug.
21156         * start-with.c: Fixed a crash bug with "Open last project".
21157         
21158         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21159         * scintilla/Makefile.am: Fixed compiler option.
21160         
21161 2003-10-16  Naba Kumar  <naba@gnome.org>
21163         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21164         * src/text_editor.c: Fixed autoformat.
21165         
21166 2003-10-15  Naba Kumar  <naba@gnome.org>
21168         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21169         of CTRL+number.
21170         
21171 2003-10-09  Naba Kumar  <naba@gnome.org>
21173         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21174         
21175 2003-10-08  Naba Kumar  <naba@gnome.org>
21177         * src/source.c: Fixed a GETTEXT typo error.
21178         * anjuta.glade: Made 'Sorted in order you open them' default option
21179         for editor tabs.
21181         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21182         * anjuta.glade, data/properties/anjuta.properties:
21183         Fixed the freeze of the "Preferences" combos at the first Anjuta
21184         init is generated by:
21185                 - a not complete translation of preferences.c file
21186                 - a difference between 2 names in anjuta.glade and
21187                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21188                 - the same name given to 3 combos (anjuta.glade).
21189                 
21190         * src/find_text.c: If the "whole document" mode is selected,
21191         a new search will select the next occurrence (Bug #764954).
21192         It is now possible to use the shortcuts to search next or previous
21193         occurrence even if the search dialog has the focus.     Bug #790318
21194         
21195         * src/main_menubar_def.h: "Select code block" shortcut; the new
21196         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21197         (Bug #811016).
21199         Patch from: Richard Lee  <r.h.lee@comcast.net>
21200         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21201         tagmanager/tm_workspace.c: The following is a patch to fix a
21202         seemingly random occurence where Anjuta would crash when a
21203         certain key was pressed.
21205 2003-09-29  Naba Kumar  <naba@gnome.org>
21207         * src/find_in_files.c: Ignores binary by default. Disabled the option
21208         of NOCVS search, because launcher does not use sh and hence can not
21209         pipe.
21210         
21211         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21212         "clean before build" state in project session and not in account session,
21213         otherwise the state gets reflected to other projects causing annoyance.
21214         
21215         * src/compiler_options.c: Fixed a bug where compiler options were always
21216         claimed 'modified'.
21218         * src/build_project.c, data/properties/anjuta.properties,
21219         src/commands.[h]: Fixed a bad bug where clean-before-build
21220         doesn't work.
21221         
21222         * scintilla/patches/research-cvs-nolog.diff,
21223         scintilla/patches/scintilla-ac-gtk2-port.diff,
21224         scintilla/patches/scintilla-ac-sort-fix.diff,
21225         scintilla-optimization.diff: Removed, because they are already in
21226         scintilla CVS.
21227         
21228         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21229         2003-09-29).
21231         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21232         scintilla/LexYAML.cxx: Added new scintilla lexers.
21233         
21234         * TODO, NEWS: Updated.
21236         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21237         * src/utilities.c: Fixed typo bugs.
21239 2003-09-26  Naba Kumar  <naba@gnome.org>
21241         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21242         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21243         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21244         text_editor_find() and Fixed I-Search wrapping.
21245         * src/debugger.c: Fixed to pass a newline after a debugger
21246         command (which was broken since the launcher was refactored.
21247         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21249 2003-09-25  Naba Kumar  <naba@gnome.org>
21251         * src/toolbar_callbacks.c: Fixed start of incremental search.
21252         
21253         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21254         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21255         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21256         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21257         menu and implementation.
21259 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21261         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21262         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21263         variables in Locals window.
21265 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21267         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21268         * src/utilities.[ch] : Fix a tooltip bug in 
21269         anjuta_util_toolbar_append_stock(), the label appeared instead of
21270         the tooltip text. Remove label from arguments of the function
21271         because label is included in the stock icon data.
21272         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21273         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21274         * FIXME: translation file should be updated because of label text removal.
21276 2003-09-24  Naba Kumar  <naba@gnome.org>
21278         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21279         
21280         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21281         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21282         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21283         stdout and stderr. Also buffered output and check-for-password
21284         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21285         with password prompts. Checkes for password prompts from all outputs.
21286         
21287         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21288         which takes a string (which could be utf8 also) and converts into
21289         utf8 string.
21290         
21291         * src/main.c: Connects kernel signals after gnome_program_init().
21292         
21293         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21294         * src/message-manager.c: Fixed bug #787026 by converting the strings
21295         to proper UTF8.
21296         
21297 2003-09-22  Naba Kumar  <naba@gnome.org>
21299         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21300         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21301         GtkCList and using GtkTreeView instead. Added the patch.
21302         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21303         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21304         
21305 2003-09-19  Naba Kumar  <naba@gnome.org>
21307         * printing/print.c: Proper UTF8 printing support.
21308         * src/main.c: moved kernel signal connects at the
21309         end of application initialization.
21310         
21311 2003-09-18  Naba Kumar  <naba@gnome.org>
21313         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21314         (new) lexers.make, (new) lexers: Update scintilla to latest
21315         scintilla CVS (2003-09-18), added new lexers, automated
21316         lexers makefiles sections and scintilla update. Added
21317         patches. Optimized pango rendering. Fixed a crash bug
21318         in scintilla.
21319         
21320         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21321         patch to remove cvs log command from RESearch.cxx file.
21322         * scintilla/patches/scintilla-pango-always.diff:
21323         Fixed file name.
21324         * scintilla/RESearch.cxx: Removed spurious cvs log command
21325         and logs.
21326         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21327         
21328         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21329         * src/dnd.c: Fixed a crash bug with DND.
21330         
21331 2003-09-15  Naba Kumar  <naba@gnome.org>
21333         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21334         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21335         src/toolbar_callbacks.c: Added an additional parameter to
21336         text_editor_goto_line() funtion which decides if the line should
21337         be made visible (if it's under fold).
21338         
21339         * src/style-editor.c: Fixed a compiler warning.
21340         * src/message-manager.cc: Calls parent method correctly.
21342         * src/preferences.h: Fixed prent class.
21343         
21344         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21345         * src/project_dbase.c: Fixed bug #713210.
21346         
21347 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21348                                                                                 
21349         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21351 2003-09-11  Naba Kumar  <naba@gnome.org>
21353         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21354         * src/style-editor.c: Fixed bug #769130 (Crash on font
21355         selection dialog).
21356         
21357         * src/message-manger.[h,cc]: Made AnMessageManager
21358         derived from GtkFrame and removed deprecated code.
21359         
21360         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21361         compiler warnings.
21362         
21363 2003-09-09  Naba Kumar  <naba@gnome.org>
21365         * src/Makefile.am: Addded rules for built sources.
21366         
21367 2003-09-08  Naba Kumar  <naba@gnome.org>
21369         * (new) src/anjuta-marshalers.list: Added marshalers definition
21370         file.
21371         
21372         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21373         and CXXFLAGS are not overwriten by automake's default.
21374         * src/style-editor.c: Added 'operators' in the style editor.
21375         
21376         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21377         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21378         * src/message-manager-private.cc, src/message-manager.cc:
21379         Converts message going into message into UTF-8 endoding.
21380         * src/main.c: Uses UTF-8 codeset for localization.
21381         
21382 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21384         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21385         
21386 2003-09-08  Naba Kumar  <naba@gnome.org>
21388         * TODO: Updated.
21389         
21390         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21391         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21392         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21393         The combo entries were updated if the same data with a different
21394         case exist in the combo list. The combo entries are now case sensitive. 
21395         Search&Replace bug; First search ,max actions = 0 ==> now max
21396         actions = 100.
21397         
21398 2003-09-08  Naba Kumar  <naba@gnome.org>
21400         * TODO: Updated.
21401         * src/utilities.[c,h]: a function takes contant args.
21402         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21403         Now the child terminated signal is emitted properly.
21404         * src/Makefile.am: Used $(top_srcdir) for referring to 
21405         scintilla objects.
21406         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21407         definitions file which will generate anjuta-marshalers.[c,h] files.
21408         * src/.cvsignore: Updated.
21409         * src/build_project.c: Changed su command to preserve quotes.
21410         * src/anjuta-tools.c, tagmanager/tm_project.c,
21411         tagmanager/tm_workspace.c: Use standard tmp file.
21412         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21413         so that users could report bugs easily.
21414         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21415         
21416         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21417         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21418         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21419         src/attach_process.c, src/breakpoints.c, src/commands.c,
21420         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21421         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21422         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21423         src/memory.c, src/message-manager-private.c, src/preferences.c,
21424         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21425         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21426         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21427         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21428         Fixed compile warnings and cleanup.
21429         
21430         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21431         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21432         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21433         Removed libzvt usage and implemented child spawing differently. Launcher is
21434         now proper GObject, which can be created multiple times (and can be
21435         operated in parallel).
21437         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21438         * src/project_import_gui.c, src/project_import_cbs.c,
21439         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21440         (crash on project import). Removed deprecared codes.
21441         
21442 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21443         
21444         * src/cvs.c: Fixed cvs output bug.
21446 2003-09-03  Naba Kumar  <naba@gnome.org>
21448         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21449         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21450         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21451         src/text_editor_cbs.c: Implements --
21452                 If the debugger is started
21453                         A double click in the margin add or remove a breakpoint
21454                         A single click activate or deactivate the breakpoint
21455                 else
21456                         A double click in the margin add or remove a bookmark
21458 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21459         
21460         Reviewed by Naba Kumar  <naba@gnome.org>
21461         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21462         User is now able to choose a branch on cvs update for project.
21463         Cleaned up variable names.
21465 2003-09-03  Naba Kumar  <naba@gnome.org>
21467         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21468         src/Makefile.am: Added lexers.
21469         * scintilla/*/*: Updated...
21470         * src/an_symbol_view.c: Fixed a crash bug.
21471         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21472         and build bugs.
21473         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21474         * src/source.c: Fixed project generation bug with gettext code.
21475         * tagmanager/tm_project.c: Fixed a crash bug.
21476         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21477         bug when there is no project open. Bug #____.
21478         * src/source.c: Fixed a bug with build failure with non-gnome
21479         project with glade-generated source (eg. gtk2). Bug #____.
21480         * NEWS: Updated...
21482 2003-08-22  Naba Kumar  <naba@gnome.org>
21484         Patch from: Rob Bradford  <rob@debianplanet.org>
21485         * data/Makefile.am: Fixed to install properly during
21486         package building.
21487         
21488         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21489         * src/debug-tree.c: Fixed a crash bug.
21490         * src/compiler_options.c: Takes care of linking the missing pieces;
21491         C flags, libs, optimization options, debug and profile.
21493         Patch from: Enver ALTIN  <ealtin@casdb.com>
21494         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21495         
21496 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21498         Reviewed by Naba Kumar  <naba@gnome.org>
21499         * src/project_dbase.c: Fixed bugs #778263 and #778413
21500           Adding multiple files to project should work now.
21502 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21504         Reviewed by Naba Kumar  <naba@gnome.org>
21505         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21506         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21507         for Locals window.
21509 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21511         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21513 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21515         * src/text_editor.c: Fix translatable string (#113934).
21517 2003-07-04  Naba Kumar  <naba@gnome.org>
21519         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21520         bug when there is no project open. Bug #____.
21521         
21522         * src/source.c: Fixed a bug with build failure with non-gnome
21523         project with glade-generated source (eg. gtk2). Bug #____.
21525 2003-06-26  Naba Kumar  <naba@gnome.org>
21527         * src/anjuta.h: Removed reference to windows-dialog.h.
21528         * src/message-manager-private.[cc,h]: Fixed doulbe click
21529         activation of messages to properly jump at the destination.
21530         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21531         * src/toolbar.c: Code clean-ups.
21532         
21533         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21534         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21535         
21536         * src/message-manager-private.[cc,h]: Removed dead codes.
21537         
21538         * (new) data/properties/css.properties,
21539         data/properties/anjuta.properties, data/properties/Makefile.am:
21540         Added CSS syntax hiliting properties.
21541         
21542         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21543         * src/debugger.c: Clean ups.
21544         * src/lexer.h: Added CSS lexer definition.
21545         
21546         * Makefile.am: Installs destop file properly.
21547         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21548         * NEWS: Updated for 1.1.97 release.
21549         * src/main_menubar_def.h: Changed some non working shortcuts.
21550         
21551 2003-06-24  Naba Kumar  <naba@gnome.org>
21553         * src/search-replace.c: Shows the dialog properly, even when it is
21554         hidden behind another window.
21555         
21556         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21557         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21558         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21559         and code clean up.
21560         
21561         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21562         setup wizard dialogs.
21563         
21564         * src/debugger.c: Removed a redundant call to
21565         debugger_update_controls().
21566         * src/compiler_options.c, src/launcher.c: code cleanup.
21567         * src/executer.c: Fixed execution bug with 'Set Program params...".
21568         
21569 2003-06-23  Naba Kumar  <naba@gnome.org>
21571         * widgets/e-splash.c: Removed border around the splash image.
21572         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21573         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21574         * src/cvs.c: Added a frame around commit log text widget.
21575         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21576         crash bug associated with translated combo box list in preferences
21577         dialog (in different locale other than en_US). Used widget names
21578         to pass the combo list items.
21579         * po/POTFILES.in: Updated.
21580         * src/launcher.c: Creates the zvt terminal at startup (and not
21581         every time a build is done) -- speeds up buld operations.
21582         * src/file_history.c: Should be if() conditional instead of
21583         assertion check.
21584         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21585         Disabled useless warnings.
21586         * src/project_dbase.c: Fixed bonobo 2 project name.
21587         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21588         and uses correct glade-2 for file generation.
21589         
21590 2003-06-21  Naba Kumar  <naba@gnome.org>
21592         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21593         And disables autocomple show for numbers (very annoying).
21594         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21595         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21596         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21597         from view menu and adjust the controls accordingly.
21598         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21599         only OK button.
21600         * src/project_dbase.[c,h]: Removed show_local flag processing.
21601         * src/message-manager.[c,h]: Reorganized messages tabs in more
21602         sensible order.
21603         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21604         Also added PCRE dependency.
21605         
21606 2003-06-20  Naba Kumar  <naba@gnome.org>
21608         * pixmaps/anjuta_splash.png: New splash.
21609         from Jean Schurger  <yshartk@schurger.org>
21610         
21611         * src/controls.c: De-sensitize run-to-cursor when debugger
21612         is not running.
21613         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21614         
21615         * src/message-manager-private.cc: Fixed to properly jump at
21616         the right file:line.
21617         
21618         * src/appwiz_page1.c: Fixed to correctly determine the project
21619         trpe from the wizard.
21620         
21621 2003-06-20  Naba Kumar  <naba@gnome.org>
21623         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21624         * src/watch_gui.c: Code cleanups.
21625         * src/debugger.[c,h], src/stack_trace.[c,h],
21626         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21627         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21628         Removed direct access to stack_trace private data, Increased debugger
21629         command size from 256 to 1024 (to be on safer side). Also implemented
21630         row-activated signle for seting frame and viewing the source.
21631         * src/debugger.c: Avoids starting program and stopping debugger
21632         when starting debugger and stopping program, respectively.
21633         
21634         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21635         Reverted codes to start debugger automatically
21636         The file is brought to the state just after the branching 
21637         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21638         some code clean ups.
21639         
21640         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21641         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21642         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21643         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21644         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21645         src/project_dbase.c: Code clean ups.
21646         
21647         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21648         (Projects dir) so that correct $HOME/Projects path is set when
21649         anjuta is run for the first time.
21650         
21651 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21653         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21655 2003-06-13  Naba Kumar  <naba@gnome.org>
21657         * src/stack_trace_cbs.c: Moved variable declaration at the
21658         top of the block (bug #737867)
21659         
21660         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21661         just CFLAGS and CXXFLAGS (bug #743617).
21662         
21663         * src/create_global_tags.sh: Fixed shell script to properly
21664         detect installed *-config files.
21665         
21666 2003-06-12  Naba Kumar  <naba@gnome.org>
21668         * src/preferences.[c,h]: Added methods for custom widgets in
21669         preferences: using custom set/get methods for them.
21670         
21671         * src/anjuta-encoding.c: Implemented up/down of the encodings
21672         in the list and property saves correctly.
21673         
21674         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21675         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21676         the beginning of a file.
21678         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21679         * src/aneditor.cxx, src/aneditor.h,
21680         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21681         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21682         src/mainmenu_callbacks.h: Allows the operator to select the current
21683         word or the current line (Request: 680801). It puts also
21684         sensitive/unsensitive several select/comment menu items.
21686         * src/breakpoints.c: Presets by default the current line for a
21687         defined breakpoint.
21689 2003-06-11  Naba Kumar  <naba@gnome.org>
21691         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21692         color (red highlight) now cosistent for inactive tabs also.
21693         
21694         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21695         'Advanced search and replace' in Edit->Search submenu.
21696         
21697         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21698         wrappings '\' where     they were missing.
21699         
21700         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21701         message is now more descriptive and details the correct thing to do
21702         for GNOME2 desktop.
21703         
21704 2003-06-10  Naba Kumar  <naba@gnome.org>
21706         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21707         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21708         Removed any reference to particular version of automake/autoconf
21709         so that they could work with newer versions (Bug #659394).
21711         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21712         src/anjuta.c: Added coded to add/remove supported encodings.
21713         
21714         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21715         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21716         src/project_import.c, src/project_type.c, src/project_type.h,
21717         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21718         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21719         from the project wizard.
21721 2003-06-06  Naba Kumar  <naba@gnome.org>
21723         Patch from Etay Meiri  <etay-m@bezeqint.net>
21724         * src/compiler_options.c: Fixed bugs related to clean before
21725         build patch.
21726         
21727         * anjuta.desktop.in.in: Added commandline options.
21728         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21729         -dP and -A flags of CVS update into different options.
21730         
21731 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21733         * configure.in: Removed "ta" from ALL_LINGUAS.
21735 2003-06-02  Naba Kumar  <naba@gnome.org>
21737         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21738         return NULL for undefined properties and "" for defined but empty
21739         strings. It was creating many problems where both are assumed to be
21740         same. And besides, it doesn't matter to differentiate the two (the
21741         problem with preferences was due to a different bug).
21743         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21744         correctly. Also, s/props_build_in/props_built_in/g.
21745         
21746         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21747         list.
21748         
21749         * src/an_file_view.c: Unrefed pixbufs when done with them.
21751         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21752         (removed) file_text.png: Added and removed pixmaps.
21753         
21754 2003-05-30  Naba Kumar  <naba@gnome.org>
21756         * anjuta.glade: Fixed encodings preferences dialog
21757         
21758 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21759         
21760         Reviewed by Naba Kumar  <naba@gnome.org>
21761         
21762         * src/build_project.c src/clean_project/c: perform a clean before
21763         build, if required. Show the message manager on clean.
21764         * src/compiler_options.c: save the new options when window is closed
21765         and flag project to be cleaned before the next build.
21766         * src/project_dbase.c: added a 'clean before build' flag to project
21768 2003-05-29  Naba Kumar  <naba@gnome.org>
21770         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21771         dialog.
21772         
21773         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21774         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21775         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21776         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21777         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21778         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21779         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21780         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21781         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21783         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21784         Removed unused icons references.
21786 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
21788         Reviewed by Naba Kumar  <naba@gnome.org>
21789         
21790         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
21791           src/compiler_options.c, src/debugger.c, src/find_replace.c,
21792           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
21793           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
21794           src/toolbar_callbacks.c: HIG compliant dialogs.
21796         * src/utilities.c: anjuta_button_new_with_stock_image() and
21797           anjuta_dialog_add_button() stolen from gedit.
21799         * src/main_menubar_def.h: Fixed mnemonics.
21801 2003-05-26  Naba Kumar  <naba@gnome.org>
21803         * src/project_dbase_gui.c: Added header files filter for add file
21804         dialog box. Disabled project window to be transient window.
21805         
21806         * src/message-manager.cc: Disabled message manager window to be
21807         transient window.
21808         
21809         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
21810         a file could not be loaded.
21811         
21812         * src/project_dbase.c: Fixed a bug with GUI editor command
21813         where empty string is returned.
21814         
21815         * src/Makefile.am, src/preferences.h, src/text_editor.c
21816         src/text_editor.h, (new) src/anjuta-encodings.h,
21817         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
21818         Added encoding support and to handle characters encoding correctly
21819         by auto detecting it during load. Added preferences for selecting
21820         the encoding during save.
21822         * src/preferences.c, src/resources.c: Removed debug messages.
21824         Patch from: Alexander Nedotsukov <bland@mail.ru>
21825         * src/getline.c: Fixed many fatal bugs for FreeBSD.
21827 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21828         * src/anjuta.c: Try to sow the splash image more often.
21830 2003-05-20  Naba Kumar  <naba@gnome.org>
21832         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21833         * src/debug_tree.c: Colorize the modified locals during
21834         debugging and call memory analyze from the debugger.
21835         * src/breakpoints.c: The color is now different for the enabled
21836         and disabled breakpoints. Anjuta now can erase several
21837         breakpoints defined at the same line. The markers are updated
21838         according to the enable/disable action.
21839         
21840         Patch from Etay Meiri  <etay-m@bezeqint.net>
21841         * src/launcher.c: Fixes launcher freeze up bug during build.
21843 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
21845         Reviewed by Naba Kumar  <naba@gnome.org>
21846         * scintilla/PropSet.h: Change member variables from private to protected.
21847         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
21848         to PropSetFile class, which return a gchar * (and can therefore indicate
21849         whether properties are empty or do not exist) and make prop_get and
21850         prop_get_expanded use them.
21851         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
21852         that the result of of prop_get cannot be an empty string.
21854 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
21856         Reviewed by Naba Kumar  <naba@gnome.org>
21857         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
21858         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
21859         src/text_editor_cbs.c: When saving all the files in the project, the
21860         text editors are now only rehighlighted once instead of once for each
21861         file saved.
21863 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21864         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21865         * src/anjuta.desktop.in.in: Support startup notification.
21866 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21867         * src/main.c, widgets/e-splash.c: Splash screen improvements.
21868         * src/anjuta.desktop.in.in: Support startup notification.
21871 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
21873         Reviewed by Naba Kumar  <naba@gnome.org>
21874         
21875         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
21876         memory leak from glade_xml_new call. Removed gxml field from Executer
21877         struct as only used in create_executer_dialog and then destroyed.
21878         
21879         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
21880         
21881         * src/configurer.c: Fix warning trying to connect signal to non-existent
21882         environment entry in configure dialog and fix crash when closing the
21883         window.
21884         
21885         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
21886         gnome_date_edit_get_time instead.
21887         
21888         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
21889         in view menu required renumbering elsewhere.
21891 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
21893         Reviewed by Naba Kumar  <naba@gnome.org>
21894         
21895         * src/breakpoints.c: fixed an error when removing breakpoint
21896         * src/controls.c: 'run to cursor' is sensitive when debugger not active
21897         * src/debugger.c: changes to the way the debugger is activated
21898         * src/debugger.h: clean ups
21900 2003-05-13  Naba Kumar  <naba@gnome.org>
21902         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21903         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
21904         src/memory.h: A new version of memory and the interface
21905         is now integrated in anjuta.glade
21907 2003-05-09  Naba Kumar  <naba@gnome.org>
21909         * configure.in: Bumped required gtk version to 2.0.8.
21910         
21911 2003-05-06  Naba Kumar  <naba@gnome.org>
21913         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
21915 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21916         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
21918 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21919         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
21920         , tagmanager/c.c: Support for ProC and RDB files.
21922 2003-05-06  Naba Kumar  <naba@gnome.org>
21924         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
21925         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
21926         Uncomment (Box & Stream), Select the current function,
21927         authorize the "Quit" button of the GotoLine window
21929 2003-05-05  Naba Kumar  <naba@gnome.org>
21931         * src/watch_gui.h: CVS added new file.
21933         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
21935         Patch from Etay Meiri <etay-m@bezeqint.net>
21936         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
21937         src/mainmenu_callbacks.c, src/message-manager.cc,
21938         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
21939         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
21940         Ported stack trace to GNOME2 and added it in the message manager
21941         pane.
21943 2003-05-02  Naba Kumar  <naba@gnome.org>
21945         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
21946         
21947         * src/preferences.[h,c]: Fixed preferences to save only one copy of
21948         preferences property.
21949         
21950         * anjuta.prj: Fixed multiple preferences saved data.
21951         
21952         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
21953         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
21954         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
21955         scintilla/include/Platform.h, scintilla/include/PropSet.h,
21956         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
21957         Upgraded scitilla from CVS with faster window repaint
21958         and more bugfixes.
21959         
21960         Patch from  Etay Meiri  <etay-m@bezeqint.net>
21961         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
21962         and code cleanups
21963         
21964 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
21966         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
21967         the window if messages are appended to the end and the scrollbar is
21968         at the end.
21970 2003-04-29  Naba Kumar  <naba@gnome.org>
21972         * configure.in: Removed omf-install from Makefiles list.
21974 2003-04-28  Naba Kumar  <naba@gnome.org>
21976         * po/POTFILES.in: Remvoded deleted files.
21977         
21978         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
21979         pixmaps/windows-style-undocked.png: Added setup wizard's images.
21981         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
21982         is executed as detached) is not set properly.
21983         
21984 2003-04-25  Naba Kumar  <naba@gnome.org>
21985         
21986         * anjuta.prj: Updated.
21987         * src/anjuta_info.c: Fixed text wrapping and column view.
21988         * data/welcome.txt.in: Removed unaligned characters.
21989         
21990 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21991         * src/main_menubar.c: Disable setup dialog.
21993 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21994         * src/breakpoints.c; Fixed compilation with older GCC
21995         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
21996         * HACKING: Spelling fixes (Suggested by Stephen Knight)
21998 2003-04-18  Naba Kumar  <naba@gnome.org>
22000         * anjuta.prj: Updated (includes compiler options).
22001         
22002         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22003         function from anjuta.c (it was already available in anjuta-tools.c).
22004         
22005 2003-04-18  Naba Kumar  <naba@gnome.org>
22007         * src/about.c, THANKS: Updated
22008         
22009         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22010         
22011         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22012         properly from the project session before updating the file
22013         view.
22014         
22015         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22016         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22017         dialog settings (as it will not be required once GDL is in place) and
22018         added file view filters in the settings sub-menu.
22020 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22021         * HACKING: Updated
22022         * configure.in: Disable cast checks on final build.
22024 2003-04-17  Naba Kumar  <naba@gnome.org>
22026         * src/build_project.c: Fixed a compilation error.
22028         * src/launcher.c: Removed commnets.
22029         
22030         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22031         properties from editor tab to indentation tab and fixed a property
22032         label for proper i18n translation. Fixed typos in project config
22033         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22034         sorting and reordering in compiler options dialog.
22035         
22036         * src/compiler_options.c: Implemented _save() function to save the
22037         options (which was pending).
22038         
22039         * src/build_project.c: Destroys install-as-root dialog when it is done.
22040         
22041         * src/an_symbol_view.c: Change "event" event to "event-after" so
22042         that symbol row is selected first before the popup is shown.
22043         
22044 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22046         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22047         file in CVS/Entries. (Reviewed and applied by Biswa)
22049 2003-04-16  Naba Kumar  <naba@gnome.org>
22051         * aneditor.cxx: use unicode everytime (fixed unicode related
22052         bugs).
22054         * anjuta.prj: Fixed UI editor name (blank to use default) and
22055         anjuta version.
22056         
22057         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22058         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22059         Editor preferences page.
22061 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22062         * src/anjuta.[ch], src/print.c: Fixed warnings
22063         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22064         * configure.in: Profiling support with gprof
22066 2003-04-16  Naba Kumar  <naba@gnome.org>
22068         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22069         * src/launcher.c: Fixed cvs dialog.
22070         
22071 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22072         
22073         * src/message-manager-private.cc: Fixed double-click on first line of 
22074         output to properly select a line.
22075         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22076         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22078 2003-04-15  Naba Kumar  <naba@gnome.org>
22080         * src/message-manager-private.cc: Fixed the glade filename typo.
22082 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22083         * scintilla/*, data/properties/*: Scintilla CVS merge
22084         * anjuta.prj: Removed unnecessary files.
22085         * scintilla/PlatGTK.cxx: Force Pango fonts always
22086         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22087         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22088         for preferences.
22089         * configure.in: Change version no. for 1.1.1 (alpha release)
22090         * configure.in: Added '--with-pref-suffix' option.
22091         * config.guess, config.sub: Removed from CVS.
22093 2003-04-15  Naba Kumar  <naba@gnome.org>
22095         Patch from Timothee Besset  <ttimo@idsoftware.com>
22096         * Makefile.am: Fixed a shell script error during intallation.
22097         
22098 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22100         Reviewed by Naba Kumar  <naba@gnome.org>
22101         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22102         set_wm_class to use "anjuta" instead of "an.
22103         * src/message-manager-private.cc: Headers are hidden again.
22105 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22106         * src/project_dbase_gui.c: Memory corruption fix.
22107         * anjuta.prj: Updated project file
22109 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22110         * an_file_view.c: Connect to event-after signal rather than event so that
22111         selection is updated first and thus context menu is for the right file.
22112         Reviewed and applied by Biswa.
22114 2003-04-14  Naba Kumar  <naba@gnome.org>
22116         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22117         
22118         * src/auncher.c: More child exit fixes
22119         from Timothee Besset  <ttimo@idsoftware.com>
22121 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22122         
22123         Reviewed by Naba Kumar  <naba@gnome.org>
22124         
22125         * src/message-manager.[c/h], src/message-manager-private[c/h],
22126                 anjuta.[c/h]: Ported message-manager to Gtk2
22127         
22128         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22129         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22130         src/clean_project.c, src/compile.c, src/configurer.c,
22131         src/controls.c, src/cvs.c, src/debugger.c,
22132         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22133         src/project_import.c, src/search-replace.c: Changed name from
22134         AnjutaMessageManager to AnMessageManager to avoid too long type
22135         and funtion names.
22137 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22138         * src/launcher.c: Fix build won't stop problem - TTimo
22139         * TODO: Updated
22140         * pixmaps/anjuta_splash.c: New splash screen prototype.
22141         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22142         * src/compiler_options.c: Mute pkgconfig errors.
22143         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22145 2003-04-10  Naba Kumar  <naba@gnome.org>
22147         * configurer.[c,h]: Fixed dialog to close properly.
22148         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22149         debugging asserts.
22150         
22151 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22152         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22153         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22154         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22155         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22156         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22157         src/makefile.am: Move gdl to it's own directory.
22158         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22160 2003-04-09  Naba Kumar  <naba@gnome.org>
22162         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22163         branch.
22165 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22166         * src/anjuta-tools.c: Use CDATA for saving tools data.
22167         * anjuta.glade, src/search-replace.c: Port from branch.
22168         * widgets/e-splash.*, src/main.c: Better splash screen.
22169         * configure.in, widgets/gdl*: Import GDL widgets.
22170         * ROADMAP: Updated roadmap.
22171         * src/an_file_view.c: Use GDL icons for file tree.
22173 2003-04-09  Naba Kumar  <naba@gnome.org>
22175         * anjuta.glade: Added (hidden) initial setup-wizard window.
22176         
22177         Patch from: Vitaly  <vvv@rfniias.ru>
22178         * src/preferences.c: Fixes a bug with libglace widget access with
22179         translated strings.
22181         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22182         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22183         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22184         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22185         src/toolbar_callbacks.[c,h],
22186         src/memory.c, src/message-manager-private.cc,
22187         src/message-manager-private.h, src/message-manager.cc,
22188         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22189         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22190         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22191         watch window to a subwindow in the notebook
22193 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22194         * ROADMAP: Updated roadmap.
22196 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22198         * configure.in: Added Belarusian to ALL_LINGUAS.
22200 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22201         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22202         Henry Jia
22203         * ROADMAP: Added roadmap for HEAD.
22205 2003-03-29  Naba Kumar  <naba@gnome.org>
22207         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22208         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22209         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22210         (new) pixmaps/start-with-wizard.png,
22211         (new) pixmaps/start-with-import.png,
22212         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22213         up on anjuta start-up to give quick access to opening file/project or
22214         creation wizards.
22216         * src/main.c: Sets proper data directory for the gnome
22217         program.
22219 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22220         * src/text_editor.c: Fixed error/warning indicators.
22222 2003-03-24  Naba Kumar  <naba@gnome.org>
22224         * README: Correct version.
22225         
22226 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22228         * configure.in: Added checks to see if were building on FreeBSD
22229         systems.  Sets -DFREEBSD if we are, and also attempts to find
22230         gmake if the host system is FreeBSD.
22232         * src/getline.c: New file used to provide the getline function,
22233         which isnt available on a FreeBSD system.  The function is only
22234         defined if FREEBSD is defined.
22236         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22238         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22239         configure.in sets this to gmake on FreeBSD systems, and make
22240         on everything else.
22242 2003-03-23  Naba Kumar  <naba@gnome.org>
22244         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22245         
22246         * anjuta.spec.in: Fixed spec file for correct file paths and
22247         corrected rpmbuild.
22249         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22250         the rpm build command separately now.
22251         
22252         * src/anjuta.c, windows-dialog.c: Added some more window management
22253         stuffs (not still fully working, though).
22255         * TODO: Updated.
22257 2003-03-22  Naba Kumar  <naba@gnome.org>
22259         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22261 2003-03-21  Naba Kumar  <naba@gnome.org>
22263         * README: Removed Andy Piper's name from the active maintainers
22264         list on his request.
22265         
22266         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22267         preferences.
22268         
22269         * src/anjuta-tools.c: Fixed compiler errors.
22271         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22272         show bugs.
22273         
22274         * src/commands.c, src/src_paths.c, src/style-editor.c,
22275         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22276         becuase they are now hidden by default (from glade editing).
22277         
22278         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22279         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22280         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22281         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22282         basic windows managements.
22283         
22284 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22285         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22286         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22287         Enver ALTIN (a.k.a. skyblue)
22289 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22290         * tagmanager/*: Added ignore-list for symbols. This will make
22291         parsing more accurate for projects. Doc updates needed.
22293 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22294         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22295         * launcher/Makefile.am: Link to correct libraries
22296         * src/launcher.c: Do not allow NULL shell
22298 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22299         * src/debug_tree.c: Improve debug tree view.
22301 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22303         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22304         'Run Configure Script' and 'Execute Program'. Increase minimum width
22305         of Configure dialog.
22306         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22307         list widget by setting a model and adding a column and renderer.
22308           Actually store the nocvs toggle button in FindInFiles data structure.
22309           Handle selection changes via changed signal rather than row_activated.
22310           Use response signal for handling the close and find buttons.
22311           Close window when escape is pressed.
22312         * find_replace.c: Close window when escape is pressed.
22313         * find_text.c: Close window when escape is pressed in find dialog as
22314         well as wrap search question, where now Yes is the default button.
22316 2003-03-05  Naba Kumar  <naba@gnome.org>
22318         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22320         * src/message-manager-private.cc: Fixed a bug with vte conditional
22321         compilation.
22322         * anjuta.glade: Hides all windows in glade file.
22324 2003-03-05  Naba Kumar  <naba@gnome.org>
22326         * src/an_file_view.c: Fixed a compilation warning.
22327         * src/message-manager-private.cc: Conditional compilation for vte
22328         API.
22329         
22330 2003-02-28  Naba Kumar  <naba@gnome.org>
22332         * configure.in, anjuta.spec.in: Updated dependency packages version.
22333         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22334         * src/preferences.c: Added debug assertions.
22335         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22336         editor to enable/disable bringing the recent editor tabs first.
22337         
22338         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22339         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22340         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22341         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22342         and     bug fixes. Also code clean ups.
22343         
22344         * (new) src/search-replace.[h,c]: New search replace implementation
22345         from ANJUTA_1_0_0 branch.
22346         
22347         * (new) src/windows-dialog.[h,c]: New windows management class
22348         [work in progress].
22350 2003-02-28  Naba Kumar  <naba@gnome.org>
22352         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22353         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22354         src/appwizard.c, src/build_file.c, src/build_project.c,
22355         src/clean_project.c, src/compile.c, src/configurer.c,
22356         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22357         src/message-manager-dock.c, src/message-manager-dock.h,
22358         src/message-manager-private.cc, src/message-manager.cc,
22359         src/preferences-dialog.c, src/preferences-dialog.h,
22360         src/preferences.c, src/preferences.h, src/project_dbase.c,
22361         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22362         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22363         src/utilities.c, src/utilities.h:
22364         
22365         Widgetized Preferences and gave proper function names.
22367         * src/executer.c: Fixed a session loading bug.
22368         
22369 2003-02-27  Naba Kumar  <naba@gnome.org>
22371         * printing/print.c: Fixed printing font bug that failed to load the
22372         proper fonts.
22373         
22374         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22375         
22376         * TODO, anjuta.prj: Updated.
22378 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22380         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22381         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22382         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22383         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22384         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22385         fixed omf errors
22387 2003-02-25  Naba Kumar  <naba@gnome.org>
22389         * Makefile.am: Excluded omf-install from installation as the docs are
22390         not ready.
22391         
22392         TODO: Updated.
22393         
22394         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22395         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22396         property names and added new editor properties and code cleanups.
22397         Also added new project properties.
22398         
22399         * src/compiler_options.[h,c]: Added pkg-config packages supports
22400         and fixed bugs.
22401         
22402         * src/glade_iface.h: Cleanups.
22403         
22404         * src/launcher.c: Used timer instead of idle to scan.
22405         
22406         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22407         src/project_config.[h,c], src/project_import.c: Implemented project
22408         property to define GUI editor and to handle it.
22409         
22410         * src/preferences.c: i18n fixes.
22411         
22412         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22413         unused (and old) pixmaps.
22414         
22415         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22416         
22417 2003-02-25  Naba Kumar  <naba@gnome.org>
22419         * src/message-manager-private.[h,cc], src/preferences.c,
22420         anjuta.glade, anjuta_dialog_strings.c: Implemented
22421         gnome terminal profiles for the terminal preferences and moved the
22422         addition of terminal preferences in the terminal constructor.
22423         
22424         * anjuta.prj: Updated.
22426 2003-02-24  Naba Kumar  <naba@gnome.org>
22428         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22429         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22430         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22431         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22432         preferences dialog.
22434         * TODO: Updated.
22436         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22437         text selection and child re-spawning.
22439         * src/pixmaps.h: Removed unused pixmaps definitions.
22440         
22441 2003-02-23  Naba Kumar  <naba@gnome.org>
22443         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22444         the project tree/window.
22446         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22447         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22448         Correct the use of a variable and implemented session save/load
22449         for tree expansion states.
22450         
22451         * src/main_menubar_def.h: Fixed shortcuts keys.
22452         
22453         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22454         
22455         * anjuta.prj: Updated.
22456         
22457 2003-02-22  Naba Kumar  <naba@gnome.org>
22459         * src/debug_tree.[c,h]: GNOME2 port from 
22460         Etay Meiri <etay-m@bezeqint.net>
22461         
22462         * src/an_file_view.c, src/resources.[h,c],
22463         data/properties/bash.properties,
22464         data/properties/cpp.properties,
22465         data/properties/html.properties,
22466         data/properties/make.properties,
22467         data/properties/others.properties,
22468         data/properties/perl.properties,
22469         data/properties/props.properties,
22470         data/properties/xml.properties: Standarized file icons. Icons are
22471         defined in respective .properties file and are retrieved as resource
22472         data.
22474         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22475         in labels from the commands editor as that would create
22476         problems for translators.
22478 2003-02-21  Naba Kumar  <naba@gnome.org>
22480         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22481         as they should be part of CVS(?).
22483         * Makefile.am: Corrected a typo for glade generated strings file.
22485         * configure.in, po/hi.po: Added new Hindi (hi) translation
22486         in ALL_LINGUS and added initial Hindi translation.
22488         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22489         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22490         sv_unknown.xpm to more proper icon.
22492         * (new)data/properties/php.properties, data/properties/Makefile.am,
22493         data/properties/anjuta.properties, data/properties/html.properties:
22494         Fixed PHP syntax hilighting bug by separating php properties into
22495         different file (because of file size).
22497         * TODO: Updated.
22498         
22499 2003-02-20  Naba Kumar <naba@gnome.org>
22501         * src/breakpoints.c: Fixed breakpoints session saving/loading
22502         crash bug.
22503         
22504         * scintilla/*, scintilla/include/*: Updated to scintilla
22505         release 1.51
22506         
22507 2003-02-19  Naba Kumar <naba@gnome.org>
22509         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22510         * TODO: Updated.
22512         * Makefile.am, src/Makefile.am,
22513         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22514         (removed) src/anjuta_dialog_strings.c,
22515         (removed) src/anjuta_dialogs_strings.c,
22516         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22517         (added) anjuta.glade: Transfered glade files from src/ directory
22518         to the top level directory.
22520         * po/POTFILES.in: Updated.
22521         
22522         * (removed) macrocs2/*: Transfered to data/ directory.
22523         
22524         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22525         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22526         requires to have macros dir, but the projects generated by anjuta
22527         require them.
22528         
22529         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22530         trees.
22531         
22532         * src/defaults.c: Corrected default compiler options.
22533         
22534         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22535         wizard.
22536         
22537         * src/message-manager-private.cc, src/message-manager-private.h,
22538         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22539         
22540         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22541         source code generation for gnome2 projects.
22543 2003-02-11  Naba Kumar <naba@gnome.org>
22545         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22546         restores the expand/collaspe states of the nodes after refresh.
22547         
22548         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22549         
22550 2003-02-11  Naba Kumar <naba@gnome.org>
22552         * src/style-editor.c: Fixed pango font description handling for fonts.
22553         * src/anjuta.glade: Removed font size spin button.
22554         * configure.in, src/anjuta.prj: Corrected version.
22555         * TODO: update.
22556         
22557 2003-02-10  Naba Kumar <naba@gnome.org>
22559         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22560         references of scroll-menu.h and add about.h in Makefile.am.
22561         
22562         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22563         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22564         (removed) widgets/scroll-menu.h: Removed unused files.
22565         
22566         * Makefile.am: Added proper i18n rules and added intl tools for
22567         distributions.
22568         
22569         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22570         to the stable release).
22571         
22572         * anjuta.spec.in: Removed manuals packaging.
22573         
22574         * data/Makefile.am: Removed 'macros' installation (not required for
22575         gnome2 projects).
22577 2003-02-10  Naba Kumar <naba@gnome.org>
22579         * po/POTFILES.in: Updated.
22581         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22582         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22583         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22584         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22585         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22586         icons and images.
22588         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22589         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22590         and fixed to properly handle focus in find entry box.
22592         * Makefile.am: Added code for RH system menu update.
22594         * .cvsignore: Updated.
22596         * NEWS: Updated.
22598 2003-02-03  Naba Kumar <naba@gnome.org>
22600         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22601         editor preferences. and fixes dialogs.
22603         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22604         Fixed linenumbers and header margins when they are disabled and
22605         removed unused header files.
22607         * src/attact_process.[h,c], src/debugger.c: Attach to process
22608         now works.
22610         * src/help.c: Fixed dialog response.
22612         * TODO: Updated.
22614         * data/properties/anjuta.properties: Corrected typo.
22616         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22617         Change the signal to "changed" in entry from "selection-changed" in
22618         list.
22620         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22621         short-cuts.
22623 2003-01-31  Naba Kumar <naba@gnome.org>
22625         * configure.in: Upgraded to use libgnomeprint-2.2
22626         
22627         * printing/Makefile.am: Updated
22628         
22629         *(removed) printing/print-doc.c, printing/print-doc.h,
22630         printing/print-util.c, printing/print-util.h: Removed because already
22631         merged with print.c.
22632         
22633         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22634         and libgnomeprintui-2.2 and fixed rendering problems.
22635         
22636         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22637         uneccessary print properties, as they are separately taken
22638         care in gnomeprint.
22639         
22640         * po/POTFILES.in: Update.
22642 2003-01-30  Naba Kumar <naba@gnome.org>
22644         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22645         for about dialog box.
22646         
22647         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22648         src/pixmaps.h: Modified for the above additions for about dialog.
22650 2003-01-29  Naba Kumar <naba@gnome.org>
22652         * src/style_editor.[c,h]: Added missing files.
22653         
22654 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22655         * scintilla/XPM.[cxx|h]: Added missing files
22657 2003-01-29  Naba Kumar <naba@gnome.org>
22658         
22659         * TODO, po/POTFILES.in: Updated.
22660         
22661         * anjuta.prj, src/anjuta.glade,
22662         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22664 2003-01-28  Naba Kumar <naba@gnome.org>
22665         
22666         * data/properties/anjuta.properties, src/aneditor.cxx,
22667         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22668         properties into text properties (earlier it was int properties).
22670         * TODO: Updated
22671         
22672         * scintilla/AutoComplete.c,xx,
22673         scintilla/AutoComplete.h,
22674         scintilla/CallTip.c,xx,
22675         scintilla/CallTip.h,
22676         scintilla/Document.c,xx,
22677         scintilla/Document.h,
22678         scintilla/Editor.c,xx,
22679         scintilla/Editor.h,
22680         scintilla/LexAVE.c,xx,
22681         scintilla/LexCSS.c,xx,
22682         scintilla/LexHTML.c,xx,
22683         scintilla/LexOthers.c,xx,
22684         scintilla/LexPython.c,xx,
22685         scintilla/LineMarker.c,xx,
22686         scintilla/LineMarker.h,
22687         scintilla/Makefile.am
22688         scintilla/PlatGTK.c,xx,
22689         scintilla/PropSet.c,xx,
22690         scintilla/ScintillaBase.c,xx,
22691         scintilla/ScintillaBase.h,
22692         scintilla/ScintillaGTK.c,xx,
22693         scintilla/ViewStyle.c,xx,
22694         scintilla/include/Platform.h,
22695         scintilla/include/SciLexer.h,
22696         scintilla/include/Scintilla.h,
22697         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22698         
22699         
22700         src/Makefile.am,
22701         src/an_file_view.c,
22702         src/an_symbol_view.c,
22703         src/anjuta-tools.c,
22704         src/anjuta.c,
22705         src/anjuta.glade
22706         src/anjuta.h,
22707         src/anjuta_cbs.c,
22708         src/anjuta_dialogs_strings.c,
22709         src/anjuta_info.c,
22710         src/commands.c,
22711         src/compiler_options.c,
22712         src/debugger.c,
22713         src/help.c,
22714         src/main_menubar.c,
22715         src/main_menubar.h,
22716         src/main_menubar_def.h,
22717         src/mainmenu_callbacks.c,
22718         src/mainmenu_callbacks.h,
22719         src/message-manager-private.c,c
22720         src/message-manager-private.h,
22721         src/message-manager.c,c
22722         src/message-manager.h,
22723         src/pixmaps.h,
22724         src/preferences.c,
22725         src/preferences.h,
22726         src/project_config.c,
22727         src/project_dbase.c,
22728         src/project_dbase_gui.c,
22729         src/project_import_gui.c,
22730         src/properties.c,xx,
22731         src/properties.h,
22732         src/resources.c,
22733         src/src_paths.c,
22734         src/text_editor.c,
22735         src/text_editor_gui.c,
22736         src/toolbar.c,
22737         src/utilities.c,
22738         src/utilities.h,
22739         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22740         
22741 2003-01-24  Naba Kumar <naba@gnome.org>
22743         * src/text_editor_gui.c, src/toolbar.c,
22744         src/text_editor.c, src/text_editor_cbs.h:
22745         Used correct notification signal name for scintilla
22746         (gtk2) and fixed UI.
22747         
22748         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22749         when not required.
22750         
22751         * printing/print-doc.c,
22752         printing/print.c,,
22753         src/anjuta-tools.c,
22754         src/find_replace.c,
22755         src/goto_line.c,
22756         src/launcher.c,
22757         src/mainmenu_callbacks.c,
22758         src/project_dbase.c,
22759         src/project_dbase.h,
22760         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22761         src/text_editor.c,
22762         src/text_editor_cbs.h:
22765 2003-01-23  Naba Kumar <naba@gnome.org>
22767         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22768         correct stock icons and organized pixmap macros.
22769         
22770         Makefile.am: Removed non-generated files.
22771         
22772         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22773         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22774         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22775         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22776         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22777         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22778         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22779         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22780         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22781         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22782         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22783         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22784         stop.xpm, undo.xpm}: Removed because no longer used.
22786         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
22787         file_unknown.xpm}: Files renamed from fv_*, as it would
22788         be the right name.
22790         * pixmaps/Makefile.am: Updated for the above changes.
22792 2003-01-23  Jakub Steiner <jimmac * ximian * com>
22794         * pixmaps/autocomplete-16.png,
22795         pixmaps/autocomplete.png,
22796         pixmaps/block-end-16.png,
22797         pixmaps/block-end.png,
22798         pixmaps/block-start-16.png,
22799         pixmaps/block-start.png,
22800         pixmaps/bookmark-first-16.png,
22801         pixmaps/bookmark-first.png,
22802         pixmaps/bookmark-last-16.png,
22803         pixmaps/bookmark-last.png,
22804         pixmaps/bookmark-next-16.png,
22805         pixmaps/bookmark-next.png,
22806         pixmaps/bookmark-prev-16.png,
22807         pixmaps/bookmark-prev.png,
22808         pixmaps/error-next-16.png,
22809         pixmaps/error-next.png,
22810         pixmaps/error-prev-16.png,
22811         pixmaps/error-prev.png: gnome2-styled icons
22814 2003-01-23  Naba Kumar <naba@gnome.org>
22816         * anjuta.prj: Updated compiler options.
22817         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
22819         * src/aneditor.cxx,
22820         src/anjuta.c,
22821         src/anjuta.glade,
22822         src/anjuta_dialogs_strings.c,
22823         src/mainmenu_callbacks.c,
22824         src/mainmenu_callbacks.h,
22825         src/text_editor.c,
22826         src/text_editor_cbs.c,
22827         src/text_editor_gui.c: GNOME2 Porting.
22829 2003-01-22  Naba Kumar <naba@gnome.org>
22831         * ChangeLog: Corrected dates.
22832         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
22833         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
22834         preferences.
22836 2003-01-22  Naba Kumar <naba@gnome.org>
22837         
22838         * plugins/patch/patch-plugin.c: Bug fix.
22839         
22840         * src/anjuta-tools.c,
22841         src/anjuta.c,
22842         src/anjuta.glade,
22843         src/anjuta.h,
22844         src/anjuta_dialogs_strings.c,
22845         src/breakpoints.c,
22846         src/cvs_gui.c,
22847         src/debugger.c,
22848         src/debugger.h,
22849         src/executer.c,
22850         src/glade_iface.c,
22851         src/main.c,
22852         src/mainmenu_callbacks.c,
22853         src/mainmenu_callbacks.h,
22854         src/preferences.c,
22855         src/project_dbase.c,
22856         src/project_dbase_gui.c,
22857         src/registers.c,
22858         src/sharedlib.c,
22859         src/signals.c,
22860         src/signals_cbs.c,
22861         src/source.c,
22862         src/stack_trace.c,
22863         src/toolbar_callbacks.c,
22864         src/utilities.c,
22865         src/utilities.h,
22866         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
22867         
22868         * src/Makefile.am,
22869         (removed) src/CORBA-Server.c,
22870         (removed) src/CORBA-Server.h,
22871         (removed) src/Gladen-common.c,
22872         (removed) src/Gladen-stubs.c,
22873         (removed) src/Gladen.h,
22874         (removed) src/Prj-common.c,
22875         (removed) src/Prj-skelimpl.c,
22876         (removed) src/Prj-skels.c,
22877         (removed) src/Prj-stubs.c,
22878         (removed) src/Prj.h,
22879         (removed) src/glades.c,
22880         (removed) src/glades.h,
22881         (removed) src/messagebox.c,
22882         (removed) src/messagebox.h: Removed because no longer used.
22884 2003-01-21  Naba Kumar <naba@gnome.org>
22886         * src/anjuta-tools.c,
22887         src/anjuta.c,
22888         src/anjuta.glade,
22889         src/anjuta_dialogs_strings.c,
22890         src/anjuta_info.c,
22891         src/anjuta_info.h,
22892         src/breakpoints.c,
22893         src/compiler_options.c,
22894         src/debugger.c,
22895         src/find_replace.c,
22896         src/find_replace.h,
22897         src/find_text.c,
22898         src/find_text.h,
22899         src/goto_line.c,
22900         src/launcher.c,
22901         src/text_editor.c,
22902         widgets/gnomefilelist.c: GNOME2 porting.
22904 2003-01-20  Naba Kumar <naba@gnome.org>
22906         * global-tags/create_global_tags.sh: Uses pkg-config to
22907         read the modules.
22908         
22909         * src/anjuta.c,
22910         src/anjuta.glade,
22911         src/anjuta.h,
22912         src/anjuta_cbs.c,
22913         src/anjuta_dialogs_strings.c,
22914         src/breakpoints.c,
22915         src/breakpoints.h,
22916         src/compiler_options.c,
22917         src/compiler_options.h,
22918         src/fileselection.c,
22919         src/fileselection.h,
22920         src/mainmenu_callbacks.c,
22921         src/project_dbase_gui.c,
22922         src/session.c,
22923         src/src_paths.c,
22924         src/src_paths.h,
22925         src/text_editor.c,
22926         src/text_editor_gui.c,
22927         widgets/gnomefilelist.c,
22928         widgets/gnomefilelist.h: GNOME2 porting.
22929         
22930         * widgets/Makefile.am,
22931         (removed) widgets/gnomedirlist.c,
22932         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
22933         
22934         * src/Makefile.am,
22935         (removed) src/src_paths_cbs.c,
22936         (removed) src/src_paths_cbs.h,
22937         (removed) src/src_paths_gui.c,
22938         (removed) src/compiler_options_cbs.c,
22939         (removed) src/compiler_options_cbs.h,
22940         (removed) src/breakpoints_cbs.c,
22941         (removed) src/breakpoints_cbs.h: Removed because they are now
22942         combined in singe file
22944 2003-01-16  Naba Kumar <naba@gnome.org>
22946         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
22947         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
22948         options dialog UI and data handling.
22951 2003-01-15  Naba Kumar <naba@gnome.org>
22953         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
22954         Completed command editor porting.
22955         
22956         * src/anjuta.c: Removed the use of commands load function
22957         (not required).
22959         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
22960         and unrefs.
22962         * src/anjuta-tools.c: Fixed translatable strings.
22963         
22964         * src/find_text.c: Fixed dialog creation from glade.
22965         
22966         * src/text_editor_gui.c, src/text_editor.c,
22967         src/text_editor_cbs.c: Completed port of detached text editor
22968         to gnome2 plateform.
22969         
22970 2003-01-14  Naba Kumar <naba@gnome.org>
22972         * src/anjuta.glade, src/preferences.[h,c],
22973         src/anjuta_dialogs_strings.c: Added build and editor
22974         preferences pages and other UIs. Fixed preferense loading and saving.
22975         
22976         * src/anjuta.c: Does case-insensitive match for tabs position
22977         preferences and removed preferences loading (done at _new() call).
22978         
22979         * anjuta-tools.c: Debugged tools dialog handling.
22980         * plugins/class-gen/clsGen.c: Fixed an undefined function.
22981         
22982 2003-01-13  Naba Kumar <naba@gnome.org>
22984         * ABOUT-NLS: Update (strange).
22986         * autogen.sh: Removed blocking code.
22988         * configure.in: Fixed an autogen bug.
22989         
22990 2003-01-13  Naba Kumar <naba@gnome.org>
22992         * (new)src/anjuta.gladep
22993         (new)src/messagebox.c
22994         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
22995         will be gradually removed (and then the files).
22996         
22997         * Makefile.am,
22998         anjuta.prj,
22999         printing/print-util.c,
23000         printing/print.c,
23001         scintilla/ScintillaGTK.c,xx
23002         src/Makefile.am,
23003         src/an_file_view.c,
23004         src/an_symbol_view.c,
23005         src/anjuta.c,
23006         src/anjuta.glade
23007         src/anjuta.h,
23008         src/anjuta_dialogs_strings.c,
23009         src/anjuta_gui.c,
23010         src/attach_process.c,
23011         src/attach_process.h,
23012         src/breakpoints.c,
23013         src/breakpoints.h,
23014         src/breakpoints_cbs.c,
23015         src/commands.c,
23016         src/commands.h,
23017         src/compiler_options.c,
23018         src/compiler_options.h,
23019         src/compiler_options_cbs.c,
23020         src/configurer.c,
23021         src/configurer.h,
23022         src/controls.c,
23023         src/cvs_cbs.c,
23024         src/debug_tree.c,
23025         src/debug_tree.h,
23026         src/executer.c,
23027         src/executer.h,
23028         src/find_in_files.c,
23029         src/find_in_files.h,
23030         src/find_in_files_cbs.c,
23031         src/find_replace.c,
23032         src/find_replace.h,
23033         src/find_text.c,
23034         src/find_text.h,
23035         src/goto_line.c,
23036         src/help.c,
23037         src/help.h,
23038         src/launcher.c,
23039         src/main.c,
23040         src/main_menubar.c,
23041         src/mainmenu_callbacks.c,
23042         src/message-manager.c,c
23043         src/pixmaps.h,
23044         src/preferences.c,
23045         src/project_config.c,
23046         src/project_config.h,
23047         src/project_dbase.c,
23048         src/project_import_cbs.c,
23049         src/resources.c,
23050         src/resources.h,
23051         src/splash.c,
23052         src/src_paths.c,
23053         src/src_paths.h,
23054         src/src_paths_gui.c,
23055         src/text_editor.c,
23056         src/text_editor_gui.c,
23057         src/toolbar.c,
23058         src/toolbar.h,
23059         src/utilities.c,
23060         src/utilities.h,
23061         src/wizard_gui.c,
23062         widgets/gnomefilelist.c: GNOME2 Port.
23064 2003-01-10  Naba Kumar  <naba@gnome.org>
23066         * src/an_file_view.c,
23067         src/anjuta_gui.c,
23068         src/appwizard_gui.c,
23069         src/compiler_options.c,
23070         src/compiler_options_cbs.c,
23071         src/cvs_cbs.c,
23072         src/executer.c,
23073         src/fileselection.c,
23074         src/find_in_files.c,
23075         src/goto_line.c,
23076         src/main_menubar.c,
23077         src/memory.c,
23078         src/message-manager-dock.c,
23079         src/preferences.c,
23080         src/project_dbase_gui.c,
23081         src/project_import_gui.c,
23082         src/registers_gui.c,
23083         src/sharedlib_gui.c,
23084         src/src_paths_gui.c,
23085         src/text_editor_gui.c,
23086         src/toolbar.c,
23087         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23089 2003-01-09  Naba Kumar <naba@gnome.org>
23091         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23092         problems with some comments.
23094         * anjuta.prj: New project file (updated?)
23096         * src/Makefile.am: Enabled deprecated API and fixed variables.
23098         * src/an_file_view.c,
23099         src/an_symbol_view.c,
23100         src/anjuta-plugins.c,
23101         src/anjuta-tools.c,
23102         src/anjuta.c,
23103         src/anjuta_gui.c,
23104         src/appwizard_cbs.c,
23105         src/attach_process.c,
23106         src/attach_process_cbs.c,
23107         src/compiler_options.c,
23108         src/compiler_options_cbs.c,
23109         src/launcher.c,
23110         src/mainmenu_callbacks.c,
23111         src/message-manager-private.c,c
23112         src/message-manager-private.h,
23113         src/message-manager.c,c
23114         src/message-manager.h,
23115         src/project_dbase.c,
23116         src/project_dbase.h,
23117         src/project_dbase_gui.c,
23118         src/project_import_cbs.c,
23119         src/project_import_gui.c,
23120         src/registers.c,
23121         src/resources.c,
23122         src/resources.h,
23123         src/sharedlib.c,
23124         src/signals.c,
23125         src/signals_cbs.c,
23126         src/signals_gui.c,
23127         src/splash.c,
23128         src/src_paths_cbs.c,
23129         src/src_paths_gui.c,
23130         src/stack_trace.c,
23131         src/text_editor.c,
23132         src/text_editor_gui.c,
23133         src/text_editor_menu.c,
23134         src/toolbar.c,
23135         src/toolbar_callbacks.c,
23136         src/utilities.c,
23137         src/watch.c,
23138         src/watch_cbs.c,
23139         src/wizard_gui.c: GNOME porting.
23141 2002-12-24 Naba Kumar <naba@gnome.org>
23143         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23144         NEWS, README, SEARCH-REPLACE,
23145         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23146         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23147         launcher/Makefile.am,
23148         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23149         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23150         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23151         printing/print-util.c, printing/print.c, printing/print.h,
23152         scintilla/*/*, widgets/e-shell-about-box.c,
23153         src/*, tagmanager/*/*, widgets/Makefile.am,
23154         widgets/gnomefilelist.c:
23155         
23156         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23157         src/*.[c,h] files to gnome2 API.
23159         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23160         strings table.
23162 2002-10-23  Naba Kumar <naba@gnome.org>
23164         * autogen.sh: Prevented Users from building HEAD cvs.
23165         
23166 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23168         * src/anjuta.glade: added the compiler options dialog, hopefully
23169         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23171 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23173         * src/anjuta.glade: fixed a lot of small glitches.
23175         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23176         now.
23178         * src/breakpoints_cbs.c: polished a bit.
23180 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23182         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23184         * src/commands.c: partial gnome 2 port.
23186         * src/utilities.[ch]: changed some bits to be const.
23188 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23190         * src/Makefile.am: removed breakpoints_gui.c and added a check
23191         for gdk-pixbuf deprecated functions, but there shouldn't be much
23192         anyway.
23194         * src/breakpoints_gui.c: killed.
23196         * src/anjuta.glade: added two dialogs for the breakpoints management.
23198         * src/anjuta.h:
23199         * src/anjuta_cbs.c:
23200         * src/appwizard.c:
23201         * src/attach_process.c:
23203         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23204         really huge changes and porting work.
23205         
23206         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23207         (breakpoints_dbase_new): moved the UI init bits here.
23209         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23210         a lot, not using any color anymore (not HIG compliant) and not using
23211         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23212         to be double checked.
23214         * src/build_file.c:
23215         * src/build_project.c: gnome 2 port.
23217 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23219         * src/anjuta.glade:
23220         * src/anjuta.h:
23221         * src/anjuta_cbs.c:
23222         * src/appwizard.c:
23223         * src/breakpoints.c:
23224         * src/breakpoints_cbs.c: cleaned up some bits.
23226 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23228         * src/Makefile.am:
23229         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23231         * src/an_symbol_view.[ch]:
23232         * src/attach_process_cbs.h: polished a bit.
23234         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23236 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23238         * configure.in:
23239         * src/Makefile.am: added libglade-2 to the build.
23241         * src/anjuta.[ch]: added support for libglade.
23243         * src/anjuta.glade: added. There could be a file per top-level widget,
23244         as some other gnome projects, though.
23246         * src/attach_process_gui.c: removed.
23247         * src/attach_process.[ch]: gnome 2 port.
23248         (attach_process_new): Added the treeview init and the widget references
23249         here.
23251 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23253         * src/an_file_view.c: fixed some compilation issues.
23255         * src/an_symbol_view.c: gnome 2 port.
23257 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23259         * src/an_file_view.c: finished gnome 2 port.
23260         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23261         directory pixmap depending on the event.
23263         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23264         (project_file_data_new): use a GtkTreePath.
23266 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23268         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23269         driving me nuts but they need to be ported, heh ?
23271         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23272         work since it's quite a total rewrite again.
23274 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23276         * src/an_file_view.c:
23277         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23279 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23281         * src/anjuta_info.c:
23282         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23284 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23286         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23287         nuts ATM.
23288        
23289         * src/an_file_view.c:
23290         * src/aneditor.cxx:
23291         * src/anjuta_cbs.c:
23292         * src/compiler_options.h:
23293         * src/messagebox.c:
23294         * src/messagebox.h:
23295         * src/pixmaps.h:
23296         * src/project_dbase.h:
23297         * src/resources.h: gnome 2 port.
23299 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23301         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23303         * data/properties/sql.properties: added the DATETIME data type.
23305         * data/properties/html.properties: added the foreach php keyword.
23307 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23309         * widgets/Makefile.am: removed blank line after the last backslash
23310         for avoiding a warning from automake.
23312         * configure.in:
23313         * src/Makefile.am: added the ORBit-2 dep.
23315 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23317         * AUTHORS: added Biswa, because I wonder why noone already have
23318         written his name in the Anjuta's hall of fame :)
23320 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23322         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23323         widgets/e-shell-about-box.c: Made to compile for gnome2.
23324         
23325 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23327         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23328         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23329         
23330         * configure.in, printing/print.h, printing/print.c,
23331         printing/print-doc.c: Made to compile for gnome2.
23332         
23333 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23335         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23336         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23337         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23338         widgets/Makefile.am:
23339         
23340         Upgraded the build system to gnome2 platform.
23341         
23342 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23343         * manuals/*: Added capability to generate PDF and PS.
23344         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23345         * TODO, TODO.biswa: Intergated TODO list.
23346         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23347         , bug #574470
23348         * src/dnd.c: Fix typo
23349         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23350         * src/anjuta.c: Bug #568895, Bug #575419
23352 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23354         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23355         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23357 2002-12-17  Naba Kumar <naba@gnome.org>
23359         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23360         bugs.
23361         
23362 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23363         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23364         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23365         * anjuta.prj: Added tools.sgml
23366         * data/properties/cpp.properties: Bug # 646974
23368 2002-12-16  Naba Kumar <naba@gnome.org>
23370         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23371         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23372         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23373         on 'Enter' and adds proper focus mechanism.
23374         * src/anjuta.c: Fixed a memory corruption bug.
23375         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23376         'Enter' and can also be Canceled. Sets proper default and focus policies
23377         for tools dialogs.
23378         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23379         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23380         translatable strings in dialogs and fixed some dialog properties.
23381         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23382         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23383         * src/message_manager_private.cc: Fixed some debug messages.
23384         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23385         widgets/gnomefilelist.c: Fixed a memory leaks.
23386         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23387         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23388         src/main_menubar_def.h: Implemented incremental search.
23389         * TODO: Updated.
23391 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23392         * tagmanager/*: Minor cleanups and warning fixes.
23393         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23394         GUI during long updates.
23395         * src/text_editor.c: Remove debug message.
23397 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23398         * tagmanager/tm_project.c: Fix a memory access problem.
23400 2002-12-13  Naba Kumar <naba@gnome.org>
23402         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23403         tools list to show "Enabled" flag of the tool. Fixed a bug where
23404         tool list is not cleared when creating a new tool.
23405         
23406 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23407         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23409 2002-12-12  Naba Kumar <naba@gnome.org>
23411         * anjuta-tools.[h,c], commands.c: Used the tools help of
23412         anjuta variables list in commands editor and fixed a typos
23413         buy in anjuta-tools.c.
23414         
23415 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23416         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23417         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23418         * TODO.biswa: Added to help me track things better.
23420 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23422         * configure.in, anjuta.spec.in: Added libglade dependency.
23423         * Makefile.am: Added anjuta.glade file.
23424         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23425         , src/mainmenu_callbacks.[ch], src/message-manager.h
23426         , src/widget-registry.c: Tools editor GUI + other additions.
23428 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23430         * src/project_dbase.[ch], tagmanager/tm_project.c,
23431         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23432         Implement syncing tags image with the project database.
23433         * src/anjuta-tools.c: Implemented variable substitution and
23434         working directory in tools.
23436 2002-12-09  Naba Kumar <naba@gnome.org>
23437         
23438         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23439         command configuration language list from properties.
23440         
23441         * data/properties/asm.properties, data/properties/ruby.properties:
23442         Fixed typos.
23444 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23446         * src/an_symbol_view.c: Remember current selected entry and select
23447         it automatically after refresh.
23449 2002-11-26  Murray Cumming  <murrayc@usa.net>
23451         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23452           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23453         and gnomemm 1.2 projects so that people know they are really
23454         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23455         But I did correct these to sue lowercase names.
23457 2002-12-01  Naba Kumar <naba@gnome.org>
23459         * data/anjuta.properties: Fixed caching problem on 
23460         indicators.
23461         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23462         indicators prefs.
23463         
23464 2002-12-01  Naba Kumar <naba@gnome.org>
23466         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23467         property name.
23468         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23469         property and uses it.
23470         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23471         current cursor.
23472         
23473 2002-11-30  Naba Kumar <naba@gnome.org>
23475         * src/debugger.c: Fixed a typo.
23476         * data/properties/*: Updated properties files and added
23477         new ones.
23478         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23479         Added comment submenu and cleaned up ref and unref of menus.
23480         * src/aneditor.h: Added definition of comment commands.
23481         * src/aneditor.c: Upgrade from latest SciTE source code.
23482         * src/text_editor.[hc], src/text_editor_cbs.c, 
23483         src/message_manager_private.cc, src/message_manager.[cc,h],
23484         src/anjuta.[c,h]: Added indicators support for errors/warnings
23485         highlight in the editor.
23486         * NEWS, TODO: Update.
23487         * scintilla/include/PropSet.h: Removed deprecrated function.
23488         
23489 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23491         * src/anjuta-tools.[ch]: Tools implementation (basic)
23492         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23493           , src/main_menubar_def.h: PLugins cleanup and segregation
23494         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23495           registry
23496         * anjuta.prj: Added new files
23497         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23498         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23499         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23500         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23501         * src/Makefile.am: Added new files
23502         * src/message-manager.[cc/h]: Added standard output and error windows
23504 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23506         * project_type.c: Fixed Gnomemm2 project type
23508 2002-11-25  Naba Kumar <naba@gnome.org>
23510         * printing/print.c: Fixed a compile warning.
23511         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23512         * src/utilities.c: Fixed a compile warning in sparc, hides the
23513         terminal check error output from the user.
23514         * project_config.[ch], project_dbase.[ch], source.c: Added project
23515         version, exclude modules configuration and reordered other config
23516         properties. Changed some strings to more descriptive text.
23517         * src/compiler_opitions.c: Removed extra newlines from .prj file
23518         save.
23519         * anjuta.prj: Converted to new format (only reorganised properties
23520         and removed extra newlines ... nothing else).
23521         * NEWS: updated
23522         
23523 2002-11-21  Naba Kumar <naba@gnome.org>
23525         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23526         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23527         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23528         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23529         Updated to the CVS version.
23531 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23533         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23534           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23535           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23536           images in completion lists. 
23537         * src/resources.h: Make C++ friendly.
23538         * scintilla/PropSet.cxx: Fix memory leak.
23540 2002-11-20  Naba Kumar <naba@gnome.org>
23542         * scintilla/*/*: Synced to latest scintilla 1.49
23543         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23544         New lexers added.
23546         * scintilla/RESearch.cxx: The automatic cvs log in the
23547         file really broke things trying to interprete the changelog
23548         entry incorrectly as end-of-comment. Removed the $cvs line
23549         and committed again.
23550         
23551 2002-11-19  Naba Kumar <naba@gnome.org>
23553         Patch from Timothee Besset <ttimo@idsoftware.com>
23554         
23555         * src/message-manager-private.cc: Interpretes absolute
23556         file paths properly in zvt terminal.
23558 2002-11-19  Naba Kumar <naba@gnome.org>
23560         Patch from Timothee Besset <ttimo@idsoftware.com>
23561         
23562         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23563         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23564         (important) editor preferences in project (if there is one
23565         open).
23566         
23567         * TODO: Updated
23568         
23569 2002-11-18  Naba Kumar <naba@gnome.org>
23570         
23571         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23572         
23573         * src/debug_tree.c, src/find_in_files_gui.c,
23574         src/find_replace.c, src/find_text.c, 
23575         src/project_import.c, src/project_import_gui.c,
23576         src/wizard_gui.c: i18n Fixes.
23578 2002-11-15  Naba Kumar <naba@gnome.org>
23580         * plugins/class-gen/clsGen.c: Fixed to use project function
23581         to import files. Create non-existent directories before the
23582         sources are written.
23583         
23584         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23585         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23586         src/glade_iface.c,
23587         src/glades.c: Excluded gladen files from build. This
23588         will fix the unnecessary dependency on libssl.
23589         
23590         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23591         file import funtion.
23592         
23593         * src/message_manager_private.cc: Fixed a compiler warning with
23594         DEBUG preprocessor macro.
23595         
23596         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23597         wrong (undocked) editor window was closed on clicking close on an
23598         undocked editor window.
23599         
23600         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23601         start correctly if the executable was run before with 'F3'.
23602         
23603         * src/toolbar_callbacks.c: Wrap around find next.
23604         * src/toolbar.c: Disable combo activate.
23605         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23606         button positions to get 'yes' as default.
23608         * anjuta.spec.in: Updated.
23609         
23610         * src/anjuta_info.c, src/appwizard_gui.c,
23611         src/attach_process_gui.c, src/breakpoints_gui.c,
23612         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23613         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23614         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23615         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23616         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23617         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23618         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23619         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23620         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23621         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23622         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23623         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23624         plugins/patch/patch-plugin.c, printing/print-util.c:
23625         Set all windows and dialogs transient
23626         to their parents so that they remain floated above their parents.
23627         
23628 2002-11-13  Naba Kumar <naba@gnome.org>
23630         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23631         take default editor font).
23632         
23633         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23634         Corrected email address.
23635         
23636         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23637         for changelog entry.
23639         * NEWS: Updated.
23640         
23641 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23642         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23644 2002-11-06  Naba Kumar <naba@gnome.org>
23646         * README: Updated
23647         * anjuta.spec.in: Ships the .omf files with the
23648         documents instead of the base package.
23649         
23650 2002-11-04  Naba Kumar <naba@gnome.org>
23652         * data/properties/latex.properties: Fixed a bug.
23653         * ChangeLog: Released 1.0.0 stable.
23655 2002-11-04  Naba Kumar <naba@gnome.org>
23657         * src/commands.c: Added command with shell redirection capability.
23658         * data/properties/anjuta.properties: Changed default execution
23659         command.
23660         * src/project_dbase.c: Set project top dir in properties.
23661         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23662         * data/Makefile.am: More diskcheck error fixes.
23663         
23664         * README, anjuta.spec.in, THANKS, AUTHORS,
23665         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23666         manuals/C/anjuta-manual/authers,sgml,
23667         manuals/C/anjuta-manual/anjuta-manual.sgml,
23668         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23669         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23670         : Changed anjuta home to
23671         new URL and my email address.
23672         
23673         * manuals/C/anjuta-manual/interfaces.sgml,
23674         manuals/C/anjuta-manual/prefereces.sgml,
23675         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23676         
23677         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23678         : removed reference to the help menu as the menu is modified
23679         when no help is found (which is very likely when we are
23680         shiping the documents separately).
23681         
23682 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23683         * anjuta.spec.in: Update specfile to make multiple RPMs.
23684         * data/Makefile.am: make dist fix.
23685         * src/text_editor_menu.c: Fix compile warnings (casts).
23687 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23688         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23689         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23691 2002-11-01  Naba Kumar <naba@gnome.org>
23693         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23694         Added gnome2 macros to be used by gnome2 project wizard.
23695         
23696         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23697         from gnome-common.
23698         
23699         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23700         as it was conflicting with generated projects and is not
23701         useful for us.
23702         
23703         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23704         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23705         project generation, removed qt project as it's not complete and
23706         added gnome2 bonobo wizard.
23708 2002-10-29  Naba Kumar <naba@gnome.org>
23710         * po/POTFILES.in: Updated.
23711         * po/POTFILES.skip: Added.
23712         * preferences.h: Fixed print paper size property name.
23714 2002-10-28  Naba Kumar <naba@gnome.org>
23715         
23716         * data/user.properties, data/Makefile.am: Added user properties file
23717         which will be copied in user's ~/.anjuta/user.properties.
23718         
23719         * data/anjuta.properties: Changed a comment.
23720         
23721         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23722         
23723         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23724         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23725         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23726         item.
23728         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23729         instead of user properties file.
23730   
23731         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23732         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23733         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23734         * README, TODO: Updated.
23735         
23736 2002-10-28  Naba Kumar <naba@gnome.org>
23738     * manuals/C/anjuta-manual/figures/editor_guides.png,
23739     manuals/C/anjuta-manual/figures/editor_margins.png,
23740     manuals/C/anjuta-manual/figures/editor_markers.png,
23741     manuals/C/anjuta-manual/figures/local_variables.png,
23742     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23743     manuals/C/anjuta-manual/figures/prefs_print.png,
23744     manuals/C/anjuta-manual/figures/print_dlg.png,
23745     manuals/C/anjuta-manual/figures/print_preview.png,
23746     manuals/C/anjuta-manual/figures/symbol_browser.png,
23747     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23748     files for manual documentation.
23749     
23750     * manuals/sgmldocs.make,
23751     manuals/C/anjuta-manual/Makefile.am,
23752     manuals/C/anjuta-manual/authors.sgml,
23753     manuals/C/anjuta-manual/build.sgml,
23754     manuals/C/anjuta-manual/compileopts.sgml,
23755     manuals/C/anjuta-manual/debugger.sgml,
23756     manuals/C/anjuta-manual/execute.sgml,
23757     manuals/C/anjuta-manual/fileoperations.sgml,
23758     manuals/C/anjuta-manual/interface.sgml,
23759     manuals/C/anjuta-manual/preferences.sgml,
23760     manuals/C/anjuta-manual/projects.sgml,
23761     manuals/C/anjuta-manual/figures/arguments.png,
23762     manuals/C/anjuta-manual/figures/open_file.png,
23763     manuals/C/anjuta-manual/figures/other_opts.png,
23764     manuals/C/anjuta-manual/figures/scrshot.png,
23765     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23766     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23767     
23768     Updated anjuta manual documentation.
23770     
23771 2002-10-27  Naba Kumar <naba@gnome.org>
23773     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23774     check and modifies debugger terminal command accordingly
23775     to function properly.
23776     
23777 2002-10-25  Naba Kumar <naba@gnome.org>
23779         * manuals/sgmldocs.make: Fixed a couple of bugs.
23780         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23782 2002-10-24  Naba Kumar <naba@gnome.org>
23784         * src/debug_tree.c: Fixed a crash bug from Etay.
23786         * global_tags/create_global_tags: Added messages.
23787         Fixed infinite looping within files.
23788         
23789         * macro/autogen.sh: Removed debug and warning flags for defaults.
23790         
23791         Patch from Vadim Berezniker <vadim@berezniker.com>
23792         
23793         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
23794         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
23795         generation.
23797         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
23798         temporarily just copy it
23800 2002-10-24  Naba Kumar <naba@gnome.org>
23802         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
23803         manuals/C/anjuta-manual/anjuta-manual.sgml, 
23804         manuals/C/anjuta-manual/compileopts.sgml,
23805         manuals/C/anjuta-manual/debugger.sgml,
23806         manuals/C/anjuta-manual/execute.sgml,
23807         manuals/C/anjuta-manual/fileoperations.sgml,
23808         manuals/C/anjuta-manual/interface.sgml,
23809         manuals/C/anjuta-manual/introduction.sgml,
23810         manuals/C/anjuta-manual/projects.sgml,
23811         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23812         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
23813         manuals/ja/anjuta-manual/anjuta-manual.sgml,
23814         manuals/ja/anjuta-manual/compileopts.sgml,
23815         manuals/ja/anjuta-manual/debugger.sgml,
23816         manuals/ja/anjuta-manual/execute.sgml,
23817         manuals/ja/anjuta-manual/fileoperations.sgml,
23818         manuals/ja/anjuta-manual/interface.sgml,
23819         manuals/ja/anjuta-manual/introduction.sgml,
23820         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
23822 2002-10-24  Naba Kumar <naba@gnome.org>
23824         * src/project_type.c: added autogen for qt projects.
23825         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
23826         Fixed a bug that retrieves wrong terminal command.
23827         * src/commnads.c: Added more terminal commands.
23828         * configure.in: Checks for scrollkeeper version.
23829         
23830 2002-10-22  Naba Kumar <naba@gnome.org>
23832         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
23833         instead of AM_GNOME_GETTEXT.
23834         
23835         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
23836         for setup-gettext for the wizard generated projects.
23838         * src/source.c: Fixed a bug where glade file wasn't generated.
23839         
23840         * src/gnome_project.c: Excluded project version from project dir
23841         name.
23842         
23843 2002-10-22  Naba Kumar <naba@gnome.org>
23845         * acinclude.m4: New file with dummy funtion for gettext
23846         cross compatibility fix.
23847         
23848         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
23849         * configure.in: Fixed cflags to avoid useless warnings.
23850         * Makefile.am: EXTRA_DIST += setup-gettext.
23851         * src/toolbars.c: Added space paddings around tags label.
23853 2002-10-21  Naba Kumar <naba@gnome.org>
23855         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23856         
23857         * setup-gettext: New script to maintain gettext cross version
23858         compatibility.
23859         * configure.in, macros/autogen.sh: Fix for gettext cross version
23860         compatibility.
23861         
23862 2002-10-21  Naba Kumar <naba@gnome.org>
23864         * debug_tree.c: Fixed incorrect use of debug assertion.
23865         
23866 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
23867             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23868         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
23869         src/memory.c, src/memory.h, src/message-manager-private.cc:
23870         
23871         New parsing algorithm; adapted from kdevelop.
23872         Middle button menu for changing the value's display type
23874 2002-10-07  Naba Kumar <naba@gnome.org>
23876         * src/main_menubar_def.h: Changed status bar message for Help->
23877         Browse info pages. Bug #603308
23879         * src/executer.c: Made "User terminal" default for creating
23880         projects (User can always disable it later). Bug #114222
23881         
23882 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23884         * macros/autogen.sh: Require gettext 0.10.x for autogen
23885         * src/text_editor.c: Fixes Bug #595303
23886         * src/source.c: Fixes Bug #595970
23887         * src/anjuta.c: Fixes Bug #598366
23888         * scingtilla/LexCPP.cxx: Bug #602296
23889         * src/main_menubar_def.h: Bug #604363
23890         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
23891         
23892 2002-10-07  Jens Georg <mail@jensgeorg.de>
23894         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23895         * gnomefilelist.c: This patch fixes the bug #611542
23896         
23897 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23899         * data/properties/Makefile.am: Added tcltk.properties file.
23900         
23901 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23903         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23904         
23905         * README: Updated README
23906         * plugins/class-gen/clsGen.c, src/message_manager.cc
23907           , src/mainmeu_callbacks.c, src/memory.c
23908           , src/project_dbase_gui.c, src/text_editor_gui.c
23909           , widgets/gnomefilelist.c: Set window icons
23910         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
23911           Enabled release build (stripped + optimized binaries, etc.)
23912         * data/properties/anjuta.properties, src/commands.c,
23913           src/defaults.cFixed bug #595489 (stdin on executables)
23914         * src/appwizard.c, src/main.c, src/message-manager.cc
23915           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
23916           , src/debug_tree.c: Memory related (valgrind) fixes.
23917         * src/message-manager-private.[cc,h], src/pixpams.h
23918           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
23919         * anjuta.prj: Added debug_tree.c to SOURCES
23920         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23921           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
23922           Compacted code and cleaned up unnecessary functions.
23923         * tagmanager/*.[ch]: Code fixes.
23924         
23925 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
23926         
23927         Reviewed by: Naba Kumar <kh_naba@gnome.org>
23928         
23929         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
23930         Debug tree now detects changes of displayed variables
23931         and changes their color to red
23933 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23935         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23936         
23937         * mainmenu_callbacks.c: Set's the current file name in
23938         file save as dialog.
23939         
23940 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23942         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
23944         * data/properties/tcltk.properties: New file for tcl/tk
23945         properties.
23947 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
23949         * src/project_type.[c,h], src/source.c, data/Makefile.am:
23950         Fixed a fatal bug which doesn't let building gnome2 related
23951         projects. They use different autogen.sh script. Defined new
23952         type field "gnome_macro_support".
23953         
23954         * data/autogen.sh.gnome2: New file.
23955         
23956         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
23957         bug with quotes escaping in quotes.
23958         
23959         * src/message-manager-private.cc: Used event box instead
23960         of frame for local message pane, so that the borders appear
23961         properly and nicely.
23962         
23963         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
23964         if there is a project open and all the files are un-docked.
23966         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
23968 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
23970         * src/main_menubar_def.h: implement feature request #595356, patch #597161
23971         * THANKS: updated for new contributions
23972         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
23974 2002-08-27 Steven Knight  <steven.knight@unh.edu>
23976         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
23977         src/project_dbase.h, src/project_type.c, src/source.c, 
23978         src/wizard_gui.c: new Qt project type
23979         *** NB not fully tested, may need some work, icon required...
23981 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23983         * src/memory.c, src/memory.h: new memory patch
23985 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
23987         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
23989 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
23991         * lancher/anjuta_launcher.c: Determine pty from function
23992         call instead of running 'tty' externally.
23993         
23994         * data/properties/cs.properties: Added compile/build commands.
23995         Fixed execution properties.
23996         
23997         * src/commands.c: Added c# options.
23999         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24000         
24001         * src/debug_tree.[c,h], src/debugger.[c,h],
24002         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24003         
24004         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24005         1. Misaligned structs when they are members of other structs.
24006         2. '{' sometimes appears as a variable.
24007         3. Wrong processing of some arrays.
24008         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24009         that displays the tree in two columns (variable and value).
24011 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24013         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24015         * data/properties/sql.properties: added the DATETIME data type.
24017         * data/properties/html.properties: added the foreach php keyword.
24019 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24021         * NEWS: Updated with new features.
24022         
24023         * data/.cvsignore, doc/.cvsignore: Updated.
24024         
24025         Patch from: Etay Meiri <etay-m@bezeqint.net>
24026         
24027         * src/debug_tree.h, src/debug_tree.c: New files.
24028         
24029         * src/Makefile.am, src/message-manger-private.[h,cc],
24030         src/message-manger.cc: Added Tree view for debugger
24031         locals view.
24032         
24033 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24035         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24036         
24037         * src/memory.c, src/memory.h: New files.
24038         
24039         * src/Makefile.am, src/appwizard.c, src/controls.c,
24040         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24041         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24042         
24043         Memory view implemetation that would enable viewing raw memory
24044         during debugging.
24046 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24048         * AUTHORS: added Biswa, because I wonder why noone already have
24049         written his name in the Anjuta's hall of fame :)
24051 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24053         * src/appwizard_gui.c: Removed an ambiguous prototype.
24054         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24055         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24056         * THANKS: Updated M. Ali Vardar's email.
24057         
24058 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24060         * src/anjuta_gui.c: implemented feature request to stop main and browser
24061           toolbars having exclusive use of space
24063 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24065         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24066         left over from the previous work to fix bugs :-)
24067         
24068         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24069         src/controls.c, src/mainmenu_callbacks.h, 
24070         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24071         reviewed
24072         
24073         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24074         src/project_import_gui.c, src/sharedlib_gui.c, 
24075         src/signals_gui.c: set window icon correctly
24076         
24077         * NEWS: more updates for the release
24078         
24079         * HACKING: updated for window icons and insert menu information
24080         
24081         * src/cvs_gui.c, src/build_project.c, 
24082         src/project_import_cbs.c: message strings reviewed
24083         
24084         * src/controls.c: context help button should be disabled if 
24085         DevHelp is not installed
24086         
24088 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24090         * src/debugger.c: Fixed the signalling screw up because of string
24091         update in gdb used to report the child process PID. Also, no
24092         error dialog will be popped up for "no such file or directory"
24093         error (very annoying and useless error). This error will still
24094         be shown on the debug message window. Avoided terminating the
24095         program when the terminal is terminated -- doesn't hurt, otherwise
24096         we get crappy egg-and-hen problem.
24097         
24098         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24099         dimensions loading.
24100         
24101         * src/anjuta.c: Limited the default size of main window to sane
24102         values.
24104         * src/preferences.c: Fixed some deadly memory corruption bugs in
24105         the recent patches. Return from getenv() should NEVER be freed,
24106         because they are static strings.
24107         
24108         * src/preferences_gui.c: Removed the fix for crash bug with font
24109         selection and applied the real fix.
24110         
24111 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24113         * NEWS: updated for release
24115 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24117         * src/launcher.c: Added a fix a memory leak and a possible
24118         fix for zvt-crash bug.
24119         
24120         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24121         
24122         * data/properties/latex.properties,
24123         data/properties/ada.properties: Added file.is.source property.
24124         
24125         * src/an_file_view.c: Set auto column size of the file
24126         revision column.
24127         
24128         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24129         The user is now prompted to confirm the closing of the file
24130         if it is being used by CVS. If yes, the editor is closed and
24131         the CVS operation stops.
24132         
24133 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24135         * anjuta.prj: bump project version for release
24136         * BUGS: removed unnecessary file
24138 2002-06-07      Philip Van Hoof <freax@pandora.be>
24140         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24141         during the life of the file list widget
24142         * src/preferences_gui.c: sticking-plaster fix to font selection
24143         causes segfault bug
24145         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24147 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24149         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24150         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24151         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24152         added options for symbol and file browsers.
24153         * data/properties/cpp.properties: linker flags should come after
24154         the name of the file to compile.
24155         * scintilla/Editor.cxx: fixed gcc compilation warning.
24156         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24157         be executed from bindir only.
24158         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24159         tagmanager/include/tm_file_entry.h: CVS version information in file 
24160         browser.
24161         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24162         window.
24163         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24164         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24165         crashes during file import.
24166         * src/project_import.c: disable project menu items during project 
24167         import.
24168         
24169         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24171 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24173         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24174         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24175         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24176         modified Insert menu, added C functions template, header C 
24177         template, modified header_template HEADER_H ==> NAMEFILE_H
24178         
24179         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24181 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24183         * data/properties/html.properties: changed some file 
24184         associations
24186 2002-06-05 Philip Van Hoof <freax@pandora.be>
24188         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24189         
24190         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24192 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24194         * data/properties/anjuta.properties, src/defaults.c: Make windows
24195         docked by default, fix the big fonts bug.
24196         
24197         * src/an_file_view.c, src/main_menubar_def.h, 
24198         src/project_dbase_gui.c: sanitized the Edit/View mess.
24199         
24200         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24201         for customizing shortcuts.
24202         
24203         * src/mainmenu_callbacks.c: Search for selected word if present.
24204         
24205         * src/text_editor_menu.c: Added context menu options for docking
24206         and undocking editor windows.
24207         
24208         * src/main_menubar.h, src/main_menubar.c: more support for the 
24209         shortcuts menu item.
24210         
24211         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24213 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24215         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24216         all commit messages being written to top of the file
24217         
24218         * src/main_menubar_def.h: message strings reviewed
24219         
24220         * src/project_import.c: message strings reviewed
24221         
24222         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24223         some bugs around reading the project properties for creating 
24224         .glade and .desktop files in the Application Wizard. There were
24225         typos in the property names being retrieved
24226         
24227         * widgets/gnomefilelist.c: changed build_full_path to make 
24228         the file widget support ~
24229         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24230         
24231         * THANKS, widgets/e-shell-about-box.c, 
24232         manuals/anjuta-manual/C/authors.sgml: updated for new
24233         patch
24235 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24237         * src/project_dbase.c: Fixed the file-path-corruption bug
24238         and the cannot-import-file-in-project bug. (follow-up with
24239         the last commit from Stef).
24240         
24241         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24242         with unsaved-project.
24243         
24244 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24246         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24247         misplaced g_free.
24249 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24251         * data/properties/{xml,html,other}.properties: changed some file 
24252         associations
24253         
24254         * data/anjuta.mime: oops! cvs added
24255         
24256         * scintilla/RESearch.cxx: fixed up a problem with comments
24257         
24258         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24259         to avoid messages about missing libs
24260         
24261         * NEWS: started the release notes
24263 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24265         * HACKING: updated with new information on printing, patch naming
24266         
24267         * TODO: removed completed tasks
24268         
24269         * THANKS: updated a few contributions
24270         
24271         * anjuta.prj: updated the icon file
24272         
24273         * anjuta.desktop.in.in: updated to add Categories
24274         
24275         * data/anjuta.mime: created a mime type for Anjuta project files
24276         (NB needs to be added to the install in /usr/share/mime/)
24277         
24278         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24279         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24280         to PNG for websites.
24281         
24282         * plugins/patch/patch-plugin.c: clarified some messages and 
24283         made it easier to see different patching sessions
24284         
24285         * src/toolbar.c: changed some message text for consistency
24286         
24287         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24288         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24289         in preferences. 
24290         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24291                  
24292         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24293         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24294         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24295         Added XLib Project and a Dockapp Project types.
24296         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24297         projects
24298         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24299         * src/source.c: Fixed memory leak in existing projects. 
24300         (filename was not freed)
24301         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24303 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24305         * src/anjuta.h, src/anjuta.c: Added error display funtions
24306         with parent windows.
24307         
24308         * src/appwizard_cbs.c: Changed error display function to use
24309         parented version.
24310         
24311 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24313         * printing/print.h, printing/printing.c: Taken care of document
24314         zoom factor and fixed a font loading bug. Dynamically calculated
24315         text widths to work with zooms properly. Re-organized code for
24316         dynamic text width calulations to work in general with utf8 chars.
24317          Determined font height and width automatically from the font info.
24318         
24319         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24320         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24321         Converted text.zoom.factor property to use #defined value. Removed
24322         margin header and margin numbers preferences, as they  now
24323         calculated dynamically.
24324         
24325 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24327         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24328         printing/print-util.h, printing/print.c, printing/print.h:
24329         Rewritten printing support for style based printing. Syntax highlighted
24330         printing, monochromatic printing, setup using preferences etc.
24332         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24333         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24334         language and the styled text buffer.
24335         
24336         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24337         the print setup preferences page and added printer preferences. Added functions
24338         to retrieve preferences with default values.
24339         
24340         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24341         the printing.
24343         * data/properties/anjuta.properties: Added default printer preferences.
24345         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24346         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24347         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24349         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24350         
24351 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24353         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24355         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24356         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24357         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24358         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24360         printing/Makefile.am: Reduced compiler optimizations.
24362         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24363         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24364         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24365         tagmanager/tm_workspace.c: TagManager fixes.
24367 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24369         * printing/*: CVS added. :)
24370         
24371 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24373         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24375         * printing*: CVS added.
24376         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24377           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24378           src/main_menubar_def.h: Gnome Print support
24379         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24380         * configure.in: Enable debugging flag option
24381         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24382           Print properties defined.
24383         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24384         
24385 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24387         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24388         
24389         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24390         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24391           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24392           and cleanups
24393         * src/text_editor.c: Minor cleanups.
24394         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24395         * src/project_dbase.c: Fixes to add/remove files from project.
24396         * src/help.c: Fix minor memory leak.
24397         * src/project_dbase_gui.c: Remove debugging messages.
24398         * src/utilities.[ch]: Cleanups and minor fixes.
24399         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24401 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24403         * src/anjuta.c [anjuta_apply_preferences()]:
24404         Fixed a crash bug when tab pos is not defined for the editors.
24405         
24406         * data/properties/cpp.properties: Set default identifier property to normal.
24407         This fixes the bug in which the fore color gets hidden with dark background.
24409 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24411         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24412         scintilla 1.46
24413         
24414         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24415         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24416         src/anjuta.c, data/properties/anjuta.properties:
24417         Implemented line wrapping.
24418         
24419         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24420         
24421         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24422         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24423         tags. Code was reviewed from GNOME Bonsai view.
24424         
24425         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24426         it seems to have been removed by scintilla people.
24427         
24428         * data/properties/anjuta.properties: Set default line wrap to false, as
24429         is noticably slow with big files.
24430         
24431 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24433         * src/project_import_gui.c: disallow the selection of files in
24434           the browse dialog.
24435         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24436           preferences code.
24437         
24438 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24440         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24441           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24442         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24443         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24444           now works properly.
24445         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24446         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24447         * src/utilities.[ch]: Added some utility functions.
24448         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24449         
24450         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24452 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24454         * HACKING: info on FIXME statements and removed ccview references
24455         * Makefile.am: added rule to make RPM package
24457 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24459         * THANKS, widgets/e-shell-about-box.c, 
24460         manuals/anjuta-manual/C/authors.sgml: updated for new
24461         patch
24462         * src/anjuta.c: removed unnecessary warning code since CVS 
24463         support is now implemented :-)
24464         * manuals/sgmldocs.make: implemented a fix for bug #553969
24465         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24466         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24467         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24468         
24469 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24470         
24471         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24472           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24473           src/main_menubar_def.h, src/preferences_gui.c,
24474           preferences.c, preferences.h: setup Username and Email 
24475           preferences, Insert ChangeLog and Username editor functions
24476           
24477           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24479 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24480         
24481         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24482           src/src_paths_cbs.c, src/src_paths_gui.c
24483           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24485           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24487 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24489         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24490           and goto tag menu items to main menu.
24492 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24494         * THANKS, widgets/e-shell-about-box.c, 
24495         manuals/anjuta-manual/C/authors.sgml: added new contributors
24496         * HACKING: updated with info on files to change for credits
24498 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24500     * src/aneditor.cxx: extended extension list which fixes segfault
24501     on selecting lisp, ruby or matlab as highlight style.
24503 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24505         * src/main_menubar_def.h: fixed an array initialiser and fixed
24506         the lexer settings for the new entries on the Format menu
24508 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24510         * Synced with Scintilla 1.45
24512 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24514         * anjuta.prj: added another missing file
24515         * ChangeLog: fixed some incorrect change dates I caused by 
24516         sloppy cut-and-pasting :-/
24518 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24519         
24520         * src/mainmenu_callbacks.c: fixed title of new About box
24522 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24524         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24526 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24528         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24529         * anjuta.prj: updated for new files
24531 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24533         * widgets/e-shell-about-box.c: Added version display.
24534         
24535 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24537         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24538         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24539         from Philip Van Hoof)
24541 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24543         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24544         dependency
24545         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24546         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24547         that produced build errors (needs checking on a machine with the
24548         ja locale!)
24549         * data/properties/lisp.properties: updated to match format of other
24550         lexer property files supplied with Anjuta
24552 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24554         * anjuta.prj: added new files
24555         * HACKING: added information from the mailing list on 
24556         adding new project types to the wizard (thanks to Johannes)
24558 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24560         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24561           src/appwiz_page2.c: Fix for 547038.
24563 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24565     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24566     hide bug.
24567     
24568     * about.h: cvs removed.
24569     
24570 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24572         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24574         Fix for #539574.
24576         * src/anjuta.c (anjuta_system_error): checks for the error number to
24577         know whether the error description is needed or not.
24579 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24581         * pixmaps/anjuta_logo.png: New about logo.
24582     
24583         * pixmaps/anjuta_icon.png: New icon from Misha. The
24584         old one had trouble with some gtk themes.
24585     
24586         * about.c: Removed. No longer needed.
24588         * mainmenu_callbacks.c: Removed reference of about.h
24589     
24590 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24592         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24594         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24595           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24596         About Dialog (thanks to the Evolution team for the cool widget!)
24598 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24600         Patch from lbell <lbell@tsc4.com>
24601     
24602         * src/find_in_files.c, src/find_in_files.h,
24603           src/anjuta.c: Added save_yourself, load_yourself routines.
24604     
24605         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24606         Added "Append messages" toggle button. This will enable
24607         the search results to be appended to the already existing
24608         results.
24609     
24610         * src/debugger.c: Fixed a typo.
24611     
24612         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24613           src/session.c, src/session.h: Improved session management.
24615 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24617         * THANKS, FUTURE, AUTHORS: Changed my email and
24618         avoided yahoo.com.
24620 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24622         Impl. feature request #525271 (add Lisp support).
24624         * data/properties/lisp.properties: added.
24626         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24627           the lisp properties.
24629         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24630           src/utilities.[ch]: added support for the Lisp highlight style.
24632 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24634         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24635           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24636           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24637           option preferences to have a persistent setting. Plus it's not used
24638           often, so it's better here than flooding the menus.
24640         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24641           preferences pages a lot more consistent and sweeter: tabs direction
24642           radiobuttons are directed against the meaning, all pages have an
24643           outter frame, a lot of padding, removed all expand attributes for
24644           vertical boxes, ...
24646           That's not a total revamp, but it's really looking better now, even
24647           if there's still work to be done.
24649 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24651         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24652         * TODO: added task to be completed before next release (update all credits)
24654 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24656         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24657         Benke László.
24659 2002-05-01  Benke László  <decike@freemail.hu>
24661         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24663         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24664           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24665           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24666           to the format menu in order to reorder the notebook tabs in
24667           alphabetical order everytime a file is created/opened/saved.
24669 2002-05-01  Philip Van Hoof <freax@pandora.be>
24671         * widgets/gnomefilelist.[ch] (history_combo_go),
24672         (history_combo_clicked): impl.
24674         (gnome_filelist_new_with_path): use this new impl.
24676 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24678         * src/project_dbase_gui.c (add_file): added the xpm file type.
24680 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24682         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24683         tag manager fixes.
24685         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24686           of tag types.
24688         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24689           src/text_editor_menu.c: Added context sensitive search in symbol
24690           browser and editor.
24692         * configure.in: Changed version number to 0.1.9.99.
24694         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24695           src/project_import.c: Minor changes to project import facility.
24697         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24698           (Forced to use specific brace format)
24700         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24701           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24702           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24704 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24706         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24707         replaced the spinbutton with an hscale, and made the UI less "blocky".
24709         * src/cvs_gui.c: When diffing a project you can choose date and
24710         release now.
24712         * src/project_dbase.c: Import_file activated again
24714         * configure.in, plugins/Makefile.am: Added patch plugin
24716         * plugins/patch/*: The new patch plugin
24718 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24720         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24722         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24723         dropdown list shown by autocompletion are now removed.
24725 2002-04-28  Philip Van Hoof <freax@pandora.be>
24727         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24728         a bunch of filetypes from the older version.
24730         * src/project_dbase_gui.c (add_file): changed the import
24731         dialog's filetypes combo contents depending on the
24732         type of data to be imported.
24734 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24736         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24737         the amount parameter as Philip stated and reformated to follow the
24738         Gnome convention.
24740         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24741         changed accordingly.
24743 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24745         Fix for #531293.
24747         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24748         Shift-F6, to be more consistent with other Gnome apps.
24749         Moved the "Search next" entry under the "Search" one, and swapped the
24750         order of the "Find in files" and "Find and Replace" ones.
24752         Some additional fixes ands cleanups on the edit menu.
24754         * src/main_menubar.h: replaced all occurences of repeat_find by
24755         find_again for the code to be more consistent.
24757         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24758         sensitiveness depending on the existence of an active text buffer.
24760         * TODO: added some bits about improving the usability of the
24761         search/search again couple.
24763 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24765         * src/preferences_gui.c: made the tab labels text more consistent
24766         (s/misc/Misc/).
24768 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24770         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24772         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24773         filename.
24775         * src/main.c (main): simplified some code and cleanups.
24777         Fix a part of #499366:
24779         * src/commands.[ch] (sync_from_props), (command_editor_save),
24780         (on_apply_clicked), (create_command_editor_gui): added the gui
24781         corresponding to the command.terminal preference.
24783 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24785         Fix for #465180.
24787         * anjuta.spec.in: added build requirements for the source rpm.
24789 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
24791         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24792         
24793         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
24794           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
24795           src/project_type.c, source.c, wizard_gui.c:
24796           Added new GNOME 2 project types and changed glade behaviour to
24797           produce GTK code if project type GTK was selected and GTKmm code
24798           if project type GTKmm was selected (and not depending on the 
24799           selected language. Disabled glade for GNOME 2 projects because
24800           we will need glade2 there.
24801           
24802         * src/project_dbase.c: Fixed a memory lack.
24803         
24804         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
24805         
24806         * src/cvs.c: Added an error message if jobs are running
24808 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
24810         * tagmanager/tm_work_object.c: Fixed a chrash
24811         bug which occurs when it tries to stat an empty
24812         file name.
24813         
24814 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
24816         * src/controls.c: CVS menu items now becomes
24817         insensitive when the launcher is busy.
24818         
24819         * src/anjuta.c, cvs.h, cvs.c: Created a function
24820         to update the cvs preferences when preferences are
24821         applied in preferences dialog and called it from
24822         anjuta_update_preferences().
24823         
24824 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
24826         * src/cvs.c: Added a space in the cvs command
24827         before the revision part. This fixes the cvs
24828         error we get when cvs-diffing with revisions.
24829         
24830         * src/cvs.c: Fixed a compiler warning.
24831         
24832         * src/find_replace.c: The dialog now remembers
24833         the settings including the "prompt on replace"
24834         which seems to have broken somewhere line the
24835         changes.
24836         
24837 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24839         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
24840         Added a new property in cvs class to hold a boolean
24841         for enabling date in cvs diff. This fixed the bizzare
24842         diff output due to the date that goes with the cvs
24843         command. Also, set the default value of compression
24844         to 3 and unified diff option to 1.
24845         
24846 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
24848         * src/cvs.c: The diff editor is set to hilite as
24849         diff syntax hiliting.
24850         
24851         * configure.in, manual/Makefile.am:
24852         Added a new manual module for ja language.
24853         
24854         * manual/ja/*/*/*: New module and files for the
24855         ja translation for the anjuta documentation
24856         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
24857         
24858 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
24860         * src/launcher.c: Made a very messy work around
24861         for the launcher authentication to work properly.
24862         
24863         * src/find_replace.c: Applied the missing patch
24864         from Dan Elphick <dre00r@ecs.soton.ac.uk>
24865         
24866 2002-04-16 Andy Piper <andy.piper@freeuk.com>
24868         * src/cvs.c, src/main_menubar_def.h: made message strings
24869         consistent with existing standards from our own documentation 
24870         (such as uppercase P in Project, corrected spelling of 
24871         repository, etc.)
24873 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24875         * src/cvs_gui.c: Cleaned up gui and aligned various
24876         widgets to give a clean look.
24877         
24878 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
24880         * src/launcher.c: Added work around to retrieve
24881         the child exit code. It works. :)
24882         
24883         * src/find_in_files.c, src/gnome_project.c,
24884         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
24885         src/clean.c, src/clean_project.c, src/build_project.c,
24886         src/build_file.c: Modified to handle the new
24887         child exit code.
24888         
24889 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
24891         * src/find_replace.c: Changed signal to call
24892         on_replace_text_close on from delete_event
24893         to close => the replace history is now updated.
24895 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
24897         * src/cvs.c: escaped the cvs import message before
24898         passing it to cvs.
24899         
24900 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
24902         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24903         
24904         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
24905         
24906         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
24907         Added cvs import
24908         
24909         * src/preferences_gui.c: GUI improvements
24910         
24911         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
24913 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
24915         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
24916         Removed static qualifier from tm_tag_type_name() and
24917         availed it's prototype for use in outside code. also
24918         created reverse map function tm_tag_type_name();
24919         
24920         * src/anjuta.c: Implemented qualified tags names for
24921         the tag list (on the toolbar pulldown list) to avoid
24922         ambiguty in tags with similar names (like prototype
24923         and definition). Patch modified and improved.
24924         
24925         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
24926         
24927 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24929         * src/utilities.[c,h]: Added a utility funtion
24930         that escapes the single and double quotes in a
24931         given string. Useful for passing command line
24932         args with quotes.
24933         
24934         * src/cvs.c: Escaped the cvs log message before
24935         passing it to cvs command line to avoid ambiguties
24936         with quotes in the message.
24937         
24938         * pixmaps/anjuta_icon.png: Changed to the new icon.
24939         from Todd Goyen <goyen@mbi-berlin.de>
24940         
24941         * src/message-manager-private.cc: Added regex to 
24942         recognize (underline hilite) the parsable outputs
24943         from the zvt terminal.
24944         
24945 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24947         Patch from: Tina Hirsch <tehirsch@arcor.de>
24948         
24949         * src/project_type.c:
24950         Fixed a bug in the wxproject type and modified the erroroutput when
24951         configure doesn't find wx-config
24952         
24953         Patch from: Timothee Besset <ttimo@idsoftware.com>
24954         
24955         * src/anjuta.c, src/message-manager-private.cc,
24956           src/message-manager-private.h
24957         Catches double clicks in the zvt terminal, and calls goto_error_line
24958         to jump to the appropriate location in the source. This will recognize
24959         grep -n output
24960         
24961 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
24962         
24963         * src/build_project.c: Taken care of memory leak
24964           by freeing cmd variable properly.
24966         * src/main_menubar_def.h: Fixed wrong signal connection
24967           for cvs project commit.
24968           
24969         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
24970         
24971         * src/preferences_gui.c: Added some border and adjusted
24972           expandsion, filling in box adds to make the cvs preferences
24973           more nicer.
24974         
24975 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
24977         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24978         
24979         * src/cvs*, src/main_menubar*, src/preferences*: 
24980         Moved CVS settings to preferences, added a nice login dialog.
24981         
24982         * src/controls.c, src/project_dbase.c:
24983         CVS project options are only shown if a project is open
24984         
24985         * src/build_project.c:
24986         User is now asked if he wants to install as root 
24987         
24988         * src/launcher.c:
24989         Fixed a warning
24991         * anjuta.prj: Updated with cvs files
24992         
24993         * TODO: Remove task which are done
24994         
24995 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
24997         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
24998         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
24999         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25001         Modified launcher to use controlling terminal to detect and
25002         take care of password authentications (for example, for cvs
25003         and root installs).
25004         
25005         * pixmaps/password.png: New file.
25006         
25007 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25009         Anjuta kick start tutorial wirtten by:
25010           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25012         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25013           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25014           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25015           manuals/C/anjuta-tutorial/figures/*.png:
25016           
25017           Added files
25018         
25019         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25020           
25021           Modified files.
25022         
25023 2002-03-28 Roel Vanhout <roel@stack.be>
25025         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25027         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25028           src/preferences_gui.c:
25029         Added option to wrap around to beginning/end of file when on last bookmark
25030         and next/previous bookmark is pressed
25031         
25032 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25034         Patch from Philip Van Hoof <freax@pandora.be>
25035         
25036         * src/gnomefilelist.c:
25037         Added gimp like feature that changes the file extension of
25038         the filename entered in the selections when the file
25039         filter is changed.
25040         
25041 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25042         
25043         Patch from Roy Wood <roy.wood@filogix.com>
25044         
25045         * src/controls.c, src/find_text.c, src/find_text.h,
25046           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25047           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25048           
25049           Menuitem for entering currently selected text as find target,
25050           added key accel for "find next" and changed some key accels for
25051           other key for consistency.
25052           
25053         * src/utilities.c:
25054           Cleaned up code.
25055         
25056 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25058         * src/watch.c, src/watch.h, src/watch_cbs.c,
25059           src/watch_cbs.h, src/watch_gui.c:
25060         
25061           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25062         
25063           Added change watch entries feature
25064           and Watch entries modify on double click fixed.
25066 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25068         * src/mainmenu_callbacks.c:
25069         
25070           Project commit should not bypass dialog as
25071           we need to get the cvs log from the user.
25072           
25073 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25075         * src/project_dbase.c:
25076         
25077           Patch from Roy Wood <roy.wood@filogix.com>
25078           
25079           Fixed docking bug with the new docking patch
25080           to fix copy/paste bug.
25081           
25082 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25084         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25085           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25086           src/main_menubar.h, src/main_menubar_def.h,
25087           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25089           Added cvs project support. Featured bypass cvs dialog for
25090           cases where we don't need dialog (such as project and right
25091           click selection from file browser). Cleaned up cvs code to
25092           make them generic cvs operations instead of separate file
25093           and project operations. Added cvs log action. Increased
25094           file entry box width and enabled "unified diff" by default.
25095           Used Editor buffer for status and log and set hilite for
25096           these buffers including diff buffer (DIFF hilite).
25097           
25098 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25100         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25102         * data: Added file autogen.sh.wxwin 
25103         * data/Makefile.am: Added entry for autogen.sh.wxwin
25104         * pixmaps: Added project image appwiz_wxwin.png
25105         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25106         * src/appwizard_cbs
25107           src/compiler_options.c
25108           src/pixmaps.h
25109           src/project_dbase.c
25110           src/project_dbase.h
25111           src/project_import_cbs.c
25112           src/project_type.c
25113           src/source.c
25114           src/source.h
25115           src/wizard_gui.c: Added everything necessary for new
25116                             project type 'wxWindows (wxGTK)
25117         * src/project_dbase.c: Fixed a bug that caused every project
25118                                to be a glade project in dialog
25119                                                    'Project information'.
25121 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25123         Patch submitted by Roy Wood <roy.wood@filogix.com>
25124         
25125         * src/anjuta_gui.c, src/message-manager-dock.c,
25126           src/project_dbase.c:
25127           
25128           fixed the copy/paste bug by rewriting dock/undock
25129           code.
25131 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25133         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25134         
25135         * src/cvs*, src/Makefile.am:
25136           New file for CVS support. File operations currently work
25137           cvs login needs to be done. Project support is not yet
25138           started.
25140         * src/main_menubar*, src/mainmenu_callbacks,
25141           src/anjuta.c, src/anjuta.h:
25142           Added menus and functions for cvs commands.
25143           
25144         * src/text_editor_menu.h: 
25145           Added #include <gtk/gtk.h>
25146           
25147         * src/gotoline.h:
25148           Removed a warning (and this time it works ;-)
25150         * src/utilities.c, src/utilities.h:
25151           Added a utility function to retrieve directory
25152           name out of full path.
25154 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25156         * src/executer.c: (create_executer_dialog): changed the default
25157           focus on the entry.
25159 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25161         * widgets/gnomefilelist.c:
25162         Fixed duplicate history entries for the same directory.
25163           
25164 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25166         Fix for #520092.
25168         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25169           it's already used by scintilla to delete the whole current line.
25171 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25173         Fix for #525107.
25175         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25176           calls to fileselection_hide_widget,
25177           (on_open_filesel_cancel_clicked): removed.
25179         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25180           (on_add_prjfilesel_cancel_clicked):
25182         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25183           impl.
25185         * src/fileselection.c: Made some functions static.
25186           (fileselection_hide_widget): rewritten using the new
25187           gnome_filelist_set_multiple_selection function.
25189         * src/fileselection.c: (on_file_selection_delete_event): removed
25190           unuseful widget hides. Some cleanups,
25191           (on_file_selection_cancel_clicked): impl,
25192           (create_fileselection_gui): changed the cancel button clicked's
25193           callback to use this new function.
25195         * src/anjuta.c: (anjuta_new):
25196         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25197           callbacks, because this the gnome filelist widget's job.
25199         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25200           clist selection mode duplicates set,
25201           (gnome_filelist_key_press): use the new impl. function.
25203 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25205         Fix for #441233.
25207         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25208           fixed some bogus code using an array cell out of
25209           range, removed unecessary gettext usages.
25211         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25212           some cleanups and now transform minus characters to
25213           underscores.
25215         * src/source.c:
25216           (source_write_configure_in),
25217           (source_write_toplevel_makefile_am),
25218           (source_write_desktop_entry),
25219           (source_write_glade_file):
25220         * src/project_dbase.c: (project_dbase_summon_glade),
25221           (project_dbase_generate_source_code):
25222         * src/glades.c: (gladen_write_glade_write):
25223           replaced some occurences of the target name by the
25224           project filename, using project_dbase_get_proj_name,
25225           to fix the name of some files.
25226           Fixed a lot of mem leaks.
25227           Various code cleanups.
25229 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25231         Merged with latest (1.44) scintilla.
25233         Added: - The calltip.<lexer>.end.definition property to display help
25234                  text on a second line of calltip.
25235                - The calltip.<lexer>.word.characters property to correctly find
25236                  calltips for functions that include characters like '$' which
25237                  is not normally considered a word character.
25238                - The use.monospaced property to determine initial state of
25239                  Use Monospaced Font setting.
25241         Bugs fixed: Too many to mention; please see :
25242                     http://www.scintilla.org/ScintillaHistory.html for the
25243                     full changes list.
25245         * scintilla/*/*: updated nearly all files.
25247         * TODO: removed the need of a scintilla merge.
25249         Merged with latest (1.44) SciTE properties.
25251         * data/properties/anjuta.properties: added the wrap, use.monospaced
25252           properties.
25254         * data/properties/html.properties: added a missing php extension, and
25255           updated php keywords to the latest reference.
25257         * data/properties/pascal.properties: added commands to compile, build
25258           and execute pascal applications.
25260         * data/properties/lua.properties: added styles for statements.
25262         * data/properties/bash.properties: added the declare keyword.
25264         Fixed distchecking.
25266         * global-tags/Makefile.am,
25267           global-tags/create-global-tags.sh: used some kind of ugly hack to
25268           make distchek work, since noone has proposed some better way.
25270         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25271           and Ctrl-N replace Alt-N for new file according to the Gnome design
25272           reference.
25274 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25276         * widgets/gnomedirlist.c
25277         widgets/gnomedirlist.h
25278         widgets/gnomefilelist.c
25279         widgets/gnomefilelist.h:
25281         Added GPL headings in the file.
25283 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25285         * src/attach_process.c
25286         src/attach_process_cbs.c
25287         src/attach_process_cbs.h
25288         src/attach_process_gui.c
25289         src/breakpoints.c
25290         src/breakpoints_cbs.c
25291         src/breakpoints_cbs.h
25292         src/breakpoints_gui.c
25293         src/commands.c
25294         src/compiler_options.c
25295         src/compiler_options_cbs.c
25296         src/compiler_options_cbs.h
25297         src/compiler_options_gui.c
25298         src/find_in_files.c
25299         src/find_in_files_cbs.c
25300         src/find_in_files_cbs.h
25301         src/find_in_files_gui.c
25302         src/find_replace.c
25303         src/find_text.c
25304         src/help.c
25305         src/preferences.c
25306         src/preferences_gui.c
25307         src/project_config.c
25308         src/src_paths.c
25309         src/src_paths_cbs.c
25310         src/src_paths_cbs.h
25311         src/src_paths_gui.c:
25312         
25313         Bugs #521629 and #522427 fixed. The problem was, that the
25314         escape-key was not catched and the dialog was hidden, but
25315         the flag was not set correctly.
25317         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25318         using the gnome_dialog_close_hides()-setting present in most dialogs.
25319         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25320         emits "close" and set the flag in the close-callback.
25322         Patch from: Jens Georg <mail@jensgeorg.de>
25324 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25326         * src/*.{c,cpp}: s/string_free/g_free/
25328         * src/utilities.[ch]: (string_free): removed.
25330 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25332         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25334         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25335         src/mainmenu_callbacks.[ch]:
25336         Removed Project menu options: README, TODO, ChangeLog and NEWS
25337         Moved Save Build Messages to Build menu and only highlight it
25338         when there are build messages.
25339         Corrected a spelling: "mojority" -> "majority"
25340         Fixed initialisation of edit.edit_app_gui so now Edit menu
25341         can be shown when no project is loaded.
25343         * src/project_dbase.h: Removed prototype for static function
25345 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25347         * src/text_editor.c: Editor is marked changed after
25348         autoformat. 
25349         
25350         Patch from: Jens Georg <mail@jensgeorg.de>
25352 2002-03-04 Roel Vanhout <roel@stack.be>
25354         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25356         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25357         Added option to ignore binary files on 'Find in files' (grep -I option)
25359 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25361         * src/main.c:
25362         session restoration and commandline load in 
25363         gtk idle loop.
25364         
25365         * src/anjuta.[h,c], src/anjuta_cbs.c:
25366         Removed "clear windows menu" and prevented runtime 
25367         warnings.
25368         
25369         * src/compile.c, src/build_file.c, src/build_project.c,
25370         src/clean.c:
25371         Takes into account the preference setting for 
25372         show dialog when job completes. Dialogs are
25373         shown when it is enabled otherwise not.
25374         
25375 2002-03-03 Roel Vanhout <roel@stack.be>
25377         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25378         
25379         * src/find_text.c
25380         Store 'Find...' search string on search so that 'Find Next' will search for
25381         that string, even if the dialog hasn't been closed yet.
25383 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25385         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25386         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25387         src/main_menubar_def.h:
25388         
25389         Organized menus, removed "Windows" and "Utilities" menus from the
25390         menubar [they are no longer needed]. Also removed some extragenous
25391         separators.
25392           
25393 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25395         * src/message-manager-private.cc:
25396         Set message clist selection mode to BROWSE.
25397         
25398         * src/message-manager.cc, src/an_symbol_view.c,
25399         src/an_file_view.c:
25400         Added Key navigation for the CTree and CList. Arrow left for
25401         node collapse, right for node expand, space (or enter) for
25402         activation (same as double click).
25403         
25404 2002-03-03 Roel Vanhout <roel@stack.be>
25405         
25406         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25407         
25408         * plugins/class-gen/clsGen.c
25409         Added functionality to semi-intelligently prefill filename
25410         boxes with names deduced from class name
25412 2002-02-26 lbell <lbell@tsc4.com>
25414         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25415         * src/preferences_gui.c:
25416         Removed an incorrect use of gtk_misc_set_alignment().
25417         
25418         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25419         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25420         src/preferences.h, src/preferences_gui.c:
25421         
25422         Added the option to reload last open project at the startup.
25423         Added the possibility to open a new project without close
25424         an existing one
25425         
25426         * src/properties.cxx:
25427         Corrected a spelling mistake in message string.
25428         
25429         * src/session.c:
25430         Updated session functions.
25431            
25432 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25434         * widgets/gnomefilelist.c: Bug fixes.
25435         
25436         Patch from Philip Van Hoof <freax@pandora.be>
25437         
25438 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25440         * src/an_file_view.c:
25441         anjuta was unable to open some files becuase they were not being
25442         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25443         Removed mime checking when opening with anjuta, becuase it doesn't
25444         hurt to open binary files in anjuta (some even may want to do so).
25445         
25446         Added a warning when mime type is not set when "view with default
25447         viewer" is activated.
25448         
25449         * src/an_file_view.c, an_symbol_view.c:
25450         Converted N_() to _() where ever appropriate in the strings.
25451         
25452 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25453         
25454         * src/appwizard_gui.c, src/appwizard_cbs.c
25455           src/wizard_gui.c/h, src/appwiz_page3.c,
25456           src/project_import_gui.c:
25457           
25458         Moved target type radiobuttons to appwiz. page 2
25459         
25460         * src/message-manager-private.cc
25461         Fixed a bug which caused a crash if next message function was used
25463         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25465 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25467         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25468         Modifies the behaviour of Alt-TAB in Anjuta. This
25469         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25470         edited files in the first items of the notebook.
25472         Patch from: Timothee Besset <timo@qeradiant.com>
25473         
25474 2002-02-24  Philip Van Hoof <freax@pandora.be>
25476         * widgets/gnomefilelist.c, gnomefilelist.h:
25477           Added filecompletion
25478           
25479         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25481 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25483         * configure.in: Added "sk" to ALL_LINGUAS.
25485 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25486   
25487         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25488           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25489           src/wizard_gui.c: Added support for static and dynamic libs
25490         
25491 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25493         * widgets/gnomefilelist.c:
25494           Fixed gnome_filelist_get_lastfilename so it no longer returns
25495           a corrupted path.
25497 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25499         * src/resources.h, resources.c:
25500         Added url handler.
25502         * src/main_menubar_def.h, mainmenu_callbacks.c:
25503         Changed to use gnome configed url handler.
25505 2002-02-19  Philip Van Hoof <freax@pandora.be>
25507         * widgets/gnomefilelist.c
25508         Added PHP filetype.
25510 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25512         * plugins/class-gen/clsGen.c:
25513         Added c++ support.
25514         
25515         * widgets/gnomefilelist.c:
25516         Gives the maximum space to the files section of the open file dialog.
25517         
25518         Patches from: lbell <lbell@tsc4.com>
25519         
25520 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25522         * src/anjuta.c, main.c:
25523         Used tm_get_real_path in anjuta_get_full_filename();
25524         
25525 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25526         
25527         * anjuta.prj: update version
25529 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25531         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25532           removed the amount arg and replaced with a NULL-ending list.
25533           (gnome_filelisttype_makedefaultlist): use the new prototype.
25535 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25537         * src/about.c, THANKS: updated for new contributors
25538         
25539         * anjuta.prj: added new files
25540         
25541         * README: corrected some documentation, ctags no longer needed,
25542           pkgconfig now required
25543           
25544         * data/properties/others.properties: add .cvsdiff extension
25545         
25546         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25547           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25548           file import
25549           
25550         * doc/anjuta.1: added initial man page thanks to 
25551           Rob Bradford <rob@debianplanet.org> (NB build and install 
25552           needs work)
25553         
25554 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25556         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25557           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25558           warning flags. 
25559   
25560         * configure.in: Changed version to 0.1.10-pre
25561   
25562 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25564         * src/fileselection.c: (create_fileselection_gui): always display
25565           the directory creation button as we cannot rely on the dialog
25566           titlebar.
25568         * widgets/gnomefilelist.[ch]: fixed includes.
25570         * pixmaps/new_folder.xpm: resized, added a + sign.
25572 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25574         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25575           changed all extensions to begin with a dot.
25577 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25579         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25581         * THANKS: added Philip.
25583         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25585         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25586         * src/file_selection.[ch],
25587         * widgets/gnomefilelist.[ch]: added a filetype
25588           combobox to the Anjuta file dialog widget.
25590 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25592         * anjuta.spec.in: eep! the import script was not being installed by
25593           RPM - fixed for the release.
25595 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25597         Various cleanups and fixes for the next release to be able to make
25598         distcheck.
25600         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25601           much and make some tweaks plus cleanups.
25603         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25604           args to remove some warnings.
25606         * global-tags/Makefile.am,
25607           data/Makefile.am,
25608           src/Makefile.am: link against Anjuta static libs using the
25609           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25610           distcheck happy.
25612         * src/Makefile.am: ditto with all the Anjuta static libs.
25614         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25615           include, as we already include the whole directory for the build.
25617         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25618           
25619 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25621         * pixmaps/Makefile.am: icon for libglade project now installed
25622         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25623         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25624           breaking some build stuff
25625         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25626           include reference problems that showed up on make distcheck
25627         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25629 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25630         
25631         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25633 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25635         * src/message-manager-private.cc:
25636           The horizontal scrollbar now shows properly on demand.
25637         
25638 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25640         * src/dnd.c fixed some warnings
25641         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25642           and works. It is shown always at the moment but before it was
25643           shown on demand and did never work. 
25645 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25647         * src/anjuta.c: Fixed a crash bug.
25648           patch from: Jens Georg <mail@jensgeorg.de>
25650 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25652         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25653           reports a problem with missing end tags on <graphic>
25655 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25657         * manuals/C/ChangeLog: removed since it was never used
25658         * manuals/C/anjuta-manual/*: more updates, new screenshots
25659         * anjuta.prj: updated for new manuals/ structure
25661 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25663         * source.c, compiler_options.[c/h]:
25664           Fixed bug #460321 "Problem with optimization options" 
25665           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25666         
25667 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25669         * NEWS: prepared for release, need to fill in date
25670         * data/welcome.txt: version number updated
25672 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25674         * src/text_editor_menu.c, src/an_file_view.c, 
25675           src/an_symbol_view.c: marked strings for translation
25676         
25677         * src/defaults.c, data/properties/xml.properties:
25678           *.omf and *.xsl files should use XML highlighting
25679           
25680         * manuals/C/anjuta-manual/*:
25681           - restructured so that files have more meaningful names
25682             and are easier to edit (see anjuta-manual.sgml for the
25683                 ordering)
25684           - updated some screenshots
25685           - continued rewrite
25687 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25689         * main.c: Made a workaround to remove the old
25690         anjuta gnome config file (older than 9 Feb 2002). This
25691         will fix the bug which never lets the brower toolbar shown.
25692         
25693         * main.c: In fact, the above solution wouldn't work in all
25694         cases. Therefore, here is the better fix, which works by
25695         detecting the version of the old config file and deleting
25696         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25697         
25698 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25700         * HACKING: added info on submitting patches
25702 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25704         * src/project_import_gui.c, src/project_import.c:
25705           - If Project Import Wizard is canceled everything is 
25706                 cleaned up now.
25707           - Back button is now insensitive on page 3 (some problems: 
25708                 see TODO in project_import_qui.c:284
25709           - Menu frame is insensitive if project type != GNOME(mm)
25711 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25713         * src/main.c: Fixed bug #  (Unable to open files on
25714         double click in project window from second trial onwards when
25715         the project is opened from command line).
25716         
25717         * po/POTFILES.in: Removed tags_manager.[h,c]
25718         
25719 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25721         * src/preferences.c:
25722           A quick hack to fix the 'invisible' browser toolbar when
25723           upgrading from 0.1.8 to 0.1.9
25724           
25725         * src/anjuta.c:
25726           Fixed toolbar names which were causing confusions in the toolbar
25727           show/hide.
25728           
25729         * src/main.c:
25730           Substituted "anjuta" with PACKAGE
25731           
25732         * src/project_import_gui.c: 
25733           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25734           
25735         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25736           Added new files and removed obsolete ones.
25737           
25738 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25740         * src/appwizard_cbs.c, project_import_cbs.c, 
25741           main_menubar_def.h, project_import_gui.c: 
25742           updates to message strings and layout for the 
25743           import wizard.
25744           
25745         * text_editor_cbs.c: fix for the tab menu entries for 
25746           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25748 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25750         * src/toolbars.c,
25751           src/toolbars.h,
25752           src/anjuta_gui.c,
25753           src/controls.c:
25754           
25755           Tag dropdown exclusive (takes
25756           all space in the toolbar) and never vertical and
25757           increased the width of the tag combo to 256 pixs.
25758           Toolbar separator before the combo and button.
25759           Added tags label before the tag button.
25760           Reorganized the dock bands for the toolbars.
25761           
25762         * src/project_import_gui.c
25763           src/project_import.c:
25764           Fixed an error and removed an unused variable.
25765           
25766         * data/properties/anjuta.properties:
25767           Removed the property for the old toolbar and set
25768           browser toolbar show to default.
25769           
25770         * src/project_dbase.c: excluded modules were not
25771           loaded. Fixed.
25772           
25773         * src/source.c:
25774           No build files will be written if the project is blocked.
25775           
25776         * src/project_import.c,
25777           src/project_import_cbs.c,
25778           src/project_gui.c,
25779           src/wizard_gui.c:
25780           
25781           Manually applied Johannes patch to fix some memory
25782           issues and gui clean up.
25783           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25784         
25785         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
25786           Fixed a bad bug with remove file from project because of
25787           files were never removed properly from the project and
25788           from the tagmanager.
25789           
25790         * src/appwiz_page3.c: Disabled unused codes to clear
25791           compiler warnings.
25792           
25793 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25795         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
25796         
25797         * data/Makefile.am
25798           pixmaps/Makefile.am
25799           src/Makefile.am
25800           src/an_file_view.c
25801           src/an_symbol_view.c
25802           src/anjuta.c
25803           src/anjuta.h
25804           src/anjuta_cbs.c
25805           src/anjuta_gui.c
25806           src/controls.c
25807           src/main_menubar.c
25808           src/main_menubar.h
25809           src/main_menubar_def.h
25810           src/mainmenu_callbacks.c
25811           src/mainmenu_callbacks.h
25812           src/pixmaps.h
25813           src/project_dbase.c
25814           src/project_dbase.h
25815           src/text_editor.c
25816           src/text_editor_menu.c
25817           src/text_editor_menu.h
25818           src/toolbar.c
25819           src/toolbar.h
25820           src/toolbar_callbacks.c
25821           src/toolbar_callbacks.h :
25822           
25823           Patch submitted by:
25824           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25825           
25826           Removes the Tags toolbar and substituted it with
25827           tags combo dropdown list. Fixes a couple of bugs.
25828           
25829           Moved the tag combo to browser toolbar because
25830           main toolbar was becoming too long.
25831           Made a new icon of tag toolbar.
25832           
25833         * po/zh_TW.po: Fixed bug.
25834           
25835         * pixmaps/an_tag.xpm: Added new file.
25837 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25839         * src/project_import_gui.c: Reorganized project
25840         import gui page 2.
25841         
25842 2002-01-29  Andy Piper <andy.piper@freeuk.com>
25844         * HACKING: added info on creating windows and dialogs
25846 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
25848         * src/tm_file_view.c:
25850           Sorts the file list at the end instead of doing sort-insert
25851           to improve performance.
25852           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25854         * src/project_dbase.c: Resolved a conflict from
25855           Johannes's patch.
25856           
25857         * src/project_import.c:
25858         
25859           Fixed to use anjuta_import.sh for the bin dir and
25860           not from the data dir.
25861         
25862           Used anjuta_is_installed() function to verify a the command's
25863           executability.
25864         
25865           Fixed import command to use sh (which is more general and is
25866           gauranteed to be found in any unix system :-)). Also, added
25867           double quotes around the import directory.
25868         
25869           Changed some strings for better translations (like avoiding
25870           duplicates).
25871           
25872           Fixed the reading of wrong target type.
25873           
25874         * src/control.c: Insensitive "import project" when there is
25875           a project open.
25876           
25877         * src/project_import_cbs.c:
25878           
25879           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
25880           Fixed selection of gettext checkbox.
25881           Sets the menu entries.
25882           
25883 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
25884         
25885         * src/appwiz_page[1-4].c
25886         * src/appwiz_gui.c
25887         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
25888         be able to reuse it.
25889         
25890         * src/mainmenubar.[c/h]
25891         * src/mainmenubar_def.h
25892         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
25893         menu item
25894         
25895         * src/message-manager.c: Fixed bug 509192
25896         * src/message-manager-dock.c: Added accel_group if window is undocked
25897         
25898         * src/project_dbase.[c/h]: Splitted opening code to be able
25899         to use it without an open file dialog
25900         (Maybe I broke Naba's changes, please take a look)
25901                         
25902         * src/project_import.[c/h]
25903         * src/project_import_gui.c: New Files, Code for Project Import Wizard
25904         
25905         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
25906         import wizard
25908 2002-01-28  Andy Piper <andy.piper@freeuk.com>
25910         * src/main_menubar_def.h, tagmanager/tm_project.c: more
25911           string cleanups
25912           
25913         * manuals/C/anjuta_manual/*: started rewrite of the 
25914           manual, updated some screenshots
25916 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25918         * src/gnomefilelist.h, src/gnomefilelist.c:
25919         
25920           Fixed multiple selection bug (#497085). The OK button is
25921           sensitive when in multiple mode, if the no. of
25922           selection is one or more.
25923           
25924           Toggle between single and multiple selection mode
25925           and multiple mode display.
25926           
25927           Fixed strings to translable strings.
25928           
25929           Fixed some compiler warnings by commenting out
25930           unused functions.
25931           
25932 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25934         * src/project_dbase.c: App status bar now updates
25935           with the project name when the project is loaded.
25936         
25937         * src/an_file_view.c, tagmanager/tm_file_entry.c:
25938           
25939           Puts the directories at the top. They're also sorted now.
25940           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25941         
25942 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25944         * scripts/anjuta_import.sh.in: Added file.
25945         * scripts/anjuta_import.sh: Removed file.
25947         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
25948           Updated files.
25949           
25950         * src/main_menubar_def.h:
25951         
25952           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
25953           reflect the opposite of Find (CTRL+F) and also to leave
25954           CTRL+R or Redo.
25955           
25956           Changed Glade summon with ALT+G, which frees the ATL+E
25957           for poping up the edit menu.
25958           
25959         * src/Makefile.am: Debugging link flags by Biswa, removed.
25961 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
25963         * HACKING: added information on best practices for writing
25964           application messages and GUI labels
25965           
25966         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
25967           src/breakpoints.c, src/build_file.c, src/build_project.c, 
25968           src/clean_project.c, src/compile.c, 
25969           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
25970           src/configurer.c, src/debugger.c, src/executer.c, 
25971           src/find_in_files.c, src/find_in_files_cbs.c, 
25972           src/find_replace.c, src/find_text.c, src/glades.c, 
25973           src/gnome_project.c, src/goto_line.c, src/main.c, 
25974           src/main_menubar.c, src/main_menubar_def.h, 
25975           src/mainmenu_callbacks.c, src/preferences_gui.c, 
25976           src/project_config.c, src/project_dbase.c, 
25977           src/project_dbase_gui.c, src/resources.c, src/source.c, 
25978           src/support.c, src/tags_manager.c, src/text_editor.c, 
25979           src/text_editor_gui.c, src/text_editor_menu.c, 
25980           src/toolbar_callbacks.c, src/utilities.c: 
25981           lots of minor message updates to make them more user-friendly 
25982           and consistent
25984 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25986         * src/executer.c:
25987         
25988           Because of the spaces escaping, the command could not be
25989           executed when run without terminal. Now fixed.
25990           
25991         * anjuta.prj, Makefile.am:
25992         
25993           Added anjuta project file.
25994         
25995 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
25997         * src/message-manager-private.h, message-manager-private.cc,
25998           message-manger.cc:
25999           
26000           Added freeze() and thaw() for the message window class to
26001           speed up the message manager update.
26002         
26003         * src/project_config.h, project_config.c,
26004           src/project_dbase.h, project_dbase.h
26005           scripts/anjuta_project.template:
26006           
26007           Added two new prject attributes: project.config.blocked and
26008           project.excluded.modules. The former will make sure that users
26009           are not given any previlidge in enabling the 'overwrite build
26010           files' flags and the later issues a list of modules in the project
26011           to be skipped for symbol browsing and project listing.
26012         
26013         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26014         
26015           Modified script to read the template from the anjuta data dir
26016           rather than from the directory in which the script exist. Otherwise,
26017           Being transfered to the bin dir, the script will not be able to
26018           find the template when it is run.
26019           
26020           The script is also create with configure.in to set in the anjuta
26021           data dir path inside the script.
26022           
26023 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26025         * po/fr.po: updated to the latest sources.
26027 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26029         * scripts/Makefile.am:
26030           anjuta_import.sh goes with distribution.
26031           
26032         * po/*.po: They seem to have updated (merged with
26033           anjuta.pot) automatically when I did "make dist".
26034           
26035 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26037         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26038           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26039           the compiler options dialog.
26040         
26041         * ChangeLog:
26042           Correct todays date. :)
26043           
26044         * scripts/Makefile.am:
26045           Installs anjuta_import.sh in $(prefix)/bin dir and
26046           is treated as an executable.
26047           
26048 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26050         * Fix for bug #499373
26051         
26052         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26053           java, properties, latex.properties, lua.properties, others.properties,
26054           perl.properties:
26055           
26056           Added double-quotes around file arguments so that
26057           filenames with spaces could also work.
26059         * launcher/anjuta-launcher.c, executer.c:
26060           Escaped quotes in the cammand and it's arguments before executing
26061           so that args with spaces can also work.
26062           
26063           Commented #DEBUG switch.
26064           
26065 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26067         * scripts/*: Added files which I forgot previously.
26068         
26069         * src/aneditor.h: Lined up commands definition for better look.
26070         
26071         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26072           main_menubar.h, control.c:
26073           Added three more convert EOL chars submenu items in transform.
26074           Reformatted some some.
26075         
26076         * data/anjuta.properties:
26077           Reformatted a line.
26078         
26079         * src/aneditor.h, aneditor.c:
26080           Added three commands (with definitions) for EOL conversions.
26081           
26082         * src/text_editor.c:
26083           Editor detects file mode from the file content and
26084           set the editing mode to CR/LF/CRLF automatically.
26085           Refined Dos mode extrageneous chars filter
26086           This will make sure that filter works only in Dos mode and not
26087           in other modes.
26088           
26089         * src/anjuta.c: Editor mode display in status bar.
26090         
26091         * src/preferences_gui.c: Changed the string for dos mode
26092           filter to more sensible string.
26093         
26094         * src/aneditor.c: Default editor mode sets during widget creation
26095           and not everty time the properties are loaded. This makes sure
26096           that the auto-detected mode is not overridden by the default mode.
26097           
26098         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26099         
26100         * src/anjuta.c: Fixed bug #476028.
26101           Now anjuta also searches for file relative to top project dir,
26102           when the project is open.
26103         
26104         * src/anjuta_cbs.c: Fixed bug #499536.
26105           File is not closed if it is not able to save the file properly.
26106           
26107         * src/mainmenu_callbacks.c: Fixed bug #499536.
26108           Newfiles (which are not modified) are also closed on "close all files".
26109         
26110 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26112         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26113         
26114         * tagmanager/tm_source_file.c, regex.c, parse.c:
26115           defined and delimited g_messages within #debug.
26116           
26117         * src/preferences.c, data/anjuta.properties:
26118           saved/defied message-manager tag position in string.
26119           Message tag possition is saved between sessions. And
26120           and tag position bottom as default.
26121           
26122 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26124         Patch submitted by:
26125         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26127         * Makefile.am
26128           configure.in
26129           data/Makefile.am
26130           data/properties/Makefile.am
26131           global-tags/Makefile.am
26132           pixmaps/Makefile.am
26133           src/Makefile.am
26134           src/an_file_view.c
26135           src/an_file_view.h
26136           src/an_symbol_view.c
26137           src/an_symbol_view.h
26138           src/anjuta.c
26139           src/anjuta_cbs.c
26140           src/file_history.c
26141           src/file_history.h
26142           src/message-manager-private.cc
26143           src/pixmaps.h
26144           src/project_dbase.c
26145           src/project_dbase_gui.c
26146           src/tags_manager.c
26147           src/text_editor.c
26148           src/utilities.c
26149           src/utilities.h
26150           src/watch_gui.c:
26151         
26152           Modified files.
26153         
26154         * scripts/*
26155           pixmaps/sv_class.xpm
26156           pixmaps/sv_function.xpm
26157           pixmaps/sv_macro.xpm
26158           pixmaps/sv_private_fun.xpm
26159           pixmaps/sv_private_var.xpm
26160           pixmaps/sv_protected_fun.xpm
26161           pixmaps/sv_protected_var.xpm
26162           pixmaps/sv_public_fun.xpm
26163           pixmaps/sv_public_var.xpm
26164           pixmaps/sv_static_fun.xpm
26165           pixmaps/sv_static_var.xpm
26166           pixmaps/sv_struct.xpm
26167           pixmaps/sv_unknown.xpm
26168           pixmaps/sv_variable.xpm
26169           pixmaps/fv_core.xpm
26170           pixmaps/fv_text.xpm
26171           pixmaps/filestoremove.txt:
26172         
26173           New files.
26174         
26175         * pixmaps/class.xpm
26176           pixmaps/function.xpm
26177           pixmaps/fv_autofile.xpm
26178           pixmaps/fv_doc.xpm
26179           pixmaps/fv_i18n.xpm
26180           pixmaps/fv_source.xpm
26181           pixmaps/private_func.xpm
26182           pixmaps/private_var.xpm
26183           pixmaps/protected_func.xpm
26184           pixmaps/protected_var.xpm
26185           pixmaps/public_func.xpm
26186           pixmaps/public_var.xpm
26187           pixmaps/struct.xpm
26188           pixmaps/variable.xpm
26189         
26190           Removed files.
26191         
26192         * tagmanager/*/*:
26193         
26194           Upgraded to tagmanager-0.7
26196 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26197         * src/anjuta_cbs.c: Fixed bug #506441
26198         * src/watch_gui.c: Changed layout of eval dialog so that
26199         it fits on a 800x600 desktop with German translation. 
26201 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26203         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26204         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26205           icon for new project type (thanks to Misha)
26206         * configure.in: build and install Danish translation
26207         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26208           credits to cover new patches and translations
26210 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26211         
26212         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26213           src/appwiz_page1.c:
26214         
26215       - Font preferences are restored properly now (\n was missing)
26216           - Dock menu label of message-manager is "Dock/Undock" instead
26217           of "Dock|Undock" to match with the rest of anjuta.
26218           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26219           changed it in anjuta, too 
26221 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26223         * tagmanager/tm_source_file.c,
26224           tagmanager/parse.c,
26225           tagmanager/tm_project.c,
26226           src/an_symbol_view.c,
26227           src/anjuta.c:
26228           
26229           Disabled debug warnings.
26231 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26233         * src/appwiz_page1.c
26234           src/compiler_options.c
26235           src/project_dbase.c
26236           src/project_dbase.h
26237           src/project_type.c
26238           src/source.c
26239           src/source.h:
26240           
26241           New project type named LibGlade.
26242           
26243           Patch submitted by:
26244           Dick Knol <dknol@gmx.net>
26246         * src/gnome_prj.c:
26247           Commented out unused pixmap creation. May be it
26248           will fix the crash in project creation.
26249           
26250 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26252         * src/registers.c
26253           src/registers.h
26254           src/registers_cbs.c
26255           src/registers_cbs.h
26256           src/registers_gui.c
26257           src/sharedlib.c
26258           src/sharedlib.h
26259           src/sharedlib_cbs.c
26260           src/sharedlib_cbs.h
26261           src/sharedlib_gui.c
26262           src/signals.c
26263           src/signals.h
26264           src/signals_cbs.c
26265           src/signals_cbs.h
26266           src/signals_gui.c
26267           src/stack_trace.c
26268           src/stack_trace.h
26269           src/stack_trace_cbs.c
26270           src/stack_trace_cbs.h
26271           src/stack_trace_gui.c
26272           src/text_editor.c
26273           src/watch.c
26274           src/watch.h
26275           src/watch_cbs.c
26276           src/watch_cbs.h
26277           src/watch_gui.c
26278           
26279           Fixed bug #496290: Attach/detach removed from these
26280           windows as they are never implemented.
26281           
26282           Patch submitted by:
26283           Johannes Schmid <johannes.schmid@gmx.de>
26284           
26285 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26287         * src/anjuta.c,
26288           src/anjuta_cbs.c:
26289           
26290           Fixed bug:
26291           when you right click on the tabs, a list of filenames are given
26292           out, but now it gives a list of "page 1", "page 2", etc...
26293           
26294           Patch submitted by: 
26295           Jens Georg <mail@jensgeorg.de>
26297         * anjuta.in.in: Removed c|c++ because, it was not necessary
26298           and was causing translation problem.
26299           
26300         * plugins/class-gen/clsGen.c:
26301           removed "'" for the same reason.
26302           
26303 attached the fix for the menu
26306 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26308         * src/preferences.h,
26309           src/preferences.c,
26310           src/preferences_gui.c:
26311           
26312           Adds the functionality to Anjuta to auto save your unsaved
26313           files before you build a project.
26315           Patch submitted by: 
26316           jason <jason_williams@suth.com>
26317           
26318         * src/anjuta.[h,c]:
26319           Added function for save all files.
26320         
26321         * src/mainmenu_callbacks.c:
26322           Modified to use the above function.
26323         
26324         * src/build_project.c:
26325           Save all files before build if it is set in the
26326           preferences.
26328 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26330         * src/message-manager-private.cc
26331           src/message-manager-private.h
26332           src/message-manager.cc:
26333           
26334           Message-manager now restores the tabs which were shown on startup.
26335           The terminal is now created on demand (as requested by Biswa)
26336           and I have removed some debug messages.
26337           
26338           Patch submitted by: 
26339           Johannes Schmid <johannes.schmid@gmx.de>
26341 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26343         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26344           proper tabs keyboard navigation.
26346         * src/an_symbol_view.c,
26347           src/anjuta_cbs.c,
26348           src/gnome_project.c,
26349           src/project_dbase.c,
26350           src/tags_manager.c: removed some debugging display.
26352 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26354         * src/message-manager-dock.c
26355           src/message-manager-private.cc
26356           src/message-manager-private.h
26357           src/message-manager.cc
26358           src/preferences.c
26359           src/preferences.h
26360           src/preferences_gui.c:
26361           
26362           Patch submitted by: 
26363           Johannes Schmid <johannes.schmid@gmx.de>
26364           
26365           This patch adds a tab to the notebook of the preferences-dialog
26366           where you can change the colors, the tab position of the new
26367           message manager. Also the truncate messages stuff has moved
26368           from misc tab to messages tab.
26370           Also improved the remembering position stuff of message manager.
26371           
26372         * data/internal.properties,
26373           Added definitions for messages colors and tag position.
26374           
26375         * src/message_manager.cc:
26376           Fixed a bug that never lets the messages panes to get cleared.
26377           Added wmclass setting for the message window. Fixed a bug in
26378           which the message window was not being shown.
26379         
26380         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26381           output and disabled it.
26383         * src/anjuta.c: Preferences created and loaded before anything else.
26384           anjuta now recognizes messages colors on startup and initializes
26385           them.
26386         
26387 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26389         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26391 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26393         * pixmaps/file_c.xpm,
26394           pixmaps/file_cpp.xpm,
26395           pixmaps/file_file.xpm,
26396           pixmaps/file_h.xpm,
26397           pixmaps/file_html.xpm,
26398           pixmaps/file_i18n.xpm,
26399           pixmaps/file_icon.xpm,
26400           pixmaps/file_pix.xpm,
26401           pixmaps/fv_doc.xpm,
26402           pixmaps/fv_i18n.xpm,
26403           pixmaps/fv_image.xpm,
26404           pixmaps/fv_source.xpm,
26405           pixmaps/fv_unknown.xpm: made these icons transparent.
26407 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26409         * launcher/anjuta_launcher.c: updated message strings
26410         * src/message-manager-dock.c: added newline at end to avoid compile warning
26411         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26412         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26413           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26414           entries for username and Python-style GPL notice
26415         * HACKING: added info on files to change to update Insert menu
26417 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26419         * src/project_dbase.c,
26420           src/an_file_view.c,
26421           src/an_symbol_view.c:
26422           Changed the CTree expander style to square and
26423           line style to Dotted line.
26424           
26425         * po/POTFILES.in: Removed and Added translable files.
26427 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26429         * ccview/.cvsignore: Removed.
26430         
26431 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26433         * ccview/
26434                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26435                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26436                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26437                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26438                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26439                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26440         
26441         Removed ccview module because it is no longer needed.
26443 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26445         * src/project_dbase.c:
26446           Shifted structure initialization in project_dbase_new()
26447           before anything else, otherwise it was crashing due to
26448           uninitialized values.
26449         
26450         * src/an_symbol_view.c:
26451           Disabled high volume debug output.
26453 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26454         
26455         Applied a very heavy patch from:
26456         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26458         * Makefile.am
26459         configure.in
26460         pixmaps/Makefile.am
26461         src/Makefile.am
26462         src/aneditor.cxx
26463         src/aneditor.h
26464         src/anjuta.c
26465         src/anjuta.h
26466         src/commands.c
26467         src/commands.h
26468         src/compile.c
26469         src/compile.h
26470         src/controls.c
26471         src/defaults.c
26472         src/fileselection.c
26473         src/main_menubar.c
26474         src/main_menubar.h
26475         src/main_menubar_def.h
26476         src/mainmenu_callbacks.c
26477         src/mainmenu_callbacks.h
26478         src/project_dbase.c
26479         src/project_dbase.h
26480         src/project_dbase_gui.c
26481         src/tags_manager.c
26482         src/text_editor_menu.c
26483         src/toolbar_callbacks.c
26484         tagmanager/Makefile.am
26485         tagmanager/ctags.c
26486         tagmanager/include/Makefile.am
26487         tagmanager/include/tm_project.h
26488         tagmanager/include/tm_symbol.h
26489         tagmanager/include/tm_tag.h
26490         tagmanager/include/tm_tagmanager.h
26491         tagmanager/include/tm_workspace.h
26492         tagmanager/tm_project.c
26493         tagmanager/tm_source_file.c
26494         tagmanager/tm_symbol.c
26495         tagmanager/tm_tag.c
26496         tagmanager/tm_workspace.c
26497         widgets/Makefile.am: Modified.
26498         
26499         * src/an_file_view.[c,h],
26500           src/an_symbol_view.[c,h],
26501           src/file_history.[c,h],
26502           src/support.[c,h],
26503           widgets/scroll-menu.[c,h],
26504           tagmanager/tm_file_entry.c
26505           tagmanager/include/tm_file_entry.h: Added new files.
26506           
26507         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26508         private_func.xpm, public_func.xpm,
26509         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26510         private_var.xpm, public_var.xpm,
26511         function.xpm, fv_i18n.xpm, macro.xpm,
26512         protected_func.xpm, struct.xpm,
26513         fv_autofile.xpm, fv_image.xpm,
26514         ofolder.xpm, protected_var.xpm, variable.xpm:
26515           Updated and Added pixmap files.
26517         Features:
26518         ---------
26519         a) Removes CCView dependency.
26520         b) Improves the terminal.
26521         c) Adds tag navigation context menus.
26522         d) Upgrades tagmanager to latest version.
26523         e) Miscellaneous small additions.
26525 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26527         * src/project_dbase_gui.c: Fixed crash of anjuta
26528         when project first created.
26529         
26530         * src/gnome_project.c: It now updates the tags manager
26531         when new projects are created.
26532         
26533 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26535         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26536           for this big patch.
26537         
26538         * src/messages.[c,h]: Removed files.
26540         * src/message-manager.[cc,h],
26541           src/message-manager-dock.[c,h],
26542           src/message-manager-private.[cc,h]
26543           New files.
26545         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26546           src/build_project.c, src/clean_project.c, src/compile.c
26547           src/configurer.c, src/debugger.c, src/find_in_files.c
26548           src/mainmenu_callbacks.c, src/preferences.h
26549           src/preferences_gui.c, src/properties.h
26550           src/utilities.c, src/utilities.h:
26551           The new messages widget.
26552           New features:
26553             - Use of GtkNotebook instead of ToggleButtons
26554               and show/hide
26555             - Popupmenu to show and hide message types and
26556               to dock/undock in detach mode
26558           All other things should work as they did with the
26559           old message window. Currently the keyboard short-cuts
26560           do not work in detached mode.
26561           
26562           Some functions in utitlities.[c,h] changed.
26563           so that they take const arguments where this is possible
26564           
26565         * src/Makefile.am, po/POTFILES.in:
26566           Removed messages.[c,h] and
26567           added message-manager.[cc,h], message-manager-dock.[c,h],
26568           message-manager-private.[cc,h]
26569           
26570         * src/message-manager.h: Removed "include <bonobo.h>"
26571           and added a newline at the end of the file.
26572           
26573         * src/message-manager-private.cc:
26574           Set clist's width setting to Automatic.
26575           Set scroll window's scroll bars to Automatic.
26576           
26577 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26579         * text_editor_menu.c:
26580           Fixed misalignment of the function sub menu
26581           in the text editor pop up menu.
26582           
26583 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26584         
26585         * src/text_editor.c: Fixed a compiler warning.
26586         
26587 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26589         * THANKS, manuals/*/authors.sgml: updated for new translations
26590         * plugins/class-gen/clsGen.c: converted messages to English
26591         * src/about.c, src/main_menubar_def.h: string updates
26593 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26595         * src/anjuta.c
26596           src/anjuta_cbs.c
26597           src/text_editor.c
26598           src/mainmenu_callbacks.c
26599           src/text_editor.h
26600           src/text_editor.c
26601           src/text_editor_cbs.c
26602           src/text_editor-gui.c:
26603           
26604           Earlier code for adding 'cross' button
26605           for closing pages were too error prone and unorganized.
26606           Cleaned up the code and shifted the 'extra' widgets
26607           creation (eg. close button, close_pixmap and lable)
26608           from anjuta to text_editor. This takes care of proper
26609           widgets creation and destruction. Otherwise, anjuta
26610           was crashing at too many points, especially related
26611           to docking and undocking.
26612           
26613 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26615         * src/aneditor.cxx: removed debugging code.
26617         * data/properties/.cvsignore: added swap files.
26619 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26621         * src/anjuta.c
26622           src/anjuta_cbs.c:
26623           Fixed Crashing of anjuta when a new file is saved as
26624           different file.
26625           
26626 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26628         * src/aneditor.c: Some debug codes around.
26629         
26630         * data/internal.properties, data/anjuta.properties: Removed.
26631           data/properties/Makefile.am:
26632           data/properties/ada
26633           data/properties/cs
26634           data/properties/make
26635           data/properties/rc
26636           data/properties/html
26637           data/properties/ruby
26638           data/properties/baan
26639           data/properties/idl
26640           data/properties/pascal
26641           data/properties/sample
26642           data/properties/bash
26643           data/properties/java
26644           data/properties/perl
26645           data/properties/sql
26646           data/properties/conf
26647           data/properties/latex
26648           data/properties/props
26649           data/properties/vb
26650           data/properties/cpp
26651           data/properties/lua
26652           data/properties/python
26653           data/properties/xml
26654           data/properties/others
26655           data/properties/.cvsignore:
26656             Added files. Properties now splitted into small files
26657             for each language.
26659         * data/Makefile.am
26660           configure.in: Update the removal and added properties module.
26662         * src/preferences.c: preferences_new(): Updated to reflect the
26663           new properties files organization.
26664           
26665         * src/Makefile.am: Added Baan Lexer.
26667 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26669         * src/aneditor.cxx: readded the baan lexer. 
26671         * src/preferences.c: fixed translated messages and a typo.
26673         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26674           confusing the regexp usage in xml-i18-merge.
26676 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26678         * src/project_dbase.c: tidied some messages, and spotted a typo in
26679           the reading of properties which prevented the project version from
26680           ever being reported in the Project Information window - fixed :)
26682         * po/POTFILES.in: removed syntax.h
26684 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26686         * data/internal.properties: fixed baan properties.
26687           Added all ada properties.
26689         * src/main_menubar_def.h,
26690           src/lexer.h,
26691           src/aneditor.cxx,
26692           src/utilities.[ch]: added support for the Ada highlight style.
26694 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26696         * plugins/*/.cvsignore: updated.
26698 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26700         * src/syntax.h,
26701           src/text_editor.c,
26702           src/Makefile.am: removed the empty header syntax.h.
26704 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26706         * main_menubar.c:
26707         Stef's observation on the 'superfluous' hseparators in the recent
26708         files and projects is fully justified -- removed.
26709         
26710         * main_menubar_def.h:
26711         Changed "Plug Ins" to "Plugins" in the menu label.
26712         
26713         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26714         Added class-gen in the configure output and class-gen module.
26715         
26716         * data/internal.properties:
26717         Correct mis-spelled "jave" to "java".
26718         Added file.is.source for *.h, *.c, *.cpp properties.
26719         
26720         * global-tags/Makefile.am:
26721         "chmod +x create_global_tags.sh" before it is executed, because
26722         there is very high chance that it will be found "-x" and resulting
26723         in error
26725 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26727         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26728         for the backtrace.
26730         * src/gnome_project.c: (create_new_project): if the user doesn't
26731           select any icon, it doesn't have any extension and thus we can't
26732           use it in printf on Solaris, since the %s modifier use strlen to
26733           know the string length and then crash. On Linux, gcc checks the value
26734           of the pointer to be NULL and write "(null)" if necessary. We can't
26735           rely on that.
26737         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26738           don't need to have the directory icon but the generic one.
26740 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26742         Merged with latest (1.42) scintilla.
26744         Added: Support for the {load,save}.on.(de)activate properties.
26745                The PHP lexer to match keywords case insensitively.
26746                Baan lexer.
26747                Experimental supports for changeable style attribute & line
26748                wrapping.
26749                
26750         Updated: Both the C++ and HTML lexers.
26751                  More shell keywords added.
26752                  Horizontal scrolling and diplay of long lines optimised.
26753                  Cursor setting optimised.
26755         Bugs fixed: Caret movement over folded lines.
26756                     Selection tracking in 2ndary views when doing modifications.
26758         * scintilla/CallTip.{cxx.h},
26759           scintilla/ContractionState.{cxx,h},
26760           scintilla/Document.{cxx,h},
26761           scintilla/Editor.{cxx,h},
26762           scintilla/KeyWords.cxx,
26763           scintilla/LexHTML.cxx,
26764           scintilla/PlatGTK.cxx,
26765           scintilla/RESearch.cxx,
26766           scintilla/ScintillaBase.cxx,
26767           scintilla/ScintillaGTK.cxx,
26768           scintilla/Style.{cxx,h},
26769           scintilla/StyleContext.h,
26770           scintilla/ViewStyle.cxx,
26771           scintilla/include/*.h: updated.
26773         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26775         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26776           should have been told to the scintilla team. We're lucky I read the
26777           ChangeLog and the modifications of the lexer (thanks to the Gnome
26778           bonsai for this ;)
26780         * data/internal.properties: added Baan definitions.
26781           Fixed some issues for C such as *_cast directive, that are only
26782           available with C++.
26783           Updated C++, HTML and shell scripts definitions.
26784           Updated Ada and Bullant, that have been forgotten.
26786         * src/main_menubar_def.h,
26787           src/lexer.h,
26788           src/aneditor.cxx,
26789           src/utilities.[ch]: added support for the Baan highlight style.
26791 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26793         Polished the plugins menu behaviour and added a tearoff
26794         menuitem to the recent entries submenu.
26796         Note: The recent entries list seems to be too height
26797               with all these superfluous hseparators.
26799         * src/main_menubar.c: Polished, making some
26800           functions declarations static and cleaning some code.
26802           (create_submenu_plugin): removed the extra
26803           plugins entry and the horizontal separators.
26805           (on_plugins_menu_realize): the plugins menu is only
26806           shown if there's at least one available.
26808           (create_submenu*): added a tearoff menuitem to have
26809           a more homogeneous menu style. For now, it doesn't
26810           take care of user settings (but it was even worse
26811           before :).
26813 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26815         * configure.in: added the packageplugindir variable to avoid
26816           installing the plugins in $(prefix). It's not the same path as
26817           anjuta 2 to allow parallel installation.
26819 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26820         Fix a reopened part of bug #440676: keyboard navigation between the
26821         different text buffers. Changed to a more global approch. 
26823         * src/notebook.[ch]: removed.
26825         * src/Makefile.am: removed notebook.[ch]
26827         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
26828           (on_anjuta_window_key_press_event): added to fulfill the global
26829           shorcuts handling.
26831         * HACKING: updated according to the new global shortcuts handling.
26833 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
26835         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
26836           Shifted plugin menu from Edit submenu to main menu.
26837         
26838         * po/POTFILES.in:
26839           Added plugins/sample1/plugin-sample1.c
26840           
26841         * plugins/sample1/plugin-sample1.c:
26842           Added localization and used anjuta_info, instead of anjuta_error.
26843           
26844         * plugins/.cvsignore, plugins/sample1/.cvsignore:
26845           Added cvs ignores.
26846           
26847 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
26849         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
26850           for plugin dir.
26851         
26852         * Makefile.am: Added module plugins.
26853         
26854         * plugins, plugins/Makefile.am, plugins/sample1/*:
26855           Created plugins modules.
26856           
26857         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
26858           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
26859           to load plugins of *.so only and not *.so* (which results
26860           in duplicates).
26861         
26862         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
26863           plugins during packaging.
26865 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
26867         *  configure.in: Added Greek (el) to ALL_LINGUAS.
26869 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
26871         * configure.in: Added portuguese to ALL_LINGUAS
26873 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
26875         * global-tags/.cvsignore
26876         tagmanager/.cvsignore
26877         tagmanager/include/.cvsignore:
26878         Added cvs ignore files.
26880         * data/.cvsignore
26881         Updated cvs ignore file.
26882         
26883 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26885         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
26886           data/anjuta.properties, data/internal.properties: clean up some 
26887           message strings (me)
26889 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26891         * src/about.c, THANKS: added Jens to the credits
26892         
26893 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
26895         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
26896           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
26897           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
26898           Georg <mail@jensgeorg.de> to add close button to file tabs.
26900 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26902         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
26903           (debugger now catches correct signal from process)
26905 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26907         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
26908         * src/pixmaps.h: switch appwizard project icons to new designs
26909         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
26911 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
26913         * pixmaps/Makefile.am: stop redundant images from being installed.
26914           The next step will be to remove them completely.
26915         * src/appwiz*: further updates (more to come)
26916         * src/pixmaps.h: cleaned up, commented
26917         * src/splash.c: should use the pixmaps macro defined
26918         * HACKING: more on the graphics stuff and use of pixmaps.h
26920 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
26922         * src/defaults.c: fix bug #494864
26924 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
26926         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
26927           graphics from Misha
26928         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
26929           redundant graphics, no longer used
26930         * src/appwiz*: revamped application wizard by Andy and Misha for
26931           a more usable and professional look-and-feel
26932         * HACKING: updates to cover patching, graphics, and some additions
26933           post-0.1.8
26934         * TODO: removed some implemented features
26936 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
26938         * data/anjuta.properties, data/internal.properties: cleanup
26939         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
26940           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
26941           to edit styles colors for keywords and add Goto Tag menu option
26942           in the editor
26944 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
26946         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
26947         
26948         Fixed bug #460335
26949         fixes the Forget of the cursor position when tab is brought active
26950         from project manager.
26951         
26952 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26954         * src/messages.c
26955           Exported "TERM=xterm" to get a color terminal when
26956           anjuta is not started from within a terminal.
26957           
26958 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26960         * src/messages.c
26961           src/messages.h
26962           Added a frame around zvt terminal.
26963           
26964         * src/preferences_gui.c
26965           Modified to say "Use glade component (experimental)"
26966           instead of "Use Component".
26967           
26968 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26970         * Patch from 
26971         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26972         
26973         * src/anjuta.c
26974         src/fileselection.c
26975         src/messages.c
26976         src/messages.h
26977         src/preferences.c
26978         src/preferences.h
26979         src/project_dbase.c
26981         a) Extra scrollbar in terminal no longer appears.
26982         b) Character set preference should be preserved (untested).
26983         c) File selection widget now remembers last directory.
26984         d) On creation of generic project, the glade 'file not found' error no
26985                 longer occurs.
26986         e) First terminal window is created 'on demand', so it should always to
26987                 the Right Thing (TM) as far as starting WD is concerned. Also, the
26988                 environment is now passed to the terminal.
26989         f) Solaris compilation should be fixed (replaced get_current_dir_name()
26990                 with getcwd()).
26991         g) Fixed some compilation warnings.
26993 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
26995         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
26996           src/pixmaps.h: applied terminal and warnings patch (Biswa)
26997         * src/*: cleanups (me)
26998         * pixmaps/mini_term.xpm: added new file for terminal button
26999           (me, based on existing artwork)
27001 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27003         * configure.in: bumped version to 0.1.9-pre
27004         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27005           translation
27006         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27008 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27010         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27011           files are free of that char)
27012         * configure.in: added "az" to ALL_LINGUAS
27014 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27016         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27017           crash bug fix from Biswa.
27018         * FUTURE: added Anjuta/gIDE merger information to provide 
27019           details on future direction and status of 1.x stuff
27020         * NEWS: prepared for release
27021         * po/de.po: update from Jens Georg <mail@jensgeorg>
27023 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27025         * multiple minor updates pre-0.1.8
27026         * patch from Biswa to fix syntax highlighting and packaging
27027         * po/fr.po: update from Stef
27029 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27031         * global-tags/Makefile.am
27032         global-tags/create_global_tags.sh
27033         global-tags/tm_global_tags.c
27034         scintilla/LexCPP.cxx
27035         scintilla/include/SciLexer.h
27036         src/aneditor.cxx
27037         src/project_dbase.c
27038         tagmanager/Makefile.am
27039         tagmanager/include/Makefile.am
27040         tagmanager/include/tm_project.h
27041         tagmanager/include/tm_tag.h
27042         tagmanager/include/tm_tagmanager.h
27043         tagmanager/tm_project.c
27044         tagmanager/tm_source_file.c
27045         tagmanager/tm_tag.c
27046         tagmanager/tm_workspace.c:
27047         
27048         Includes the syntax highliting patch to scintilla).
27049         and more stable code.
27050         
27051         *tagmanager/include/tm_symbol.h: New file.
27052         *tagmanager/tm_symbol.c: New file.
27053         
27054         Add symbol tree building functionality at project level
27055         
27056         Patch from:
27057         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27058         
27059 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27061         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27062           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27063           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27064           : New and improved pixmaps from Misha <misha@phreaker.net>
27065           Thanks to him.
27067 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27068         
27069         * Big patch submitted by
27070           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27071           Many thanks to him.
27072         
27073         * src/Makefile.am, src/aneditor.cxx
27074           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27075           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27076           Use of tagmanager lib for advanced calltips.
27078         * global-tags/*: Created new directory and added files to 
27079           generate system.tags.
27081         * tagmanager/*: Created new directory and added tagmanager lib
27082           files.
27084         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27085           the above additions.
27087         * data/Makefile.am: Modified to accomodate generated system.tags file.
27089 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27091         * scintilla/: updated to 1.41
27092         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27093         * src/about.c: updated list of authors
27094         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27095         * HACKING: updated to cover Scintilla usage
27096         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27097           translation
27099 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27101         * src/aneditor.cxx: Fixed compilation errors with it.
27102           by add include to gtk+ headers and typedefining a mysteriously
27103           vanished class Colour.
27105 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27107         * configure.in: Added pt_BR in the languages.
27108         
27109 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27111         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27112           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27113         * THANKS: updated
27114         * manuals/C/anjuta-manual/*: new format to match
27115           the rest of the GNOME docs chapter layout. Added the many
27116           new contributors. Moved Authors and License information into new
27117           chapters of their own - should make expansion easier too
27118         * src/compiler_options.c: changed the profiler option to -pg to 
27119           work with GNU tools (gprof)
27120         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27121           and text labels
27122         
27123 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27125         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27126           compiler_options_gui.c:
27127           Added a new entry for linker flags and renamed c_options to c_flags
27128           and l_options to l_libs. Also, added a new function:
27129           compiler_options_set_prjlflags_in_file();
27130         
27131         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27132         
27133         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27134           
27135 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27137         * THANKS, src/about.c: corrections and additions following 
27138         Naba's big update
27139         * src/main_menubar.c: patch from Rikul to fix the problem with 
27140         menu accelerators not being loaded
27142 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27144         * THANKS: Added all contributors and translators names and emails.
27145         * AUTHORS: Updated
27146         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27147         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27148               Added new file (earlier logo with border).
27149         * src/about.c: Added all contributors names and emails
27150               and used macro definition for logo pixmap file.
27151         * src/pixmaps.h: Added entry for anjuta splash screen.
27153 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27155         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27156         to new PNG version (thanks to Misha) and removed the old
27157         pixmap.
27159 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27161         * THANKS: added Conner Mo for simplified Chinese translation.
27162         * configure.in: added zh_CN in ALL_LINGUAS
27164 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27166         * THANKS: added Joe Man for his traditional Chinese translation.
27167         * configure.in: added zh_TW in ALL_LINGUAS.
27169 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27171         * src/main_menubar_def.h: Changed the link of lidn to
27172         http://lidn.sourceforge.net.
27173         
27174 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27176         * Applied patch from Rikul
27177         * Applied patch from Luca
27178         * Fixed a cvs conflict. :)
27180 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27182         * THANKS: added Marc Botermans for his Dutch translation.
27184         * configure.in: added nl in ALL_LINGUAS.
27186         * po/nl.po: added.
27188 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27190         * anjuta.c: Fixed luca's typo.
27191         * resources.c, resources.h: Changed gchar* return to void, to
27192                 avoid a compiler warning.
27193         * scintilla/Makefile.am: Reorganized file entries.
27194         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27196 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27198         * Upgraded scintilla to 1.4.
27199         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27200                 LexLisp.cxx StyleContext.cxx StyleContext.h
27201         * src/Makefile.am: Added 4 lexers and separated lexer objects
27202                 from the main link variable.
27204 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27206         * THANKS: added Luca, even if it shouldn't be my role to write
27207           this sort of thing :)
27209         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27210           the latest Luca patch.
27212 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27214         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27215         This is not documented yet; plugins to come later.
27216         * src/find*.c: find dialogs now persistent 
27217         (Rick <rikul@bellsouth.net>)
27218         * widgets/gnomefilelist.c: fixed multiple file open issue 
27219         (Rick <rikul@bellsouth.net>)
27220         * changes to recent file and project lists handling 
27221         (lbell <lbell@tsc4.com>)
27222         * more minor UI updates (me)
27224 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27226         * src/Makefile.am: removed warnings for traditional C syntax
27227         * pixmaps: added new icons for mini_locals, mini_cvs and
27228         the splash screen - thanks to Misha <misha@phreaker.net>
27230 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27232         * src/toolbar.c: fix typo in tooltip text
27233         * ccview/cccmd.cc: alter Func to Function in menu text
27235 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27237         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27238         issue with find dialog reporting an error when Scintilla finds text
27239         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27240         DOS files (i.e. CR/LF translation)
27242 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27244         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27245         #452436
27246         * data/internal.properties: default fold style now set to 3 :-)
27247         * applied patch from rikul <null@acm.org> to turn notebook tab 
27248         headings red when file has been edited.
27250 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27252         * configure.in: Added "no" to ALL_LINGUAS.
27253         
27254 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27256     * Patch from lbell <lbell@tsc4.com>
27257     src/controls.c
27258     src/debugger.c
27259     src/main_menubar.c
27260     src/main_menubar.h
27261     src/main_menubar_def.h
27262     src/mainmenu_callbacks.c
27263     src/mainmenu_callbacks.h
27264     src/project_dbase.c
27265     src/project_dbase.h
27266     
27267     Implemented a check menu item to handle the 'show locals' flag
27268     for the current project.
27270     * data/internal.properties: Removed the redundant command
27271     for gnome-terminal.
27272     
27273 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27275         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27277 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27279         * configure.in: Added "ta" to the languages list.
27281 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27283         * data/internal.properties:
27284           added fold.symbols property to control appearance of folds
27285           in the Scintilla editor (thanks to rikul <null@acm.org>)
27287 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27289         * src/message.c:
27290           one extra button for message win is being created -- Fixed.
27291         
27292           The frame should be hidden and not only the pix_lab when
27293           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27294           -- Fixed.
27295         
27296         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27297           for the time being it is same as mini_cvs.xpm.
27298         
27299 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27301         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27303         Patch from rikul <null@acm.org>
27304         
27305         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27306         glades.h, messages.c, messages.h, pixmaps.h,
27307         project_dbase.c, project_dbase.h, session.c,
27308         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27309         
27310         inserted 'add to watch' option in inspect window, so you can add easily
27311         a variable in watch window .
27312         
27313         Added a new message pane for the gdb local variables inspection. Changed
27314         the code in messages.c to better account for future new panes insertion.
27315         Defined a new pixmap for the new tab button in pixmaps.h
27316         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27317         install script.
27318         
27319         Changed the debugger module to have a single function for asking to gdb
27320         to send program info. The idea is to ask the debugger about only the
27321         info needed to open windows( watch, registers, etc ) to speedup the step
27322         command. I plan to ask informations to the debugger based on the user
27323         interface status.
27324         The request for local variables is enabled by default, but the
27325         projectDBase has a variable to control it, to allow disabling that
27326         feature,  there is also the code to save and to reload the state. If you
27327         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27328         in project_dbase.c
27330         This big patch is from:  lbell <lbell@tsc4.com>
27331         
27332 2001-09-20  Stephane Demurget <demurgets@free.fr>
27334         Patch from rikul <null@acm.org> :
27336         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27337           problem and added folding support for php/hmtl.
27339 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27341         * Fixed dnd of files within scintilla.
27342         patch from:  rikul <null@acm.org>
27343         
27344 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27346         * Applied patch from Luca.
27347         
27348         * src/source.c: source_write_build_files(): Fixed the project generation
27349           failure. The fist return statement and the free_project_type were 
27350           misplaced.
27352 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27353         
27354         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27355         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27356         
27357         1) Restore the error color to red (waiting for a configurable one )
27358         2) Saving projects settings if you exit anjuta without closing an open
27359         saved project
27360         3) New Menu 'repaeat search' to search with a keystroke without pressing
27361         the toolbar button
27362         4) some define in the menus to better handle menu item update
27363         
27364         Patch from: lbell <lbell@tsc4.com>
27365         
27366         * main_menubar_def.h, main_menubar.c: Change the position of
27367         "Repeat find" menu position.
27369 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27371          project_type.h, project_type.c, source.c: Applied patch.
27372          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27373          
27374 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27376         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27377         
27378 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27379         
27380         * Fixed bug #445752
27381   
27382 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27383         
27384         * Fixed bugs in Gtk-- and Gnome-- project type
27386 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27388         * dnd.c: Support for multiple files drag-n-drop.
27389         
27390           Patch from: rikul <null@acm.org>
27391         
27392         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27393           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27394           saving from menu.
27395         
27396           Patch from: rikul <null@acm.org>
27398         * Applied patch for widgetizing goto dialog box.
27399           Patch from: ???
27400         
27401         * Applied patch for having new project type handling.
27402           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27403           
27404 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27406         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27407           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27408           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27409           find_replace.c, find_replace.h, find_text.c, find_text.h,
27410           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27411           project_dbase.h, source.c, text_editor.c, text_editor.h,
27412           text_editor_cbs.c, utilities.c, utilities.h:
27413         
27414           Applied a huge patch (after slight preview). I would like Luca
27415           to have his feature additions mentioned here.
27416         
27417           Patch from: lbell <lbell@tsc4.com>
27419 2001-09-09  Stephane Demurget <demurgets@free.fr>
27421         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27423         * po/fr.po: updated to the latest sources.
27426 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27427         
27428         * Fixed bug #445752
27429   
27430 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27432         * dnd.h, dnd.c: New files for drag n drop support.
27433                 
27434         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27435            Added drag and drop support for opening files.
27436         
27437         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27438         Archit Baweja <bighead@crosswinds.net> for this idea.
27439         
27440         * TODO: Added some more todos. :-(
27442 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27444         * Fixed the goto line activate bug.
27445         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27447 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27448         
27449         * Fixed bugs in Gtk-- and Gnome-- project type
27451 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27453         * widgets/gonmefilelist.c, gnomefilelist.c:
27454         Modified multiple selection on pressing control.
27455           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27456         
27457         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27458         Modified multiple selection on pressing control.
27459           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27460         
27461 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27463         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27464           This is useless; but just in case...
27466 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27468         * data/internal.properties: modified a bit of perl properties.
27469         
27470 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27472         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27473           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27474           Added support for multiple file imports. Changed the standrd C++
27475           convention of #include <file> to #include <file.h>, because I had given
27476           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27477           now support the #include <file> convention. That is something to be fixed :). 
27478           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27480 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27482         * src/anjuta.c: Added function static greetings_text(), to solve the non
27483                 translation of the greetings text in the wizard.
27484                 
27485 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27487         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27488           dialogs, with OK the default (fix bug #453482)
27490 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27492         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27493         
27494         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27495         
27496 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27498         * src/aneditor.cxx
27499           src/aneditor.h
27500           src/anjuta_cbs.c
27501           src/controls.c
27502           src/main_menubar.c
27503           src/main_menubar.h
27504           src/main_menubar_def.h
27505           src/mainmenu_callbacks.c
27506           src/mainmenu_callbacks.h:
27507                 Applied the patch that addes menu items which allow users to
27508                 insert GPL notice and date time in current document.
27509                 patch from: Rick Patel <rikul@shreve.net>       
27510                 
27511         * src/main_menu.c: Fixed a compilation error.
27512         
27513         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27514         
27515         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27516           about the unterminated strings.
27517           
27518         * scintilla/*: Updated scintilla to 1.3.9 version.
27519         
27520 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27521         
27522         * widgets/gnomefileselection.c:
27523           Applied the patch for fixing multiple selection of file open funcion,
27524           which will deselect the files selected.
27525           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27527 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27529         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27530           src/fileselection.c, src/anjuta_cbs.c:
27531           Applied the patch     for multiple selection of file open.
27532           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27533           
27534 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27536         * Removed "-f" option in call to devhelp, because devhelp no longer
27537           supports that.
27538         
27539 2001-08-26  Stephane Demurget <demurgets@free.fr>
27541         All these modifications have been pointed out by
27542         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27544         * data/internal.properties: two fixes for the PHP lexer.
27545           this out.
27547         * fr.po: minor fixes.
27549         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27551 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27552         
27553         * main_menubar.c,
27554           main_menubar.h,
27555           main_menubar_def.h,
27556           main_menubar_callbacks.c,
27557           controls.c:
27558                 Added new menu item for "close all fils".
27559                 (Patch from Rikul <rikul@shreve.net>, after revision)
27560         
27561         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27562         
27563         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27564                 (Patch from Rikul <rikul@shreve.net>)
27565         
27566         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27567                 (Patch from Rikul <rikul@shreve.net>)
27569 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27570         
27571         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27572            project name in application widzard.
27573            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27575         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27576           of the 'OK' button there is an 'Execute' one.
27577           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27578         
27579         * executer.c: Changed cancel button to close button. That was more appropriate.
27580           
27581 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27583         * HACKING: corrected >>>>>> Config management.
27584         
27585         * HACKING: Added many things.
27586         
27587         * src/launcher.h: Added some comments.
27589 2001-08-21  Stephane Demurget <demurgets@free.fr>
27591         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27593         * HACKING,
27594           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27595           src/appwizard_cbs.c,
27596           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27597           Andy Piper <andy.piper@freeuk.com>
27599         * po/fr.po: updated to latest sources.
27601         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27604 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27606         * Fixed bugs #450280 and #448845
27608         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27609         
27610         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27611           named dialogs
27612         
27613         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27614           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27615           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27616           names to remove "Anjuta: " prefix
27617           
27618         * src/main_menubar_def.c: altered a message
27619         
27620         * launcher/anjuta_launcher.c: cleaned up some messages
27622         * src/debugger.c: edited messages to improve clarity
27623         
27624         * src/app_wiz*.c: tidied wizard interface
27627 2001-08-15  Stephane Demurget <demurgets@free.fr>
27629         Synced Naba's fix and mine about the wizards not working and removed
27630         anjuta.prj to avoid a nasty checkin.
27632         * Makefile.am: removed the install-data-local rule.
27634         * data/Makefile.am: changed the list of files.
27636         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27638         * .cvsignore: added anjuta.prj for the same reason.
27641 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27643         * src/source.c: Fixed a bug that fails new gnome projects to get
27644           created.
27646         * src/project_manager.c: Fixed a bug that disables storing recent
27647           project history.
27649         * Makefile.am: Added stuffs to install the macro files in the
27650           anjuta share file.
27653 2001-08-14  Stephane Demurget <demurgets@free.fr>
27655         * data/Makefile.am: added some rules to support the gnome/ macros
27656           dir in order to make the wizards work again.
27658         * anjuta.spec.in: upped the release number.
27661 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27663         * configure.in (ALL_LINGUAS): Added pl.
27666 2001-08-09  Stephane Demurget <demurgets@free.fr>
27668         * anjuta.spec.in: fixed the doc files list.
27671 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27673         * src/about.c: corrected my email address. :-)
27674         
27675         * TODO: Updated.
27676         
27677         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27678          (patch from Andy Piper <squiggle@ukgateway.net>)
27680 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27682         * debugger.c: Fixed a bug associated with debugging threaded
27683           application.
27684         
27685         * text_editor_menu.c: Fixed broken ui in text editor
27686           pop up menu.
27687           
27688         * text_editor_menu.c: Now the option sub menu in text editor pop up
27689           works.
27690         
27691         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27692                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27693         
27694 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27696         * src/text_editor_menu.c: Added menu item for context help
27697           (patch from Andy Piper <squiggle@ukgateway.net>)
27698         
27699 2001-08-06  Stephane Demurget <demurgets@free.fr>
27701         * ccview/cccproj.cc: added missing i18n strings.
27703         * data/welcome.txt: bumped version to 0.1.6.
27705         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27707 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27708         
27709         * help.c, help.h: Added support for DevHelp context sensitive help
27710                 and gnome api browsing.
27711         * Fixed toolbars and editor views "not save" bug.
27712         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27713           (patch from Andy Piper <squiggle@ukgateway.net>)
27714         * Updated THANKS and chapter15.sgml for uk and ru translators.
27716 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27718         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27719         * Updated configure.in to include these changes
27720         
27721 2001-08-03  Stephane Demurget <demurgets@free.fr>
27723         * src/project_dbase_gui.c: fixed bug #446963
27724           (on_project_dbase_ccview_update_start),
27725           (on_project_dbase_ccview_update_end): added.
27726           These two respectively disable and enable close file/project
27727           menu entries and toolbar items, while the ccview part updates
27728           its tag database.  
27731 2001-08-03  Stephane Demurget <demurgets@free.fr>
27733         * configure.in: added sv to the ALL_LINGUAS list.
27734         
27736 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27738         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27739                 file to work: merge translations and distribute it.
27741         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27743         * NEWS, README, THANKS & TODO: Spelling fixes.
27745 2001-08-01  Stephane Demurget <demurgets@free.fr>
27747         * README: updated requirements.
27749         * scintilla/Makefile.am,
27750           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27751           target can't be realized (custom build path).
27753         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27754           Removed install-data-local.
27756         * src/compiler_options.c: changed the include paths of the pixmaps.
27757           we hadn't any warning because of the include paths passed to the
27758           compiler. Thanks to make distcheck for reporting this.
27761 2001-07-31  Stephane Demurget <demurgets@free.fr>
27763         * NEWS, THANKS: updated.
27765         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27766           fixed to show the correct kernel signal number and its description.
27768         * widgets/gnomefilelist.c: fixed bug #445756
27769           (goto_last): renamed to goto_prev and changed according to goto_next.
27770           (goto_next): added.
27771           (goto_directory): removed.
27772           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27773           returned value is now the position in the list.
27774           (check_ok_button_cb): changed the back check and added one for next.
27775           (gnome_filelist_set_dir): the check in history make it wouldn't be
27776           a "true" history. polished the whole thing, using set_dir_internal.
27777           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27778           there's no check in the history when using back or next.
27780         * manuals/*: added missing .cvsignore files.
27783 2001-07-30  Stephane Demurget <demurgets@free.fr>
27785         * po/fr.po: updated to latest sources.
27787         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
27788           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
27789           to put off their sensitive attributes.
27791 2001-07-29  Stephane Demurget <demurgets@free.fr>
27792         
27793         * po/fr.po: fixed some grammar things.
27794           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
27795           this out.
27796         
27797         * src/utilities.c: (file_is_link): use lstat instead of stat.
27799 2001-07-27  Naba Kumar <kh_naba@123india.com>
27800         
27801         * Remove help dir from cvs, because it is no longer
27802           needed.
27803         
27804         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
27805           needed.
27807 2001-07-24  Naba Kumar <kh_naba@123india.com>
27809         * debugger.c: (debugger_update_prog_status): Fixed
27810                 the bug with gdb version 5. Debugger starts, when
27811                 step in/out/over etc are clicked.
27812         
27813         * debugger.c: All functions: added debugging codes.
27814         
27815         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
27816         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
27817           Modified to recognize non project files also.
27818           
27819         * source.c: (source_write_configure_in):
27820           Added source for 'prefix' counterparts for
27821           no-prefix AC_SUBST.
27822         
27823 2001-07-23  Naba Kumar <kh_naba@123india.com>
27824         
27825         * anjuta.c: added function anjuta_remove_text_editor();
27826           and suitably modified anjuta_remove_current_text_editor().
27827           
27828         * project_dbase.c: project_dbase_close(), Added code to
27829           close all opened files that belong to the project when
27830           the project is closed.
27831          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
27832         
27833         * Updated the manuals/anjuta-manual subdir for GDP standards.
27834            (patch from Andy Piper <squiggle@ukgateway.net>)
27835         
27836         * main_menubar.h, main_menubar.def: Added Menu items to handle
27837           urls for library references, bugs, patches and feature request
27838           submission.
27839         
27840 2001-07-20  Naba Kumar <kh_naba@123india.com>
27841         
27842         * Set wmclass names in all windows.
27843           (patch from Andy Piper <squiggle@ukgateway.net>)
27844         * New splash logo from "Misha" <misha@phreaker.net>);
27846 2001-07-19  Naba Kumar <kh_naba@123india.com>
27847         
27848         * preferences.[h,c], preferences_gui.c: Added 4 properties to
27849           set caret color, calltip back color and selection fore/back
27850           color.
27852 2001-07-18  Naba Kumar <kh_naba@123india.com>
27853         
27854         * project_dbase.c: Closes all files when project is closed.
27855          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27856          -- We still need to refine this as it closes all sort of files.
27857         
27858         * compiler_options.c: Fixed seg-fault bug when last item in
27859           compiler option lists is removed.
27860         
27861         * Fixed missing newline warnings during compilation.
27862           (patch from Andy Piper <squiggle@ukgateway.net>)
27864 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
27866         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
27867                 autogenerated no need to store'em in CVS.
27869         * ccview/.cvsignore: Addition of cvsignore.
27871 2001-07-17  Naba Kumar <kh_naba@123india.com>
27872         
27873         *GUI fixes and spell corrections
27874         (patch from Andy Piper <squiggle@ukgateway.net>)
27876 2001-07-15  Naba Kumar <kh_naba@123india.com>
27877         
27878         *Fixed double error message for file not found.
27879         
27880         *Put white backgrounds for png images.
27881         
27882         *Converted '-' to '_' in sgml files.
27884 2001-07-14  Naba Kumar <kh_naba@123india.com>
27885         
27886         * project_dbase.c: Short-cut for expand/collasp project tree
27887         
27888         * project_dbase_gui.c:
27889          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27891 2001-07-13  Naba Kumar <kh_naba@123india.com>
27892         
27893         * notebook.[h,c]: Added
27894          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
27895         Project/message window now toggles on control and
27896         and notebook switch short-cut
27898 2001-07-7  Naba Kumar <kh_naba@123india.com>
27899         
27900         * Changed a new icon set which looks more gnomish.
27901         
27902         * Changed a new anjuta splash logo.
27903         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
27905 2001-07-6  Naba Kumar <kh_naba@123india.com>
27906         
27907         * ccview/*: Integrated ccview for class view and file view
27908                 in the project Manager.
27909         
27910         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
27912 2001-07-1  Naba Kumar <kh_naba@123india.com>
27913         
27914         * scintilla/*: Upgraded Scintilla to version 1.3.7
27915         
27916         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
27917         
27918 2001-06-28  Naba Kumar <kh_naba@123india.com>
27919         
27920         * src/debugger.c: Correct step-over and step-out swapping.
27921         
27922         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
27923           chapters and added more stuffs.
27925 2001-06-13  Naba Kumar <kh_naba@123india.com>
27926         
27927         * data/autogen.sh.gtkmm: Added
27928         
27929         * data/autogen.sh.gnomemm: Added
27930         
27931         * src/appwiz.c: Added two more application wizard templetes
27932         
27933         * src/project: for gtk-- and gnome-- and proper support
27934         
27935         * src/source.c: for c++ in the project configuration.
27936         
27937         * src/source.h:
27939 2001-05-05  Naba Kumar <kh_naba@123india.com>
27941         * Merged my pre-cvs modifications with 
27942           the current cvs copy.
27944         * (lot of files change).
27946         * Implemented session management.
27948         * Local installation possible by
27949           manageing our own pixmaps paths
27950           manupulations.
27951         
27952         * resources.h: Added.
27953         * resources.c: Added.
27955         * Fixed some bugs.
27956         
27957 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
27959         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
27960                 Corrected/extended ignores.
27962 2001-05-04  Naba Kumar <kh_naba@123india.com>
27964         * manuals/: dir tree added.
27965           Sgml documentation started in this dir.
27966           
27967         * omf-install/: dir tree added.
27968         
27969         * manuals/anjuta-manual/C/anjuta-manual.sgml:
27970           Created initial document structure.
27971           
27972         * configure.in: Added test for scrollkeeper.
27973           Added some Makefile entries in AC_OUTPUT.
27974         
27975         * Makefile.am: Added subdir manuals/
27976         
27977         * HACKING: Wrote something stupid.
27979 2001-05-02  Stéphane Démurget <demurgets@free.fr>
27981         * Makefile.am: Added ChangeLog in local data list, becaused it's
27982           needed to create a new project.
27983           
27984         * po/fr.po: minor fixes.
27986         * src/build_file.c, src/configurer.c, src/debugger.c,
27987           src/executer.c, src/find_replace.c, src/gnome_project.c,
27988           src/goto_line.c, src/launcher.c, src/messages.c, 
27989           src/preferences.c src/project_dbase.c: functions declared static.
27990           
27991         * widgets/gnomefilelist.c: Fixed a project creation bug,
27992           introduced with latest changes.
27994 2001-05-01  Stéphane Démurget <demurgets@free.fr>
27996         * widgets/gnomefilelist.c,
27997           BUGS: Fixed an annoying bug preventing from loading files/project
27998           given on the command line. Polished the whole gnome_filelist widget.
28000 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28002         * src/main.c,
28003           src/anjuta.c,
28004           src/anjuta.h: Polished the command line parsing.
28006         * BUGS: Need to clean that damn gnome_filelist widget.
28008 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28010         * src/registers.c,
28011           src/sharedlib.c,
28012           src/signals.c: Removed duplicated includes.
28014         * po/fr.po: minor fixes.
28016         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28017           create_compiler_options_page? () declared static.
28018         * src/main.c,
28019           src/anjuta.c: Put a command line option for disabling
28020           the splashscreen.
28022         * src/preferences_gui.c: Fixed an internationalization issue,
28023           other functions declared static.
28025         * src/gnome_project.c: Fixed some memory leaks,
28026           new_prj_terminated () declared static. 
28028 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28030         * configure.in: Sort ALL_LINGUAS alphabetically.
28032 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28034         * Emptied that ugly old Changelog.
28036 == Anjuta 0.1.5 ===
28037 == Anjuta 0.1.4 ==
28039 2001-03-10 Naba kumar  <naba@gnome.org>
28041         * src/gnome_project.c: Fixed project dir creation bug.
28043         * src/text_editor.c: Fixed double accelerators bug.
28044         
28045         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28047         * src/stack_trace.c, * src/compiler_options.c,
28048         data/internals.properties, src/defaults.c:
28049         Fixed pixmap creation with NULL window.
28051         * src/commands.c, src/preferences_gui.c, src/build_project.c
28052         src/clean_project.c: Bug fix.
28053         
28054         * src/main_menubar_def.h: i18n bug fix.
28055         
28056         * src/executer.h, src/executer.c: Bug fix.
28057         
28058         * src/controls.c: Bug fix.
28059         
28060         * src/debugger.c: Debugger now takes program args.
28061         
28062         * po/ja.po: Added japanese translation file.
28063         
28064         Upgraded to ver 0.1.4
28065         ... Fixed other minor bugs.
28067 == Anjuta 0.1.3 ===
28069 2001-XX-XX Naba kumar  <naba@gnome.org>
28071         * Lots of unaccountable changes. Integrated scintilla.
28072         Redesigned Project managemet. Added supports for other languages.
28073         Java style properties managements. .... blah blah
28074         
28075 2000-11-11 Naba kumar  <naba@gnome.org>
28077         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28078         Upgraded to version 0.1.3.
28080         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28081         Fixed to activate Debug->add watch properly.
28083 === Anjuta 0.1.2 beta_2 ===
28084 === Anjuta 0.1.2 ===
28086 2000-11-05 Naba kumar  <naba@gnome.org>
28088         * src/compiler_options.c, src/compiler_options_cbs.c
28089         src/compiler_options_cbs.h, src/compiler_options_gui.c
28090         src/anjuta2.c, extra/stock_libs.anj (new),
28091         extra/README.stock_libs (new), htmls/page13.html,
28092         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28093         added libraries. Stock libs provided for ease of entry. Modified
28094         help html file accordingly.
28096 2000-11-03 Naba kumar  <naba@gnome.org>
28098         * README: Minor fixes in Doc files.
28100         * src/gnome_prj.c, src/appwidzard_cbs.c:
28101         Fixed to ignore non-existant dir for blank prj.
28102         More checking in project creation, especially to confirm
28103         that the prj file already does not exist.
28105         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28107         * src/controls.c: Now Menu item "Format/Detach current document"
28108         is inactive when there is no document opened.
28110 === Anjuta 0.1.1 ===
28112 2000-11-01 Naba kumar  <naba@gnome.org>
28114         Completed and Release of first version (Beta) with lots of bugs.
28116 1999-12-27 Naba kumar  <naba@gnome.org>
28118         Anjuta project started.